From bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89 Mon Sep 17 00:00:00 2001
From: Felix Lange <fjl@twurst.com>
Date: Thu, 23 Jul 2015 18:35:11 +0200
Subject: [PATCH] all: fix license headers one more time

I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
---
 accounts/abi/abi.go                | 2 +-
 accounts/abi/abi_test.go           | 2 +-
 accounts/abi/doc.go                | 2 +-
 accounts/abi/numbers.go            | 2 +-
 accounts/abi/numbers_test.go       | 2 +-
 accounts/abi/type.go               | 2 +-
 accounts/account_manager.go        | 2 +-
 accounts/accounts_test.go          | 2 +-
 build/update-license.go            | 2 +-
 common/big.go                      | 2 +-
 common/big_test.go                 | 2 +-
 common/bytes.go                    | 2 +-
 common/bytes_test.go               | 2 +-
 common/compiler/solidity.go        | 2 +-
 common/compiler/solidity_test.go   | 2 +-
 common/config.go                   | 2 +-
 common/db.go                       | 2 +-
 common/debug.go                    | 2 +-
 common/docserver/docserver.go      | 2 +-
 common/docserver/docserver_test.go | 2 +-
 common/list.go                     | 2 +-
 common/main_test.go                | 2 +-
 common/math/dist.go                | 2 +-
 common/math/dist_test.go           | 2 +-
 common/natspec/natspec.go          | 2 +-
 common/natspec/natspec_e2e_test.go | 2 +-
 common/natspec/natspec_js.go       | 2 +-
 common/natspec/natspec_test.go     | 2 +-
 common/number/int.go               | 2 +-
 common/number/uint_test.go         | 2 +-
 common/package.go                  | 2 +-
 common/path.go                     | 2 +-
 common/path_test.go                | 2 +-
 common/registrar/contracts.go      | 2 +-
 common/registrar/ethreg/ethreg.go  | 2 +-
 common/registrar/registrar.go      | 2 +-
 common/registrar/registrar_test.go | 2 +-
 common/rlp.go                      | 2 +-
 common/rlp_test.go                 | 2 +-
 common/size.go                     | 2 +-
 common/size_test.go                | 2 +-
 common/test_utils.go               | 2 +-
 common/types.go                    | 2 +-
 common/types_template.go           | 2 +-
 common/types_test.go               | 2 +-
 common/value.go                    | 2 +-
 common/value_test.go               | 2 +-
 compression/rle/read_write.go      | 2 +-
 compression/rle/read_write_test.go | 2 +-
 core/asm.go                        | 2 +-
 core/bad_block.go                  | 2 +-
 core/bench_test.go                 | 2 +-
 core/block_cache.go                | 2 +-
 core/block_cache_test.go           | 2 +-
 core/block_processor.go            | 2 +-
 core/block_processor_test.go       | 2 +-
 core/blocks.go                     | 2 +-
 core/canary.go                     | 2 +-
 core/chain_makers.go               | 2 +-
 core/chain_makers_test.go          | 2 +-
 core/chain_manager.go              | 2 +-
 core/chain_manager_test.go         | 2 +-
 core/chain_util.go                 | 2 +-
 core/error.go                      | 2 +-
 core/events.go                     | 2 +-
 core/execution.go                  | 2 +-
 core/fees.go                       | 2 +-
 core/filter.go                     | 2 +-
 core/filter_test.go                | 2 +-
 core/genesis.go                    | 2 +-
 core/helper_test.go                | 2 +-
 core/manager.go                    | 2 +-
 core/state/dump.go                 | 2 +-
 core/state/errors.go               | 2 +-
 core/state/log.go                  | 2 +-
 core/state/main_test.go            | 2 +-
 core/state/managed_state.go        | 2 +-
 core/state/managed_state_test.go   | 2 +-
 core/state/state_object.go         | 2 +-
 core/state/state_test.go           | 2 +-
 core/state/statedb.go              | 2 +-
 core/state_transition.go           | 2 +-
 core/transaction_pool.go           | 2 +-
 core/transaction_pool_test.go      | 2 +-
 core/transaction_util.go           | 2 +-
 core/types/block.go                | 2 +-
 core/types/block_test.go           | 2 +-
 core/types/bloom9.go               | 2 +-
 core/types/bloom9_test.go          | 2 +-
 core/types/common.go               | 2 +-
 core/types/derive_sha.go           | 2 +-
 core/types/receipt.go              | 2 +-
 core/types/transaction.go          | 2 +-
 core/types/transaction_test.go     | 2 +-
 core/vm/analysis.go                | 2 +-
 core/vm/asm.go                     | 2 +-
 core/vm/common.go                  | 2 +-
 core/vm/context.go                 | 2 +-
 core/vm/contracts.go               | 2 +-
 core/vm/disasm.go                  | 2 +-
 core/vm/environment.go             | 2 +-
 core/vm/errors.go                  | 2 +-
 core/vm/gas.go                     | 2 +-
 core/vm/logger.go                  | 2 +-
 core/vm/memory.go                  | 2 +-
 core/vm/opcodes.go                 | 2 +-
 core/vm/stack.go                   | 2 +-
 core/vm/virtual_machine.go         | 2 +-
 core/vm/vm.go                      | 2 +-
 core/vm/vm_jit.go                  | 2 +-
 core/vm/vm_jit_fake.go             | 2 +-
 core/vm_env.go                     | 2 +-
 crypto/crypto.go                   | 2 +-
 crypto/crypto_test.go              | 2 +-
 crypto/encrypt_decrypt_test.go     | 2 +-
 crypto/key.go                      | 2 +-
 crypto/key_store_passphrase.go     | 2 +-
 crypto/key_store_plain.go          | 2 +-
 crypto/key_store_test.go           | 2 +-
 crypto/keypair.go                  | 2 +-
 crypto/mnemonic.go                 | 2 +-
 crypto/mnemonic_test.go            | 2 +-
 crypto/mnemonic_words.go           | 2 +-
 crypto/randentropy/rand_entropy.go | 2 +-
 crypto/secp256k1/notes.go          | 2 +-
 crypto/secp256k1/secp256.go        | 2 +-
 crypto/secp256k1/secp256_test.go   | 2 +-
 errs/errors.go                     | 2 +-
 errs/errors_test.go                | 2 +-
 eth/backend.go                     | 2 +-
 eth/downloader/downloader.go       | 2 +-
 eth/downloader/downloader_test.go  | 2 +-
 eth/downloader/events.go           | 2 +-
 eth/downloader/peer.go             | 2 +-
 eth/downloader/queue.go            | 2 +-
 eth/fetcher/fetcher.go             | 2 +-
 eth/fetcher/fetcher_test.go        | 2 +-
 eth/fetcher/metrics.go             | 2 +-
 eth/gasprice.go                    | 2 +-
 eth/handler.go                     | 2 +-
 eth/metrics.go                     | 2 +-
 eth/peer.go                        | 2 +-
 eth/protocol.go                    | 2 +-
 eth/protocol_test.go               | 2 +-
 eth/sync.go                        | 2 +-
 ethdb/database.go                  | 2 +-
 ethdb/database_test.go             | 2 +-
 ethdb/memory_database.go           | 2 +-
 event/event.go                     | 2 +-
 event/event_test.go                | 2 +-
 event/example_test.go              | 2 +-
 event/filter/eth_filter.go         | 2 +-
 event/filter/filter.go             | 2 +-
 event/filter/filter_test.go        | 2 +-
 event/filter/generic_filter.go     | 2 +-
 generators/defaults.go             | 2 +-
 jsre/bignumber_js.go               | 2 +-
 jsre/ethereum_js.go                | 2 +-
 jsre/jsre.go                       | 2 +-
 jsre/jsre_test.go                  | 2 +-
 jsre/pp_js.go                      | 2 +-
 logger/example_test.go             | 2 +-
 logger/log.go                      | 2 +-
 logger/loggers.go                  | 2 +-
 logger/loggers_test.go             | 2 +-
 logger/logsystem.go                | 2 +-
 logger/sys.go                      | 2 +-
 logger/types.go                    | 2 +-
 logger/verbosity.go                | 2 +-
 metrics/disk.go                    | 2 +-
 metrics/disk_linux.go              | 2 +-
 metrics/disk_nop.go                | 2 +-
 metrics/metrics.go                 | 2 +-
 miner/agent.go                     | 2 +-
 miner/miner.go                     | 2 +-
 miner/remote_agent.go              | 2 +-
 miner/worker.go                    | 2 +-
 p2p/dial.go                        | 2 +-
 p2p/dial_test.go                   | 2 +-
 p2p/discover/database.go           | 2 +-
 p2p/discover/database_test.go      | 2 +-
 p2p/discover/node.go               | 2 +-
 p2p/discover/node_test.go          | 2 +-
 p2p/discover/table.go              | 2 +-
 p2p/discover/table_test.go         | 2 +-
 p2p/discover/udp.go                | 2 +-
 p2p/discover/udp_test.go           | 2 +-
 p2p/message.go                     | 2 +-
 p2p/message_test.go                | 2 +-
 p2p/metrics.go                     | 2 +-
 p2p/nat/nat.go                     | 2 +-
 p2p/nat/nat_test.go                | 2 +-
 p2p/nat/natpmp.go                  | 2 +-
 p2p/nat/natupnp.go                 | 2 +-
 p2p/nat/natupnp_test.go            | 2 +-
 p2p/peer.go                        | 2 +-
 p2p/peer_error.go                  | 2 +-
 p2p/peer_test.go                   | 2 +-
 p2p/protocol.go                    | 2 +-
 p2p/rlpx.go                        | 2 +-
 p2p/rlpx_test.go                   | 2 +-
 p2p/server.go                      | 2 +-
 p2p/server_test.go                 | 2 +-
 params/protocol_params.go          | 2 +-
 pow/block.go                       | 2 +-
 pow/dagger/dagger.go               | 2 +-
 pow/dagger/dagger_test.go          | 2 +-
 pow/ezp/pow.go                     | 2 +-
 pow/pow.go                         | 2 +-
 rlp/decode.go                      | 2 +-
 rlp/decode_test.go                 | 2 +-
 rlp/doc.go                         | 2 +-
 rlp/encode.go                      | 2 +-
 rlp/encode_test.go                 | 2 +-
 rlp/encoder_example_test.go        | 2 +-
 rlp/typecache.go                   | 2 +-
 rpc/api/admin.go                   | 2 +-
 rpc/api/admin_args.go              | 2 +-
 rpc/api/admin_js.go                | 2 +-
 rpc/api/api.go                     | 2 +-
 rpc/api/api_test.go                | 2 +-
 rpc/api/args.go                    | 2 +-
 rpc/api/args_test.go               | 2 +-
 rpc/api/db.go                      | 2 +-
 rpc/api/db_args.go                 | 2 +-
 rpc/api/db_js.go                   | 2 +-
 rpc/api/debug.go                   | 2 +-
 rpc/api/debug_args.go              | 2 +-
 rpc/api/debug_js.go                | 2 +-
 rpc/api/eth.go                     | 2 +-
 rpc/api/eth_args.go                | 2 +-
 rpc/api/eth_js.go                  | 2 +-
 rpc/api/mergedapi.go               | 2 +-
 rpc/api/miner.go                   | 2 +-
 rpc/api/miner_args.go              | 2 +-
 rpc/api/miner_js.go                | 2 +-
 rpc/api/net.go                     | 2 +-
 rpc/api/net_js.go                  | 2 +-
 rpc/api/parsing.go                 | 2 +-
 rpc/api/personal.go                | 2 +-
 rpc/api/personal_args.go           | 2 +-
 rpc/api/personal_js.go             | 2 +-
 rpc/api/shh.go                     | 2 +-
 rpc/api/shh_args.go                | 2 +-
 rpc/api/ssh_js.go                  | 2 +-
 rpc/api/txpool.go                  | 2 +-
 rpc/api/txpool_js.go               | 2 +-
 rpc/api/utils.go                   | 2 +-
 rpc/api/web3.go                    | 2 +-
 rpc/api/web3_args.go               | 2 +-
 rpc/codec/codec.go                 | 2 +-
 rpc/codec/json.go                  | 2 +-
 rpc/codec/json_test.go             | 2 +-
 rpc/comms/comms.go                 | 2 +-
 rpc/comms/http.go                  | 2 +-
 rpc/comms/http_net.go              | 2 +-
 rpc/comms/inproc.go                | 2 +-
 rpc/comms/ipc.go                   | 2 +-
 rpc/comms/ipc_unix.go              | 2 +-
 rpc/comms/ipc_windows.go           | 2 +-
 rpc/jeth.go                        | 2 +-
 rpc/shared/errors.go               | 2 +-
 rpc/shared/types.go                | 2 +-
 rpc/shared/utils.go                | 2 +-
 rpc/xeth.go                        | 2 +-
 tests/block_test.go                | 2 +-
 tests/block_test_util.go           | 2 +-
 tests/init.go                      | 2 +-
 tests/rlp_test.go                  | 2 +-
 tests/rlp_test_util.go             | 2 +-
 tests/state_test.go                | 2 +-
 tests/state_test_util.go           | 2 +-
 tests/transaction_test.go          | 2 +-
 tests/transaction_test_util.go     | 2 +-
 tests/util.go                      | 2 +-
 tests/vm_test.go                   | 2 +-
 tests/vm_test_util.go              | 2 +-
 trie/cache.go                      | 2 +-
 trie/encoding.go                   | 2 +-
 trie/encoding_test.go              | 2 +-
 trie/fullnode.go                   | 2 +-
 trie/hashnode.go                   | 2 +-
 trie/iterator.go                   | 2 +-
 trie/iterator_test.go              | 2 +-
 trie/node.go                       | 2 +-
 trie/secure_trie.go                | 2 +-
 trie/shortnode.go                  | 2 +-
 trie/slice.go                      | 2 +-
 trie/trie.go                       | 2 +-
 trie/trie_test.go                  | 2 +-
 trie/valuenode.go                  | 2 +-
 whisper/doc.go                     | 2 +-
 whisper/envelope.go                | 2 +-
 whisper/envelope_test.go           | 2 +-
 whisper/filter.go                  | 2 +-
 whisper/filter_test.go             | 2 +-
 whisper/main.go                    | 2 +-
 whisper/message.go                 | 2 +-
 whisper/message_test.go            | 2 +-
 whisper/peer.go                    | 2 +-
 whisper/peer_test.go               | 2 +-
 whisper/topic.go                   | 2 +-
 whisper/topic_test.go              | 2 +-
 whisper/whisper.go                 | 2 +-
 whisper/whisper_test.go            | 2 +-
 xeth/frontend.go                   | 2 +-
 xeth/state.go                      | 2 +-
 xeth/types.go                      | 2 +-
 xeth/whisper.go                    | 2 +-
 xeth/whisper_filter.go             | 2 +-
 xeth/whisper_message.go            | 2 +-
 xeth/xeth.go                       | 2 +-
 312 files changed, 312 insertions(+), 312 deletions(-)

