From bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 23 Jul 2015 18:35:11 +0200 Subject: all: fix license headers one more time I forgot to update one instance of "go-ethereum" in commit 3f047be5a. --- 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 +- 63 files changed, 63 insertions(+), 63 deletions(-) (limited to 'core') diff --git a/core/asm.go b/core/asm.go index 4c71cb1d9..a86a2c44c 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 23bc6800c..cd3fb575a 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 89908c9bd..c5c5b5b72 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 2c72f9397..0fd711448 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 ecf0e42a1..ef826d5bd 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 ed0335630..6687cd000 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 54fa34472..f48ce9607 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 178230b5b..326e4c3fc 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 efdf19e7d..5eefe066c 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 63e9334d2..283653d9a 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 715e4c7ac..750ec3809 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 b2fcb677c..4ad48c24c 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 d247c3e50..2602afe19 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 a67fdb135..4e6665568 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 f055b103d..5e6ff4de7 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 f820b6b0b..a487fc51d 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 bab3a72e3..699bad9a3 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 3f6177975..322bc96f6 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 b78647f05..8a876396b 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 c973bbed3..58e71e305 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 7d3727b82..67c3a3b58 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 c85df133e..b21f31d7c 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 c9fdce78e..a07c32659 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 6b5e40565..9acb8a024 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 343567b18..a08ed2d23 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 67450c689..5d7d7357d 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 38b62df02..cd9661031 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 13535a405..4df047979 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 a751e04bc..58e77d842 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 e366444db..3d4f0b376 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 a2cab025e..5972d266a 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 f438fc00b..f481c8ab3 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 8d2acb904..a5d4fc19b 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 003d4a14a..2a6666ea1 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 5e2294068..26af4fc16 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 1020fbd6e..54a909ba2 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 d18bf147f..5a0b2abce 100644 --- a/core/types/block.go +++ b/core/types/block.go @@ -1,7 +1,7 @@ // Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. // -// go-ethereum is free software: you can redistribute it and/or modify +// The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. diff --git a/core/types/block_test.go b/core/types/block_test.go index 03fa679b1..aebb6328b 100644 --- a/core/types/block_test.go +++ b/core/types/block_test.go @@ -1,7 +1,7 @@ // Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. // -// go-ethereum is free software: you can redistribute it and/or modify +// The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. diff --git a/core/types/bloom9.go b/core/types/bloom9.go index bfc27c6f7..0629b31d4 100644 --- a/core/types/bloom9.go +++ b/core/types/bloom9.go @@ -1,7 +1,7 @@ // Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. // -// go-ethereum is free software: you can redistribute it and/or modify +// The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. diff --git a/core/types/bloom9_test.go b/core/types/bloom9_test.go index 25c96c7ca..f020670b1 100644 --- a/core/types/bloom9_test.go +++ b/core/types/bloom9_test.go @@ -1,7 +1,7 @@ // Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. // -// go-ethereum is free software: you can redistribute it and/or modify +// The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. diff --git a/core/types/common.go b/core/types/common.go index 2b834a255..de6efcd86 100644 --- a/core/types/common.go +++ b/core/types/common.go @@ -1,7 +1,7 @@ // Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. // -// go-ethereum is free software: you can redistribute it and/or modify +// The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. diff --git a/core/types/derive_sha.go b/core/types/derive_sha.go index 1c793becc..478edb0e8 100644 --- a/core/types/derive_sha.go +++ b/core/types/derive_sha.go @@ -1,7 +1,7 @@ // Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. // -// go-ethereum is free software: you can redistribute it and/or modify +// The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. diff --git a/core/types/receipt.go b/core/types/receipt.go index 914ff0b3c..e01d69005 100644 --- a/core/types/receipt.go +++ b/core/types/receipt.go @@ -1,7 +1,7 @@ // Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. // -// go-ethereum is free software: you can redistribute it and/or modify +// The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. diff --git a/core/types/transaction.go b/core/types/transaction.go index c60e45fe8..cc1793112 100644 --- a/core/types/transaction.go +++ b/core/types/transaction.go @@ -1,7 +1,7 @@ // Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. // -// go-ethereum is free software: you can redistribute it and/or modify +// The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. diff --git a/core/types/transaction_test.go b/core/types/transaction_test.go index 11c30b1f7..1c0e27d9a 100644 --- a/core/types/transaction_test.go +++ b/core/types/transaction_test.go @@ -1,7 +1,7 @@ // Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. // -// go-ethereum is free software: you can redistribute it and/or modify +// The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. diff --git a/core/vm/analysis.go b/core/vm/analysis.go index b88f33fdc..a0f615821 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 ccaacd36b..639201e50 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 be8511a8f..2e03ec80b 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 18617b98f..162666ef2 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 0e7c04c04..2d70f173e 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 0aefbd659..2bfea5cbd 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 8ef2a7426..723924b6f 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 3af1ce6f5..24567e9a1 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 9dbfe65fd..af2e586a7 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 c6d3fbd93..736f595f6 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 169707a32..0109050d7 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 24d6b5294..ecced3650 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 d9d9dd2a5..3d669b2f2 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 1d765d36c..047723744 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 d67e01307..21e0a4665 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 6f7163c22..339cb8ea8 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 191496e0a..456fcb8d4 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 79aa460b2..c1a86d63e 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. -- cgit v1.2.3