diff --git a/common/compiler/solidity.go b/common/compiler/solidity.go
index bc1697692b1bf4abca96f44c4d0e72c835fc86e8..19d5849fb33c7436b98690f7d12ec6b1751c9a0b 100644
--- a/common/compiler/solidity.go
+++ b/common/compiler/solidity.go
@@ -18,7 +18,8 @@ import (
 )
 
 const (
-	flair           = "Christian <c@ethdev.com> and Lefteris <lefteris@ethdev.com> (c) 2014-2015"
+	// flair           = "Christian <c@ethdev.com> and Lefteris <lefteris@ethdev.com> (c) 2014-2015"
+	flair           = ""
 	languageVersion = "0"
 )