diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-07-22 17:57:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-22 17:57:54 +0800 |
commit | e8141e168560b8b1d2b50658c454adbfa905dacc (patch) | |
tree | 5e2ec58dedd15e1d3cb0b22efb4b818dd0496c5b /accounts | |
parent | 82985075f7e5de819445ca57c1f9b80894b162b6 (diff) | |
parent | b973eddd2830fb4743e0e69d026eafbb97a40c79 (diff) | |
download | go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.tar go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.tar.gz go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.tar.bz2 go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.tar.lz go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.tar.xz go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.tar.zst go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.zip |
Merge pull request #19873 from karalabe/author-1.9.1
all: update author list and licenses
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/abi/bind/topics_test.go | 2 | ||||
-rw-r--r-- | accounts/abi/method_test.go | 2 | ||||
-rw-r--r-- | accounts/accounts_test.go | 2 | ||||
-rw-r--r-- | accounts/external/backend.go | 16 | ||||
-rw-r--r-- | accounts/url_test.go | 2 | ||||
-rw-r--r-- | accounts/usbwallet/trezor/trezor.go | 2 |
6 files changed, 13 insertions, 13 deletions
diff --git a/accounts/abi/bind/topics_test.go b/accounts/abi/bind/topics_test.go index e6f745a15..ac865e5b4 100644 --- a/accounts/abi/bind/topics_test.go +++ b/accounts/abi/bind/topics_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 The go-ethereum Authors +// Copyright 2019 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/method_test.go b/accounts/abi/method_test.go index 92c360f0d..3ffdb702b 100644 --- a/accounts/abi/method_test.go +++ b/accounts/abi/method_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 The go-ethereum Authors +// Copyright 2018 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/accounts_test.go b/accounts/accounts_test.go index a49e3954e..e8274f9f0 100644 --- a/accounts/accounts_test.go +++ b/accounts/accounts_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The go-ethereum Authors +// Copyright 2015 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/external/backend.go b/accounts/external/backend.go index 705c98722..371273762 100644 --- a/accounts/external/backend.go +++ b/accounts/external/backend.go @@ -1,18 +1,18 @@ -// Copyright 2018 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2019 The go-ethereum Authors +// This file is part of the go-ethereum library. // -// go-ethereum is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by +// The go-ethereum library is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// The go-ethereum library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// You should have received a copy of the GNU Lesser General Public License +// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. package external diff --git a/accounts/url_test.go b/accounts/url_test.go index 802772871..bd6f35fa2 100644 --- a/accounts/url_test.go +++ b/accounts/url_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The go-ethereum Authors +// Copyright 2018 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/usbwallet/trezor/trezor.go b/accounts/usbwallet/trezor/trezor.go index a259c1dce..7e756e609 100644 --- a/accounts/usbwallet/trezor/trezor.go +++ b/accounts/usbwallet/trezor/trezor.go @@ -1,4 +1,4 @@ -// Copyright 2019 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 |