aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-10-29 20:54:36 +0800
committerChristian <c@ethdev.com>2014-10-29 20:54:36 +0800
commitf6fabb268bdf21531bc2517f44382e92a8cdf8d4 (patch)
tree21da0c7818e1f2436a33404b48f5f8c4bcd3e2c6 /main.cpp
parent221975bce81940628660aa264001eaf9cc48dd95 (diff)
parentc3b65c8eab3f7aa5e7e13de0ac49c3d32c439fad (diff)
downloaddexon-solidity-f6fabb268bdf21531bc2517f44382e92a8cdf8d4.tar
dexon-solidity-f6fabb268bdf21531bc2517f44382e92a8cdf8d4.tar.gz
dexon-solidity-f6fabb268bdf21531bc2517f44382e92a8cdf8d4.tar.bz2
dexon-solidity-f6fabb268bdf21531bc2517f44382e92a8cdf8d4.tar.lz
dexon-solidity-f6fabb268bdf21531bc2517f44382e92a8cdf8d4.tar.xz
dexon-solidity-f6fabb268bdf21531bc2517f44382e92a8cdf8d4.tar.zst
dexon-solidity-f6fabb268bdf21531bc2517f44382e92a8cdf8d4.zip
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Conflicts: libsolidity/Types.cpp
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 221ab962..f5c4c8a0 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,3 +1,24 @@
+/*
+ This file is part of cpp-ethereum.
+
+ cpp-ethereum is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ cpp-ethereum is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
+*/
+/**
+ * @author Christian <c@ethdev.com>
+ * @date 2014
+ * Solidity commandline compiler.
+ */
#include <string>
#include <iostream>