aboutsummaryrefslogtreecommitdiffstats
path: root/trie
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 /trie
parent572e78cee056951c12cfc1c941b48b0fcc1ed6ed (diff)
parentcd657b98780a74d08c110291dcf8d1183b64be15 (diff)
downloaddexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar
dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.gz
dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.bz2
dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.lz
dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.xz
dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.zst
dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.zip
Merge pull request #1515 from fjl/license-fixes
all: fix license headers one more time
Diffstat (limited to 'trie')
-rw-r--r--trie/cache.go2
-rw-r--r--trie/encoding.go2
-rw-r--r--trie/encoding_test.go2
-rw-r--r--trie/fullnode.go2
-rw-r--r--trie/hashnode.go2
-rw-r--r--trie/iterator.go2
-rw-r--r--trie/iterator_test.go2
-rw-r--r--trie/node.go2
-rw-r--r--trie/secure_trie.go2
-rw-r--r--trie/shortnode.go2
-rw-r--r--trie/slice.go2
-rw-r--r--trie/trie.go2
-rw-r--r--trie/trie_test.go2
-rw-r--r--trie/valuenode.go2
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.