aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/shared
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-07-28 19:29:42 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-07-28 19:29:42 +0800
commit1fad8798ec043b9b829caea96dd7a2c5e7b1ed36 (patch)
tree8ff1d0588ec33c9d3d2f0a031fe92daa33fb8c14 /rpc/shared
parent572e78cee056951c12cfc1c941b48b0fcc1ed6ed (diff)
parentcd657b98780a74d08c110291dcf8d1183b64be15 (diff)
downloadgo-tangerine-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.gz
go-tangerine-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.zst
go-tangerine-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.zip
Merge pull request #1515 from fjl/license-fixes
all: fix license headers one more time
Diffstat (limited to 'rpc/shared')
-rw-r--r--rpc/shared/errors.go2
-rw-r--r--rpc/shared/types.go2
-rw-r--r--rpc/shared/utils.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/rpc/shared/errors.go b/rpc/shared/errors.go
index 97872f463..85af1bb2f 100644
--- a/rpc/shared/errors.go
+++ b/rpc/shared/errors.go
@@ -1,7 +1,7 @@
// Copyright 2015 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
+// 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.
diff --git a/rpc/shared/types.go b/rpc/shared/types.go
index 9c791f4c7..659b74bf6 100644
--- a/rpc/shared/types.go
+++ b/rpc/shared/types.go
@@ -1,7 +1,7 @@
// Copyright 2015 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
+// 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.
diff --git a/rpc/shared/utils.go b/rpc/shared/utils.go
index 33639cc35..b13e9eb1b 100644
--- a/rpc/shared/utils.go
+++ b/rpc/shared/utils.go
@@ -1,7 +1,7 @@
// Copyright 2015 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
+// 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.