aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/rlpdump
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-06 19:13:57 +0800
committerobscuren <geffobscura@gmail.com>2015-01-06 19:13:57 +0800
commit117f66e82375b752cc6a9ff22aa0d398ac337bb4 (patch)
treeea2c5ebec600f0cfe9e127054fac71258422db73 /cmd/rlpdump
parenta26aecdfdb0223b2fb54ca2d40adb2b531512d42 (diff)
downloaddexon-117f66e82375b752cc6a9ff22aa0d398ac337bb4.tar
dexon-117f66e82375b752cc6a9ff22aa0d398ac337bb4.tar.gz
dexon-117f66e82375b752cc6a9ff22aa0d398ac337bb4.tar.bz2
dexon-117f66e82375b752cc6a9ff22aa0d398ac337bb4.tar.lz
dexon-117f66e82375b752cc6a9ff22aa0d398ac337bb4.tar.xz
dexon-117f66e82375b752cc6a9ff22aa0d398ac337bb4.tar.zst
dexon-117f66e82375b752cc6a9ff22aa0d398ac337bb4.zip
Added license headers
Diffstat (limited to 'cmd/rlpdump')
-rw-r--r--cmd/rlpdump/main.go4
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