diff options
Diffstat (limited to 'trie')
-rw-r--r-- | trie/cache.go | 2 | ||||
-rw-r--r-- | trie/encoding.go | 2 | ||||
-rw-r--r-- | trie/encoding_test.go | 2 | ||||
-rw-r--r-- | trie/fullnode.go | 2 | ||||
-rw-r--r-- | trie/hashnode.go | 2 | ||||
-rw-r--r-- | trie/iterator.go | 2 | ||||
-rw-r--r-- | trie/iterator_test.go | 2 | ||||
-rw-r--r-- | trie/node.go | 2 | ||||
-rw-r--r-- | trie/secure_trie.go | 2 | ||||
-rw-r--r-- | trie/shortnode.go | 2 | ||||
-rw-r--r-- | trie/slice.go | 2 | ||||
-rw-r--r-- | trie/trie.go | 2 | ||||
-rw-r--r-- | trie/trie_test.go | 2 | ||||
-rw-r--r-- | trie/valuenode.go | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/trie/cache.go b/trie/cache.go index fdaba5de1..2705b0e45 100644 --- a/trie/cache.go +++ b/trie/cache.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/trie/encoding.go b/trie/encoding.go index 8f5f276ac..524807f06 100644 --- a/trie/encoding.go +++ b/trie/encoding.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/trie/encoding_test.go b/trie/encoding_test.go index 323e4d73e..e52c6ba8d 100644 --- a/trie/encoding_test.go +++ b/trie/encoding_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/trie/fullnode.go b/trie/fullnode.go index 620fd759e..8ff019ec4 100644 --- a/trie/fullnode.go +++ b/trie/fullnode.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/trie/hashnode.go b/trie/hashnode.go index 4cc82d2b4..d4a0bc7ec 100644 --- a/trie/hashnode.go +++ b/trie/hashnode.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/trie/iterator.go b/trie/iterator.go index 226dc38d4..698e64b34 100644 --- a/trie/iterator.go +++ b/trie/iterator.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/trie/iterator_test.go b/trie/iterator_test.go index 7bbd3c5a5..148f9adf9 100644 --- a/trie/iterator_test.go +++ b/trie/iterator_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/trie/node.go b/trie/node.go index fb6ae81ca..9d49029de 100644 --- a/trie/node.go +++ b/trie/node.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/trie/secure_trie.go b/trie/secure_trie.go index e3dbe7bdf..47c7542bb 100644 --- a/trie/secure_trie.go +++ b/trie/secure_trie.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/trie/shortnode.go b/trie/shortnode.go index 15b06a70d..b5fc6d1f9 100644 --- a/trie/shortnode.go +++ b/trie/shortnode.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/trie/slice.go b/trie/slice.go index 8b1024391..ccefbd064 100644 --- a/trie/slice.go +++ b/trie/slice.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/trie/trie.go b/trie/trie.go index 4050e2dc6..e7ee86402 100644 --- a/trie/trie.go +++ b/trie/trie.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/trie/trie_test.go b/trie/trie_test.go index d36b32523..ae4e5efe4 100644 --- a/trie/trie_test.go +++ b/trie/trie_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/trie/valuenode.go b/trie/valuenode.go index e1a76fb72..0afa64d54 100644 --- a/trie/valuenode.go +++ b/trie/valuenode.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. |