aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorFelix Lange <fjl@users.noreply.github.com>2018-02-14 20:49:11 +0800
committerGitHub <noreply@github.com>2018-02-14 20:49:11 +0800
commita5c0bbb4f4c321c355637ef57fff807857128c6b (patch)
tree58d16509a163d44d50d9b544b20910f596e4bd5b /accounts
parent0544a43c1332871405b260432db4bfe6a591feee (diff)
downloaddexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar
dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.gz
dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.bz2
dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.lz
dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.xz
dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.zst
dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.zip
all: update license information (#16089)
Diffstat (limited to 'accounts')
-rw-r--r--accounts/abi/pack_test.go2
-rw-r--r--accounts/abi/unpack.go2
-rw-r--r--accounts/abi/unpack_test.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/accounts/abi/pack_test.go b/accounts/abi/pack_test.go
index 36401ee67..14ab516ac 100644
--- a/accounts/abi/pack_test.go
+++ b/accounts/abi/pack_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The go-ethereum Authors
+// Copyright 2017 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
diff --git a/accounts/abi/unpack.go b/accounts/abi/unpack.go
index 80efb3f7e..334245661 100644
--- a/accounts/abi/unpack.go
+++ b/accounts/abi/unpack.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The go-ethereum Authors
+// Copyright 2017 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
diff --git a/accounts/abi/unpack_test.go b/accounts/abi/unpack_test.go
index 4d7fe638c..a65426a30 100644
--- a/accounts/abi/unpack_test.go
+++ b/accounts/abi/unpack_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The go-ethereum Authors
+// Copyright 2017 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify