aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-04-14 17:33:10 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-04-14 17:33:10 +0800
commit6876e92f8d467dbefd88bbd91df700883ab9c2af (patch)
tree1bf152b98887bd251ff124f09238dcab7bdddb62 /cmd
parent15f32a8d5758544b7993e46a7addf082994a5a3e (diff)
parent0cc492f81595c28caa24964a105446e362164539 (diff)
downloadgo-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar
go-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar.gz
go-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar.bz2
go-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar.lz
go-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar.xz
go-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar.zst
go-tangerine-6876e92f8d467dbefd88bbd91df700883ab9c2af.zip
Merge remote-tracking branch 'fjl/license-update-1.6'
Diffstat (limited to 'cmd')
-rw-r--r--cmd/geth/config.go2
-rw-r--r--cmd/swarm/cleandb.go16
-rw-r--r--cmd/swarm/list.go2
-rw-r--r--cmd/swarm/manifest.go2
-rw-r--r--cmd/wnode/main.go2
5 files changed, 12 insertions, 12 deletions
diff --git a/cmd/geth/config.go b/cmd/geth/config.go
index 86dd4bfdf..8d47159b2 100644
--- a/cmd/geth/config.go
+++ b/cmd/geth/config.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The go-ethereum Authors
+// Copyright 2017 The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
diff --git a/cmd/swarm/cleandb.go b/cmd/swarm/cleandb.go
index 29d01ba0f..268076062 100644
--- a/cmd/swarm/cleandb.go
+++ b/cmd/swarm/cleandb.go
@@ -1,18 +1,18 @@
-// Copyright 2016 The go-ethereum Authors
-// This file is part of the go-ethereum library.
+// Copyright 2017 The go-ethereum Authors
+// This file is part of go-ethereum.
//
-// 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
+// go-ethereum is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
-// The go-ethereum library is distributed in the hope that it will be useful,
+// 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
-// GNU Lesser General Public License for more details.
+// GNU General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public License
-// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
+// You should have received a copy of the GNU General Public License
+// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
package main
diff --git a/cmd/swarm/list.go b/cmd/swarm/list.go
index 06d3883cf..57b5517c6 100644
--- a/cmd/swarm/list.go
+++ b/cmd/swarm/list.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The go-ethereum Authors
+// Copyright 2017 The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
diff --git a/cmd/swarm/manifest.go b/cmd/swarm/manifest.go
index 9729022c0..7c4d6052c 100644
--- a/cmd/swarm/manifest.go
+++ b/cmd/swarm/manifest.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The go-ethereum Authors
+// Copyright 2017 The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify
diff --git a/cmd/wnode/main.go b/cmd/wnode/main.go
index b40352f57..23b180487 100644
--- a/cmd/wnode/main.go
+++ b/cmd/wnode/main.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The go-ethereum Authors
+// Copyright 2017 The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum is free software: you can redistribute it and/or modify