diff options
Diffstat (limited to 'miner')
-rw-r--r-- | miner/agent.go | 2 | ||||
-rw-r--r-- | miner/miner.go | 2 | ||||
-rw-r--r-- | miner/remote_agent.go | 2 | ||||
-rw-r--r-- | miner/worker.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/miner/agent.go b/miner/agent.go index caf1cb322..2f8d9fee4 100644 --- a/miner/agent.go +++ b/miner/agent.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/miner/miner.go b/miner/miner.go index a5cd71702..bf6a48802 100644 --- a/miner/miner.go +++ b/miner/miner.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/miner/remote_agent.go b/miner/remote_agent.go index 59080fc44..674ca40ac 100644 --- a/miner/remote_agent.go +++ b/miner/remote_agent.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/miner/worker.go b/miner/worker.go index 5d548584c..7fb40af78 100644 --- a/miner/worker.go +++ b/miner/worker.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. |