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 /rpc | |
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 'rpc')
-rw-r--r-- | rpc/handler.go | 2 | ||||
-rw-r--r-- | rpc/ipc_js.go | 2 | ||||
-rw-r--r-- | rpc/ipc_unix.go | 2 | ||||
-rw-r--r-- | rpc/service.go | 2 | ||||
-rw-r--r-- | rpc/testservice_test.go | 2 | ||||
-rw-r--r-- | rpc/websocket_test.go | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/rpc/handler.go b/rpc/handler.go index 02ab06b6d..8a4e480ee 100644 --- a/rpc/handler.go +++ b/rpc/handler.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/rpc/ipc_js.go b/rpc/ipc_js.go index eceef050e..7e7554a76 100644 --- a/rpc/ipc_js.go +++ b/rpc/ipc_js.go @@ -1,4 +1,4 @@ -// Copyright 2015 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/rpc/ipc_unix.go b/rpc/ipc_unix.go index da6ce294d..022d480b5 100644 --- a/rpc/ipc_unix.go +++ b/rpc/ipc_unix.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/rpc/service.go b/rpc/service.go index a9426c6b0..81e65f810 100644 --- a/rpc/service.go +++ b/rpc/service.go @@ -1,4 +1,4 @@ -// Copyright 2015 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/rpc/testservice_test.go b/rpc/testservice_test.go index 470870bac..98871b5d6 100644 --- a/rpc/testservice_test.go +++ b/rpc/testservice_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/rpc/websocket_test.go b/rpc/websocket_test.go index 2caede474..0ce9534b5 100644 --- a/rpc/websocket_test.go +++ b/rpc/websocket_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 |