aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-12 18:28:17 +0800
committerGitHub <noreply@github.com>2017-06-12 18:28:17 +0800
commitf583008c7376bc7c9323331fe6a9c580752c08dd (patch)
tree251fedaf3c0e598f758c41068f14ac094039c942
parent9d0691b47ad9f85920f027a05abb367da4e2f339 (diff)
downloaddexon-solidity-f583008c7376bc7c9323331fe6a9c580752c08dd.tar
dexon-solidity-f583008c7376bc7c9323331fe6a9c580752c08dd.tar.gz
dexon-solidity-f583008c7376bc7c9323331fe6a9c580752c08dd.tar.bz2
dexon-solidity-f583008c7376bc7c9323331fe6a9c580752c08dd.tar.lz
dexon-solidity-f583008c7376bc7c9323331fe6a9c580752c08dd.tar.xz
dexon-solidity-f583008c7376bc7c9323331fe6a9c580752c08dd.tar.zst
dexon-solidity-f583008c7376bc7c9323331fe6a9c580752c08dd.zip
Remove copyright notice.
-rw-r--r--solc/CommandLineInterface.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp
index fcd58cb3..cae05b18 100644
--- a/solc/CommandLineInterface.cpp
+++ b/solc/CommandLineInterface.cpp
@@ -521,7 +521,6 @@ bool CommandLineInterface::parseArguments(int _argc, char** _argv)
// Declare the supported options.
po::options_description desc(R"(solc, the Solidity commandline compiler.
-Solidity Copyright (C) 2014-2017 Solidity contributors.
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See 'solc --license'
for details.