aboutsummaryrefslogtreecommitdiffstats
path: root/pow
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-07-24 00:35:11 +0800
committerFelix Lange <fjl@twurst.com>2015-07-24 00:35:11 +0800
commitbfbcfbe4a9dd9125391b56d6a13158cc5ec71c89 (patch)
treeacefef19e7366d49d30665a1574411fd717b6c84 /pow
parent0428cae226ff4910227ded0608f7e7f1c9b4df37 (diff)
downloaddexon-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar
dexon-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.gz
dexon-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.bz2
dexon-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.lz
dexon-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.xz
dexon-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.tar.zst
dexon-bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89.zip
all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
Diffstat (limited to 'pow')
-rw-r--r--pow/block.go2
-rw-r--r--pow/dagger/dagger.go2
-rw-r--r--pow/dagger/dagger_test.go2
-rw-r--r--pow/ezp/pow.go2
-rw-r--r--pow/pow.go2
5 files changed, 5 insertions, 5 deletions
diff --git a/pow/block.go b/pow/block.go
index 7a56a2323..11807113d 100644
--- a/pow/block.go
+++ b/pow/block.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/pow/dagger/dagger.go b/pow/dagger/dagger.go
index 9c812ee63..f54ba71ca 100644
--- a/pow/dagger/dagger.go
+++ b/pow/dagger/dagger.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/pow/dagger/dagger_test.go b/pow/dagger/dagger_test.go
index 7cf1d5b9d..39b74df30 100644
--- a/pow/dagger/dagger_test.go
+++ b/pow/dagger/dagger_test.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/pow/ezp/pow.go b/pow/ezp/pow.go
index 358e2f82d..03bb3da29 100644
--- a/pow/ezp/pow.go
+++ b/pow/ezp/pow.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/pow/pow.go b/pow/pow.go
index 7d67d0c60..22daf35e4 100644
--- a/pow/pow.go
+++ b/pow/pow.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.