aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/rlpdump
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-07-23 00:48:40 +0800
committerFelix Lange <fjl@twurst.com>2015-07-23 00:51:45 +0800
commit3f047be5aa93b6222506445414ca909dd59c7eeb (patch)
tree8508a1f17df8484c3a20aa1dddf3abede7797a26 /cmd/rlpdump
parentf4acdea402ab3e3387a74c89dcca555bbc6dd9a7 (diff)
downloadgo-tangerine-3f047be5aa93b6222506445414ca909dd59c7eeb.tar
go-tangerine-3f047be5aa93b6222506445414ca909dd59c7eeb.tar.gz
go-tangerine-3f047be5aa93b6222506445414ca909dd59c7eeb.tar.bz2
go-tangerine-3f047be5aa93b6222506445414ca909dd59c7eeb.tar.lz
go-tangerine-3f047be5aa93b6222506445414ca909dd59c7eeb.tar.xz
go-tangerine-3f047be5aa93b6222506445414ca909dd59c7eeb.tar.zst
go-tangerine-3f047be5aa93b6222506445414ca909dd59c7eeb.zip
all: update license headers to distiguish GPL/LGPL
All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
Diffstat (limited to 'cmd/rlpdump')
-rw-r--r--cmd/rlpdump/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/rlpdump/main.go b/cmd/rlpdump/main.go
index 2f74c073d..10eea1fde 100644
--- a/cmd/rlpdump/main.go
+++ b/cmd/rlpdump/main.go
@@ -8,11 +8,11 @@
//
// go-ethereum 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 General Public License for more details.
//
// You should have received a copy of the GNU General Public License
-// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
+// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// rlpdump is a pretty-printer for RLP data.
package main