aboutsummaryrefslogtreecommitdiffstats
path: root/rlp
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-07-24 00:35:11 +0800
committerFelix Lange <fjl@twurst.com>2015-07-24 00:35:11 +0800
commitbfbcfbe4a9dd9125391b56d6a13158cc5ec71c89 (patch)
treeacefef19e7366d49d30665a1574411fd717b6c84 /rlp
parent0428cae226ff4910227ded0608f7e7f1c9b4df37 (diff)
downloadgo-tangerine-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar
go-tangerine-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.gz
go-tangerine-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.bz2
go-tangerine-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.lz
go-tangerine-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.xz
go-tangerine-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.zst
go-tangerine-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.zip
all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
Diffstat (limited to 'rlp')
-rw-r--r--rlp/decode.go2
-rw-r--r--rlp/decode_test.go2
-rw-r--r--rlp/doc.go2
-rw-r--r--rlp/encode.go2
-rw-r--r--rlp/encode_test.go2
-rw-r--r--rlp/encoder_example_test.go2
-rw-r--r--rlp/typecache.go2
7 files changed, 7 insertions, 7 deletions
diff --git a/rlp/decode.go b/rlp/decode.go
index f27dcebc3..c0b5f0699 100644
--- a/rlp/decode.go
+++ b/rlp/decode.go
@@ -1,7 +1,7 @@
// Copyright 2014 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/rlp/decode_test.go b/rlp/decode_test.go
index 0347424de..331faa9d8 100644
--- a/rlp/decode_test.go
+++ b/rlp/decode_test.go
@@ -1,7 +1,7 @@
// Copyright 2014 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/rlp/doc.go b/rlp/doc.go
index 62b54bc73..72667416c 100644
--- a/rlp/doc.go
+++ b/rlp/doc.go
@@ -1,7 +1,7 @@
// Copyright 2014 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/rlp/encode.go b/rlp/encode.go
index 86fe3ac5f..0ddef7bbb 100644
--- a/rlp/encode.go
+++ b/rlp/encode.go
@@ -1,7 +1,7 @@
// Copyright 2014 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/rlp/encode_test.go b/rlp/encode_test.go
index bfe893353..e83c76b51 100644
--- a/rlp/encode_test.go
+++ b/rlp/encode_test.go
@@ -1,7 +1,7 @@
// Copyright 2014 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/rlp/encoder_example_test.go b/rlp/encoder_example_test.go
index c3c3b40d7..1cffa241c 100644
--- a/rlp/encoder_example_test.go
+++ b/rlp/encoder_example_test.go
@@ -1,7 +1,7 @@
// Copyright 2014 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/rlp/typecache.go b/rlp/typecache.go
index f5387a271..0ab096695 100644
--- a/rlp/typecache.go
+++ b/rlp/typecache.go
@@ -1,7 +1,7 @@
// Copyright 2014 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.