Browse Source

remove solc flair

zelig 10 years ago
parent
commit
4201a18117
1 changed files with 2 additions and 1 deletions
  1. 2 1
      common/compiler/solidity.go

+ 2 - 1
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"
 )