aboutsummaryrefslogtreecommitdiffstats
path: root/core/types
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-07-28 19:29:42 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-07-28 19:29:42 +0800
commit1fad8798ec043b9b829caea96dd7a2c5e7b1ed36 (patch)
tree8ff1d0588ec33c9d3d2f0a031fe92daa33fb8c14 /core/types
parent572e78cee056951c12cfc1c941b48b0fcc1ed6ed (diff)
parentcd657b98780a74d08c110291dcf8d1183b64be15 (diff)
downloaddexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar
dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.gz
dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.bz2
dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.lz
dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.xz
dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.tar.zst
dexon-1fad8798ec043b9b829caea96dd7a2c5e7b1ed36.zip
Merge pull request #1515 from fjl/license-fixes
all: fix license headers one more time
Diffstat (limited to 'core/types')
-rw-r--r--core/types/block.go2
-rw-r--r--core/types/block_test.go2
-rw-r--r--core/types/bloom9.go2
-rw-r--r--core/types/bloom9_test.go2
-rw-r--r--core/types/common.go2
-rw-r--r--core/types/derive_sha.go2
-rw-r--r--core/types/receipt.go2
-rw-r--r--core/types/transaction.go2
-rw-r--r--core/types/transaction_test.go2
9 files changed, 9 insertions, 9 deletions
diff --git a/core/types/block.go b/core/types/block.go
index 8c6ed8591..427a3e6cb 100644
--- a/core/types/block.go
+++ b/core/types/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/core/types/block_test.go b/core/types/block_test.go
index 03fa679b1..aebb6328b 100644
--- a/core/types/block_test.go
+++ b/core/types/block_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/core/types/bloom9.go b/core/types/bloom9.go
index bfc27c6f7..0629b31d4 100644
--- a/core/types/bloom9.go
+++ b/core/types/bloom9.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/core/types/bloom9_test.go b/core/types/bloom9_test.go
index 25c96c7ca..f020670b1 100644
--- a/core/types/bloom9_test.go
+++ b/core/types/bloom9_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/core/types/common.go b/core/types/common.go
index 2b834a255..de6efcd86 100644
--- a/core/types/common.go
+++ b/core/types/common.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/core/types/derive_sha.go b/core/types/derive_sha.go
index 1c793becc..478edb0e8 100644
--- a/core/types/derive_sha.go
+++ b/core/types/derive_sha.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/core/types/receipt.go b/core/types/receipt.go
index 914ff0b3c..e01d69005 100644
--- a/core/types/receipt.go
+++ b/core/types/receipt.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/core/types/transaction.go b/core/types/transaction.go
index c60e45fe8..cc1793112 100644
--- a/core/types/transaction.go
+++ b/core/types/transaction.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/core/types/transaction_test.go b/core/types/transaction_test.go
index 11c30b1f7..1c0e27d9a 100644
--- a/core/types/transaction_test.go
+++ b/core/types/transaction_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.