From 117f66e82375b752cc6a9ff22aa0d398ac337bb4 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 6 Jan 2015 12:13:57 +0100 Subject: Added license headers --- cmd/rlpdump/main.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmd/rlpdump') diff --git a/cmd/rlpdump/main.go b/cmd/rlpdump/main.go index 4c188e179..8f1c4a8c2 100644 --- a/cmd/rlpdump/main.go +++ b/cmd/rlpdump/main.go @@ -14,6 +14,10 @@ You should have received a copy of the GNU General Public License along with go-ethereum. If not, see . */ +/** + * @authors + * Felix Lange + */ // rlpdump is a pretty-printer for RLP data. package main -- cgit