diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-04-14 17:33:10 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-04-14 17:33:10 +0800 |
commit | 6876e92f8d467dbefd88bbd91df700883ab9c2af (patch) | |
tree | 1bf152b98887bd251ff124f09238dcab7bdddb62 /cmd | |
parent | 15f32a8d5758544b7993e46a7addf082994a5a3e (diff) | |
parent | 0cc492f81595c28caa24964a105446e362164539 (diff) | |
download | dexon-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar.gz dexon-6876e92f8d467dbefd88bbd91df700883ab9c2af.tar.zst dexon-6876e92f8d467dbefd88bbd91df700883ab9c2af.zip |
Merge remote-tracking branch 'fjl/license-update-1.6'
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/geth/config.go | 2 | ||||
-rw-r--r-- | cmd/swarm/cleandb.go | 16 | ||||
-rw-r--r-- | cmd/swarm/list.go | 2 | ||||
-rw-r--r-- | cmd/swarm/manifest.go | 2 | ||||
-rw-r--r-- | cmd/wnode/main.go | 2 |
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 |