diff --git a/accounts/abi/abi.go b/accounts/abi/abi.go
index c31127cb34..de3128902b 100644
--- a/accounts/abi/abi.go
+++ b/accounts/abi/abi.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/accounts/abi/abi_test.go b/accounts/abi/abi_test.go
index 8c08c6a74a..7706de05d9 100644
--- a/accounts/abi/abi_test.go
+++ b/accounts/abi/abi_test.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/accounts/abi/doc.go b/accounts/abi/doc.go
index 8e47ce674a..8242068582 100644
--- a/accounts/abi/doc.go
+++ b/accounts/abi/doc.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/accounts/abi/numbers.go b/accounts/abi/numbers.go
index 23ec2020ea..2a7049425a 100644
--- a/accounts/abi/numbers.go
+++ b/accounts/abi/numbers.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/accounts/abi/numbers_test.go b/accounts/abi/numbers_test.go
index 4beb5204a5..78dc57543b 100644
--- a/accounts/abi/numbers_test.go
+++ b/accounts/abi/numbers_test.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/accounts/abi/type.go b/accounts/abi/type.go
index c3f1968d91..b16822d3ba 100644
--- a/accounts/abi/type.go
+++ b/accounts/abi/type.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/accounts/account_manager.go b/accounts/account_manager.go
index 9a7d8397fd..2781be656f 100644
--- a/accounts/account_manager.go
+++ b/accounts/account_manager.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/accounts/accounts_test.go b/accounts/accounts_test.go
index 94c2489fdc..02a255f3e9 100644
--- a/accounts/accounts_test.go
+++ b/accounts/accounts_test.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/build/update-license.go b/build/update-license.go
index 3c18ee40f1..e28005cbd7 100644
--- a/build/update-license.go
+++ b/build/update-license.go
@@ -68,7 +68,7 @@ var licenseT = template.Must(template.New("").Parse(`
 // Copyright {{.Year}} The go-ethereum Authors
 // This file is part of {{.Whole false}}.
 //
-// go-ethereum is free software: you can redistribute it and/or modify
+// {{.Whole true}} is free software: you can redistribute it and/or modify
 // it under the terms of the GNU {{.License}} as published by
 // the Free Software Foundation, either version 3 of the License, or
 // (at your option) any later version.
diff --git a/common/big.go b/common/big.go
index ebec0cbdb1..a5d512d0dc 100644
--- a/common/big.go
+++ b/common/big.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/common/big_test.go b/common/big_test.go
index 80f706bbaf..1eb0c0c1fd 100644
--- a/common/big_test.go
+++ b/common/big_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/common/bytes.go b/common/bytes.go
index fec8db393c..ba6987a9ec 100644
--- a/common/bytes.go
+++ b/common/bytes.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/common/bytes_test.go b/common/bytes_test.go
index 5cc940b8a4..816d2082b8 100644
--- a/common/bytes_test.go
+++ b/common/bytes_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/common/compiler/solidity.go b/common/compiler/solidity.go
index 3981ae8c77..56928ac27d 100644
--- a/common/compiler/solidity.go
+++ b/common/compiler/solidity.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/common/compiler/solidity_test.go b/common/compiler/solidity_test.go
index f25bff5b36..8255e8e2d9 100644
--- a/common/compiler/solidity_test.go
+++ b/common/compiler/solidity_test.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/common/config.go b/common/config.go
index d2a0d4fa38..3c2683db0e 100644
--- a/common/config.go
+++ b/common/config.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/common/db.go b/common/db.go
index e83d8802b4..60c090cdce 100644
--- a/common/db.go
+++ b/common/db.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/common/debug.go b/common/debug.go
index 7897c24f57..fa93d7bda5 100644
--- a/common/debug.go
+++ b/common/debug.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/common/docserver/docserver.go b/common/docserver/docserver.go
index e07ee3a623..fa120fb380 100644
--- a/common/docserver/docserver.go
+++ b/common/docserver/docserver.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/common/docserver/docserver_test.go b/common/docserver/docserver_test.go
index aa75ff4fd3..92e39d167a 100644
--- a/common/docserver/docserver_test.go
+++ b/common/docserver/docserver_test.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/common/list.go b/common/list.go
index 21ae41dded..07b2f17f53 100644
--- a/common/list.go
+++ b/common/list.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/common/main_test.go b/common/main_test.go
index 5e26721b25..149d09928a 100644
--- a/common/main_test.go
+++ b/common/main_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/common/math/dist.go b/common/math/dist.go
index d3a096133f..913fbfbd47 100644
--- a/common/math/dist.go
+++ b/common/math/dist.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/common/math/dist_test.go b/common/math/dist_test.go
index 07397f3324..1eacfbcaf2 100644
--- a/common/math/dist_test.go
+++ b/common/math/dist_test.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/common/natspec/natspec.go b/common/natspec/natspec.go
index e68f50f543..0265c2e13f 100644
--- a/common/natspec/natspec.go
+++ b/common/natspec/natspec.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/common/natspec/natspec_e2e_test.go b/common/natspec/natspec_e2e_test.go
index d55c3fff7e..fc8ca6af2e 100644
--- a/common/natspec/natspec_e2e_test.go
+++ b/common/natspec/natspec_e2e_test.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/common/natspec/natspec_js.go b/common/natspec/natspec_js.go
index 9db3050ec8..2b30d31d35 100644
--- a/common/natspec/natspec_js.go
+++ b/common/natspec/natspec_js.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/common/natspec/natspec_test.go b/common/natspec/natspec_test.go
index 726b3ef674..9ec14829a9 100644
--- a/common/natspec/natspec_test.go
+++ b/common/natspec/natspec_test.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/common/number/int.go b/common/number/int.go
index 9f32c9d86f..6dab2436de 100644
--- a/common/number/int.go
+++ b/common/number/int.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/common/number/uint_test.go b/common/number/uint_test.go
index 17110ecc2b..3ab9e4c344 100644
--- a/common/number/uint_test.go
+++ b/common/number/uint_test.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/common/package.go b/common/package.go
index 8e57f2fbed..4e8780c08a 100644
--- a/common/package.go
+++ b/common/package.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/common/path.go b/common/path.go
index e55eb1ab7f..0d7adb9617 100644
--- a/common/path.go
+++ b/common/path.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/common/path_test.go b/common/path_test.go
index ffc72bc53a..71ffd5fe1e 100644
--- a/common/path_test.go
+++ b/common/path_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/common/registrar/contracts.go b/common/registrar/contracts.go
index 6d6d190aef..cd80dfcaba 100644
--- a/common/registrar/contracts.go
+++ b/common/registrar/contracts.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/common/registrar/ethreg/ethreg.go b/common/registrar/ethreg/ethreg.go
index 46aa5c95d8..626ebe1d74 100644
--- a/common/registrar/ethreg/ethreg.go
+++ b/common/registrar/ethreg/ethreg.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/common/registrar/registrar.go b/common/registrar/registrar.go
index 976991ad61..d891e161e7 100644
--- a/common/registrar/registrar.go
+++ b/common/registrar/registrar.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/common/registrar/registrar_test.go b/common/registrar/registrar_test.go
index 7d109a2682..63f2835638 100644
--- a/common/registrar/registrar_test.go
+++ b/common/registrar/registrar_test.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/common/rlp.go b/common/rlp.go
index 757a0466f4..481b451b1b 100644
--- a/common/rlp.go
+++ b/common/rlp.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/common/rlp_test.go b/common/rlp_test.go
index b6ceac485d..2320ffe3c2 100644
--- a/common/rlp_test.go
+++ b/common/rlp_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/common/size.go b/common/size.go
index eb9b1f4307..9653b36298 100644
--- a/common/size.go
+++ b/common/size.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/common/size_test.go b/common/size_test.go
index 85e01fa9a0..8709a02374 100644
--- a/common/size_test.go
+++ b/common/size_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/common/test_utils.go b/common/test_utils.go
index 8603ba2228..a848642f77 100644
--- a/common/test_utils.go
+++ b/common/test_utils.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/common/types.go b/common/types.go
index 90d2533187..624f4b8265 100644
--- a/common/types.go
+++ b/common/types.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/common/types_template.go b/common/types_template.go
index d24c9c7f7f..8048f9cc3f 100644
--- a/common/types_template.go
+++ b/common/types_template.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/common/types_test.go b/common/types_test.go
index fec45e9592..edf8d4d142 100644
--- a/common/types_test.go
+++ b/common/types_test.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/common/value.go b/common/value.go
index 20829eecd2..7abbf67b15 100644
--- a/common/value.go
+++ b/common/value.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/common/value_test.go b/common/value_test.go
index 6ec0c744fd..ac2ef02a70 100644
--- a/common/value_test.go
+++ b/common/value_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/compression/rle/read_write.go b/compression/rle/read_write.go
index ad1830c7f5..19133119b3 100644
--- a/compression/rle/read_write.go
+++ b/compression/rle/read_write.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/compression/rle/read_write_test.go b/compression/rle/read_write_test.go
index 99785af80a..ba39650256 100644
--- a/compression/rle/read_write_test.go
+++ b/compression/rle/read_write_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/asm.go b/core/asm.go
index 4c71cb1d9d..a86a2c44c3 100644
--- a/core/asm.go
+++ b/core/asm.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/bad_block.go b/core/bad_block.go
index 23bc6800c4..cd3fb575a8 100644
--- a/core/bad_block.go
+++ b/core/bad_block.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/core/bench_test.go b/core/bench_test.go
index 89908c9bd9..c5c5b5b722 100644
--- a/core/bench_test.go
+++ b/core/bench_test.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/core/block_cache.go b/core/block_cache.go
index 2c72f93972..0fd7114488 100644
--- a/core/block_cache.go
+++ b/core/block_cache.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/core/block_cache_test.go b/core/block_cache_test.go
index ecf0e42a10..ef826d5bda 100644
--- a/core/block_cache_test.go
+++ b/core/block_cache_test.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/core/block_processor.go b/core/block_processor.go
index ed0335630a..6687cd000b 100644
--- a/core/block_processor.go
+++ b/core/block_processor.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/block_processor_test.go b/core/block_processor_test.go
index 54fa34472f..f48ce9607f 100644
--- a/core/block_processor_test.go
+++ b/core/block_processor_test.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/core/blocks.go b/core/blocks.go
index 178230b5b8..326e4c3fc5 100644
--- a/core/blocks.go
+++ b/core/blocks.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/core/canary.go b/core/canary.go
index efdf19e7d0..5eefe066cf 100644
--- a/core/canary.go
+++ b/core/canary.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/core/chain_makers.go b/core/chain_makers.go
index 63e9334d25..283653d9a4 100644
--- a/core/chain_makers.go
+++ b/core/chain_makers.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/core/chain_makers_test.go b/core/chain_makers_test.go
index 715e4c7aca..750ec3809b 100644
--- a/core/chain_makers_test.go
+++ b/core/chain_makers_test.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/core/chain_manager.go b/core/chain_manager.go
index b2fcb677c8..4ad48c24c5 100644
--- a/core/chain_manager.go
+++ b/core/chain_manager.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/chain_manager_test.go b/core/chain_manager_test.go
index d247c3e506..2602afe192 100644
--- a/core/chain_manager_test.go
+++ b/core/chain_manager_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/chain_util.go b/core/chain_util.go
index a67fdb1352..4e66655684 100644
--- a/core/chain_util.go
+++ b/core/chain_util.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/core/error.go b/core/error.go
index f055b103d6..5e6ff4de7f 100644
--- a/core/error.go
+++ b/core/error.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/events.go b/core/events.go
index f820b6b0b2..a487fc51d4 100644
--- a/core/events.go
+++ b/core/events.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/execution.go b/core/execution.go
index bab3a72e3b..699bad9a38 100644
--- a/core/execution.go
+++ b/core/execution.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/fees.go b/core/fees.go
index 3f61779752..322bc96f63 100644
--- a/core/fees.go
+++ b/core/fees.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/filter.go b/core/filter.go
index b78647f058..8a876396be 100644
--- a/core/filter.go
+++ b/core/filter.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/filter_test.go b/core/filter_test.go
index c973bbed31..58e71e305d 100644
--- a/core/filter_test.go
+++ b/core/filter_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/genesis.go b/core/genesis.go
index 7d3727b820..67c3a3b58f 100644
--- a/core/genesis.go
+++ b/core/genesis.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/helper_test.go b/core/helper_test.go
index c85df133ee..b21f31d7c8 100644
--- a/core/helper_test.go
+++ b/core/helper_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/manager.go b/core/manager.go
index c9fdce78ea..a07c326592 100644
--- a/core/manager.go
+++ b/core/manager.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/core/state/dump.go b/core/state/dump.go
index 6b5e40565d..9acb8a0244 100644
--- a/core/state/dump.go
+++ b/core/state/dump.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/state/errors.go b/core/state/errors.go
index 343567b185..a08ed2d23d 100644
--- a/core/state/errors.go
+++ b/core/state/errors.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/state/log.go b/core/state/log.go
index 67450c6892..5d7d7357dd 100644
--- a/core/state/log.go
+++ b/core/state/log.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/state/main_test.go b/core/state/main_test.go
index 38b62df029..cd9661031f 100644
--- a/core/state/main_test.go
+++ b/core/state/main_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/state/managed_state.go b/core/state/managed_state.go
index 13535a4050..4df0479791 100644
--- a/core/state/managed_state.go
+++ b/core/state/managed_state.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/core/state/managed_state_test.go b/core/state/managed_state_test.go
index a751e04bc5..58e77d842b 100644
--- a/core/state/managed_state_test.go
+++ b/core/state/managed_state_test.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/core/state/state_object.go b/core/state/state_object.go
index e366444db8..3d4f0b3769 100644
--- a/core/state/state_object.go
+++ b/core/state/state_object.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/state/state_test.go b/core/state/state_test.go
index a2cab025e1..5972d266a9 100644
--- a/core/state/state_test.go
+++ b/core/state/state_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/state/statedb.go b/core/state/statedb.go
index f438fc00b8..f481c8ab38 100644
--- a/core/state/statedb.go
+++ b/core/state/statedb.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/state_transition.go b/core/state_transition.go
index 8d2acb9041..a5d4fc19b9 100644
--- a/core/state_transition.go
+++ b/core/state_transition.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/transaction_pool.go b/core/transaction_pool.go
index 003d4a14aa..2a6666ea14 100644
--- a/core/transaction_pool.go
+++ b/core/transaction_pool.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/transaction_pool_test.go b/core/transaction_pool_test.go
index 5e22940683..26af4fc16a 100644
--- a/core/transaction_pool_test.go
+++ b/core/transaction_pool_test.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/core/transaction_util.go b/core/transaction_util.go
index 1020fbd6e0..54a909ba2d 100644
--- a/core/transaction_util.go
+++ b/core/transaction_util.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/core/types/block.go b/core/types/block.go
index d18bf147f6..5a0b2abce5 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 03fa679b13..aebb6328bd 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 bfc27c6f7b..0629b31d45 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 25c96c7ca7..f020670b1c 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 2b834a2556..de6efcd86b 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 1c793becca..478edb0e81 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 914ff0b3c1..e01d690052 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 c60e45fe85..cc17931120 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 11c30b1f72..1c0e27d9a4 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.
diff --git a/core/vm/analysis.go b/core/vm/analysis.go
index b88f33fdc5..a0f6158217 100644
--- a/core/vm/analysis.go
+++ b/core/vm/analysis.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/vm/asm.go b/core/vm/asm.go
index ccaacd36b8..639201e50b 100644
--- a/core/vm/asm.go
+++ b/core/vm/asm.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/vm/common.go b/core/vm/common.go
index be8511a8fc..2e03ec80bb 100644
--- a/core/vm/common.go
+++ b/core/vm/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/vm/context.go b/core/vm/context.go
index 18617b98fa..162666ef22 100644
--- a/core/vm/context.go
+++ b/core/vm/context.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/vm/contracts.go b/core/vm/contracts.go
index 0e7c04c048..2d70f173e9 100644
--- a/core/vm/contracts.go
+++ b/core/vm/contracts.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/vm/disasm.go b/core/vm/disasm.go
index 0aefbd659f..2bfea5cbda 100644
--- a/core/vm/disasm.go
+++ b/core/vm/disasm.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/core/vm/environment.go b/core/vm/environment.go
index 8ef2a74261..723924b6fc 100644
--- a/core/vm/environment.go
+++ b/core/vm/environment.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/vm/errors.go b/core/vm/errors.go
index 3af1ce6f5e..24567e9a1e 100644
--- a/core/vm/errors.go
+++ b/core/vm/errors.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/vm/gas.go b/core/vm/gas.go
index 9dbfe65fd8..af2e586a71 100644
--- a/core/vm/gas.go
+++ b/core/vm/gas.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/core/vm/logger.go b/core/vm/logger.go
index c6d3fbd939..736f595f6b 100644
--- a/core/vm/logger.go
+++ b/core/vm/logger.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/core/vm/memory.go b/core/vm/memory.go
index 169707a324..0109050d7c 100644
--- a/core/vm/memory.go
+++ b/core/vm/memory.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/core/vm/opcodes.go b/core/vm/opcodes.go
index 24d6b52945..ecced3650b 100644
--- a/core/vm/opcodes.go
+++ b/core/vm/opcodes.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/vm/stack.go b/core/vm/stack.go
index d9d9dd2a54..3d669b2f20 100644
--- a/core/vm/stack.go
+++ b/core/vm/stack.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/vm/virtual_machine.go b/core/vm/virtual_machine.go
index 1d765d36c0..047723744e 100644
--- a/core/vm/virtual_machine.go
+++ b/core/vm/virtual_machine.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/vm/vm.go b/core/vm/vm.go
index d67e013075..21e0a46656 100644
--- a/core/vm/vm.go
+++ b/core/vm/vm.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/vm/vm_jit.go b/core/vm/vm_jit.go
index 6f7163c22d..339cb8ea8a 100644
--- a/core/vm/vm_jit.go
+++ b/core/vm/vm_jit.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/core/vm/vm_jit_fake.go b/core/vm/vm_jit_fake.go
index 191496e0a4..456fcb8d4b 100644
--- a/core/vm/vm_jit_fake.go
+++ b/core/vm/vm_jit_fake.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/core/vm_env.go b/core/vm_env.go
index 79aa460b2d..c1a86d63e2 100644
--- a/core/vm_env.go
+++ b/core/vm_env.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/crypto/crypto.go b/crypto/crypto.go
index 1c34f9a7d8..a474d6f13f 100644
--- a/crypto/crypto.go
+++ b/crypto/crypto.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/crypto/crypto_test.go b/crypto/crypto_test.go
index e68d6e50d1..b891f41a9a 100644
--- a/crypto/crypto_test.go
+++ b/crypto/crypto_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/crypto/encrypt_decrypt_test.go b/crypto/encrypt_decrypt_test.go
index a2d8a21895..fcf40b70fd 100644
--- a/crypto/encrypt_decrypt_test.go
+++ b/crypto/encrypt_decrypt_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/crypto/key.go b/crypto/key.go
index 994ebe4af2..d80b997598 100644
--- a/crypto/key.go
+++ b/crypto/key.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/crypto/key_store_passphrase.go b/crypto/key_store_passphrase.go
index 2198d1af44..f21af8dd9f 100644
--- a/crypto/key_store_passphrase.go
+++ b/crypto/key_store_passphrase.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/crypto/key_store_plain.go b/crypto/key_store_plain.go
index bb7a2b7a54..c1c23f8b8b 100644
--- a/crypto/key_store_plain.go
+++ b/crypto/key_store_plain.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/crypto/key_store_test.go b/crypto/key_store_test.go
index 8634aad460..fda87ddc87 100644
--- a/crypto/key_store_test.go
+++ b/crypto/key_store_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/crypto/keypair.go b/crypto/keypair.go
index 3e600d98a6..e070f292fc 100644
--- a/crypto/keypair.go
+++ b/crypto/keypair.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/crypto/mnemonic.go b/crypto/mnemonic.go
index ad6207b90c..34698926cb 100644
--- a/crypto/mnemonic.go
+++ b/crypto/mnemonic.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/crypto/mnemonic_test.go b/crypto/mnemonic_test.go
index 46dfc79cab..07b364a01e 100644
--- a/crypto/mnemonic_test.go
+++ b/crypto/mnemonic_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/crypto/mnemonic_words.go b/crypto/mnemonic_words.go
index 6127be60ec..6b8412e897 100644
--- a/crypto/mnemonic_words.go
+++ b/crypto/mnemonic_words.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/crypto/randentropy/rand_entropy.go b/crypto/randentropy/rand_entropy.go
index ec1a20f927..0c2e3c051d 100644
--- a/crypto/randentropy/rand_entropy.go
+++ b/crypto/randentropy/rand_entropy.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/crypto/secp256k1/notes.go b/crypto/secp256k1/notes.go
index c26079d210..93e6d1902f 100644
--- a/crypto/secp256k1/notes.go
+++ b/crypto/secp256k1/notes.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/crypto/secp256k1/secp256.go b/crypto/secp256k1/secp256.go
index 88aa32a4b2..39cfda6072 100644
--- a/crypto/secp256k1/secp256.go
+++ b/crypto/secp256k1/secp256.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/crypto/secp256k1/secp256_test.go b/crypto/secp256k1/secp256_test.go
index 0e4fe5033b..deeec98d50 100644
--- a/crypto/secp256k1/secp256_test.go
+++ b/crypto/secp256k1/secp256_test.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/errs/errors.go b/errs/errors.go
index 854796d0a5..675649efa2 100644
--- a/errs/errors.go
+++ b/errs/errors.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/errs/errors_test.go b/errs/errors_test.go
index 5d39938fef..d6d14b45ea 100644
--- a/errs/errors_test.go
+++ b/errs/errors_test.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/eth/backend.go b/eth/backend.go
index 82e57c75b2..4bc00edde7 100644
--- a/eth/backend.go
+++ b/eth/backend.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/eth/downloader/downloader.go b/eth/downloader/downloader.go
index 7b0cd86b83..4c8b2e8d00 100644
--- a/eth/downloader/downloader.go
+++ b/eth/downloader/downloader.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/eth/downloader/downloader_test.go b/eth/downloader/downloader_test.go
index 993b64ddab..8299dd62ce 100644
--- a/eth/downloader/downloader_test.go
+++ b/eth/downloader/downloader_test.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/eth/downloader/events.go b/eth/downloader/events.go
index cd2ffdad5b..64905b8f2a 100644
--- a/eth/downloader/events.go
+++ b/eth/downloader/events.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/eth/downloader/peer.go b/eth/downloader/peer.go
index 28922c6831..4273b91682 100644
--- a/eth/downloader/peer.go
+++ b/eth/downloader/peer.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/eth/downloader/queue.go b/eth/downloader/queue.go
index a84509a9b2..96e08e1440 100644
--- a/eth/downloader/queue.go
+++ b/eth/downloader/queue.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/eth/fetcher/fetcher.go b/eth/fetcher/fetcher.go
index 1f02aab6e9..55b6c5c1c5 100644
--- a/eth/fetcher/fetcher.go
+++ b/eth/fetcher/fetcher.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/eth/fetcher/fetcher_test.go b/eth/fetcher/fetcher_test.go
index 4670713b22..499d6d546a 100644
--- a/eth/fetcher/fetcher_test.go
+++ b/eth/fetcher/fetcher_test.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/eth/fetcher/metrics.go b/eth/fetcher/metrics.go
index 08941c255f..76cc492269 100644
--- a/eth/fetcher/metrics.go
+++ b/eth/fetcher/metrics.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/eth/gasprice.go b/eth/gasprice.go
index ae679c6761..031098e9a1 100644
--- a/eth/gasprice.go
+++ b/eth/gasprice.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/eth/handler.go b/eth/handler.go
index 5ea9a3fdb2..f427854ac0 100644
--- a/eth/handler.go
+++ b/eth/handler.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/eth/metrics.go b/eth/metrics.go
index 2ec6e47d91..625b90b671 100644
--- a/eth/metrics.go
+++ b/eth/metrics.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/eth/peer.go b/eth/peer.go
index f06dbea728..ade1f37eaa 100644
--- a/eth/peer.go
+++ b/eth/peer.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/eth/protocol.go b/eth/protocol.go
index 5e2454999d..0bc8456601 100644
--- a/eth/protocol.go
+++ b/eth/protocol.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/eth/protocol_test.go b/eth/protocol_test.go
index 7dcbc714c3..c01f596919 100644
--- a/eth/protocol_test.go
+++ b/eth/protocol_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/eth/sync.go b/eth/sync.go
index 5d1c066a2b..a69bd6c69a 100644
--- a/eth/sync.go
+++ b/eth/sync.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/ethdb/database.go b/ethdb/database.go
index febf8d9f97..c93344409a 100644
--- a/ethdb/database.go
+++ b/ethdb/database.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/ethdb/database_test.go b/ethdb/database_test.go
index ce2ca48d0e..2465036aa8 100644
--- a/ethdb/database_test.go
+++ b/ethdb/database_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/ethdb/memory_database.go b/ethdb/memory_database.go
index 3dcb9fa983..70b03dfade 100644
--- a/ethdb/memory_database.go
+++ b/ethdb/memory_database.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/event/event.go b/event/event.go
index 6a0525f18f..ce74e52862 100644
--- a/event/event.go
+++ b/event/event.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/event/event_test.go b/event/event_test.go
index 8b2856bc42..465af38cd9 100644
--- a/event/event_test.go
+++ b/event/event_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/event/example_test.go b/event/example_test.go
index 1b27197b5a..d4642ef2f5 100644
--- a/event/example_test.go
+++ b/event/example_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/event/filter/eth_filter.go b/event/filter/eth_filter.go
index 7f7b3a909b..6f61e2b608 100644
--- a/event/filter/eth_filter.go
+++ b/event/filter/eth_filter.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/event/filter/filter.go b/event/filter/filter.go
index 7f07194b58..b1fbf30ee4 100644
--- a/event/filter/filter.go
+++ b/event/filter/filter.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/event/filter/filter_test.go b/event/filter/filter_test.go
index fbf0881458..0cd26bfc9b 100644
--- a/event/filter/filter_test.go
+++ b/event/filter/filter_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/event/filter/generic_filter.go b/event/filter/generic_filter.go
index 3193bb75ec..27f35920d4 100644
--- a/event/filter/generic_filter.go
+++ b/event/filter/generic_filter.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/generators/defaults.go b/generators/defaults.go
index f28d249c47..386c6743d9 100644
--- a/generators/defaults.go
+++ b/generators/defaults.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/jsre/bignumber_js.go b/jsre/bignumber_js.go
index 9ecefcb03a..2e9c74c9f2 100644
--- a/jsre/bignumber_js.go
+++ b/jsre/bignumber_js.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/jsre/ethereum_js.go b/jsre/ethereum_js.go
index 7f0c108fa8..01a9b5da65 100644
--- a/jsre/ethereum_js.go
+++ b/jsre/ethereum_js.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/jsre/jsre.go b/jsre/jsre.go
index 8a7b257b88..d4c9828970 100644
--- a/jsre/jsre.go
+++ b/jsre/jsre.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/jsre/jsre_test.go b/jsre/jsre_test.go
index 38c9e5026f..ad210932a0 100644
--- a/jsre/jsre_test.go
+++ b/jsre/jsre_test.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/jsre/pp_js.go b/jsre/pp_js.go
index 876ea89f57..80fe523c14 100644
--- a/jsre/pp_js.go
+++ b/jsre/pp_js.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/logger/example_test.go b/logger/example_test.go
index c44f7f8925..ce5f9da67f 100644
--- a/logger/example_test.go
+++ b/logger/example_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/logger/log.go b/logger/log.go
index 6329259d70..38a6ce1391 100644
--- a/logger/log.go
+++ b/logger/log.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/logger/loggers.go b/logger/loggers.go
index f1ed3a4ece..e63355d0bf 100644
--- a/logger/loggers.go
+++ b/logger/loggers.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/logger/loggers_test.go b/logger/loggers_test.go
index 88a375ebb6..85564698bc 100644
--- a/logger/loggers_test.go
+++ b/logger/loggers_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/logger/logsystem.go b/logger/logsystem.go
index da56ba7193..24f4351d49 100644
--- a/logger/logsystem.go
+++ b/logger/logsystem.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/logger/sys.go b/logger/sys.go
index f6fbf6cd0a..18d4ea641c 100644
--- a/logger/sys.go
+++ b/logger/sys.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/logger/types.go b/logger/types.go
index e1f47e47cb..ee7e845de8 100644
--- a/logger/types.go
+++ b/logger/types.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/logger/verbosity.go b/logger/verbosity.go
index f1196f144d..aa3d59c30d 100644
--- a/logger/verbosity.go
+++ b/logger/verbosity.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/metrics/disk.go b/metrics/disk.go
index f1a00c6fb7..25142d2ad1 100644
--- a/metrics/disk.go
+++ b/metrics/disk.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/metrics/disk_linux.go b/metrics/disk_linux.go
index 73692421b5..e0c8a1a3a7 100644
--- a/metrics/disk_linux.go
+++ b/metrics/disk_linux.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/metrics/disk_nop.go b/metrics/disk_nop.go
index 4aef17008b..4319f8b277 100644
--- a/metrics/disk_nop.go
+++ b/metrics/disk_nop.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/metrics/metrics.go b/metrics/metrics.go
index 82519d902d..6d1a065edb 100644
--- a/metrics/metrics.go
+++ b/metrics/metrics.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/agent.go b/miner/agent.go
index caf1cb322a..2f8d9fee42 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 a5cd717029..bf6a488020 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 59080fc442..674ca40acd 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 5d548584cd..7fb40af780 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.
diff --git a/p2p/dial.go b/p2p/dial.go
index 9d9623c605..0fd3a4cf52 100644
--- a/p2p/dial.go
+++ b/p2p/dial.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/p2p/dial_test.go b/p2p/dial_test.go
index 9f036241f8..d24e03e292 100644
--- a/p2p/dial_test.go
+++ b/p2p/dial_test.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/p2p/discover/database.go b/p2p/discover/database.go
index 4a3a217cdc..d5c594364f 100644
--- a/p2p/discover/database.go
+++ b/p2p/discover/database.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/p2p/discover/database_test.go b/p2p/discover/database_test.go
index 88ca580f85..569585903f 100644
--- a/p2p/discover/database_test.go
+++ b/p2p/discover/database_test.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/p2p/discover/node.go b/p2p/discover/node.go
index 3d5251d7e4..b6956e197d 100644
--- a/p2p/discover/node.go
+++ b/p2p/discover/node.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/p2p/discover/node_test.go b/p2p/discover/node_test.go
index bf9af4b486..e523e12d2f 100644
--- a/p2p/discover/node_test.go
+++ b/p2p/discover/node_test.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/p2p/discover/table.go b/p2p/discover/table.go
index db0ed8cd84..48c4734757 100644
--- a/p2p/discover/table.go
+++ b/p2p/discover/table.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/p2p/discover/table_test.go b/p2p/discover/table_test.go
index c6db96d3cc..310fe2b7bc 100644
--- a/p2p/discover/table_test.go
+++ b/p2p/discover/table_test.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/p2p/discover/udp.go b/p2p/discover/udp.go
index f54f19a02b..4e6ecaf237 100644
--- a/p2p/discover/udp.go
+++ b/p2p/discover/udp.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/p2p/discover/udp_test.go b/p2p/discover/udp_test.go
index c034ec0724..8d6d3e8557 100644
--- a/p2p/discover/udp_test.go
+++ b/p2p/discover/udp_test.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/p2p/message.go b/p2p/message.go
index 69d5beeaa6..1292d21213 100644
--- a/p2p/message.go
+++ b/p2p/message.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/p2p/message_test.go b/p2p/message_test.go
index ac369a9efe..8599b7e87c 100644
--- a/p2p/message_test.go
+++ b/p2p/message_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/p2p/metrics.go b/p2p/metrics.go
index 74048a1705..f98cac2742 100644
--- a/p2p/metrics.go
+++ b/p2p/metrics.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/p2p/nat/nat.go b/p2p/nat/nat.go
index 17e5517f2f..505a1fc77b 100644
--- a/p2p/nat/nat.go
+++ b/p2p/nat/nat.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/p2p/nat/nat_test.go b/p2p/nat/nat_test.go
index 78a968acf8..a079e7a22c 100644
--- a/p2p/nat/nat_test.go
+++ b/p2p/nat/nat_test.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/p2p/nat/natpmp.go b/p2p/nat/natpmp.go
index fae0874afa..c2f9408914 100644
--- a/p2p/nat/natpmp.go
+++ b/p2p/nat/natpmp.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/p2p/nat/natupnp.go b/p2p/nat/natupnp.go
index 0c234a7b87..0bcb262bf6 100644
--- a/p2p/nat/natupnp.go
+++ b/p2p/nat/natupnp.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/p2p/nat/natupnp_test.go b/p2p/nat/natupnp_test.go
index 6198754fab..c1e322af70 100644
--- a/p2p/nat/natupnp_test.go
+++ b/p2p/nat/natupnp_test.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/p2p/peer.go b/p2p/peer.go
index ba0781d750..1b3b19c798 100644
--- a/p2p/peer.go
+++ b/p2p/peer.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/p2p/peer_error.go b/p2p/peer_error.go
index e3f9a6d94c..b1762a6ee8 100644
--- a/p2p/peer_error.go
+++ b/p2p/peer_error.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/p2p/peer_test.go b/p2p/peer_test.go
index e9bd8555bd..6f96a823b4 100644
--- a/p2p/peer_test.go
+++ b/p2p/peer_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/p2p/protocol.go b/p2p/protocol.go
index d25a49c1b8..ac0c3d9426 100644
--- a/p2p/protocol.go
+++ b/p2p/protocol.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/p2p/rlpx.go b/p2p/rlpx.go
index 927cc5412f..fd43f565e4 100644
--- a/p2p/rlpx.go
+++ b/p2p/rlpx.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/p2p/rlpx_test.go b/p2p/rlpx_test.go
index c7b98136ca..900353f0ee 100644
--- a/p2p/rlpx_test.go
+++ b/p2p/rlpx_test.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/p2p/server.go b/p2p/server.go
index df5b11ee7c..ba83c55035 100644
--- a/p2p/server.go
+++ b/p2p/server.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/p2p/server_test.go b/p2p/server_test.go
index bec0fcf29b..976d5baf59 100644
--- a/p2p/server_test.go
+++ b/p2p/server_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/params/protocol_params.go b/params/protocol_params.go
index ae64c46c47..baa1b63a93 100755
--- a/params/protocol_params.go
+++ b/params/protocol_params.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/pow/block.go b/pow/block.go
index 7a56a23235..11807113dc 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 9c812ee63a..f54ba71ca1 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 7cf1d5b9dd..39b74df306 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 358e2f82dd..03bb3da291 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 7d67d0c60a..22daf35e4d 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.
diff --git a/rlp/decode.go b/rlp/decode.go
index f27dcebc3d..c0b5f06994 100644
--- a/rlp/decode.go
+++ b/rlp/decode.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/rlp/decode_test.go b/rlp/decode_test.go
index 0347424de8..331faa9d83 100644
--- a/rlp/decode_test.go
+++ b/rlp/decode_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/rlp/doc.go b/rlp/doc.go
index 62b54bc733..72667416cf 100644
--- a/rlp/doc.go
+++ b/rlp/doc.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/rlp/encode.go b/rlp/encode.go
index 86fe3ac5f3..0ddef7bbb5 100644
--- a/rlp/encode.go
+++ b/rlp/encode.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/rlp/encode_test.go b/rlp/encode_test.go
index bfe8933537..e83c76b51e 100644
--- a/rlp/encode_test.go
+++ b/rlp/encode_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/rlp/encoder_example_test.go b/rlp/encoder_example_test.go
index c3c3b40d7f..1cffa241c2 100644
--- a/rlp/encoder_example_test.go
+++ b/rlp/encoder_example_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/rlp/typecache.go b/rlp/typecache.go
index f5387a2717..0ab096695f 100644
--- a/rlp/typecache.go
+++ b/rlp/typecache.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/rpc/api/admin.go b/rpc/api/admin.go
index 44815ae2d7..29f342ab63 100644
--- a/rpc/api/admin.go
+++ b/rpc/api/admin.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/rpc/api/admin_args.go b/rpc/api/admin_args.go
index a4e6713f38..e3a2f72bf9 100644
--- a/rpc/api/admin_args.go
+++ b/rpc/api/admin_args.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/rpc/api/admin_js.go b/rpc/api/admin_js.go
index 847a1e840d..25dbb4a8d3 100644
--- a/rpc/api/admin_js.go
+++ b/rpc/api/admin_js.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/rpc/api/api.go b/rpc/api/api.go
index 07f0896a6d..e03250ec6d 100644
--- a/rpc/api/api.go
+++ b/rpc/api/api.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/rpc/api/api_test.go b/rpc/api/api_test.go
index 1b00a9d499..131ef68f81 100644
--- a/rpc/api/api_test.go
+++ b/rpc/api/api_test.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/rpc/api/args.go b/rpc/api/args.go
index a4393a41a3..20f073b670 100644
--- a/rpc/api/args.go
+++ b/rpc/api/args.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/rpc/api/args_test.go b/rpc/api/args_test.go
index fdaa388649..bb279718b7 100644
--- a/rpc/api/args_test.go
+++ b/rpc/api/args_test.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/rpc/api/db.go b/rpc/api/db.go
index 5371572b19..0eddc410ed 100644
--- a/rpc/api/db.go
+++ b/rpc/api/db.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/rpc/api/db_args.go b/rpc/api/db_args.go
index b6d38cbbd8..d61ea77ee0 100644
--- a/rpc/api/db_args.go
+++ b/rpc/api/db_args.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/rpc/api/db_js.go b/rpc/api/db_js.go
index 09e3401d08..899f8abd9a 100644
--- a/rpc/api/db_js.go
+++ b/rpc/api/db_js.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/rpc/api/debug.go b/rpc/api/debug.go
index 3965847654..cdacd6c62e 100644
--- a/rpc/api/debug.go
+++ b/rpc/api/debug.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/rpc/api/debug_args.go b/rpc/api/debug_args.go
index edc4003ec6..041ad6b6ad 100644
--- a/rpc/api/debug_args.go
+++ b/rpc/api/debug_args.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/rpc/api/debug_js.go b/rpc/api/debug_js.go
index 7afc414d4e..0eb9f97f15 100644
--- a/rpc/api/debug_js.go
+++ b/rpc/api/debug_js.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/rpc/api/eth.go b/rpc/api/eth.go
index a94279b65b..ed636004c9 100644
--- a/rpc/api/eth.go
+++ b/rpc/api/eth.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/rpc/api/eth_args.go b/rpc/api/eth_args.go
index 256313472c..ae394e7ece 100644
--- a/rpc/api/eth_args.go
+++ b/rpc/api/eth_args.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/rpc/api/eth_js.go b/rpc/api/eth_js.go
index d80e6f4d87..393dac22f4 100644
--- a/rpc/api/eth_js.go
+++ b/rpc/api/eth_js.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/rpc/api/mergedapi.go b/rpc/api/mergedapi.go
index 7ed8cfedb8..8f4ef8e603 100644
--- a/rpc/api/mergedapi.go
+++ b/rpc/api/mergedapi.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/rpc/api/miner.go b/rpc/api/miner.go
index 93507f54a1..d134f1a558 100644
--- a/rpc/api/miner.go
+++ b/rpc/api/miner.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/rpc/api/miner_args.go b/rpc/api/miner_args.go
index f19411a70a..5ceb244feb 100644
--- a/rpc/api/miner_args.go
+++ b/rpc/api/miner_args.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/rpc/api/miner_js.go b/rpc/api/miner_js.go
index be4257447d..0998a9f41c 100644
--- a/rpc/api/miner_js.go
+++ b/rpc/api/miner_js.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/rpc/api/net.go b/rpc/api/net.go
index 93ea77c655..39c230e143 100644
--- a/rpc/api/net.go
+++ b/rpc/api/net.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/rpc/api/net_js.go b/rpc/api/net_js.go
index 99052b1152..2ee1f0041a 100644
--- a/rpc/api/net_js.go
+++ b/rpc/api/net_js.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/rpc/api/parsing.go b/rpc/api/parsing.go
index 3f1f79e228..0698e8dbe7 100644
--- a/rpc/api/parsing.go
+++ b/rpc/api/parsing.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/rpc/api/personal.go b/rpc/api/personal.go
index e4fe329a0b..e9942c1e55 100644
--- a/rpc/api/personal.go
+++ b/rpc/api/personal.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/rpc/api/personal_args.go b/rpc/api/personal_args.go
index 5224d24113..7f00701e32 100644
--- a/rpc/api/personal_args.go
+++ b/rpc/api/personal_args.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/rpc/api/personal_js.go b/rpc/api/personal_js.go
index cb94c7cfb5..81c5d4a366 100644
--- a/rpc/api/personal_js.go
+++ b/rpc/api/personal_js.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/rpc/api/shh.go b/rpc/api/shh.go
index e55b0ae173..9ca6f9dda4 100644
--- a/rpc/api/shh.go
+++ b/rpc/api/shh.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/rpc/api/shh_args.go b/rpc/api/shh_args.go
index 42508a2c8c..468a0b98fc 100644
--- a/rpc/api/shh_args.go
+++ b/rpc/api/shh_args.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/rpc/api/ssh_js.go b/rpc/api/ssh_js.go
index 02ff7a1e51..a92ad1644b 100644
--- a/rpc/api/ssh_js.go
+++ b/rpc/api/ssh_js.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/rpc/api/txpool.go b/rpc/api/txpool.go
index b75f33f343..27e40cae59 100644
--- a/rpc/api/txpool.go
+++ b/rpc/api/txpool.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/rpc/api/txpool_js.go b/rpc/api/txpool_js.go
index 4856683b08..b6c29871a2 100644
--- a/rpc/api/txpool_js.go
+++ b/rpc/api/txpool_js.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/rpc/api/utils.go b/rpc/api/utils.go
index a35dc3cb93..a791dcd651 100644
--- a/rpc/api/utils.go
+++ b/rpc/api/utils.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/rpc/api/web3.go b/rpc/api/web3.go
index 8666a0634f..e2d8543d34 100644
--- a/rpc/api/web3.go
+++ b/rpc/api/web3.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/rpc/api/web3_args.go b/rpc/api/web3_args.go
index 8c0cb135b6..9e39f7130f 100644
--- a/rpc/api/web3_args.go
+++ b/rpc/api/web3_args.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/rpc/codec/codec.go b/rpc/codec/codec.go
index 504907622f..2fdb0d8f3e 100644
--- a/rpc/codec/codec.go
+++ b/rpc/codec/codec.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/rpc/codec/json.go b/rpc/codec/json.go
index dbac95436a..d811b20968 100644
--- a/rpc/codec/json.go
+++ b/rpc/codec/json.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/rpc/codec/json_test.go b/rpc/codec/json_test.go
index 28533af667..01ef77e57d 100644
--- a/rpc/codec/json_test.go
+++ b/rpc/codec/json_test.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/rpc/comms/comms.go b/rpc/comms/comms.go
index b2955d7c29..f5eeae84fb 100644
--- a/rpc/comms/comms.go
+++ b/rpc/comms/comms.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/rpc/comms/http.go b/rpc/comms/http.go
index 91eacca91b..108ba0c5fd 100644
--- a/rpc/comms/http.go
+++ b/rpc/comms/http.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/rpc/comms/http_net.go b/rpc/comms/http_net.go
index 4eec824ac2..dba2029d40 100644
--- a/rpc/comms/http_net.go
+++ b/rpc/comms/http_net.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/rpc/comms/inproc.go b/rpc/comms/inproc.go
index 2a92f12f59..f279f0163d 100644
--- a/rpc/comms/inproc.go
+++ b/rpc/comms/inproc.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/rpc/comms/ipc.go b/rpc/comms/ipc.go
index 2b5fc8b6cf..0250aa01e0 100644
--- a/rpc/comms/ipc.go
+++ b/rpc/comms/ipc.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/rpc/comms/ipc_unix.go b/rpc/comms/ipc_unix.go
index 2504058f9a..aff90cfaa0 100644
--- a/rpc/comms/ipc_unix.go
+++ b/rpc/comms/ipc_unix.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/rpc/comms/ipc_windows.go b/rpc/comms/ipc_windows.go
index 9918821604..ee49f069bf 100644
--- a/rpc/comms/ipc_windows.go
+++ b/rpc/comms/ipc_windows.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/rpc/jeth.go b/rpc/jeth.go
index 56fd725686..07add2bad8 100644
--- a/rpc/jeth.go
+++ b/rpc/jeth.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/rpc/shared/errors.go b/rpc/shared/errors.go
index 97872f4636..85af1bb2f4 100644
--- a/rpc/shared/errors.go
+++ b/rpc/shared/errors.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/rpc/shared/types.go b/rpc/shared/types.go
index 9c791f4c76..659b74bf60 100644
--- a/rpc/shared/types.go
+++ b/rpc/shared/types.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/rpc/shared/utils.go b/rpc/shared/utils.go
index 33639cc35d..b13e9eb1b4 100644
--- a/rpc/shared/utils.go
+++ b/rpc/shared/utils.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/rpc/xeth.go b/rpc/xeth.go
index beb20ecd9d..65a1edeb8a 100644
--- a/rpc/xeth.go
+++ b/rpc/xeth.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/tests/block_test.go b/tests/block_test.go
index 40a210a3e3..f80e1f3778 100644
--- a/tests/block_test.go
+++ b/tests/block_test.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/tests/block_test_util.go b/tests/block_test_util.go
index 9a964bb925..42e4383d1c 100644
--- a/tests/block_test_util.go
+++ b/tests/block_test_util.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/tests/init.go b/tests/init.go
index d372ead259..3f8b8c6844 100644
--- a/tests/init.go
+++ b/tests/init.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/tests/rlp_test.go b/tests/rlp_test.go
index 35461813bb..2469ce0dbc 100644
--- a/tests/rlp_test.go
+++ b/tests/rlp_test.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/tests/rlp_test_util.go b/tests/rlp_test_util.go
index 3c8028b827..ac53a4f52c 100644
--- a/tests/rlp_test_util.go
+++ b/tests/rlp_test_util.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/tests/state_test.go b/tests/state_test.go
index 15c5967e47..1684614df2 100644
--- a/tests/state_test.go
+++ b/tests/state_test.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/tests/state_test_util.go b/tests/state_test_util.go
index 1195fa5e0b..7086de3897 100644
--- a/tests/state_test_util.go
+++ b/tests/state_test_util.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/tests/transaction_test.go b/tests/transaction_test.go
index bfe085ffee..f1dfbd0a7f 100644
--- a/tests/transaction_test.go
+++ b/tests/transaction_test.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/tests/transaction_test_util.go b/tests/transaction_test_util.go
index b20ae6089a..09511acb79 100644
--- a/tests/transaction_test_util.go
+++ b/tests/transaction_test_util.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/tests/util.go b/tests/util.go
index 88341cffd5..6ee1a42db7 100644
--- a/tests/util.go
+++ b/tests/util.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/tests/vm_test.go b/tests/vm_test.go
index f80e505929..3674ed440e 100644
--- a/tests/vm_test.go
+++ b/tests/vm_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/tests/vm_test_util.go b/tests/vm_test_util.go
index 126073a707..e63a92558d 100644
--- a/tests/vm_test_util.go
+++ b/tests/vm_test_util.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/trie/cache.go b/trie/cache.go
index 2949a5d64d..d661648b45 100644
--- a/trie/cache.go
+++ b/trie/cache.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/trie/encoding.go b/trie/encoding.go
index 8f5f276ace..524807f06b 100644
--- a/trie/encoding.go
+++ b/trie/encoding.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/trie/encoding_test.go b/trie/encoding_test.go
index 323e4d73ee..e52c6ba8d8 100644
--- a/trie/encoding_test.go
+++ b/trie/encoding_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/trie/fullnode.go b/trie/fullnode.go
index 620fd759e4..8ff019ec43 100644
--- a/trie/fullnode.go
+++ b/trie/fullnode.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/trie/hashnode.go b/trie/hashnode.go
index 4cc82d2b4c..d4a0bc7ec9 100644
--- a/trie/hashnode.go
+++ b/trie/hashnode.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/trie/iterator.go b/trie/iterator.go
index 226dc38d41..698e64b34d 100644
--- a/trie/iterator.go
+++ b/trie/iterator.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/trie/iterator_test.go b/trie/iterator_test.go
index 7bbd3c5a53..148f9adf99 100644
--- a/trie/iterator_test.go
+++ b/trie/iterator_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/trie/node.go b/trie/node.go
index fb6ae81caa..9d49029ded 100644
--- a/trie/node.go
+++ b/trie/node.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/trie/secure_trie.go b/trie/secure_trie.go
index e3dbe7bdfd..47c7542bb0 100644
--- a/trie/secure_trie.go
+++ b/trie/secure_trie.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/trie/shortnode.go b/trie/shortnode.go
index 15b06a70db..b5fc6d1f95 100644
--- a/trie/shortnode.go
+++ b/trie/shortnode.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/trie/slice.go b/trie/slice.go
index 8b10243910..ccefbd0643 100644
--- a/trie/slice.go
+++ b/trie/slice.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/trie/trie.go b/trie/trie.go
index 4050e2dc69..e7ee864021 100644
--- a/trie/trie.go
+++ b/trie/trie.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/trie/trie_test.go b/trie/trie_test.go
index d36b325232..ae4e5efe40 100644
--- a/trie/trie_test.go
+++ b/trie/trie_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/trie/valuenode.go b/trie/valuenode.go
index e1a76fb72d..0afa64d54c 100644
--- a/trie/valuenode.go
+++ b/trie/valuenode.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/whisper/doc.go b/whisper/doc.go
index b479480600..cfb0b51175 100644
--- a/whisper/doc.go
+++ b/whisper/doc.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/whisper/envelope.go b/whisper/envelope.go
index ef4bf0f8e3..b231c6b44f 100644
--- a/whisper/envelope.go
+++ b/whisper/envelope.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/whisper/envelope_test.go b/whisper/envelope_test.go
index 155571834e..3bfe527372 100644
--- a/whisper/envelope_test.go
+++ b/whisper/envelope_test.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/whisper/filter.go b/whisper/filter.go
index bb58b579d6..9f6d6b7817 100644
--- a/whisper/filter.go
+++ b/whisper/filter.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/whisper/filter_test.go b/whisper/filter_test.go
index ab4bce255b..b805b2baf1 100644
--- a/whisper/filter_test.go
+++ b/whisper/filter_test.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/whisper/main.go b/whisper/main.go
index acbab6eed7..be41604890 100644
--- a/whisper/main.go
+++ b/whisper/main.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/whisper/message.go b/whisper/message.go
index faba84fe6f..506f142edd 100644
--- a/whisper/message.go
+++ b/whisper/message.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/whisper/message_test.go b/whisper/message_test.go
index 3a95297ba1..6ff95efff5 100644
--- a/whisper/message_test.go
+++ b/whisper/message_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/whisper/peer.go b/whisper/peer.go
index 9fa50d65ed..ee10e66e79 100644
--- a/whisper/peer.go
+++ b/whisper/peer.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/whisper/peer_test.go b/whisper/peer_test.go
index 7fdb9f71b1..594671ee14 100644
--- a/whisper/peer_test.go
+++ b/whisper/peer_test.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/whisper/topic.go b/whisper/topic.go
index ba17fdfcb5..7ac3e8dc1d 100644
--- a/whisper/topic.go
+++ b/whisper/topic.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/whisper/topic_test.go b/whisper/topic_test.go
index e86b4f543c..9c45f67408 100644
--- a/whisper/topic_test.go
+++ b/whisper/topic_test.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/whisper/whisper.go b/whisper/whisper.go
index 243f6222fd..676d8ae7a3 100644
--- a/whisper/whisper.go
+++ b/whisper/whisper.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/whisper/whisper_test.go b/whisper/whisper_test.go
index abd35317ad..b5a919984b 100644
--- a/whisper/whisper_test.go
+++ b/whisper/whisper_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/xeth/frontend.go b/xeth/frontend.go
index 315de18dce..e892822428 100644
--- a/xeth/frontend.go
+++ b/xeth/frontend.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/xeth/state.go b/xeth/state.go
index 689ddd2c16..16bfb523d2 100644
--- a/xeth/state.go
+++ b/xeth/state.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/xeth/types.go b/xeth/types.go
index 82da399604..ad5101d61f 100644
--- a/xeth/types.go
+++ b/xeth/types.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/xeth/whisper.go b/xeth/whisper.go
index 7c0c586e89..e7130978f2 100644
--- a/xeth/whisper.go
+++ b/xeth/whisper.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/xeth/whisper_filter.go b/xeth/whisper_filter.go
index 92d0207164..fdf5cebae1 100644
--- a/xeth/whisper_filter.go
+++ b/xeth/whisper_filter.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/xeth/whisper_message.go b/xeth/whisper_message.go
index 593c7399b0..b3014a6972 100644
--- a/xeth/whisper_message.go
+++ b/xeth/whisper_message.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/xeth/xeth.go b/xeth/xeth.go
index 3bc22a43d2..68d760ccb5 100644
--- a/xeth/xeth.go
+++ b/xeth/xeth.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.
-- 
GitLab