diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-23 16:43:11 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-23 16:43:11 +0800 |
commit | 0cff61bedaca42c94d162853cd55eb1e013dadb9 (patch) | |
tree | e62436553c2921dc340b926eaaaa161203e81dbc /trie/shortnode.go | |
parent | b403b9e4c398a285c0e307771761b29bab47adb9 (diff) | |
parent | 0428cae226ff4910227ded0608f7e7f1c9b4df37 (diff) | |
download | go-tangerine-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar go-tangerine-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar.gz go-tangerine-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar.bz2 go-tangerine-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar.lz go-tangerine-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar.xz go-tangerine-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar.zst go-tangerine-0cff61bedaca42c94d162853cd55eb1e013dadb9.zip |
Merge pull request #1510 from fjl/license-fixes
all: license fixes
Diffstat (limited to 'trie/shortnode.go')
-rw-r--r-- | trie/shortnode.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/trie/shortnode.go b/trie/shortnode.go index ebc6c532b..15b06a70d 100644 --- a/trie/shortnode.go +++ b/trie/shortnode.go @@ -1,18 +1,18 @@ // Copyright 2014 The go-ethereum Authors -// This file is part of go-ethereum. +// This file is part of the go-ethereum library. // // go-ethereum 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. // -// go-ethereum is distributed in the hope that it will be useful, +// The go-ethereum library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. package trie |