diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-07-22 17:17:27 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-07-22 17:17:27 +0800 |
commit | 1a83114c74b66c13b025e4a7df1c45e7ade42e05 (patch) | |
tree | bba60d1f3d1678211ea691be27ca86592e0f2c26 /p2p/testing | |
parent | 364e485e5134843c9f6abc0ff51096bb4c8655c8 (diff) | |
download | go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.tar go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.tar.gz go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.tar.bz2 go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.tar.lz go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.tar.xz go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.tar.zst go-tangerine-1a83114c74b66c13b025e4a7df1c45e7ade42e05.zip |
all: update author list and licenses
Diffstat (limited to 'p2p/testing')
-rw-r--r-- | p2p/testing/peerpool.go | 2 | ||||
-rw-r--r-- | p2p/testing/protocolsession.go | 2 | ||||
-rw-r--r-- | p2p/testing/protocoltester.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/p2p/testing/peerpool.go b/p2p/testing/peerpool.go index 09db4b246..91b9704c7 100644 --- a/p2p/testing/peerpool.go +++ b/p2p/testing/peerpool.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/p2p/testing/protocolsession.go b/p2p/testing/protocolsession.go index 476c2a984..e3a3915a8 100644 --- a/p2p/testing/protocolsession.go +++ b/p2p/testing/protocolsession.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/p2p/testing/protocoltester.go b/p2p/testing/protocoltester.go index e798240a5..b80abcc26 100644 --- a/p2p/testing/protocoltester.go +++ b/p2p/testing/protocoltester.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 |