From f231ffdf0ddc742f9049233c88602127d550cf3c Mon Sep 17 00:00:00 2001 From: Tasha CARL Date: Thu, 13 Aug 2015 08:10:50 +0200 Subject: [PATCH] Added name and license info as required --- eth/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eth/main.cpp b/eth/main.cpp index 5076637d3..8815273f2 100644 --- a/eth/main.cpp +++ b/eth/main.cpp @@ -14,8 +14,10 @@ You should have received a copy of the GNU General Public License along with cpp-ethereum. If not, see . */ -/** @file main.cpp +/** + * @file main.cpp * @author Gav Wood + * @author Tasha Carl - I here by place all my contributions in this file under MIT licence, as specified by http://opensource.org/licenses/MIT. * @date 2014 * Ethereum client. */