diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-06 19:13:57 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-06 19:13:57 +0800 |
commit | 117f66e82375b752cc6a9ff22aa0d398ac337bb4 (patch) | |
tree | ea2c5ebec600f0cfe9e127054fac71258422db73 /cmd/rlpdump | |
parent | a26aecdfdb0223b2fb54ca2d40adb2b531512d42 (diff) | |
download | go-tangerine-117f66e82375b752cc6a9ff22aa0d398ac337bb4.tar.gz go-tangerine-117f66e82375b752cc6a9ff22aa0d398ac337bb4.tar.zst go-tangerine-117f66e82375b752cc6a9ff22aa0d398ac337bb4.zip |
Added license headers
Diffstat (limited to 'cmd/rlpdump')
-rw-r--r-- | cmd/rlpdump/main.go | 4 |
1 files changed, 4 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */ +/** + * @authors + * Felix Lange <felix@ethdev.com> + */ // rlpdump is a pretty-printer for RLP data. package main |