From 122d097219b2440c542ec3458334b9647ed042e0 Mon Sep 17 00:00:00 2001 From: suryansh Date: Tue, 20 Mar 2018 01:42:02 +0530 Subject: [PATCH] eInc protocol update --- .github/CONTRIBUTING.md | 2 +- AUTHORS | 2 +- COPYING | 2 +- Dockerfile | 6 ++--- Dockerfile.alltools | 6 ++--- accounts/abi/abi.go | 10 +++---- accounts/abi/abi_test.go | 10 +++---- accounts/abi/argument.go | 10 +++---- accounts/abi/bind/auth.go | 10 +++---- accounts/abi/bind/backend.go | 10 +++---- accounts/abi/bind/backends/simulated.go | 10 +++---- accounts/abi/bind/base.go | 10 +++---- accounts/abi/bind/bind.go | 12 ++++----- accounts/abi/bind/bind_test.go | 14 +++++----- accounts/abi/bind/template.go | 10 +++---- accounts/abi/bind/topics.go | 10 +++---- accounts/abi/bind/util.go | 10 +++---- accounts/abi/bind/util_test.go | 10 +++---- accounts/abi/doc.go | 10 +++---- accounts/abi/error.go | 10 +++---- accounts/abi/event.go | 10 +++---- accounts/abi/event_test.go | 10 +++---- accounts/abi/method.go | 10 +++---- accounts/abi/numbers.go | 10 +++---- accounts/abi/numbers_test.go | 10 +++---- accounts/abi/pack.go | 10 +++---- accounts/abi/pack_test.go | 10 +++---- accounts/abi/reflect.go | 10 +++---- accounts/abi/type.go | 10 +++---- accounts/abi/type_test.go | 10 +++---- accounts/abi/unpack.go | 10 +++---- accounts/abi/unpack_test.go | 10 +++---- accounts/accounts.go | 10 +++---- accounts/errors.go | 10 +++---- accounts/hd.go | 10 +++---- accounts/hd_test.go | 10 +++---- accounts/keystore/account_cache.go | 10 +++---- accounts/keystore/account_cache_test.go | 10 +++---- accounts/keystore/file_cache.go | 10 +++---- accounts/keystore/key.go | 10 +++---- accounts/keystore/keystore.go | 10 +++---- accounts/keystore/keystore_passphrase.go | 10 +++---- accounts/keystore/keystore_passphrase_test.go | 10 +++---- accounts/keystore/keystore_plain.go | 10 +++---- accounts/keystore/keystore_plain_test.go | 10 +++---- accounts/keystore/keystore_test.go | 10 +++---- accounts/keystore/keystore_wallet.go | 10 +++---- accounts/keystore/presale.go | 10 +++---- accounts/keystore/watch.go | 10 +++---- accounts/keystore/watch_fallback.go | 10 +++---- accounts/manager.go | 10 +++---- accounts/url.go | 10 +++---- accounts/usbwallet/hub.go | 10 +++---- accounts/usbwallet/internal/trezor/trezor.go | 10 +++---- accounts/usbwallet/ledger.go | 10 +++---- accounts/usbwallet/trezor.go | 10 +++---- accounts/usbwallet/wallet.go | 10 +++---- appveyor.yml | 2 +- bmt/bmt.go | 10 +++---- bmt/bmt_r.go | 10 +++---- bmt/bmt_test.go | 10 +++---- build/ci-notes.md | 2 +- build/ci.go | 14 +++++----- build/deb.copyright | 8 +++--- build/env.sh | 8 +++--- build/mvn.pom | 2 +- build/update-license.go | 10 +++---- circle.yml | 2 +- cmd/abigen/main.go | 10 +++---- cmd/bootnode/main.go | 10 +++---- cmd/ethkey/generate.go | 10 +++---- cmd/ethkey/main.go | 10 +++---- cmd/ethkey/message.go | 10 +++---- cmd/ethkey/message_test.go | 10 +++---- cmd/ethkey/run_test.go | 10 +++---- cmd/ethkey/utils.go | 10 +++---- cmd/evm/compiler.go | 10 +++---- cmd/evm/disasm.go | 10 +++---- cmd/evm/internal/compiler/compiler.go | 10 +++---- cmd/evm/json_logger.go | 10 +++---- cmd/evm/main.go | 10 +++---- cmd/evm/runner.go | 10 +++---- cmd/evm/staterunner.go | 12 ++++----- cmd/faucet/faucet.go | 10 +++---- cmd/geth/accountcmd.go | 10 +++---- cmd/geth/accountcmd_test.go | 10 +++---- cmd/geth/bugcmd.go | 12 ++++----- cmd/geth/chaincmd.go | 10 +++---- cmd/geth/config.go | 10 +++---- cmd/geth/consolecmd.go | 10 +++---- cmd/geth/consolecmd_test.go | 10 +++---- cmd/geth/dao_test.go | 10 +++---- cmd/geth/genesis_test.go | 10 +++---- cmd/geth/main.go | 14 +++++----- cmd/geth/misccmd.go | 10 +++---- cmd/geth/monitorcmd.go | 10 +++---- cmd/geth/run_test.go | 10 +++---- cmd/geth/usage.go | 12 ++++----- cmd/puppeth/genesis.go | 22 ++++++++-------- cmd/puppeth/module.go | 10 +++---- cmd/puppeth/module_dashboard.go | 26 +++++++++---------- cmd/puppeth/module_ethstats.go | 10 +++---- cmd/puppeth/module_explorer.go | 10 +++---- cmd/puppeth/module_faucet.go | 10 +++---- cmd/puppeth/module_nginx.go | 10 +++---- cmd/puppeth/module_node.go | 10 +++---- cmd/puppeth/module_wallet.go | 10 +++---- cmd/puppeth/puppeth.go | 10 +++---- cmd/puppeth/ssh.go | 10 +++---- cmd/puppeth/wizard.go | 10 +++---- cmd/puppeth/wizard_dashboard.go | 10 +++---- cmd/puppeth/wizard_ethstats.go | 10 +++---- cmd/puppeth/wizard_explorer.go | 10 +++---- cmd/puppeth/wizard_faucet.go | 10 +++---- cmd/puppeth/wizard_genesis.go | 10 +++---- cmd/puppeth/wizard_intro.go | 10 +++---- cmd/puppeth/wizard_netstats.go | 10 +++---- cmd/puppeth/wizard_network.go | 10 +++---- cmd/puppeth/wizard_nginx.go | 10 +++---- cmd/puppeth/wizard_node.go | 10 +++---- cmd/puppeth/wizard_wallet.go | 10 +++---- cmd/rlpdump/main.go | 10 +++---- cmd/swarm/config.go | 10 +++---- cmd/swarm/config_test.go | 10 +++---- cmd/swarm/db.go | 10 +++---- cmd/swarm/hash.go | 10 +++---- cmd/swarm/list.go | 10 +++---- cmd/swarm/main.go | 12 ++++----- cmd/swarm/manifest.go | 10 +++---- cmd/swarm/run_test.go | 10 +++---- cmd/swarm/upload.go | 10 +++---- cmd/swarm/upload_test.go | 10 +++---- cmd/utils/cmd.go | 12 ++++----- cmd/utils/customflags.go | 10 +++---- cmd/utils/customflags_test.go | 10 +++---- cmd/utils/flags.go | 12 ++++----- cmd/wnode/main.go | 10 +++---- common/big.go | 10 +++---- common/bitutil/compress.go | 10 +++---- common/bitutil/compress_fuzz.go | 10 +++---- common/bitutil/compress_test.go | 10 +++---- common/bytes.go | 10 +++---- common/bytes_test.go | 10 +++---- common/compiler/solidity.go | 10 +++---- common/compiler/solidity_test.go | 10 +++---- common/debug.go | 10 +++---- common/fdlimit/fdlimit_freebsd.go | 10 +++---- common/fdlimit/fdlimit_test.go | 10 +++---- common/fdlimit/fdlimit_unix.go | 10 +++---- common/fdlimit/fdlimit_windows.go | 10 +++---- common/format.go | 10 +++---- common/hexutil/hexutil.go | 10 +++---- common/hexutil/hexutil_test.go | 10 +++---- common/hexutil/json.go | 10 +++---- common/hexutil/json_example_test.go | 10 +++---- common/hexutil/json_test.go | 10 +++---- common/main_test.go | 10 +++---- common/math/big.go | 10 +++---- common/math/big_test.go | 10 +++---- common/math/integer.go | 10 +++---- common/math/integer_test.go | 10 +++---- common/mclock/mclock.go | 10 +++---- common/number/int.go | 10 +++---- common/number/uint_test.go | 10 +++---- common/path.go | 10 +++---- common/size.go | 10 +++---- common/size_test.go | 10 +++---- common/test_utils.go | 10 +++---- common/types.go | 10 +++---- common/types_template.go | 10 +++---- common/types_test.go | 10 +++---- compression/rle/read_write.go | 10 +++---- compression/rle/read_write_test.go | 10 +++---- consensus/clique/api.go | 10 +++---- consensus/clique/clique.go | 10 +++---- consensus/clique/snapshot.go | 10 +++---- consensus/clique/snapshot_test.go | 10 +++---- consensus/consensus.go | 10 +++---- consensus/errors.go | 10 +++---- consensus/ethash/algorithm.go | 10 +++---- consensus/ethash/algorithm_go1.7.go | 10 +++---- consensus/ethash/algorithm_go1.8.go | 10 +++---- consensus/ethash/algorithm_go1.8_test.go | 10 +++---- consensus/ethash/algorithm_test.go | 10 +++---- consensus/ethash/consensus.go | 10 +++---- consensus/ethash/consensus_test.go | 10 +++---- consensus/ethash/ethash.go | 10 +++---- consensus/ethash/ethash_test.go | 10 +++---- consensus/ethash/sealer.go | 10 +++---- consensus/misc/dao.go | 10 +++---- consensus/misc/forks.go | 10 +++---- console/bridge.go | 10 +++---- console/console.go | 10 +++---- console/console_test.go | 10 +++---- console/prompter.go | 10 +++---- containers/docker/develop-alpine/Dockerfile | 6 ++--- containers/docker/develop-ubuntu/Dockerfile | 6 ++--- containers/docker/master-alpine/Dockerfile | 6 ++--- containers/docker/master-ubuntu/Dockerfile | 6 ++--- contracts/chequebook/api.go | 10 +++---- contracts/chequebook/cheque.go | 10 +++---- contracts/chequebook/cheque_test.go | 10 +++---- contracts/chequebook/gencode.go | 10 +++---- contracts/ens/ens.go | 10 +++---- contracts/ens/ens_test.go | 10 +++---- core/asm/asm.go | 10 +++---- core/asm/asm_test.go | 10 +++---- core/asm/compiler.go | 10 +++---- core/asm/lex_test.go | 10 +++---- core/asm/lexer.go | 10 +++---- core/bench_test.go | 10 +++---- core/block_validator.go | 10 +++---- core/block_validator_test.go | 10 +++---- core/blockchain.go | 10 +++---- core/blockchain_test.go | 10 +++---- core/blocks.go | 10 +++---- core/bloombits/doc.go | 10 +++---- core/bloombits/generator.go | 10 +++---- core/bloombits/generator_test.go | 10 +++---- core/bloombits/matcher.go | 10 +++---- core/bloombits/matcher_test.go | 10 +++---- core/bloombits/scheduler.go | 10 +++---- core/bloombits/scheduler_test.go | 10 +++---- core/chain_indexer.go | 10 +++---- core/chain_indexer_test.go | 10 +++---- core/chain_makers.go | 10 +++---- core/chain_makers_test.go | 10 +++---- core/dao_test.go | 10 +++---- core/database_util.go | 10 +++---- core/database_util_test.go | 10 +++---- core/error.go | 10 +++---- core/events.go | 10 +++---- core/evm.go | 10 +++---- core/fees.go | 10 +++---- core/gaspool.go | 10 +++---- core/genesis.go | 10 +++---- core/genesis_alloc.go | 10 +++---- core/genesis_test.go | 10 +++---- core/headerchain.go | 10 +++---- core/helper_test.go | 10 +++---- core/mkalloc.go | 10 +++---- core/state/database.go | 10 +++---- core/state/dump.go | 10 +++---- core/state/iterator.go | 10 +++---- core/state/iterator_test.go | 10 +++---- core/state/journal.go | 10 +++---- core/state/main_test.go | 10 +++---- core/state/managed_state.go | 10 +++---- core/state/managed_state_test.go | 10 +++---- core/state/state_object.go | 10 +++---- core/state/state_test.go | 10 +++---- core/state/statedb.go | 10 +++---- core/state/statedb_test.go | 10 +++---- core/state/sync.go | 10 +++---- core/state/sync_test.go | 10 +++---- core/state_processor.go | 10 +++---- core/state_transition.go | 10 +++---- core/tx_journal.go | 10 +++---- core/tx_list.go | 10 +++---- core/tx_list_test.go | 10 +++---- core/tx_pool.go | 10 +++---- core/tx_pool_test.go | 10 +++---- core/types.go | 10 +++---- core/types/block.go | 10 +++---- core/types/block_test.go | 10 +++---- core/types/bloom9.go | 10 +++---- core/types/bloom9_test.go | 10 +++---- core/types/derive_sha.go | 10 +++---- core/types/log.go | 10 +++---- core/types/log_test.go | 10 +++---- core/types/receipt.go | 10 +++---- core/types/transaction.go | 10 +++---- core/types/transaction_signing.go | 10 +++---- core/types/transaction_signing_test.go | 10 +++---- core/types/transaction_test.go | 10 +++---- core/vm/analysis.go | 10 +++---- core/vm/analysis_test.go | 10 +++---- core/vm/common.go | 10 +++---- core/vm/contract.go | 10 +++---- core/vm/contracts.go | 10 +++---- core/vm/doc.go | 10 +++---- core/vm/errors.go | 10 +++---- core/vm/evm.go | 10 +++---- core/vm/gas.go | 10 +++---- core/vm/gas_table.go | 10 +++---- core/vm/gas_table_test.go | 10 +++---- core/vm/instructions.go | 10 +++---- core/vm/int_pool_verifier.go | 10 +++---- core/vm/int_pool_verifier_empty.go | 10 +++---- core/vm/interface.go | 10 +++---- core/vm/interpreter.go | 10 +++---- core/vm/intpool.go | 10 +++---- core/vm/jump_table.go | 10 +++---- core/vm/logger.go | 10 +++---- core/vm/logger_test.go | 10 +++---- core/vm/memory.go | 10 +++---- core/vm/memory_table.go | 10 +++---- core/vm/noop.go | 10 +++---- core/vm/opcodes.go | 10 +++---- core/vm/runtime/doc.go | 10 +++---- core/vm/runtime/env.go | 10 +++---- core/vm/runtime/fuzz.go | 10 +++---- core/vm/runtime/runtime.go | 10 +++---- core/vm/runtime/runtime_example_test.go | 10 +++---- core/vm/runtime/runtime_test.go | 10 +++---- core/vm/stack.go | 10 +++---- core/vm/stack_table.go | 10 +++---- core/vm/vm_jit.go | 10 +++---- core/vm/vm_jit_fake.go | 10 +++---- crypto/crypto.go | 10 +++---- crypto/crypto_test.go | 10 +++---- crypto/randentropy/rand_entropy.go | 10 +++---- crypto/secp256k1/ext.h | 10 +++---- crypto/secp256k1/panic_cb.go | 10 +++---- crypto/secp256k1/secp256.go | 10 +++---- crypto/secp256k1/secp256_test.go | 10 +++---- crypto/signature_cgo.go | 10 +++---- crypto/signature_nocgo.go | 10 +++---- crypto/signature_test.go | 10 +++---- dashboard/README.md | 2 +- dashboard/assets/.eslintrc | 10 +++---- dashboard/assets/common.jsx | 10 +++---- dashboard/assets/components/Body.jsx | 10 +++---- dashboard/assets/components/ChartRow.jsx | 10 +++---- dashboard/assets/components/CustomTooltip.jsx | 10 +++---- dashboard/assets/components/Dashboard.jsx | 10 +++---- dashboard/assets/components/Footer.jsx | 10 +++---- dashboard/assets/components/Header.jsx | 10 +++---- dashboard/assets/components/Main.jsx | 10 +++---- dashboard/assets/components/SideBar.jsx | 10 +++---- dashboard/assets/fa-only-woff-loader.js | 10 +++---- dashboard/assets/index.jsx | 10 +++---- dashboard/assets/types/content.jsx | 10 +++---- dashboard/assets/webpack.config.js | 10 +++---- dashboard/config.go | 10 +++---- dashboard/cpu.go | 10 +++---- dashboard/cpu_windows.go | 10 +++---- dashboard/dashboard.go | 10 +++---- dashboard/message.go | 10 +++---- eth/api.go | 10 +++---- eth/api_backend.go | 10 +++---- eth/api_test.go | 10 +++---- eth/api_tracer.go | 10 +++---- eth/backend.go | 10 +++---- eth/bloombits.go | 10 +++---- eth/config.go | 10 +++---- eth/db_upgrade.go | 10 +++---- eth/downloader/api.go | 10 +++---- eth/downloader/downloader.go | 10 +++---- eth/downloader/downloader_test.go | 10 +++---- eth/downloader/events.go | 10 +++---- eth/downloader/fakepeer.go | 10 +++---- eth/downloader/metrics.go | 10 +++---- eth/downloader/modes.go | 10 +++---- eth/downloader/peer.go | 10 +++---- eth/downloader/queue.go | 10 +++---- eth/downloader/statesync.go | 10 +++---- eth/downloader/types.go | 10 +++---- eth/fetcher/fetcher.go | 10 +++---- eth/fetcher/fetcher_test.go | 10 +++---- eth/fetcher/metrics.go | 10 +++---- eth/filters/api.go | 10 +++---- eth/filters/api_test.go | 10 +++---- eth/filters/bench_test.go | 10 +++---- eth/filters/filter.go | 10 +++---- eth/filters/filter_system.go | 10 +++---- eth/filters/filter_system_test.go | 10 +++---- eth/filters/filter_test.go | 10 +++---- eth/gasprice/gasprice.go | 10 +++---- eth/handler.go | 10 +++---- eth/handler_test.go | 10 +++---- eth/helper_test.go | 10 +++---- eth/metrics.go | 10 +++---- eth/peer.go | 10 +++---- eth/protocol.go | 10 +++---- eth/protocol_test.go | 10 +++---- eth/sync.go | 10 +++---- eth/sync_test.go | 10 +++---- eth/tracers/internal/tracers/4byte_tracer.js | 10 +++---- eth/tracers/internal/tracers/call_tracer.js | 10 +++---- eth/tracers/internal/tracers/evmdis_tracer.js | 10 +++---- eth/tracers/internal/tracers/noop_tracer.js | 10 +++---- .../internal/tracers/opcount_tracer.js | 10 +++---- .../internal/tracers/prestate_tracer.js | 10 +++---- eth/tracers/internal/tracers/tracers.go | 10 +++---- eth/tracers/tracer.go | 10 +++---- eth/tracers/tracer_test.go | 10 +++---- eth/tracers/tracers.go | 12 ++++----- eth/tracers/tracers_test.go | 10 +++---- ethclient/ethclient.go | 10 +++---- ethclient/ethclient_test.go | 10 +++---- ethclient/signer.go | 10 +++---- ethdb/database.go | 10 +++---- ethdb/database_test.go | 10 +++---- ethdb/interface.go | 10 +++---- ethdb/memory_database.go | 10 +++---- ethstats/ethstats.go | 10 +++---- event/event.go | 10 +++---- event/event_test.go | 10 +++---- event/example_feed_test.go | 10 +++---- event/example_scope_test.go | 10 +++---- event/example_subscription_test.go | 10 +++---- event/example_test.go | 10 +++---- event/feed.go | 10 +++---- event/feed_test.go | 10 +++---- event/filter/filter.go | 10 +++---- event/filter/filter_test.go | 10 +++---- event/filter/generic_filter.go | 10 +++---- event/subscription.go | 10 +++---- event/subscription_test.go | 10 +++---- interfaces.go | 10 +++---- internal/build/archive.go | 10 +++---- internal/build/azure.go | 10 +++---- internal/build/env.go | 12 ++++----- internal/build/pgp.go | 10 +++---- internal/build/util.go | 10 +++---- internal/cmdtest/test_cmd.go | 10 +++---- internal/debug/api.go | 10 +++---- internal/debug/flags.go | 10 +++---- internal/debug/loudpanic.go | 10 +++---- internal/debug/loudpanic_fallback.go | 10 +++---- internal/debug/trace.go | 10 +++---- internal/debug/trace_fallback.go | 10 +++---- internal/ethapi/addrlock.go | 10 +++---- internal/ethapi/api.go | 10 +++---- internal/ethapi/backend.go | 10 +++---- internal/guide/guide.go | 10 +++---- internal/guide/guide_test.go | 10 +++---- internal/jsre/completion.go | 10 +++---- internal/jsre/completion_test.go | 10 +++---- internal/jsre/deps/deps.go | 10 +++---- internal/jsre/jsre.go | 10 +++---- internal/jsre/jsre_test.go | 10 +++---- internal/jsre/pretty.go | 10 +++---- internal/web3ext/web3ext.go | 10 +++---- les/api_backend.go | 10 +++---- les/backend.go | 10 +++---- les/bloombits.go | 10 +++---- les/distributor.go | 10 +++---- les/distributor_test.go | 10 +++---- les/execqueue.go | 10 +++---- les/execqueue_test.go | 10 +++---- les/fetcher.go | 10 +++---- les/flowcontrol/control.go | 10 +++---- les/flowcontrol/manager.go | 10 +++---- les/handler.go | 10 +++---- les/handler_test.go | 10 +++---- les/helper_test.go | 10 +++---- les/metrics.go | 10 +++---- les/odr.go | 10 +++---- les/odr_requests.go | 10 +++---- les/odr_test.go | 10 +++---- les/peer.go | 10 +++---- les/protocol.go | 10 +++---- les/randselect.go | 10 +++---- les/randselect_test.go | 10 +++---- les/request_test.go | 10 +++---- les/retrieve.go | 10 +++---- les/server.go | 10 +++---- les/serverpool.go | 10 +++---- les/sync.go | 10 +++---- les/txrelay.go | 10 +++---- light/lightchain.go | 10 +++---- light/lightchain_test.go | 10 +++---- light/nodeset.go | 10 +++---- light/odr.go | 10 +++---- light/odr_test.go | 10 +++---- light/odr_util.go | 10 +++---- light/postprocess.go | 10 +++---- light/trie.go | 10 +++---- light/trie_test.go | 10 +++---- light/txpool.go | 10 +++---- light/txpool_test.go | 10 +++---- log/README_ETHEREUM.md | 2 +- log/handler_glog.go | 10 +++---- metrics/disk.go | 10 +++---- metrics/disk_linux.go | 10 +++---- metrics/disk_nop.go | 10 +++---- metrics/metrics.go | 10 +++---- miner/agent.go | 10 +++---- miner/miner.go | 10 +++---- miner/remote_agent.go | 10 +++---- miner/unconfirmed.go | 10 +++---- miner/unconfirmed_test.go | 10 +++---- miner/worker.go | 10 +++---- mobile/accounts.go | 10 +++---- mobile/android_test.go | 12 ++++----- mobile/big.go | 10 +++---- mobile/bind.go | 10 +++---- mobile/common.go | 10 +++---- mobile/context.go | 10 +++---- mobile/discover.go | 10 +++---- mobile/doc.go | 18 ++++++------- mobile/ethclient.go | 10 +++---- mobile/ethereum.go | 12 ++++----- mobile/geth.go | 12 ++++----- mobile/geth_android.go | 10 +++---- mobile/geth_ios.go | 10 +++---- mobile/geth_other.go | 10 +++---- mobile/init.go | 10 +++---- mobile/interface.go | 10 +++---- mobile/logger.go | 10 +++---- mobile/p2p.go | 10 +++---- mobile/params.go | 10 +++---- mobile/primitives.go | 10 +++---- mobile/types.go | 10 +++---- mobile/vm.go | 10 +++---- node/api.go | 10 +++---- node/config.go | 12 ++++----- node/config_test.go | 10 +++---- node/defaults.go | 10 +++---- node/doc.go | 10 +++---- node/errors.go | 10 +++---- node/node.go | 10 +++---- node/node_example_test.go | 10 +++---- node/node_test.go | 10 +++---- node/service.go | 10 +++---- node/service_test.go | 10 +++---- node/utils_test.go | 10 +++---- p2p/dial.go | 10 +++---- p2p/dial_test.go | 10 +++---- p2p/discover/database.go | 10 +++---- p2p/discover/database_test.go | 10 +++---- p2p/discover/node.go | 10 +++---- p2p/discover/node_test.go | 10 +++---- p2p/discover/ntp.go | 10 +++---- p2p/discover/table.go | 10 +++---- p2p/discover/table_test.go | 10 +++---- p2p/discover/udp.go | 10 +++---- p2p/discover/udp_test.go | 10 +++---- p2p/discv5/database.go | 10 +++---- p2p/discv5/database_test.go | 10 +++---- p2p/discv5/net.go | 10 +++---- p2p/discv5/net_test.go | 10 +++---- p2p/discv5/node.go | 10 +++---- p2p/discv5/node_test.go | 10 +++---- p2p/discv5/ntp.go | 10 +++---- p2p/discv5/sim_run_test.go | 10 +++---- p2p/discv5/sim_test.go | 10 +++---- p2p/discv5/sim_testmain_test.go | 10 +++---- p2p/discv5/table.go | 10 +++---- p2p/discv5/table_test.go | 10 +++---- p2p/discv5/ticket.go | 10 +++---- p2p/discv5/topic.go | 10 +++---- p2p/discv5/topic_test.go | 10 +++---- p2p/discv5/udp.go | 10 +++---- p2p/discv5/udp_test.go | 10 +++---- p2p/enr/enr.go | 10 +++---- p2p/enr/enr_test.go | 10 +++---- p2p/enr/entries.go | 10 +++---- p2p/message.go | 10 +++---- p2p/message_test.go | 10 +++---- p2p/metrics.go | 10 +++---- p2p/nat/nat.go | 10 +++---- p2p/nat/nat_test.go | 10 +++---- p2p/nat/natpmp.go | 10 +++---- p2p/nat/natupnp.go | 10 +++---- p2p/nat/natupnp_test.go | 10 +++---- p2p/netutil/error.go | 10 +++---- p2p/netutil/error_test.go | 10 +++---- p2p/netutil/net.go | 10 +++---- p2p/netutil/net_test.go | 10 +++---- p2p/netutil/toobig_notwindows.go | 10 +++---- p2p/netutil/toobig_windows.go | 10 +++---- p2p/peer.go | 10 +++---- p2p/peer_error.go | 10 +++---- p2p/peer_test.go | 10 +++---- p2p/protocol.go | 10 +++---- p2p/rlpx.go | 10 +++---- p2p/rlpx_test.go | 10 +++---- p2p/server.go | 10 +++---- p2p/server_test.go | 10 +++---- p2p/simulations/adapters/docker.go | 10 +++---- p2p/simulations/adapters/exec.go | 10 +++---- p2p/simulations/adapters/inproc.go | 10 +++---- p2p/simulations/adapters/state.go | 10 +++---- p2p/simulations/adapters/types.go | 10 +++---- p2p/simulations/events.go | 10 +++---- p2p/simulations/examples/ping-pong.go | 10 +++---- p2p/simulations/http.go | 10 +++---- p2p/simulations/http_test.go | 10 +++---- p2p/simulations/mocker.go | 10 +++---- p2p/simulations/mocker_test.go | 10 +++---- p2p/simulations/network.go | 10 +++---- p2p/simulations/network_test.go | 10 +++---- p2p/simulations/simulation.go | 10 +++---- params/bootnodes.go | 10 +++---- params/config.go | 10 +++---- params/config_test.go | 10 +++---- params/dao.go | 10 +++---- params/denomination.go | 10 +++---- params/gas_table.go | 10 +++---- params/network_params.go | 10 +++---- params/protocol_params.go | 10 +++---- params/version.go | 10 +++---- rlp/decode.go | 10 +++---- rlp/decode_tail_test.go | 10 +++---- rlp/decode_test.go | 10 +++---- rlp/doc.go | 10 +++---- rlp/encode.go | 10 +++---- rlp/encode_test.go | 10 +++---- rlp/encoder_example_test.go | 10 +++---- rlp/raw.go | 10 +++---- rlp/raw_test.go | 10 +++---- rlp/typecache.go | 10 +++---- rpc/client.go | 10 +++---- rpc/client_example_test.go | 10 +++---- rpc/client_test.go | 12 ++++----- rpc/doc.go | 10 +++---- rpc/errors.go | 10 +++---- rpc/http.go | 10 +++---- rpc/http_test.go | 10 +++---- rpc/inproc.go | 10 +++---- rpc/ipc.go | 10 +++---- rpc/ipc_unix.go | 10 +++---- rpc/ipc_windows.go | 10 +++---- rpc/json.go | 10 +++---- rpc/json_test.go | 10 +++---- rpc/server.go | 10 +++---- rpc/server_test.go | 10 +++---- rpc/subscription.go | 10 +++---- rpc/subscription_test.go | 10 +++---- rpc/types.go | 10 +++---- rpc/types_test.go | 10 +++---- rpc/utils.go | 10 +++---- rpc/utils_test.go | 10 +++---- rpc/websocket.go | 10 +++---- swarm/api/api.go | 10 +++---- swarm/api/api_test.go | 10 +++---- swarm/api/client/client.go | 10 +++---- swarm/api/client/client_test.go | 10 +++---- swarm/api/config.go | 10 +++---- swarm/api/config_test.go | 10 +++---- swarm/api/filesystem.go | 10 +++---- swarm/api/filesystem_test.go | 10 +++---- swarm/api/http/error.go | 10 +++---- swarm/api/http/error_templates.go | 10 +++---- swarm/api/http/error_test.go | 10 +++---- swarm/api/http/roundtripper.go | 10 +++---- swarm/api/http/roundtripper_test.go | 10 +++---- swarm/api/http/server.go | 10 +++---- swarm/api/http/server_test.go | 10 +++---- swarm/api/http/templates.go | 10 +++---- swarm/api/manifest.go | 10 +++---- swarm/api/manifest_test.go | 10 +++---- swarm/api/storage.go | 10 +++---- swarm/api/storage_test.go | 10 +++---- swarm/api/testapi.go | 10 +++---- swarm/api/uri.go | 10 +++---- swarm/api/uri_test.go | 10 +++---- swarm/fuse/fuse_dir.go | 10 +++---- swarm/fuse/fuse_file.go | 10 +++---- swarm/fuse/fuse_root.go | 10 +++---- swarm/fuse/swarmfs.go | 10 +++---- swarm/fuse/swarmfs_fallback.go | 10 +++---- swarm/fuse/swarmfs_test.go | 10 +++---- swarm/fuse/swarmfs_unix.go | 10 +++---- swarm/fuse/swarmfs_util.go | 10 +++---- swarm/network/depo.go | 10 +++---- swarm/network/forwarding.go | 10 +++---- swarm/network/hive.go | 10 +++---- swarm/network/kademlia/address.go | 10 +++---- swarm/network/kademlia/address_test.go | 10 +++---- swarm/network/kademlia/kaddb.go | 10 +++---- swarm/network/kademlia/kademlia.go | 10 +++---- swarm/network/kademlia/kademlia_test.go | 10 +++---- swarm/network/messages.go | 10 +++---- swarm/network/protocol.go | 10 +++---- swarm/network/protocol_test.go | 10 +++---- swarm/network/syncdb.go | 10 +++---- swarm/network/syncdb_test.go | 10 +++---- swarm/network/syncer.go | 10 +++---- swarm/services/swap/swap.go | 10 +++---- swarm/services/swap/swap/swap.go | 10 +++---- swarm/services/swap/swap/swap_test.go | 10 +++---- swarm/storage/chunker.go | 10 +++---- swarm/storage/chunker_test.go | 10 +++---- swarm/storage/common_test.go | 10 +++---- swarm/storage/database.go | 10 +++---- swarm/storage/dbstore.go | 10 +++---- swarm/storage/dbstore_test.go | 10 +++---- swarm/storage/dpa.go | 10 +++---- swarm/storage/dpa_test.go | 10 +++---- swarm/storage/localstore.go | 10 +++---- swarm/storage/memstore.go | 10 +++---- swarm/storage/memstore_test.go | 10 +++---- swarm/storage/netstore.go | 10 +++---- swarm/storage/pyramid.go | 10 +++---- swarm/storage/swarmhasher.go | 10 +++---- swarm/storage/types.go | 10 +++---- swarm/swarm.go | 10 +++---- swarm/testutil/http.go | 10 +++---- tests/block_test.go | 10 +++---- tests/block_test_util.go | 10 +++---- tests/difficulty_test.go | 10 +++---- tests/difficulty_test_util.go | 10 +++---- tests/init.go | 10 +++---- tests/init_test.go | 10 +++---- tests/rlp_test.go | 10 +++---- tests/rlp_test_util.go | 10 +++---- tests/state_test.go | 10 +++---- tests/state_test_util.go | 10 +++---- tests/transaction_test.go | 10 +++---- tests/transaction_test_util.go | 10 +++---- tests/vm_test.go | 10 +++---- tests/vm_test_util.go | 10 +++---- trie/database.go | 10 +++---- trie/encoding.go | 10 +++---- trie/encoding_test.go | 10 +++---- trie/errors.go | 10 +++---- trie/hasher.go | 10 +++---- trie/iterator.go | 10 +++---- trie/iterator_test.go | 10 +++---- trie/node.go | 10 +++---- trie/node_test.go | 10 +++---- trie/proof.go | 10 +++---- trie/proof_test.go | 10 +++---- trie/secure_trie.go | 10 +++---- trie/secure_trie_test.go | 10 +++---- trie/sync.go | 10 +++---- trie/sync_test.go | 10 +++---- trie/trie.go | 10 +++---- trie/trie_test.go | 10 +++---- whisper/mailserver/mailserver.go | 10 +++---- whisper/mailserver/server_test.go | 10 +++---- whisper/shhclient/client.go | 10 +++---- whisper/whisperv2/api.go | 10 +++---- whisper/whisperv2/doc.go | 10 +++---- whisper/whisperv2/envelope.go | 10 +++---- whisper/whisperv2/envelope_test.go | 10 +++---- whisper/whisperv2/filter.go | 10 +++---- whisper/whisperv2/filter_test.go | 10 +++---- whisper/whisperv2/main.go | 10 +++---- whisper/whisperv2/message.go | 10 +++---- whisper/whisperv2/message_test.go | 10 +++---- whisper/whisperv2/peer.go | 10 +++---- whisper/whisperv2/peer_test.go | 10 +++---- whisper/whisperv2/topic.go | 10 +++---- whisper/whisperv2/topic_test.go | 10 +++---- whisper/whisperv2/whisper.go | 10 +++---- whisper/whisperv2/whisper_test.go | 10 +++---- whisper/whisperv5/api.go | 10 +++---- whisper/whisperv5/benchmarks_test.go | 10 +++---- whisper/whisperv5/config.go | 10 +++---- whisper/whisperv5/doc.go | 10 +++---- whisper/whisperv5/envelope.go | 10 +++---- whisper/whisperv5/filter.go | 10 +++---- whisper/whisperv5/filter_test.go | 10 +++---- whisper/whisperv5/message.go | 10 +++---- whisper/whisperv5/message_test.go | 10 +++---- whisper/whisperv5/peer.go | 10 +++---- whisper/whisperv5/peer_test.go | 10 +++---- whisper/whisperv5/topic.go | 10 +++---- whisper/whisperv5/topic_test.go | 10 +++---- whisper/whisperv5/whisper.go | 10 +++---- whisper/whisperv5/whisper_test.go | 10 +++---- whisper/whisperv6/api.go | 10 +++---- whisper/whisperv6/benchmarks_test.go | 10 +++---- whisper/whisperv6/config.go | 10 +++---- whisper/whisperv6/doc.go | 10 +++---- whisper/whisperv6/envelope.go | 10 +++---- whisper/whisperv6/envelope_test.go | 10 +++---- whisper/whisperv6/filter.go | 10 +++---- whisper/whisperv6/filter_test.go | 10 +++---- whisper/whisperv6/message.go | 10 +++---- whisper/whisperv6/message_test.go | 10 +++---- whisper/whisperv6/peer.go | 10 +++---- whisper/whisperv6/peer_test.go | 10 +++---- whisper/whisperv6/topic.go | 10 +++---- whisper/whisperv6/topic_test.go | 10 +++---- whisper/whisperv6/whisper.go | 10 +++---- whisper/whisperv6/whisper_test.go | 10 +++---- 772 files changed, 3848 insertions(+), 3848 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 74f52ff2ac..95961ddc53 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -7,7 +7,7 @@ and help. ## Contributing -If you'd like to contribute to go-ethereum please fork, fix, commit and +If you'd like to contribute to go-etherinc please fork, fix, commit and send a pull request. Commits which do not comply with the coding standards are ignored (use gofmt!). diff --git a/AUTHORS b/AUTHORS index faa19d281c..cecbe428ee 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -# This is the official list of go-ethereum authors for copyright purposes. +# This is the official list of go-etherinc authors for copyright purposes. Ales Katona Alex Leverington diff --git a/COPYING b/COPYING index 8d66e87723..4f638960c1 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2014 The go-ethereum Authors. + Copyright (C) 2014 The go-etherinc Authors. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/Dockerfile b/Dockerfile index 351722122b..499fe93f9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,14 +3,14 @@ FROM golang:1.9-alpine as builder RUN apk add --no-cache make gcc musl-dev linux-headers -ADD . /go-ethereum -RUN cd /go-ethereum && make geth +ADD . /go-etherinc +RUN cd /go-etherinc && make geth # Pull Geth into a second stage deploy alpine container FROM alpine:latest RUN apk add --no-cache ca-certificates -COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/ +COPY --from=builder /go-etherinc/build/bin/geth /usr/local/bin/ EXPOSE 8545 8546 30103 30103/udp 30104/udp ENTRYPOINT ["geth"] diff --git a/Dockerfile.alltools b/Dockerfile.alltools index ad97c68ef3..8470553a0b 100644 --- a/Dockerfile.alltools +++ b/Dockerfile.alltools @@ -3,13 +3,13 @@ FROM golang:1.9-alpine as builder RUN apk add --no-cache make gcc musl-dev linux-headers -ADD . /go-ethereum -RUN cd /go-ethereum && make all +ADD . /go-etherinc +RUN cd /go-etherinc && make all # Pull all binaries into a second stage deploy alpine container FROM alpine:latest RUN apk add --no-cache ca-certificates -COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/ +COPY --from=builder /go-etherinc/build/bin/* /usr/local/bin/ EXPOSE 8545 8546 30103 30103/udp 30104/udp diff --git a/accounts/abi/abi.go b/accounts/abi/abi.go index abcb403db2..a55976bc5c 100644 --- a/accounts/abi/abi.go +++ b/accounts/abi/abi.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/abi_test.go b/accounts/abi/abi_test.go index 975dde5a17..6848d6a057 100644 --- a/accounts/abi/abi_test.go +++ b/accounts/abi/abi_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/argument.go b/accounts/abi/argument.go index 04ca6150ad..add27ad57d 100644 --- a/accounts/abi/argument.go +++ b/accounts/abi/argument.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/bind/auth.go b/accounts/abi/bind/auth.go index c5c26e20ac..b15ff32a97 100644 --- a/accounts/abi/bind/auth.go +++ b/accounts/abi/bind/auth.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bind diff --git a/accounts/abi/bind/backend.go b/accounts/abi/bind/backend.go index 3870db03bd..d3ce7b7c0e 100644 --- a/accounts/abi/bind/backend.go +++ b/accounts/abi/bind/backend.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bind diff --git a/accounts/abi/bind/backends/simulated.go b/accounts/abi/bind/backends/simulated.go index c0a9828ece..916ce82a59 100644 --- a/accounts/abi/bind/backends/simulated.go +++ b/accounts/abi/bind/backends/simulated.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package backends diff --git a/accounts/abi/bind/base.go b/accounts/abi/bind/base.go index d40c0c40ad..0a4001fa36 100644 --- a/accounts/abi/bind/base.go +++ b/accounts/abi/bind/base.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bind diff --git a/accounts/abi/bind/bind.go b/accounts/abi/bind/bind.go index 98877abfa2..ea4fb37e09 100644 --- a/accounts/abi/bind/bind.go +++ b/accounts/abi/bind/bind.go @@ -1,22 +1,22 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package bind generates Ethereum contract Go bindings. // -// Detailed usage document and tutorial available on the go-ethereum Wiki page: +// Detailed usage document and tutorial available on the go-etherinc Wiki page: // https://github.com/etherinc/go-etherinc/wiki/Native-DApps:-Go-bindings-to-Ethereum-contracts package bind diff --git a/accounts/abi/bind/bind_test.go b/accounts/abi/bind/bind_test.go index aed8444eb8..2b0d11ba29 100644 --- a/accounts/abi/bind/bind_test.go +++ b/accounts/abi/bind/bind_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bind @@ -747,13 +747,13 @@ func TestBindings(t *testing.T) { if !common.FileExist(gocmd) { t.Skip("go sdk not found for testing") } - // Skip the test if the go-ethereum sources are symlinked (https://github.com/golang/go/issues/14845) + // Skip the test if the go-etherinc sources are symlinked (https://github.com/golang/go/issues/14845) linkTestCode := fmt.Sprintf("package linktest\nfunc CheckSymlinks(){\nfmt.Println(backends.NewSimulatedBackend(nil))\n}") linkTestDeps, err := imports.Process(os.TempDir(), []byte(linkTestCode), nil) if err != nil { t.Fatalf("failed check for goimports symlink bug: %v", err) } - if !strings.Contains(string(linkTestDeps), "go-ethereum") { + if !strings.Contains(string(linkTestDeps), "go-etherinc") { t.Skip("symlinked environment doesn't support bind (https://github.com/golang/go/issues/14845)") } // Create a temporary workspace for the test suite diff --git a/accounts/abi/bind/template.go b/accounts/abi/bind/template.go index 83fd603fa5..9a15f49f7d 100644 --- a/accounts/abi/bind/template.go +++ b/accounts/abi/bind/template.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bind diff --git a/accounts/abi/bind/topics.go b/accounts/abi/bind/topics.go index 964f567762..574d5b4bb9 100644 --- a/accounts/abi/bind/topics.go +++ b/accounts/abi/bind/topics.go @@ -1,18 +1,18 @@ -// Copyright 2018 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2018 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bind diff --git a/accounts/abi/bind/util.go b/accounts/abi/bind/util.go index e233a42f10..dae24bebcc 100644 --- a/accounts/abi/bind/util.go +++ b/accounts/abi/bind/util.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bind diff --git a/accounts/abi/bind/util_test.go b/accounts/abi/bind/util_test.go index 3027bd1857..307b670ef8 100644 --- a/accounts/abi/bind/util_test.go +++ b/accounts/abi/bind/util_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bind_test diff --git a/accounts/abi/doc.go b/accounts/abi/doc.go index 8242068582..1a200bbed1 100644 --- a/accounts/abi/doc.go +++ b/accounts/abi/doc.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package abi implements the Ethereum ABI (Application Binary // Interface). diff --git a/accounts/abi/error.go b/accounts/abi/error.go index 9d8674ad08..afbfbb23d0 100644 --- a/accounts/abi/error.go +++ b/accounts/abi/error.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/event.go b/accounts/abi/event.go index 2a180aa6ea..d42cc58804 100644 --- a/accounts/abi/event.go +++ b/accounts/abi/event.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/event_test.go b/accounts/abi/event_test.go index 6409e3ba73..f7eca801e3 100644 --- a/accounts/abi/event_test.go +++ b/accounts/abi/event_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/method.go b/accounts/abi/method.go index 8be6ba036f..9ae24a5d8b 100644 --- a/accounts/abi/method.go +++ b/accounts/abi/method.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/numbers.go b/accounts/abi/numbers.go index c58d312bb8..e33ff2e9cd 100644 --- a/accounts/abi/numbers.go +++ b/accounts/abi/numbers.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/numbers_test.go b/accounts/abi/numbers_test.go index b9ff5aef17..44e6a53d03 100644 --- a/accounts/abi/numbers_test.go +++ b/accounts/abi/numbers_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/pack.go b/accounts/abi/pack.go index b660226e89..fa4a6a11cb 100644 --- a/accounts/abi/pack.go +++ b/accounts/abi/pack.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/pack_test.go b/accounts/abi/pack_test.go index f43418bde2..0a7045b48d 100644 --- a/accounts/abi/pack_test.go +++ b/accounts/abi/pack_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/reflect.go b/accounts/abi/reflect.go index 7a9cdacd54..ddf8cdc366 100644 --- a/accounts/abi/reflect.go +++ b/accounts/abi/reflect.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/type.go b/accounts/abi/type.go index a1f13ffa29..c9c17c2c0f 100644 --- a/accounts/abi/type.go +++ b/accounts/abi/type.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/type_test.go b/accounts/abi/type_test.go index 8892dd5c74..acbbb181f3 100644 --- a/accounts/abi/type_test.go +++ b/accounts/abi/type_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/unpack.go b/accounts/abi/unpack.go index f3808e1d89..598daf8d31 100644 --- a/accounts/abi/unpack.go +++ b/accounts/abi/unpack.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/abi/unpack_test.go b/accounts/abi/unpack_test.go index 054e43b2f9..f4d6ace33f 100644 --- a/accounts/abi/unpack_test.go +++ b/accounts/abi/unpack_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package abi diff --git a/accounts/accounts.go b/accounts/accounts.go index 4fd9f2d09c..3388637c4c 100644 --- a/accounts/accounts.go +++ b/accounts/accounts.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package accounts implements high level Ethereum account management. package accounts diff --git a/accounts/errors.go b/accounts/errors.go index 40b21ed179..3765cbe8c7 100644 --- a/accounts/errors.go +++ b/accounts/errors.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package accounts diff --git a/accounts/hd.go b/accounts/hd.go index c6ec7feaeb..1450bf7190 100644 --- a/accounts/hd.go +++ b/accounts/hd.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package accounts diff --git a/accounts/hd_test.go b/accounts/hd_test.go index b6b23230dc..9039d4f1db 100644 --- a/accounts/hd_test.go +++ b/accounts/hd_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package accounts diff --git a/accounts/keystore/account_cache.go b/accounts/keystore/account_cache.go index 0e40ed9be5..60319736b0 100644 --- a/accounts/keystore/account_cache.go +++ b/accounts/keystore/account_cache.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package keystore diff --git a/accounts/keystore/account_cache_test.go b/accounts/keystore/account_cache_test.go index ff9bc20ad1..433ed8cb94 100644 --- a/accounts/keystore/account_cache_test.go +++ b/accounts/keystore/account_cache_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package keystore diff --git a/accounts/keystore/file_cache.go b/accounts/keystore/file_cache.go index f16f2a5804..1e6ea9d6b5 100644 --- a/accounts/keystore/file_cache.go +++ b/accounts/keystore/file_cache.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package keystore diff --git a/accounts/keystore/key.go b/accounts/keystore/key.go index 787ddf6892..d0cf28024b 100644 --- a/accounts/keystore/key.go +++ b/accounts/keystore/key.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package keystore diff --git a/accounts/keystore/keystore.go b/accounts/keystore/keystore.go index ea9291bba0..7873bdffb6 100644 --- a/accounts/keystore/keystore.go +++ b/accounts/keystore/keystore.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package keystore implements encrypted storage of secp256k1 private keys. // diff --git a/accounts/keystore/keystore_passphrase.go b/accounts/keystore/keystore_passphrase.go index 8622115ca7..159e847b3b 100644 --- a/accounts/keystore/keystore_passphrase.go +++ b/accounts/keystore/keystore_passphrase.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . /* diff --git a/accounts/keystore/keystore_passphrase_test.go b/accounts/keystore/keystore_passphrase_test.go index 3664d58f2b..95162ee886 100644 --- a/accounts/keystore/keystore_passphrase_test.go +++ b/accounts/keystore/keystore_passphrase_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package keystore diff --git a/accounts/keystore/keystore_plain.go b/accounts/keystore/keystore_plain.go index 7d3a5d0525..724c7971cd 100644 --- a/accounts/keystore/keystore_plain.go +++ b/accounts/keystore/keystore_plain.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package keystore diff --git a/accounts/keystore/keystore_plain_test.go b/accounts/keystore/keystore_plain_test.go index a45a92e9b9..f58a567e7d 100644 --- a/accounts/keystore/keystore_plain_test.go +++ b/accounts/keystore/keystore_plain_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package keystore diff --git a/accounts/keystore/keystore_test.go b/accounts/keystore/keystore_test.go index 10478bbe1c..a0f23c2ca8 100644 --- a/accounts/keystore/keystore_test.go +++ b/accounts/keystore/keystore_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package keystore diff --git a/accounts/keystore/keystore_wallet.go b/accounts/keystore/keystore_wallet.go index bf6cf75b2e..89ac62488f 100644 --- a/accounts/keystore/keystore_wallet.go +++ b/accounts/keystore/keystore_wallet.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package keystore diff --git a/accounts/keystore/presale.go b/accounts/keystore/presale.go index f38ed5cfd1..265d8f4d4b 100644 --- a/accounts/keystore/presale.go +++ b/accounts/keystore/presale.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package keystore diff --git a/accounts/keystore/watch.go b/accounts/keystore/watch.go index 59129a582d..0b06c089c0 100644 --- a/accounts/keystore/watch.go +++ b/accounts/keystore/watch.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build darwin,!ios freebsd linux,!arm64 netbsd solaris diff --git a/accounts/keystore/watch_fallback.go b/accounts/keystore/watch_fallback.go index 7c5e9cb2e2..1a762f17de 100644 --- a/accounts/keystore/watch_fallback.go +++ b/accounts/keystore/watch_fallback.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build ios linux,arm64 windows !darwin,!freebsd,!linux,!netbsd,!solaris diff --git a/accounts/manager.go b/accounts/manager.go index 330b5febe6..6f9b4a554d 100644 --- a/accounts/manager.go +++ b/accounts/manager.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package accounts diff --git a/accounts/url.go b/accounts/url.go index 47f9d8ee4b..e9106d4567 100644 --- a/accounts/url.go +++ b/accounts/url.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package accounts diff --git a/accounts/usbwallet/hub.go b/accounts/usbwallet/hub.go index 3dcabab5d1..12d298f7e7 100644 --- a/accounts/usbwallet/hub.go +++ b/accounts/usbwallet/hub.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package usbwallet diff --git a/accounts/usbwallet/internal/trezor/trezor.go b/accounts/usbwallet/internal/trezor/trezor.go index 8ae9e726e4..ed7d4e7c8a 100644 --- a/accounts/usbwallet/internal/trezor/trezor.go +++ b/accounts/usbwallet/internal/trezor/trezor.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // This file contains the implementation for interacting with the Trezor hardware // wallets. The wire protocol spec can be found on the SatoshiLabs website: diff --git a/accounts/usbwallet/ledger.go b/accounts/usbwallet/ledger.go index 7ce2bfb74e..5ec633d80c 100644 --- a/accounts/usbwallet/ledger.go +++ b/accounts/usbwallet/ledger.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // This file contains the implementation for interacting with the Ledger hardware // wallets. The wire protocol spec can be found in the Ledger Blue GitHub repo: diff --git a/accounts/usbwallet/trezor.go b/accounts/usbwallet/trezor.go index 6ddf18ae65..cb6c0a370f 100644 --- a/accounts/usbwallet/trezor.go +++ b/accounts/usbwallet/trezor.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // This file contains the implementation for interacting with the Trezor hardware // wallets. The wire protocol spec can be found on the SatoshiLabs website: diff --git a/accounts/usbwallet/wallet.go b/accounts/usbwallet/wallet.go index 94ac8fc467..d8c771ccd2 100644 --- a/accounts/usbwallet/wallet.go +++ b/accounts/usbwallet/wallet.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package usbwallet implements support for USB hardware wallets. package usbwallet diff --git a/appveyor.yml b/appveyor.yml index 99029f553d..e69fde6f6b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ os: Visual Studio 2015 # Clone directly into GOPATH. -clone_folder: C:\gopath\src\github.com\ethereum\go-ethereum +clone_folder: C:\gopath\src\github.com\ethereum\go-etherinc clone_depth: 5 version: "{branch}.{build}" environment: diff --git a/bmt/bmt.go b/bmt/bmt.go index 4b65b1d94a..654e3efec1 100644 --- a/bmt/bmt.go +++ b/bmt/bmt.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package bmt provides a binary merkle tree implementation package bmt diff --git a/bmt/bmt_r.go b/bmt/bmt_r.go index 649093ee3a..29b4172457 100644 --- a/bmt/bmt_r.go +++ b/bmt/bmt_r.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // simple nonconcurrent reference implementation for hashsize segment based // Binary Merkle tree hash on arbitrary but fixed maximum chunksize diff --git a/bmt/bmt_test.go b/bmt/bmt_test.go index 70fcdc3a1e..42aceb82b7 100644 --- a/bmt/bmt_test.go +++ b/bmt/bmt_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bmt diff --git a/build/ci-notes.md b/build/ci-notes.md index 78e9575c01..04d9f77397 100644 --- a/build/ci-notes.md +++ b/build/ci-notes.md @@ -18,7 +18,7 @@ and installs the new version into the PPA repository. Launchpad requires a valid by a team member for source package uploads. The signing key is stored in an environment variable which Travis CI makes available to certain builds. -We want to build go-ethereum with the most recent version of Go, irrespective of the Go +We want to build go-etherinc with the most recent version of Go, irrespective of the Go version that is available in the main Ubuntu repository. In order to make this possible, our PPA depends on the ~gophers/ubuntu/archive PPA. Our source package build-depends on golang-1.9, which is co-installable alongside the regular golang package. PPA dependencies diff --git a/build/ci.go b/build/ci.go index c15f9a1afb..03f89b9384 100644 --- a/build/ci.go +++ b/build/ci.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build none @@ -187,7 +187,7 @@ func doInstall(cmdline []string) { if minor < 7 { log.Println("You have Go version", runtime.Version()) - log.Println("go-ethereum requires at least Go version 1.7 and cannot") + log.Println("go-etherinc requires at least Go version 1.7 and cannot") log.Println("be compiled with an earlier version. Please upgrade your Go installation.") os.Exit(1) } @@ -532,7 +532,7 @@ func isUnstableBuild(env build.Environment) bool { type debMetadata struct { Env build.Environment - // go-ethereum version being built. Note that this + // go-etherinc version being built. Note that this // is not the debian package version. The package version // is constructed by VersionString. Version string diff --git a/build/deb.copyright b/build/deb.copyright index 513be45b19..ac9e833917 100644 --- a/build/deb.copyright +++ b/build/deb.copyright @@ -1,14 +1,14 @@ -Copyright 2016 The go-ethereum Authors +Copyright 2016 The go-etherinc Authors -go-ethereum is free software: you can redistribute it and/or modify +go-etherinc is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -go-ethereum is distributed in the hope that it will be useful, +go-etherinc is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with go-ethereum. If not, see . +along with go-etherinc. If not, see . diff --git a/build/env.sh b/build/env.sh index 7d91f6f937..1bf2a44234 100755 --- a/build/env.sh +++ b/build/env.sh @@ -11,10 +11,10 @@ fi workspace="$PWD/build/_workspace" root="$PWD" ethdir="$workspace/src/github.com/etherinc" -if [ ! -L "$ethdir/go-ethereum" ]; then +if [ ! -L "$ethdir/go-etherinc" ]; then mkdir -p "$ethdir" cd "$ethdir" - ln -s ../../../../../. go-ethereum + ln -s ../../../../../. go-etherinc cd "$root" fi @@ -23,8 +23,8 @@ GOPATH="$workspace" export GOPATH # Run the command inside the workspace. -cd "$ethdir/go-ethereum" -PWD="$ethdir/go-ethereum" +cd "$ethdir/go-etherinc" +PWD="$ethdir/go-etherinc" # Launch the arguments with the configured environment. exec "$@" diff --git a/build/mvn.pom b/build/mvn.pom index bf2bcdf536..8ae2aec73d 100644 --- a/build/mvn.pom +++ b/build/mvn.pom @@ -10,7 +10,7 @@ aar Android Ethereum Client - Android port of the go-ethereum libraries and node + Android port of the go-etherinc libraries and node https://github.com/etherinc/go-etherinc 2015 diff --git a/build/update-license.go b/build/update-license.go index 3d69598b75..1f900b7ccb 100644 --- a/build/update-license.go +++ b/build/update-license.go @@ -69,13 +69,13 @@ var ( licenseCommentRE = regexp.MustCompile(`^//\s*(Copyright|This file is part of).*?\n(?://.*?\n)*\n*`) // this text appears at the start of AUTHORS - authorsFileHeader = "# This is the official list of go-ethereum authors for copyright purposes.\n\n" + authorsFileHeader = "# This is the official list of go-etherinc authors for copyright purposes.\n\n" ) // this template generates the license comment. // its input is an info structure. var licenseT = template.Must(template.New("").Parse(` -// Copyright {{.Year}} The go-ethereum Authors +// Copyright {{.Year}} The go-etherinc Authors // This file is part of {{.Whole false}}. // // {{.Whole true}} is free software: you can redistribute it and/or modify @@ -114,12 +114,12 @@ func (i info) ShortLicense() string { func (i info) Whole(startOfSentence bool) string { if i.gpl() { - return "go-ethereum" + return "go-etherinc" } if startOfSentence { - return "The go-ethereum library" + return "The go-etherinc library" } - return "the go-ethereum library" + return "the go-etherinc library" } func (i info) gpl() bool { diff --git a/circle.yml b/circle.yml index 39ff5d83c6..f637025627 100644 --- a/circle.yml +++ b/circle.yml @@ -28,5 +28,5 @@ test: - cp ./build/bin/geth $HOME/geth # Run hive and move all generated logs into the public artifacts folder - - (cd ~/.go_workspace/src/github.com/karalabe/hive && hive --docker-noshell --client=go-ethereum:local --override=$HOME/geth --test=. --sim=.) + - (cd ~/.go_workspace/src/github.com/karalabe/hive && hive --docker-noshell --client=go-etherinc:local --override=$HOME/geth --test=. --sim=.) - cp -r ~/.go_workspace/src/github.com/karalabe/hive/workspace/logs/* $CIRCLE_ARTIFACTS diff --git a/cmd/abigen/main.go b/cmd/abigen/main.go index c6eca5a792..bf9b2fa715 100644 --- a/cmd/abigen/main.go +++ b/cmd/abigen/main.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/bootnode/main.go b/cmd/bootnode/main.go index 4fe84f9ebe..52389a96a1 100644 --- a/cmd/bootnode/main.go +++ b/cmd/bootnode/main.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2015 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // bootnode runs a bootstrap node for the Ethereum Discovery Protocol. package main diff --git a/cmd/ethkey/generate.go b/cmd/ethkey/generate.go index 221c5816c4..46c95430e8 100644 --- a/cmd/ethkey/generate.go +++ b/cmd/ethkey/generate.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/ethkey/main.go b/cmd/ethkey/main.go index 58e6b448af..3e9a3578d6 100644 --- a/cmd/ethkey/main.go +++ b/cmd/ethkey/main.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/ethkey/message.go b/cmd/ethkey/message.go index d66c6f2216..cfda365ce9 100644 --- a/cmd/ethkey/message.go +++ b/cmd/ethkey/message.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/ethkey/message_test.go b/cmd/ethkey/message_test.go index fb16f03d02..7869618aa7 100644 --- a/cmd/ethkey/message_test.go +++ b/cmd/ethkey/message_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/ethkey/run_test.go b/cmd/ethkey/run_test.go index e3c97fce9c..042a153508 100644 --- a/cmd/ethkey/run_test.go +++ b/cmd/ethkey/run_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/ethkey/utils.go b/cmd/ethkey/utils.go index fac3f999c5..585d4c9de6 100644 --- a/cmd/ethkey/utils.go +++ b/cmd/ethkey/utils.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/evm/compiler.go b/cmd/evm/compiler.go index ad8776b2ee..4b711351d0 100644 --- a/cmd/evm/compiler.go +++ b/cmd/evm/compiler.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/evm/disasm.go b/cmd/evm/disasm.go index 636d378e2a..b118f9a08c 100644 --- a/cmd/evm/disasm.go +++ b/cmd/evm/disasm.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/evm/internal/compiler/compiler.go b/cmd/evm/internal/compiler/compiler.go index c5e230aa3b..77e17376fa 100644 --- a/cmd/evm/internal/compiler/compiler.go +++ b/cmd/evm/internal/compiler/compiler.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package compiler diff --git a/cmd/evm/json_logger.go b/cmd/evm/json_logger.go index 296da3bcae..ef95e9a76e 100644 --- a/cmd/evm/json_logger.go +++ b/cmd/evm/json_logger.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package main diff --git a/cmd/evm/main.go b/cmd/evm/main.go index 679bf82fa8..2e0caac58a 100644 --- a/cmd/evm/main.go +++ b/cmd/evm/main.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2014 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // evm executes EVM code snippets. package main diff --git a/cmd/evm/runner.go b/cmd/evm/runner.go index e354a43016..85e32d5610 100644 --- a/cmd/evm/runner.go +++ b/cmd/evm/runner.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/evm/staterunner.go b/cmd/evm/staterunner.go index 662c05b33e..2433caa677 100644 --- a/cmd/evm/staterunner.go +++ b/cmd/evm/staterunner.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main @@ -50,7 +50,7 @@ func stateTestCmd(ctx *cli.Context) error { if len(ctx.Args().First()) == 0 { return errors.New("path-to-test argument required") } - // Configure the go-ethereum logger + // Configure the go-etherinc logger glogger := log.NewGlogHandler(log.StreamHandler(os.Stderr, log.TerminalFormat(false))) glogger.Verbosity(log.Lvl(ctx.GlobalInt(VerbosityFlag.Name))) log.Root().SetHandler(glogger) diff --git a/cmd/faucet/faucet.go b/cmd/faucet/faucet.go index a1ec6f95bc..6c1b55dc53 100644 --- a/cmd/faucet/faucet.go +++ b/cmd/faucet/faucet.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // faucet is a Ether faucet backed by a light client. package main diff --git a/cmd/geth/accountcmd.go b/cmd/geth/accountcmd.go index 89aa993cd3..e647e1c562 100644 --- a/cmd/geth/accountcmd.go +++ b/cmd/geth/accountcmd.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/geth/accountcmd_test.go b/cmd/geth/accountcmd_test.go index dbe40d90c7..1a9cc35d6d 100644 --- a/cmd/geth/accountcmd_test.go +++ b/cmd/geth/accountcmd_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/geth/bugcmd.go b/cmd/geth/bugcmd.go index 35ea038665..3f8fd4b575 100644 --- a/cmd/geth/bugcmd.go +++ b/cmd/geth/bugcmd.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main @@ -43,7 +43,7 @@ var bugCommand = cli.Command{ const issueUrl = "https://github.com/etherinc/go-etherinc/issues/new" -// reportBug reports a bug by opening a new URL to the go-ethereum GH issue +// reportBug reports a bug by opening a new URL to the go-etherinc GH issue // tracker and setting default values as the issue body. func reportBug(ctx *cli.Context) error { // execute template and write contents to buff diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index 086789398e..7d271ac5b2 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2015 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/geth/config.go b/cmd/geth/config.go index 81d2f396dc..4f261d613b 100644 --- a/cmd/geth/config.go +++ b/cmd/geth/config.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/geth/consolecmd.go b/cmd/geth/consolecmd.go index dc2b70e3fe..21f1b32169 100644 --- a/cmd/geth/consolecmd.go +++ b/cmd/geth/consolecmd.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/geth/consolecmd_test.go b/cmd/geth/consolecmd_test.go index 533875b7a5..de4998060c 100644 --- a/cmd/geth/consolecmd_test.go +++ b/cmd/geth/consolecmd_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/geth/dao_test.go b/cmd/geth/dao_test.go index 3df469f7df..1120ecf11e 100644 --- a/cmd/geth/dao_test.go +++ b/cmd/geth/dao_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/geth/genesis_test.go b/cmd/geth/genesis_test.go index a00ae00c19..032fa26a4d 100644 --- a/cmd/geth/genesis_test.go +++ b/cmd/geth/genesis_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 4fa60320ab..f908a4f0e1 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2014 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // geth is the official command-line client for Ethereum. package main @@ -49,7 +49,7 @@ var ( // Ethereum address of the Geth release oracle. relOracle = common.HexToAddress("0xfa7b9770ca4cb04296cac84f37736d4041251cdf") // The app that holds all commands and flags. - app = utils.NewApp(gitCommit, "the go-ethereum command line interface") + app = utils.NewApp(gitCommit, "the go-etherinc command line interface") // flags that configure the node nodeFlags = []cli.Flag{ utils.IdentityFlag, @@ -149,7 +149,7 @@ func init() { // Initialize the CLI app and start Geth app.Action = geth app.HideVersion = true // we have a command to print the version - app.Copyright = "Copyright 2013-2017 The go-ethereum Authors" + app.Copyright = "Copyright 2013-2017 The go-etherinc Authors" app.Commands = []cli.Command{ // See chaincmd.go: initCommand, diff --git a/cmd/geth/misccmd.go b/cmd/geth/misccmd.go index 572d6777dd..67a5f2b09d 100644 --- a/cmd/geth/misccmd.go +++ b/cmd/geth/misccmd.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/geth/monitorcmd.go b/cmd/geth/monitorcmd.go index 0685751881..18d0017fa8 100644 --- a/cmd/geth/monitorcmd.go +++ b/cmd/geth/monitorcmd.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2015 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/geth/run_test.go b/cmd/geth/run_test.go index a752f8250b..e8e734a160 100644 --- a/cmd/geth/run_test.go +++ b/cmd/geth/run_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/geth/usage.go b/cmd/geth/usage.go index 8552813257..7a56caae61 100644 --- a/cmd/geth/usage.go +++ b/cmd/geth/usage.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2015 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // Contains the geth command usage template and generator. @@ -33,7 +33,7 @@ import ( var AppHelpTemplate = `NAME: {{.App.Name}} - {{.App.Usage}} - Copyright 2013-2017 The go-ethereum Authors + Copyright 2013-2017 The go-etherinc Authors USAGE: {{.App.HelpName}} [options]{{if .App.Commands}} command [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}} diff --git a/cmd/puppeth/genesis.go b/cmd/puppeth/genesis.go index c8aced5af0..a27dafc0ea 100644 --- a/cmd/puppeth/genesis.go +++ b/cmd/puppeth/genesis.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main @@ -85,10 +85,10 @@ type cppEthereumGenesisSpecLinearPricing struct { Word uint64 `json:"word"` } -// newCppEthereumGenesisSpec converts a go-ethereum genesis block into a Parity specific +// newCppEthereumGenesisSpec converts a go-etherinc genesis block into a Parity specific // chain specification format. func newCppEthereumGenesisSpec(network string, genesis *core.Genesis) (*cppEthereumGenesisSpec, error) { - // Only ethash is currently supported between go-ethereum and cpp-ethereum + // Only ethash is currently supported between go-etherinc and cpp-ethereum if genesis.Config.Ethash == nil { return nil, errors.New("unsupported consensus engine") } @@ -256,10 +256,10 @@ type parityChainSpecAltBnPairingPricing struct { Pair uint64 `json:"pair"` } -// newParityChainSpec converts a go-ethereum genesis block into a Parity specific +// newParityChainSpec converts a go-etherinc genesis block into a Parity specific // chain specification format. func newParityChainSpec(network string, genesis *core.Genesis, bootnodes []string) (*parityChainSpec, error) { - // Only ethash is currently supported between go-ethereum and Parity + // Only ethash is currently supported between go-etherinc and Parity if genesis.Config.Ethash == nil { return nil, errors.New("unsupported consensus engine") } @@ -355,10 +355,10 @@ type pyEthereumGenesisSpec struct { ParentHash common.Hash `json:"parentHash"` } -// newPyEthereumGenesisSpec converts a go-ethereum genesis block into a Parity specific +// newPyEthereumGenesisSpec converts a go-etherinc genesis block into a Parity specific // chain specification format. func newPyEthereumGenesisSpec(network string, genesis *core.Genesis) (*pyEthereumGenesisSpec, error) { - // Only ethash is currently supported between go-ethereum and pyethereum + // Only ethash is currently supported between go-etherinc and pyethereum if genesis.Config.Ethash == nil { return nil, errors.New("unsupported consensus engine") } diff --git a/cmd/puppeth/module.go b/cmd/puppeth/module.go index 76535f8c3b..9d5c79bdae 100644 --- a/cmd/puppeth/module.go +++ b/cmd/puppeth/module.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/module_dashboard.go b/cmd/puppeth/module_dashboard.go index acd110b47d..ecef3c000b 100644 --- a/cmd/puppeth/module_dashboard.go +++ b/cmd/puppeth/module_dashboard.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main @@ -202,7 +202,7 @@ var dashboardContent = `

The Ethereum Wallet is an Electron based desktop application to manage your Ethereum accounts and funds. Beside the usual account life-cycle operations you would expect to perform, the wallet also provides a means to send transactions from your accounts and to interact with smart contracts deployed on the network.

-

Under the hood the wallet is backed by a go-ethereum full node, meaning that a mid range machine is assumed. Similarly, synchronization is based on fast-sync, which will download all blockchain data from the network and make it available to the wallet. Light nodes cannot currently fully back the wallet, but it's a target actively pursued.

+

Under the hood the wallet is backed by a go-etherinc full node, meaning that a mid range machine is assumed. Similarly, synchronization is based on fast-sync, which will download all blockchain data from the network and make it available to the wallet. Light nodes cannot currently fully back the wallet, but it's a target actively pursued.


To connect with the Ethereum Wallet, you'll need to initialize your private network first via Geth as the wallet does not currently support calling Geth directly. To initialize your local chain, download {{.GethGenesis}} and run:

geth --datadir=$HOME/.{{.Network}} init {{.GethGenesis}}
@@ -223,7 +223,7 @@ var dashboardContent = `

The Mist browser is an Electron based desktop application to load and interact with Ethereum enabled third party web DApps. Beside all the functionality provided by the Ethereum Wallet, Mist is an extended web-browser where loaded pages have access to the Ethereum network via a web3.js provider, and may also interact with users' own accounts (given proper authorization and confirmation of course).

-

Under the hood the browser is backed by a go-ethereum full node, meaning that a mid range machine is assumed. Similarly, synchronization is based on fast-sync, which will download all blockchain data from the network and make it available to the wallet. Light nodes cannot currently fully back the wallet, but it's a target actively pursued.

+

Under the hood the browser is backed by a go-etherinc full node, meaning that a mid range machine is assumed. Similarly, synchronization is based on fast-sync, which will download all blockchain data from the network and make it available to the wallet. Light nodes cannot currently fully back the wallet, but it's a target actively pursued.


To connect with the Mist browser, you'll need to initialize your private network first via Geth as Mist does not currently support calling Geth directly. To initialize your local chain, download {{.GethGenesis}} and run:

geth --datadir=$HOME/.{{.Network}} init {{.GethGenesis}}
@@ -253,8 +253,8 @@ var dashboardContent = `
-

Starting with the 1.5 release of go-ethereum, we've transitioned away from shipping only full blown Ethereum clients and started focusing on releasing the code as reusable packages initially for Go projects, then later for Java based Android projects too. Mobile support is still evolving, hence is bound to change often and hard, but the Ethereum network can nonetheless be accessed from Android too.

-

Under the hood the Android library is backed by a go-ethereum light node, meaning that given a not-too-old Android device, you should be able to join the network without significant issues. Certain functionality is not yet available and rough edges are bound to appear here and there, please report issues if you find any.

+

Starting with the 1.5 release of go-etherinc, we've transitioned away from shipping only full blown Ethereum clients and started focusing on releasing the code as reusable packages initially for Go projects, then later for Java based Android projects too. Mobile support is still evolving, hence is bound to change often and hard, but the Ethereum network can nonetheless be accessed from Android too.

+

Under the hood the Android library is backed by a go-etherinc light node, meaning that given a not-too-old Android device, you should be able to join the network without significant issues. Certain functionality is not yet available and rough edges are bound to appear here and there, please report issues if you find any.


The stable Android archives are distributed via Maven Central, and the develop snapshots via the Sonatype repositories. Before proceeding, please ensure you have a recent version configured in your Android project. You can find details in Mobile: Introduction – Android archive.

Before connecting to the Ethereum network, download the {{.GethGenesis}} genesis json file and either store it in your Android project as a resource file you can access, or save it as a string in a variable. You're going to need to to initialize your client.

@@ -284,8 +284,8 @@ node.start();
-

Starting with the 1.5 release of go-ethereum, we've transitioned away from shipping only full blown Ethereum clients and started focusing on releasing the code as reusable packages initially for Go projects, then later for ObjC/Swift based iOS projects too. Mobile support is still evolving, hence is bound to change often and hard, but the Ethereum network can nonetheless be accessed from iOS too.

-

Under the hood the iOS library is backed by a go-ethereum light node, meaning that given a not-too-old Apple device, you should be able to join the network without significant issues. Certain functionality is not yet available and rough edges are bound to appear here and there, please report issues if you find any.

+

Starting with the 1.5 release of go-etherinc, we've transitioned away from shipping only full blown Ethereum clients and started focusing on releasing the code as reusable packages initially for Go projects, then later for ObjC/Swift based iOS projects too. Mobile support is still evolving, hence is bound to change often and hard, but the Ethereum network can nonetheless be accessed from iOS too.

+

Under the hood the iOS library is backed by a go-etherinc light node, meaning that given a not-too-old Apple device, you should be able to join the network without significant issues. Certain functionality is not yet available and rough edges are bound to appear here and there, please report issues if you find any.


Both stable and develop builds of the iOS framework are available via CocoaPods. Before proceeding, please ensure you have a recent version configured in your iOS project. You can find details in Mobile: Introduction – iOS framework.

Before connecting to the Ethereum network, download the {{.GethGenesis}} genesis json file and either store it in your iOS project as a resource file you can access, or save it as a string in a variable. You're going to need to to initialize your client.

@@ -421,7 +421,7 @@ try! node?.start();

Puppeth is distributed as part of the Geth & Tools bundles, but can also be installed separately via:

go get github.com/etherinc/go-etherinc/cmd/puppeth


-

Copyright 2017. The go-ethereum Authors.

+

Copyright 2017. The go-etherinc Authors.

@@ -636,7 +636,7 @@ func deployDashboard(client *sshClient, network string, conf *config, config *da }) files[filepath.Join(workdir, "index.html")] = indexfile.Bytes() - // Marshal the genesis spec files for go-ethereum and all the other clients + // Marshal the genesis spec files for go-etherinc and all the other clients genesis, _ := conf.Genesis.MarshalJSON() files[filepath.Join(workdir, network+".json")] = genesis diff --git a/cmd/puppeth/module_ethstats.go b/cmd/puppeth/module_ethstats.go index 577f9c56d0..f442049495 100644 --- a/cmd/puppeth/module_ethstats.go +++ b/cmd/puppeth/module_ethstats.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/module_explorer.go b/cmd/puppeth/module_explorer.go index 50428fbc55..8007a21171 100644 --- a/cmd/puppeth/module_explorer.go +++ b/cmd/puppeth/module_explorer.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/module_faucet.go b/cmd/puppeth/module_faucet.go index 5980bf207d..96cfa2fa8d 100644 --- a/cmd/puppeth/module_faucet.go +++ b/cmd/puppeth/module_faucet.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/module_nginx.go b/cmd/puppeth/module_nginx.go index 1310d055f8..0c66b1a254 100644 --- a/cmd/puppeth/module_nginx.go +++ b/cmd/puppeth/module_nginx.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/module_node.go b/cmd/puppeth/module_node.go index 6bade51dab..c66df41d88 100644 --- a/cmd/puppeth/module_node.go +++ b/cmd/puppeth/module_node.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/module_wallet.go b/cmd/puppeth/module_wallet.go index 7c93ef6384..50614c7074 100644 --- a/cmd/puppeth/module_wallet.go +++ b/cmd/puppeth/module_wallet.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/puppeth.go b/cmd/puppeth/puppeth.go index 66d2a921cb..e8f94bb0e5 100644 --- a/cmd/puppeth/puppeth.go +++ b/cmd/puppeth/puppeth.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // puppeth is a command to assemble and maintain private networks. package main diff --git a/cmd/puppeth/ssh.go b/cmd/puppeth/ssh.go index f073a7f983..8373113c0f 100644 --- a/cmd/puppeth/ssh.go +++ b/cmd/puppeth/ssh.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/wizard.go b/cmd/puppeth/wizard.go index 52267e2404..3d5fdddf4f 100644 --- a/cmd/puppeth/wizard.go +++ b/cmd/puppeth/wizard.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/wizard_dashboard.go b/cmd/puppeth/wizard_dashboard.go index 3bd387e38e..bfd3715b99 100644 --- a/cmd/puppeth/wizard_dashboard.go +++ b/cmd/puppeth/wizard_dashboard.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/wizard_ethstats.go b/cmd/puppeth/wizard_ethstats.go index b2679852af..fd5007fc56 100644 --- a/cmd/puppeth/wizard_ethstats.go +++ b/cmd/puppeth/wizard_ethstats.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/wizard_explorer.go b/cmd/puppeth/wizard_explorer.go index 2d313ff357..e17bcc51b3 100644 --- a/cmd/puppeth/wizard_explorer.go +++ b/cmd/puppeth/wizard_explorer.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/wizard_faucet.go b/cmd/puppeth/wizard_faucet.go index 6336767d55..16a153cc7f 100644 --- a/cmd/puppeth/wizard_faucet.go +++ b/cmd/puppeth/wizard_faucet.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/wizard_genesis.go b/cmd/puppeth/wizard_genesis.go index 5f8dc559bc..daff91e018 100644 --- a/cmd/puppeth/wizard_genesis.go +++ b/cmd/puppeth/wizard_genesis.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/wizard_intro.go b/cmd/puppeth/wizard_intro.go index e4ba4aa59e..e89b296c0e 100644 --- a/cmd/puppeth/wizard_intro.go +++ b/cmd/puppeth/wizard_intro.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/wizard_netstats.go b/cmd/puppeth/wizard_netstats.go index bae4041c4f..d0ad4ce3e2 100644 --- a/cmd/puppeth/wizard_netstats.go +++ b/cmd/puppeth/wizard_netstats.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/wizard_network.go b/cmd/puppeth/wizard_network.go index 318314e499..75322870ca 100644 --- a/cmd/puppeth/wizard_network.go +++ b/cmd/puppeth/wizard_network.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/wizard_nginx.go b/cmd/puppeth/wizard_nginx.go index 78cd9febb5..7e5acbba9a 100644 --- a/cmd/puppeth/wizard_nginx.go +++ b/cmd/puppeth/wizard_nginx.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/wizard_node.go b/cmd/puppeth/wizard_node.go index ab7618900c..ce7d6ebded 100644 --- a/cmd/puppeth/wizard_node.go +++ b/cmd/puppeth/wizard_node.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/puppeth/wizard_wallet.go b/cmd/puppeth/wizard_wallet.go index ccb4598920..da97a95ed1 100644 --- a/cmd/puppeth/wizard_wallet.go +++ b/cmd/puppeth/wizard_wallet.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/rlpdump/main.go b/cmd/rlpdump/main.go index c7201f866f..ded195edd8 100644 --- a/cmd/rlpdump/main.go +++ b/cmd/rlpdump/main.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2015 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // rlpdump is a pretty-printer for RLP data. package main diff --git a/cmd/swarm/config.go b/cmd/swarm/config.go index 9c9fd09ca5..3c60b1ef51 100644 --- a/cmd/swarm/config.go +++ b/cmd/swarm/config.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/swarm/config_test.go b/cmd/swarm/config_test.go index 192253da7e..1960add578 100644 --- a/cmd/swarm/config_test.go +++ b/cmd/swarm/config_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/swarm/db.go b/cmd/swarm/db.go index 608d6334fb..7c80ddf371 100644 --- a/cmd/swarm/db.go +++ b/cmd/swarm/db.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/swarm/hash.go b/cmd/swarm/hash.go index 81dcae4c88..3d941056a3 100644 --- a/cmd/swarm/hash.go +++ b/cmd/swarm/hash.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // Command bzzhash computes a swarm tree hash. package main diff --git a/cmd/swarm/list.go b/cmd/swarm/list.go index d6e38aec77..aaa0d67d33 100644 --- a/cmd/swarm/list.go +++ b/cmd/swarm/list.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/swarm/main.go b/cmd/swarm/main.go index 2ae5c87cc1..5876a84e26 100644 --- a/cmd/swarm/main.go +++ b/cmd/swarm/main.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main @@ -182,7 +182,7 @@ var app = utils.NewApp(gitCommit, "Ethereum Swarm") func init() { app.Action = bzzd app.HideVersion = true // we have a command to print the version - app.Copyright = "Copyright 2013-2016 The go-ethereum Authors" + app.Copyright = "Copyright 2013-2016 The go-etherinc Authors" app.Commands = []cli.Command{ { Action: version, diff --git a/cmd/swarm/manifest.go b/cmd/swarm/manifest.go index 8dba73df03..e02f44ee06 100644 --- a/cmd/swarm/manifest.go +++ b/cmd/swarm/manifest.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // Command MANIFEST update package main diff --git a/cmd/swarm/run_test.go b/cmd/swarm/run_test.go index 94f197e5c5..c4aedb5233 100644 --- a/cmd/swarm/run_test.go +++ b/cmd/swarm/run_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/swarm/upload.go b/cmd/swarm/upload.go index 8e0e8f6a25..df7320fb18 100644 --- a/cmd/swarm/upload.go +++ b/cmd/swarm/upload.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // Command bzzup uploads files to the swarm HTTP API. package main diff --git a/cmd/swarm/upload_test.go b/cmd/swarm/upload_test.go index 5656186e1c..46a7476293 100644 --- a/cmd/swarm/upload_test.go +++ b/cmd/swarm/upload_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package main diff --git a/cmd/utils/cmd.go b/cmd/utils/cmd.go index 345d448bed..817eeb250e 100644 --- a/cmd/utils/cmd.go +++ b/cmd/utils/cmd.go @@ -1,20 +1,20 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2014 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . -// Package utils contains internal helper functions for go-ethereum commands. +// Package utils contains internal helper functions for go-etherinc commands. package utils import ( diff --git a/cmd/utils/customflags.go b/cmd/utils/customflags.go index f3087f5e54..937813c270 100644 --- a/cmd/utils/customflags.go +++ b/cmd/utils/customflags.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2015 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package utils diff --git a/cmd/utils/customflags_test.go b/cmd/utils/customflags_test.go index de39ca36a1..f1c27b2fad 100644 --- a/cmd/utils/customflags_test.go +++ b/cmd/utils/customflags_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2015 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package utils diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index e1b941b0d8..cc3d754959 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -1,20 +1,20 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2015 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . -// Package utils contains internal helper functions for go-ethereum commands. +// Package utils contains internal helper functions for go-etherinc commands. package utils import ( diff --git a/cmd/wnode/main.go b/cmd/wnode/main.go index a269fc0103..80a162bd1d 100644 --- a/cmd/wnode/main.go +++ b/cmd/wnode/main.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2017 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // This is a simple Whisper node. It could be used as a stand-alone bootstrap node. // Also, could be used for different test and diagnostics purposes. diff --git a/common/big.go b/common/big.go index b552608bc7..4752219df1 100644 --- a/common/big.go +++ b/common/big.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package common diff --git a/common/bitutil/compress.go b/common/bitutil/compress.go index c057cee4a6..b2a10b0e0a 100644 --- a/common/bitutil/compress.go +++ b/common/bitutil/compress.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bitutil diff --git a/common/bitutil/compress_fuzz.go b/common/bitutil/compress_fuzz.go index 1b87f50edc..b55778b947 100644 --- a/common/bitutil/compress_fuzz.go +++ b/common/bitutil/compress_fuzz.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build gofuzz diff --git a/common/bitutil/compress_test.go b/common/bitutil/compress_test.go index c452a1b213..637c14dd24 100644 --- a/common/bitutil/compress_test.go +++ b/common/bitutil/compress_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bitutil diff --git a/common/bytes.go b/common/bytes.go index ba00e8a4b2..c8e84fa028 100644 --- a/common/bytes.go +++ b/common/bytes.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package common contains various helper functions. package common diff --git a/common/bytes_test.go b/common/bytes_test.go index 97dd34d159..9f68e2ce66 100644 --- a/common/bytes_test.go +++ b/common/bytes_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package common diff --git a/common/compiler/solidity.go b/common/compiler/solidity.go index abb8039896..9349764cf9 100644 --- a/common/compiler/solidity.go +++ b/common/compiler/solidity.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package compiler wraps the Solidity compiler executable (solc). package compiler diff --git a/common/compiler/solidity_test.go b/common/compiler/solidity_test.go index 0da3bb337e..8c367cf8d2 100644 --- a/common/compiler/solidity_test.go +++ b/common/compiler/solidity_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package compiler diff --git a/common/debug.go b/common/debug.go index f50507c64f..3577697df7 100644 --- a/common/debug.go +++ b/common/debug.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package common diff --git a/common/fdlimit/fdlimit_freebsd.go b/common/fdlimit/fdlimit_freebsd.go index 25caaafe21..a7a614e3d2 100644 --- a/common/fdlimit/fdlimit_freebsd.go +++ b/common/fdlimit/fdlimit_freebsd.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // +build freebsd diff --git a/common/fdlimit/fdlimit_test.go b/common/fdlimit/fdlimit_test.go index 05e9f0b658..cc346ce4fd 100644 --- a/common/fdlimit/fdlimit_test.go +++ b/common/fdlimit/fdlimit_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package fdlimit diff --git a/common/fdlimit/fdlimit_unix.go b/common/fdlimit/fdlimit_unix.go index 27c7e783f7..9e10f2e7a5 100644 --- a/common/fdlimit/fdlimit_unix.go +++ b/common/fdlimit/fdlimit_unix.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . // +build linux darwin netbsd openbsd solaris diff --git a/common/fdlimit/fdlimit_windows.go b/common/fdlimit/fdlimit_windows.go index efcd3220ea..9c6fb556e9 100644 --- a/common/fdlimit/fdlimit_windows.go +++ b/common/fdlimit/fdlimit_windows.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package fdlimit diff --git a/common/format.go b/common/format.go index fccc299620..bf38551efd 100644 --- a/common/format.go +++ b/common/format.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package common diff --git a/common/hexutil/hexutil.go b/common/hexutil/hexutil.go index 02c488a3f1..e20bd93167 100644 --- a/common/hexutil/hexutil.go +++ b/common/hexutil/hexutil.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . /* Package hexutil implements hex encoding with 0x prefix. diff --git a/common/hexutil/hexutil_test.go b/common/hexutil/hexutil_test.go index ed6fccc3ca..a14966a405 100644 --- a/common/hexutil/hexutil_test.go +++ b/common/hexutil/hexutil_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package hexutil diff --git a/common/hexutil/json.go b/common/hexutil/json.go index fbc21241c8..882f36c170 100644 --- a/common/hexutil/json.go +++ b/common/hexutil/json.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package hexutil diff --git a/common/hexutil/json_example_test.go b/common/hexutil/json_example_test.go index 63287ceac6..f4ea04ff3d 100644 --- a/common/hexutil/json_example_test.go +++ b/common/hexutil/json_example_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package hexutil_test diff --git a/common/hexutil/json_test.go b/common/hexutil/json_test.go index 8a6b8643a1..f20fe35558 100644 --- a/common/hexutil/json_test.go +++ b/common/hexutil/json_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package hexutil diff --git a/common/main_test.go b/common/main_test.go index 149d09928a..930aafd295 100644 --- a/common/main_test.go +++ b/common/main_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package common diff --git a/common/math/big.go b/common/math/big.go index 7872786503..0161ec8168 100644 --- a/common/math/big.go +++ b/common/math/big.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package math provides integer math utilities. package math diff --git a/common/math/big_test.go b/common/math/big_test.go index 02bd53d9d5..a19ac7f053 100644 --- a/common/math/big_test.go +++ b/common/math/big_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package math diff --git a/common/math/integer.go b/common/math/integer.go index 7eff4d3b00..6788e8795c 100644 --- a/common/math/integer.go +++ b/common/math/integer.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package math diff --git a/common/math/integer_test.go b/common/math/integer_test.go index b31c7c26c2..c6539dec77 100644 --- a/common/math/integer_test.go +++ b/common/math/integer_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package math diff --git a/common/mclock/mclock.go b/common/mclock/mclock.go index 92005252eb..c6d88df53b 100644 --- a/common/mclock/mclock.go +++ b/common/mclock/mclock.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // package mclock is a wrapper for a monotonic clock source package mclock diff --git a/common/number/int.go b/common/number/int.go index 99af2bed10..722fe5e1b5 100644 --- a/common/number/int.go +++ b/common/number/int.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package number diff --git a/common/number/uint_test.go b/common/number/uint_test.go index a3fe74255f..b094beca68 100644 --- a/common/number/uint_test.go +++ b/common/number/uint_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package number diff --git a/common/path.go b/common/path.go index bd8da86e74..8a0e2e49fd 100644 --- a/common/path.go +++ b/common/path.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package common diff --git a/common/size.go b/common/size.go index bd0fc85c7d..b57eb5c7d8 100644 --- a/common/size.go +++ b/common/size.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package common diff --git a/common/size_test.go b/common/size_test.go index f5b6c725e2..b7ab736f35 100644 --- a/common/size_test.go +++ b/common/size_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package common diff --git a/common/test_utils.go b/common/test_utils.go index a848642f77..48ac375623 100644 --- a/common/test_utils.go +++ b/common/test_utils.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package common diff --git a/common/types.go b/common/types.go index cd850560a1..cfb1db5b10 100644 --- a/common/types.go +++ b/common/types.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package common diff --git a/common/types_template.go b/common/types_template.go index 9a8f29977b..a22857b781 100644 --- a/common/types_template.go +++ b/common/types_template.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build none //sed -e 's/_N_/Hash/g' -e 's/_S_/32/g' -e '1d' types_template.go | gofmt -w hash.go diff --git a/common/types_test.go b/common/types_test.go index eafab63cf5..da8d25ee56 100644 --- a/common/types_test.go +++ b/common/types_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package common diff --git a/compression/rle/read_write.go b/compression/rle/read_write.go index e23801e478..3a0637c95d 100644 --- a/compression/rle/read_write.go +++ b/compression/rle/read_write.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package rle implements the run-length encoding used for Ethereum data. package rle diff --git a/compression/rle/read_write_test.go b/compression/rle/read_write_test.go index b36f7907bc..babc40d3cd 100644 --- a/compression/rle/read_write_test.go +++ b/compression/rle/read_write_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rle diff --git a/consensus/clique/api.go b/consensus/clique/api.go index 345c4cf29d..a13aedd38b 100644 --- a/consensus/clique/api.go +++ b/consensus/clique/api.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package clique diff --git a/consensus/clique/clique.go b/consensus/clique/clique.go index a82a09612b..2dfc86e10f 100644 --- a/consensus/clique/clique.go +++ b/consensus/clique/clique.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package clique implements the proof-of-authority consensus engine. package clique diff --git a/consensus/clique/snapshot.go b/consensus/clique/snapshot.go index 4e497ea44a..f05fc1c261 100644 --- a/consensus/clique/snapshot.go +++ b/consensus/clique/snapshot.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package clique diff --git a/consensus/clique/snapshot_test.go b/consensus/clique/snapshot_test.go index 36a46756a8..b5802151c9 100644 --- a/consensus/clique/snapshot_test.go +++ b/consensus/clique/snapshot_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package clique diff --git a/consensus/consensus.go b/consensus/consensus.go index 18bc048842..b93d1a2f2f 100644 --- a/consensus/consensus.go +++ b/consensus/consensus.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package consensus implements different Ethereum consensus engines. package consensus diff --git a/consensus/errors.go b/consensus/errors.go index a005c5f63d..3cb4f5bf64 100644 --- a/consensus/errors.go +++ b/consensus/errors.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package consensus diff --git a/consensus/ethash/algorithm.go b/consensus/ethash/algorithm.go index cc2e6a3842..57ef2818e9 100644 --- a/consensus/ethash/algorithm.go +++ b/consensus/ethash/algorithm.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethash diff --git a/consensus/ethash/algorithm_go1.7.go b/consensus/ethash/algorithm_go1.7.go index c7f7f48e41..957b147ce1 100644 --- a/consensus/ethash/algorithm_go1.7.go +++ b/consensus/ethash/algorithm_go1.7.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build !go1.8 diff --git a/consensus/ethash/algorithm_go1.8.go b/consensus/ethash/algorithm_go1.8.go index 975fdffe51..18f35ffdb0 100644 --- a/consensus/ethash/algorithm_go1.8.go +++ b/consensus/ethash/algorithm_go1.8.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build go1.8 diff --git a/consensus/ethash/algorithm_go1.8_test.go b/consensus/ethash/algorithm_go1.8_test.go index 6648bd6a97..7021db946a 100644 --- a/consensus/ethash/algorithm_go1.8_test.go +++ b/consensus/ethash/algorithm_go1.8_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build go1.8 diff --git a/consensus/ethash/algorithm_test.go b/consensus/ethash/algorithm_test.go index b91c624958..d61e15703f 100644 --- a/consensus/ethash/algorithm_test.go +++ b/consensus/ethash/algorithm_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethash diff --git a/consensus/ethash/consensus.go b/consensus/ethash/consensus.go index f771285522..2e1f053203 100644 --- a/consensus/ethash/consensus.go +++ b/consensus/ethash/consensus.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethash diff --git a/consensus/ethash/consensus_test.go b/consensus/ethash/consensus_test.go index ed7e555456..19b13abdc2 100644 --- a/consensus/ethash/consensus_test.go +++ b/consensus/ethash/consensus_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethash diff --git a/consensus/ethash/ethash.go b/consensus/ethash/ethash.go index 82fda9e733..647feafcb9 100644 --- a/consensus/ethash/ethash.go +++ b/consensus/ethash/ethash.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package ethash implements the ethash proof-of-work consensus engine. package ethash diff --git a/consensus/ethash/ethash_test.go b/consensus/ethash/ethash_test.go index 6669606a30..a5d0fe5638 100644 --- a/consensus/ethash/ethash_test.go +++ b/consensus/ethash/ethash_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethash diff --git a/consensus/ethash/sealer.go b/consensus/ethash/sealer.go index 705be4dd25..ebf773422a 100644 --- a/consensus/ethash/sealer.go +++ b/consensus/ethash/sealer.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethash diff --git a/consensus/misc/dao.go b/consensus/misc/dao.go index c7d924ce5f..aec22ca2cb 100644 --- a/consensus/misc/dao.go +++ b/consensus/misc/dao.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package misc diff --git a/consensus/misc/forks.go b/consensus/misc/forks.go index 9af99e6d04..7c1c39a709 100644 --- a/consensus/misc/forks.go +++ b/consensus/misc/forks.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package misc diff --git a/console/bridge.go b/console/bridge.go index c9c9d2ed01..1415e329d9 100644 --- a/console/bridge.go +++ b/console/bridge.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package console diff --git a/console/console.go b/console/console.go index 44c11e27ea..3759d89846 100644 --- a/console/console.go +++ b/console/console.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package console diff --git a/console/console_test.go b/console/console_test.go index d1da03b93c..ea63051741 100644 --- a/console/console_test.go +++ b/console/console_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package console diff --git a/console/prompter.go b/console/prompter.go index c477b48178..63afbe7d03 100644 --- a/console/prompter.go +++ b/console/prompter.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package console diff --git a/containers/docker/develop-alpine/Dockerfile b/containers/docker/develop-alpine/Dockerfile index 734b8ec8c4..9ff3c74393 100644 --- a/containers/docker/develop-alpine/Dockerfile +++ b/containers/docker/develop-alpine/Dockerfile @@ -3,10 +3,10 @@ FROM alpine:3.7 RUN \ apk add --update go git make gcc musl-dev linux-headers ca-certificates && \ git clone --depth 1 https://github.com/etherinc/go-etherinc && \ - (cd go-ethereum && make geth) && \ - cp go-ethereum/build/bin/geth /geth && \ + (cd go-etherinc && make geth) && \ + cp go-etherinc/build/bin/geth /geth && \ apk del go git make gcc musl-dev linux-headers && \ - rm -rf /go-ethereum && rm -rf /var/cache/apk/* + rm -rf /go-etherinc && rm -rf /var/cache/apk/* EXPOSE 8545 EXPOSE 30103 diff --git a/containers/docker/develop-ubuntu/Dockerfile b/containers/docker/develop-ubuntu/Dockerfile index 95551645c6..d133cbf97e 100644 --- a/containers/docker/develop-ubuntu/Dockerfile +++ b/containers/docker/develop-ubuntu/Dockerfile @@ -6,10 +6,10 @@ RUN \ apt-get update && apt-get upgrade -q -y && \ apt-get install -y --no-install-recommends golang-1.9 git make gcc libc-dev ca-certificates && \ git clone --depth 1 https://github.com/etherinc/go-etherinc && \ - (cd go-ethereum && make geth) && \ - cp go-ethereum/build/bin/geth /geth && \ + (cd go-etherinc && make geth) && \ + cp go-etherinc/build/bin/geth /geth && \ apt-get remove -y golang-1.9 git make gcc libc-dev && apt autoremove -y && apt-get clean && \ - rm -rf /go-ethereum + rm -rf /go-etherinc EXPOSE 8545 EXPOSE 30103 diff --git a/containers/docker/master-alpine/Dockerfile b/containers/docker/master-alpine/Dockerfile index 0940021c38..5090a16a83 100644 --- a/containers/docker/master-alpine/Dockerfile +++ b/containers/docker/master-alpine/Dockerfile @@ -3,10 +3,10 @@ FROM alpine:3.7 RUN \ apk add --update go git make gcc musl-dev linux-headers ca-certificates && \ git clone --depth 1 --branch release/1.7 https://github.com/etherinc/go-etherinc && \ - (cd go-ethereum && make geth) && \ - cp go-ethereum/build/bin/geth /geth && \ + (cd go-etherinc && make geth) && \ + cp go-etherinc/build/bin/geth /geth && \ apk del go git make gcc musl-dev linux-headers && \ - rm -rf /go-ethereum && rm -rf /var/cache/apk/* + rm -rf /go-etherinc && rm -rf /var/cache/apk/* EXPOSE 8545 EXPOSE 30103 diff --git a/containers/docker/master-ubuntu/Dockerfile b/containers/docker/master-ubuntu/Dockerfile index 6b020da1e8..0720daa6cf 100644 --- a/containers/docker/master-ubuntu/Dockerfile +++ b/containers/docker/master-ubuntu/Dockerfile @@ -6,10 +6,10 @@ RUN \ apt-get update && apt-get upgrade -q -y && \ apt-get install -y --no-install-recommends golang-1.9 git make gcc libc-dev ca-certificates && \ git clone --depth 1 --branch release/1.7 https://github.com/etherinc/go-etherinc && \ - (cd go-ethereum && make geth) && \ - cp go-ethereum/build/bin/geth /geth && \ + (cd go-etherinc && make geth) && \ + cp go-etherinc/build/bin/geth /geth && \ apt-get remove -y golang-1.9 git make gcc libc-dev && apt autoremove -y && apt-get clean && \ - rm -rf /go-ethereum + rm -rf /go-etherinc EXPOSE 8545 EXPOSE 30103 diff --git a/contracts/chequebook/api.go b/contracts/chequebook/api.go index 1ca15b6dfc..380e358ed8 100644 --- a/contracts/chequebook/api.go +++ b/contracts/chequebook/api.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package chequebook diff --git a/contracts/chequebook/cheque.go b/contracts/chequebook/cheque.go index fa0fa6d9d0..507c739ffb 100644 --- a/contracts/chequebook/cheque.go +++ b/contracts/chequebook/cheque.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package chequebook package wraps the 'chequebook' Ethereum smart contract. // diff --git a/contracts/chequebook/cheque_test.go b/contracts/chequebook/cheque_test.go index d73cbdeff9..f468831a74 100644 --- a/contracts/chequebook/cheque_test.go +++ b/contracts/chequebook/cheque_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package chequebook diff --git a/contracts/chequebook/gencode.go b/contracts/chequebook/gencode.go index 231eb47587..b5aab69bbd 100644 --- a/contracts/chequebook/gencode.go +++ b/contracts/chequebook/gencode.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build none diff --git a/contracts/ens/ens.go b/contracts/ens/ens.go index 8d19b6ed4b..c4896b490c 100644 --- a/contracts/ens/ens.go +++ b/contracts/ens/ens.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ens diff --git a/contracts/ens/ens_test.go b/contracts/ens/ens_test.go index 9c0799fb69..5cd0d8f165 100644 --- a/contracts/ens/ens_test.go +++ b/contracts/ens/ens_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ens diff --git a/core/asm/asm.go b/core/asm/asm.go index 3aff8a279f..a38d9474f3 100644 --- a/core/asm/asm.go +++ b/core/asm/asm.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Provides support for dealing with EVM assembly instructions (e.g., disassembling them). package asm diff --git a/core/asm/asm_test.go b/core/asm/asm_test.go index 92b26b67a5..9bb067b67e 100644 --- a/core/asm/asm_test.go +++ b/core/asm/asm_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package asm diff --git a/core/asm/compiler.go b/core/asm/compiler.go index 47c705cf6c..77f30d1ef1 100644 --- a/core/asm/compiler.go +++ b/core/asm/compiler.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package asm diff --git a/core/asm/lex_test.go b/core/asm/lex_test.go index e6901d4e37..895059d3d9 100644 --- a/core/asm/lex_test.go +++ b/core/asm/lex_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package asm diff --git a/core/asm/lexer.go b/core/asm/lexer.go index a34b2cbd8f..8aaf3bb2ed 100644 --- a/core/asm/lexer.go +++ b/core/asm/lexer.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package asm diff --git a/core/bench_test.go b/core/bench_test.go index 267464e410..255d975ceb 100644 --- a/core/bench_test.go +++ b/core/bench_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/block_validator.go b/core/block_validator.go index d4ff3cfed6..121ad54fbc 100644 --- a/core/block_validator.go +++ b/core/block_validator.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/block_validator_test.go b/core/block_validator_test.go index 88d1c2950e..13d65e3ef7 100644 --- a/core/block_validator_test.go +++ b/core/block_validator_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/blockchain.go b/core/blockchain.go index cef91fe2ef..420471ada4 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package core implements the Ethereum consensus protocol. package core diff --git a/core/blockchain_test.go b/core/blockchain_test.go index aa70c43eda..133d1b13fd 100644 --- a/core/blockchain_test.go +++ b/core/blockchain_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/blocks.go b/core/blocks.go index 33cffa6a25..25558d7609 100644 --- a/core/blocks.go +++ b/core/blocks.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/bloombits/doc.go b/core/bloombits/doc.go index 3d159e74f7..35982cb925 100644 --- a/core/bloombits/doc.go +++ b/core/bloombits/doc.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package bloombits implements bloom filtering on batches of data. package bloombits diff --git a/core/bloombits/generator.go b/core/bloombits/generator.go index 393b93cb8c..4cdb326c9d 100644 --- a/core/bloombits/generator.go +++ b/core/bloombits/generator.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bloombits diff --git a/core/bloombits/generator_test.go b/core/bloombits/generator_test.go index ffdbb56c8c..fb372d4570 100644 --- a/core/bloombits/generator_test.go +++ b/core/bloombits/generator_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bloombits diff --git a/core/bloombits/matcher.go b/core/bloombits/matcher.go index 4ab3bbf530..035871a142 100644 --- a/core/bloombits/matcher.go +++ b/core/bloombits/matcher.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bloombits diff --git a/core/bloombits/matcher_test.go b/core/bloombits/matcher_test.go index 8dab96284f..bcf8d80bb2 100644 --- a/core/bloombits/matcher_test.go +++ b/core/bloombits/matcher_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bloombits diff --git a/core/bloombits/scheduler.go b/core/bloombits/scheduler.go index 6449c7465a..a6a4f09fad 100644 --- a/core/bloombits/scheduler.go +++ b/core/bloombits/scheduler.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bloombits diff --git a/core/bloombits/scheduler_test.go b/core/bloombits/scheduler_test.go index 70772e4ab9..d173ac64e9 100644 --- a/core/bloombits/scheduler_test.go +++ b/core/bloombits/scheduler_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package bloombits diff --git a/core/chain_indexer.go b/core/chain_indexer.go index 79511ddcfc..68a6dba9be 100644 --- a/core/chain_indexer.go +++ b/core/chain_indexer.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/chain_indexer_test.go b/core/chain_indexer_test.go index 23676b1e48..5cbfe84eee 100644 --- a/core/chain_indexer_test.go +++ b/core/chain_indexer_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/chain_makers.go b/core/chain_makers.go index b837ce80ce..688f95ce8a 100644 --- a/core/chain_makers.go +++ b/core/chain_makers.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/chain_makers_test.go b/core/chain_makers_test.go index a4c3c522aa..5420cf72bf 100644 --- a/core/chain_makers_test.go +++ b/core/chain_makers_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/dao_test.go b/core/dao_test.go index fba1e7549f..3d519285a0 100644 --- a/core/dao_test.go +++ b/core/dao_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/database_util.go b/core/database_util.go index 0d1c2a2399..d0c68f2556 100644 --- a/core/database_util.go +++ b/core/database_util.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/database_util_test.go b/core/database_util_test.go index ba744b5b1a..2f5123c8fd 100644 --- a/core/database_util_test.go +++ b/core/database_util_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/error.go b/core/error.go index 410eca1e1e..2341150022 100644 --- a/core/error.go +++ b/core/error.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/events.go b/core/events.go index e46989a552..2bd10122b1 100644 --- a/core/events.go +++ b/core/events.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/evm.go b/core/evm.go index dc3c73716d..9d9123a7d2 100644 --- a/core/evm.go +++ b/core/evm.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/fees.go b/core/fees.go index 83275ea36c..8af0418cea 100644 --- a/core/fees.go +++ b/core/fees.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/gaspool.go b/core/gaspool.go index e3795c1ee9..1cac05b22c 100644 --- a/core/gaspool.go +++ b/core/gaspool.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/genesis.go b/core/genesis.go index 13a67cb8ef..c3ea1481f3 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/genesis_alloc.go b/core/genesis_alloc.go index 4cb7d6839f..432660f562 100644 --- a/core/genesis_alloc.go +++ b/core/genesis_alloc.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/genesis_test.go b/core/genesis_test.go index c29cc75e70..546a77d87e 100644 --- a/core/genesis_test.go +++ b/core/genesis_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/headerchain.go b/core/headerchain.go index 5bcc858b8d..1722c3a79e 100644 --- a/core/headerchain.go +++ b/core/headerchain.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/helper_test.go b/core/helper_test.go index 1163f0f607..42f7707321 100644 --- a/core/helper_test.go +++ b/core/helper_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/mkalloc.go b/core/mkalloc.go index 4ed27cd6fb..7fa21a19bb 100644 --- a/core/mkalloc.go +++ b/core/mkalloc.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build none diff --git a/core/state/database.go b/core/state/database.go index 4640af9443..50c2a897c5 100644 --- a/core/state/database.go +++ b/core/state/database.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state/dump.go b/core/state/dump.go index 07c3db0deb..f0ca8c649b 100644 --- a/core/state/dump.go +++ b/core/state/dump.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state/iterator.go b/core/state/iterator.go index 9da87fd054..42fda75648 100644 --- a/core/state/iterator.go +++ b/core/state/iterator.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state/iterator_test.go b/core/state/iterator_test.go index 68ea76a8d4..1c2764fd9b 100644 --- a/core/state/iterator_test.go +++ b/core/state/iterator_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state/journal.go b/core/state/journal.go index d450770edf..5fa540b981 100644 --- a/core/state/journal.go +++ b/core/state/journal.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state/main_test.go b/core/state/main_test.go index cd9661031f..c35f063147 100644 --- a/core/state/main_test.go +++ b/core/state/main_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state/managed_state.go b/core/state/managed_state.go index 1db36e005b..e885a47c50 100644 --- a/core/state/managed_state.go +++ b/core/state/managed_state.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state/managed_state_test.go b/core/state/managed_state_test.go index 45f4331802..fd823f23ac 100644 --- a/core/state/managed_state_test.go +++ b/core/state/managed_state_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state/state_object.go b/core/state/state_object.go index 0461bee626..24dc093822 100644 --- a/core/state/state_object.go +++ b/core/state/state_object.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state/state_test.go b/core/state/state_test.go index 9a30ac700b..b0b5b6af76 100644 --- a/core/state/state_test.go +++ b/core/state/state_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state/statedb.go b/core/state/statedb.go index 53c292e5cd..bdf1b470fa 100644 --- a/core/state/statedb.go +++ b/core/state/statedb.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package state provides a caching layer atop the Ethereum state trie. package state diff --git a/core/state/statedb_test.go b/core/state/statedb_test.go index e31b5ae2a1..579b409e18 100644 --- a/core/state/statedb_test.go +++ b/core/state/statedb_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state/sync.go b/core/state/sync.go index 6bf96e874e..ad8a4bf785 100644 --- a/core/state/sync.go +++ b/core/state/sync.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state/sync_test.go b/core/state/sync_test.go index a6651348b0..8b68fb1140 100644 --- a/core/state/sync_test.go +++ b/core/state/sync_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package state diff --git a/core/state_processor.go b/core/state_processor.go index 3a99d63d97..0e05b0ab00 100644 --- a/core/state_processor.go +++ b/core/state_processor.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/state_transition.go b/core/state_transition.go index 87b1f5df2b..f3e37e79da 100644 --- a/core/state_transition.go +++ b/core/state_transition.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/tx_journal.go b/core/tx_journal.go index 7d2b140403..c047164aa0 100644 --- a/core/tx_journal.go +++ b/core/tx_journal.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/tx_list.go b/core/tx_list.go index 02b870212d..27fe8a9dc1 100644 --- a/core/tx_list.go +++ b/core/tx_list.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/tx_list_test.go b/core/tx_list_test.go index 14c28c27fd..fc70d60638 100644 --- a/core/tx_list_test.go +++ b/core/tx_list_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/tx_pool.go b/core/tx_pool.go index 645a7d0fdc..52b22ec0af 100644 --- a/core/tx_pool.go +++ b/core/tx_pool.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/tx_pool_test.go b/core/tx_pool_test.go index bfcf7bd057..26b014e705 100644 --- a/core/tx_pool_test.go +++ b/core/tx_pool_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/types.go b/core/types.go index af1e4e6b27..10a57d2ab8 100644 --- a/core/types.go +++ b/core/types.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package core diff --git a/core/types/block.go b/core/types/block.go index 329a4ed163..30c9dc8b25 100644 --- a/core/types/block.go +++ b/core/types/block.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package types contains data types related to Ethereum consensus. package types diff --git a/core/types/block_test.go b/core/types/block_test.go index 22af27dca5..95a6d98e20 100644 --- a/core/types/block_test.go +++ b/core/types/block_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package types diff --git a/core/types/bloom9.go b/core/types/bloom9.go index d0b82d4d66..85a7e53acf 100644 --- a/core/types/bloom9.go +++ b/core/types/bloom9.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package types diff --git a/core/types/bloom9_test.go b/core/types/bloom9_test.go index 524fc04fc6..4286c45ca8 100644 --- a/core/types/bloom9_test.go +++ b/core/types/bloom9_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package types diff --git a/core/types/derive_sha.go b/core/types/derive_sha.go index 15ba1f1f8b..e090cbf5bb 100644 --- a/core/types/derive_sha.go +++ b/core/types/derive_sha.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package types diff --git a/core/types/log.go b/core/types/log.go index 51434406f7..943d380f04 100644 --- a/core/types/log.go +++ b/core/types/log.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package types diff --git a/core/types/log_test.go b/core/types/log_test.go index 20b16cf9a7..dddb371c17 100644 --- a/core/types/log_test.go +++ b/core/types/log_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package types diff --git a/core/types/receipt.go b/core/types/receipt.go index 45d49ab5d7..945ca02175 100644 --- a/core/types/receipt.go +++ b/core/types/receipt.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package types diff --git a/core/types/transaction.go b/core/types/transaction.go index 9600c80939..95168c039f 100644 --- a/core/types/transaction.go +++ b/core/types/transaction.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package types diff --git a/core/types/transaction_signing.go b/core/types/transaction_signing.go index f41c5b8bc8..9658b5699a 100644 --- a/core/types/transaction_signing.go +++ b/core/types/transaction_signing.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package types diff --git a/core/types/transaction_signing_test.go b/core/types/transaction_signing_test.go index 61680183f5..db116693d2 100644 --- a/core/types/transaction_signing_test.go +++ b/core/types/transaction_signing_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package types diff --git a/core/types/transaction_test.go b/core/types/transaction_test.go index bc18ba5bdc..c6637a8d7b 100644 --- a/core/types/transaction_test.go +++ b/core/types/transaction_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package types diff --git a/core/vm/analysis.go b/core/vm/analysis.go index 5bb85822f0..2e0c723014 100644 --- a/core/vm/analysis.go +++ b/core/vm/analysis.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/analysis_test.go b/core/vm/analysis_test.go index a64f90ed9c..c5890dac6c 100644 --- a/core/vm/analysis_test.go +++ b/core/vm/analysis_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/common.go b/core/vm/common.go index 05a3334e61..81c0a6bede 100644 --- a/core/vm/common.go +++ b/core/vm/common.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/contract.go b/core/vm/contract.go index fe1aa35f80..172df49a43 100644 --- a/core/vm/contract.go +++ b/core/vm/contract.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/contracts.go b/core/vm/contracts.go index 9c8646c443..5414d96b5c 100644 --- a/core/vm/contracts.go +++ b/core/vm/contracts.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/doc.go b/core/vm/doc.go index 239be2cfec..80b4d6d692 100644 --- a/core/vm/doc.go +++ b/core/vm/doc.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . /* Package vm implements the Ethereum Virtual Machine. diff --git a/core/vm/errors.go b/core/vm/errors.go index b19366be0e..85f6ff399f 100644 --- a/core/vm/errors.go +++ b/core/vm/errors.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/evm.go b/core/vm/evm.go index a0144e4dbc..e702270a60 100644 --- a/core/vm/evm.go +++ b/core/vm/evm.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/gas.go b/core/vm/gas.go index 51aa65b654..dee9fb77ef 100644 --- a/core/vm/gas.go +++ b/core/vm/gas.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/gas_table.go b/core/vm/gas_table.go index ad54fbdbb4..17fe7383da 100644 --- a/core/vm/gas_table.go +++ b/core/vm/gas_table.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/gas_table_test.go b/core/vm/gas_table_test.go index 1b91aee56c..cbf83099d7 100644 --- a/core/vm/gas_table_test.go +++ b/core/vm/gas_table_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/instructions.go b/core/vm/instructions.go index a36a5c9846..bbb36c1fac 100644 --- a/core/vm/instructions.go +++ b/core/vm/instructions.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/int_pool_verifier.go b/core/vm/int_pool_verifier.go index 82fbfed699..ad318b7ee0 100644 --- a/core/vm/int_pool_verifier.go +++ b/core/vm/int_pool_verifier.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build VERIFY_EVM_INTEGER_POOL diff --git a/core/vm/int_pool_verifier_empty.go b/core/vm/int_pool_verifier_empty.go index a5f1dc02b7..11679d36ba 100644 --- a/core/vm/int_pool_verifier_empty.go +++ b/core/vm/int_pool_verifier_empty.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build !VERIFY_EVM_INTEGER_POOL diff --git a/core/vm/interface.go b/core/vm/interface.go index cb98b8be5a..d4623801ce 100644 --- a/core/vm/interface.go +++ b/core/vm/interface.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/interpreter.go b/core/vm/interpreter.go index f54fa3a650..bf33a0e0f8 100644 --- a/core/vm/interpreter.go +++ b/core/vm/interpreter.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/intpool.go b/core/vm/intpool.go index 384f5df59b..cf61b2029c 100644 --- a/core/vm/intpool.go +++ b/core/vm/intpool.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/jump_table.go b/core/vm/jump_table.go index d64154b7fc..c7cf7f8f9d 100644 --- a/core/vm/jump_table.go +++ b/core/vm/jump_table.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/logger.go b/core/vm/logger.go index 7753951174..d2b89335cb 100644 --- a/core/vm/logger.go +++ b/core/vm/logger.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/logger_test.go b/core/vm/logger_test.go index b2a0c49672..c0fb713165 100644 --- a/core/vm/logger_test.go +++ b/core/vm/logger_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/memory.go b/core/vm/memory.go index 99a84d2271..b97bf5c161 100644 --- a/core/vm/memory.go +++ b/core/vm/memory.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/memory_table.go b/core/vm/memory_table.go index 11a931d15c..3c03809f9a 100644 --- a/core/vm/memory_table.go +++ b/core/vm/memory_table.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/noop.go b/core/vm/noop.go index e437934f8f..23c7ca9851 100644 --- a/core/vm/noop.go +++ b/core/vm/noop.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/opcodes.go b/core/vm/opcodes.go index 0c65507355..c981a89e16 100644 --- a/core/vm/opcodes.go +++ b/core/vm/opcodes.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/runtime/doc.go b/core/vm/runtime/doc.go index a3b464a7d6..232da92c98 100644 --- a/core/vm/runtime/doc.go +++ b/core/vm/runtime/doc.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package runtime provides a basic execution model for executing EVM code. package runtime diff --git a/core/vm/runtime/env.go b/core/vm/runtime/env.go index 2651b21ec8..af064a9b86 100644 --- a/core/vm/runtime/env.go +++ b/core/vm/runtime/env.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package runtime diff --git a/core/vm/runtime/fuzz.go b/core/vm/runtime/fuzz.go index cb9ff08b5b..d716bc68f9 100644 --- a/core/vm/runtime/fuzz.go +++ b/core/vm/runtime/fuzz.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build gofuzz diff --git a/core/vm/runtime/runtime.go b/core/vm/runtime/runtime.go index 11620c0d39..ccb45c203f 100644 --- a/core/vm/runtime/runtime.go +++ b/core/vm/runtime/runtime.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package runtime diff --git a/core/vm/runtime/runtime_example_test.go b/core/vm/runtime/runtime_example_test.go index 30792a284a..ef9cca807c 100644 --- a/core/vm/runtime/runtime_example_test.go +++ b/core/vm/runtime/runtime_example_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package runtime_test diff --git a/core/vm/runtime/runtime_test.go b/core/vm/runtime/runtime_test.go index 9b9ae0560e..921266a0d4 100644 --- a/core/vm/runtime/runtime_test.go +++ b/core/vm/runtime/runtime_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package runtime diff --git a/core/vm/stack.go b/core/vm/stack.go index 9c10d50ad1..a0c0a53304 100644 --- a/core/vm/stack.go +++ b/core/vm/stack.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/stack_table.go b/core/vm/stack_table.go index 01294c190a..322edb8a90 100644 --- a/core/vm/stack_table.go +++ b/core/vm/stack_table.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package vm diff --git a/core/vm/vm_jit.go b/core/vm/vm_jit.go index c3c811a1c4..0a38602d7f 100644 --- a/core/vm/vm_jit.go +++ b/core/vm/vm_jit.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build evmjit diff --git a/core/vm/vm_jit_fake.go b/core/vm/vm_jit_fake.go index 44b60abf6f..9c60e39a51 100644 --- a/core/vm/vm_jit_fake.go +++ b/core/vm/vm_jit_fake.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build !evmjit diff --git a/crypto/crypto.go b/crypto/crypto.go index 6752eccc53..44c6ffe4f6 100644 --- a/crypto/crypto.go +++ b/crypto/crypto.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package crypto diff --git a/crypto/crypto_test.go b/crypto/crypto_test.go index 67e559097a..f88276d115 100644 --- a/crypto/crypto_test.go +++ b/crypto/crypto_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package crypto diff --git a/crypto/randentropy/rand_entropy.go b/crypto/randentropy/rand_entropy.go index 539d3ac894..6eb4ceb22b 100644 --- a/crypto/randentropy/rand_entropy.go +++ b/crypto/randentropy/rand_entropy.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package randentropy diff --git a/crypto/secp256k1/ext.h b/crypto/secp256k1/ext.h index 9b043c724e..ffeee2977b 100644 --- a/crypto/secp256k1/ext.h +++ b/crypto/secp256k1/ext.h @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // secp256k1_context_create_sign_verify creates a context for signing and signature verification. static secp256k1_context* secp256k1_context_create_sign_verify() { diff --git a/crypto/secp256k1/panic_cb.go b/crypto/secp256k1/panic_cb.go index e0e9034ee0..dbb486dfc3 100644 --- a/crypto/secp256k1/panic_cb.go +++ b/crypto/secp256k1/panic_cb.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package secp256k1 diff --git a/crypto/secp256k1/secp256.go b/crypto/secp256k1/secp256.go index eefbb99ee4..e8cbed5c32 100644 --- a/crypto/secp256k1/secp256.go +++ b/crypto/secp256k1/secp256.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package secp256k1 wraps the bitcoin secp256k1 C library. package secp256k1 diff --git a/crypto/secp256k1/secp256_test.go b/crypto/secp256k1/secp256_test.go index f1c30924d8..3e53bcbe9a 100644 --- a/crypto/secp256k1/secp256_test.go +++ b/crypto/secp256k1/secp256_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package secp256k1 diff --git a/crypto/signature_cgo.go b/crypto/signature_cgo.go index b8e8cd8b87..fcbe9652cd 100644 --- a/crypto/signature_cgo.go +++ b/crypto/signature_cgo.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build !nacl,!js,!nocgo diff --git a/crypto/signature_nocgo.go b/crypto/signature_nocgo.go index f636b23772..c25dfdab5d 100644 --- a/crypto/signature_nocgo.go +++ b/crypto/signature_nocgo.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build nacl js nocgo diff --git a/crypto/signature_test.go b/crypto/signature_test.go index 3d7aacb18c..22ca48e1c7 100644 --- a/crypto/signature_test.go +++ b/crypto/signature_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package crypto diff --git a/dashboard/README.md b/dashboard/README.md index e010095ab2..536ffcba0e 100644 --- a/dashboard/README.md +++ b/dashboard/README.md @@ -9,7 +9,7 @@ The client's UI uses [React][React] with JSX syntax, which is validated by the [ ### Development and bundling -As the dashboard depends on certain NPM packages (which are not included in the `go-ethereum` repo), these need to be installed first: +As the dashboard depends on certain NPM packages (which are not included in the `go-etherinc` repo), these need to be installed first: ``` $ (cd dashboard/assets && npm install) diff --git a/dashboard/assets/.eslintrc b/dashboard/assets/.eslintrc index ab7a3a0392..8f67b76853 100644 --- a/dashboard/assets/.eslintrc +++ b/dashboard/assets/.eslintrc @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // React syntax style mostly according to https://github.com/airbnb/javascript/tree/master/react { diff --git a/dashboard/assets/common.jsx b/dashboard/assets/common.jsx index 08a7554fff..a184352436 100644 --- a/dashboard/assets/common.jsx +++ b/dashboard/assets/common.jsx @@ -1,20 +1,20 @@ // @flow -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . type ProvidedMenuProp = {|title: string, icon: string|}; const menuSkeletons: Array<{|id: string, menu: ProvidedMenuProp|}> = [ diff --git a/dashboard/assets/components/Body.jsx b/dashboard/assets/components/Body.jsx index 054e040648..f8a071bdab 100644 --- a/dashboard/assets/components/Body.jsx +++ b/dashboard/assets/components/Body.jsx @@ -1,20 +1,20 @@ // @flow -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . import React, {Component} from 'react'; diff --git a/dashboard/assets/components/ChartRow.jsx b/dashboard/assets/components/ChartRow.jsx index 1075346fe4..2de83be3f0 100644 --- a/dashboard/assets/components/ChartRow.jsx +++ b/dashboard/assets/components/ChartRow.jsx @@ -1,20 +1,20 @@ // @flow -// Copyright 2018 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2018 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . import React, {Component} from 'react'; import type {ChildrenArray} from 'react'; diff --git a/dashboard/assets/components/CustomTooltip.jsx b/dashboard/assets/components/CustomTooltip.jsx index be7c624cf4..38639df985 100644 --- a/dashboard/assets/components/CustomTooltip.jsx +++ b/dashboard/assets/components/CustomTooltip.jsx @@ -1,20 +1,20 @@ // @flow -// Copyright 2018 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2018 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . import React, {Component} from 'react'; diff --git a/dashboard/assets/components/Dashboard.jsx b/dashboard/assets/components/Dashboard.jsx index 90b1a785c7..a0cf90bed5 100644 --- a/dashboard/assets/components/Dashboard.jsx +++ b/dashboard/assets/components/Dashboard.jsx @@ -1,20 +1,20 @@ // @flow -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . import React, {Component} from 'react'; diff --git a/dashboard/assets/components/Footer.jsx b/dashboard/assets/components/Footer.jsx index 54b67c4641..5f60574296 100644 --- a/dashboard/assets/components/Footer.jsx +++ b/dashboard/assets/components/Footer.jsx @@ -1,20 +1,20 @@ // @flow -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . import React, {Component} from 'react'; diff --git a/dashboard/assets/components/Header.jsx b/dashboard/assets/components/Header.jsx index e91885af3a..0def2444fa 100644 --- a/dashboard/assets/components/Header.jsx +++ b/dashboard/assets/components/Header.jsx @@ -1,20 +1,20 @@ // @flow -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . import React, {Component} from 'react'; diff --git a/dashboard/assets/components/Main.jsx b/dashboard/assets/components/Main.jsx index a9e3d3578d..fbe74ba0e9 100644 --- a/dashboard/assets/components/Main.jsx +++ b/dashboard/assets/components/Main.jsx @@ -1,20 +1,20 @@ // @flow -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . import React, {Component} from 'react'; diff --git a/dashboard/assets/components/SideBar.jsx b/dashboard/assets/components/SideBar.jsx index c2e419ae96..3b25bd6578 100644 --- a/dashboard/assets/components/SideBar.jsx +++ b/dashboard/assets/components/SideBar.jsx @@ -1,20 +1,20 @@ // @flow -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . import React, {Component} from 'react'; diff --git a/dashboard/assets/fa-only-woff-loader.js b/dashboard/assets/fa-only-woff-loader.js index 4d30357361..697b01fd47 100644 --- a/dashboard/assets/fa-only-woff-loader.js +++ b/dashboard/assets/fa-only-woff-loader.js @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // fa-only-woff-loader removes the .eot, .ttf, .svg dependencies of the FontAwesome library, // because they produce unused extra blobs. diff --git a/dashboard/assets/index.jsx b/dashboard/assets/index.jsx index 4ee567b01b..85771c8c51 100644 --- a/dashboard/assets/index.jsx +++ b/dashboard/assets/index.jsx @@ -1,20 +1,20 @@ // @flow -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . import React from 'react'; import {render} from 'react-dom'; diff --git a/dashboard/assets/types/content.jsx b/dashboard/assets/types/content.jsx index 5461253974..6c1b54e12b 100644 --- a/dashboard/assets/types/content.jsx +++ b/dashboard/assets/types/content.jsx @@ -1,20 +1,20 @@ // @flow -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . export type Content = { general: General, diff --git a/dashboard/assets/webpack.config.js b/dashboard/assets/webpack.config.js index d90c4fabd8..1019d88dfa 100644 --- a/dashboard/assets/webpack.config.js +++ b/dashboard/assets/webpack.config.js @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . const webpack = require('webpack'); const path = require('path'); diff --git a/dashboard/config.go b/dashboard/config.go index 604a5f2c9d..ea6497d576 100644 --- a/dashboard/config.go +++ b/dashboard/config.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package dashboard diff --git a/dashboard/cpu.go b/dashboard/cpu.go index b0de5af4a9..337f154157 100644 --- a/dashboard/cpu.go +++ b/dashboard/cpu.go @@ -1,18 +1,18 @@ -// Copyright 2018 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2018 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build !windows diff --git a/dashboard/cpu_windows.go b/dashboard/cpu_windows.go index 9bb7ec789c..d04b745c21 100644 --- a/dashboard/cpu_windows.go +++ b/dashboard/cpu_windows.go @@ -1,18 +1,18 @@ -// Copyright 2018 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2018 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package dashboard diff --git a/dashboard/dashboard.go b/dashboard/dashboard.go index 0f521d7a05..8409198782 100644 --- a/dashboard/dashboard.go +++ b/dashboard/dashboard.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package dashboard diff --git a/dashboard/message.go b/dashboard/message.go index f0d4280e86..fc9dd642c9 100644 --- a/dashboard/message.go +++ b/dashboard/message.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package dashboard diff --git a/eth/api.go b/eth/api.go index 7ddbaec10c..49c8decff7 100644 --- a/eth/api.go +++ b/eth/api.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/api_backend.go b/eth/api_backend.go index 92b8ba4a0e..34f49fc70d 100644 --- a/eth/api_backend.go +++ b/eth/api_backend.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/api_test.go b/eth/api_test.go index 547f4d1314..3da74b2a1a 100644 --- a/eth/api_test.go +++ b/eth/api_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/api_tracer.go b/eth/api_tracer.go index 027de7e1db..c928ee6048 100644 --- a/eth/api_tracer.go +++ b/eth/api_tracer.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/backend.go b/eth/backend.go index bf4bffce5d..9c4c4e6199 100644 --- a/eth/backend.go +++ b/eth/backend.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package eth implements the Ethereum protocol. package eth diff --git a/eth/bloombits.go b/eth/bloombits.go index 399ef9808a..9eeaf6aec2 100644 --- a/eth/bloombits.go +++ b/eth/bloombits.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/config.go b/eth/config.go index 4421abab03..c1513bf3aa 100644 --- a/eth/config.go +++ b/eth/config.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/db_upgrade.go b/eth/db_upgrade.go index c47338db2f..b654cc0119 100644 --- a/eth/db_upgrade.go +++ b/eth/db_upgrade.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package eth implements the Ethereum protocol. package eth diff --git a/eth/downloader/api.go b/eth/downloader/api.go index 0cd889ed7b..d31aa91dd7 100644 --- a/eth/downloader/api.go +++ b/eth/downloader/api.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package downloader diff --git a/eth/downloader/downloader.go b/eth/downloader/downloader.go index 21c25a32bf..81d43061e5 100644 --- a/eth/downloader/downloader.go +++ b/eth/downloader/downloader.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package downloader contains the manual full chain synchronisation. package downloader diff --git a/eth/downloader/downloader_test.go b/eth/downloader/downloader_test.go index 16bd7c84dd..c39fdfbbe3 100644 --- a/eth/downloader/downloader_test.go +++ b/eth/downloader/downloader_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package downloader diff --git a/eth/downloader/events.go b/eth/downloader/events.go index 64905b8f2a..28fa151c9b 100644 --- a/eth/downloader/events.go +++ b/eth/downloader/events.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package downloader diff --git a/eth/downloader/fakepeer.go b/eth/downloader/fakepeer.go index e14c79f56b..74899e6074 100644 --- a/eth/downloader/fakepeer.go +++ b/eth/downloader/fakepeer.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package downloader diff --git a/eth/downloader/metrics.go b/eth/downloader/metrics.go index d2485860fe..2a6d4687fc 100644 --- a/eth/downloader/metrics.go +++ b/eth/downloader/metrics.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the metrics collected by the downloader. diff --git a/eth/downloader/modes.go b/eth/downloader/modes.go index 8ecdf91f11..15590edf6a 100644 --- a/eth/downloader/modes.go +++ b/eth/downloader/modes.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package downloader diff --git a/eth/downloader/peer.go b/eth/downloader/peer.go index 1b8eb5e9ee..3ac36093c3 100644 --- a/eth/downloader/peer.go +++ b/eth/downloader/peer.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the active peer-set of the downloader, maintaining both failures // as well as reputation metrics to prioritize the block retrievals. diff --git a/eth/downloader/queue.go b/eth/downloader/queue.go index 8517b47fb4..a86c32f9d3 100644 --- a/eth/downloader/queue.go +++ b/eth/downloader/queue.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the block download scheduler to collect download tasks and schedule // them in an ordered, and throttled way. diff --git a/eth/downloader/statesync.go b/eth/downloader/statesync.go index 85b5a9a5dd..c5d35f0cd9 100644 --- a/eth/downloader/statesync.go +++ b/eth/downloader/statesync.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package downloader diff --git a/eth/downloader/types.go b/eth/downloader/types.go index 3d8670b86f..05d24f5863 100644 --- a/eth/downloader/types.go +++ b/eth/downloader/types.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package downloader diff --git a/eth/fetcher/fetcher.go b/eth/fetcher/fetcher.go index e93d4f1a71..7f5758ca4b 100644 --- a/eth/fetcher/fetcher.go +++ b/eth/fetcher/fetcher.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package fetcher contains the block announcement based synchronisation. package fetcher diff --git a/eth/fetcher/fetcher_test.go b/eth/fetcher/fetcher_test.go index eeb3451a49..ced78ee372 100644 --- a/eth/fetcher/fetcher_test.go +++ b/eth/fetcher/fetcher_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package fetcher diff --git a/eth/fetcher/metrics.go b/eth/fetcher/metrics.go index 3ab6bd825f..948b2e1459 100644 --- a/eth/fetcher/metrics.go +++ b/eth/fetcher/metrics.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the metrics collected by the fetcher. diff --git a/eth/filters/api.go b/eth/filters/api.go index bc6ed66706..4ef2e0a9a8 100644 --- a/eth/filters/api.go +++ b/eth/filters/api.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package filters diff --git a/eth/filters/api_test.go b/eth/filters/api_test.go index 45b56f3375..8ac60e3db4 100644 --- a/eth/filters/api_test.go +++ b/eth/filters/api_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package filters diff --git a/eth/filters/bench_test.go b/eth/filters/bench_test.go index 97810e8c43..4e58112d44 100644 --- a/eth/filters/bench_test.go +++ b/eth/filters/bench_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package filters diff --git a/eth/filters/filter.go b/eth/filters/filter.go index c79924581c..d8dc06e2b8 100644 --- a/eth/filters/filter.go +++ b/eth/filters/filter.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package filters diff --git a/eth/filters/filter_system.go b/eth/filters/filter_system.go index da5eda3366..481581a0d5 100644 --- a/eth/filters/filter_system.go +++ b/eth/filters/filter_system.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package filters implements an ethereum filtering system for block, // transactions and log events. diff --git a/eth/filters/filter_system_test.go b/eth/filters/filter_system_test.go index 3c9acc1fa0..91e2aeec8c 100644 --- a/eth/filters/filter_system_test.go +++ b/eth/filters/filter_system_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package filters diff --git a/eth/filters/filter_test.go b/eth/filters/filter_test.go index ae754351bc..a508500c33 100644 --- a/eth/filters/filter_test.go +++ b/eth/filters/filter_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package filters diff --git a/eth/gasprice/gasprice.go b/eth/gasprice/gasprice.go index 32974a26f5..c2d62c2bb7 100644 --- a/eth/gasprice/gasprice.go +++ b/eth/gasprice/gasprice.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package gasprice diff --git a/eth/handler.go b/eth/handler.go index e376d410ef..821316ce89 100644 --- a/eth/handler.go +++ b/eth/handler.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/handler_test.go b/eth/handler_test.go index 7a151bb2ee..b0846badba 100644 --- a/eth/handler_test.go +++ b/eth/handler_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/helper_test.go b/eth/helper_test.go index e040569666..fe4d556cb0 100644 --- a/eth/helper_test.go +++ b/eth/helper_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // This file contains some shares testing functionality, common to multiple // different files and modules being tested. diff --git a/eth/metrics.go b/eth/metrics.go index 8ed0902100..d33b13584c 100644 --- a/eth/metrics.go +++ b/eth/metrics.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/peer.go b/eth/peer.go index eafc18979a..b63d4e217f 100644 --- a/eth/peer.go +++ b/eth/peer.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/protocol.go b/eth/protocol.go index 05651a5627..6bb6795449 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/protocol_test.go b/eth/protocol_test.go index 915bbd6740..64c1f18c11 100644 --- a/eth/protocol_test.go +++ b/eth/protocol_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/sync.go b/eth/sync.go index 383b7e8e7d..1779468c62 100644 --- a/eth/sync.go +++ b/eth/sync.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/sync_test.go b/eth/sync_test.go index d53072e97b..2892efafbd 100644 --- a/eth/sync_test.go +++ b/eth/sync_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package eth diff --git a/eth/tracers/internal/tracers/4byte_tracer.js b/eth/tracers/internal/tracers/4byte_tracer.js index 0a6b088cca..61e253fcc7 100644 --- a/eth/tracers/internal/tracers/4byte_tracer.js +++ b/eth/tracers/internal/tracers/4byte_tracer.js @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // 4byteTracer searches for 4byte-identifiers, and collects them for post-processing. // It collects the methods identifiers along with the size of the supplied data, so diff --git a/eth/tracers/internal/tracers/call_tracer.js b/eth/tracers/internal/tracers/call_tracer.js index 83495b1574..c6b82b7789 100644 --- a/eth/tracers/internal/tracers/call_tracer.js +++ b/eth/tracers/internal/tracers/call_tracer.js @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // callTracer is a full blown transaction tracer that extracts and reports all // the internal calls made by a transaction, along with any useful information. diff --git a/eth/tracers/internal/tracers/evmdis_tracer.js b/eth/tracers/internal/tracers/evmdis_tracer.js index 2790e0fd52..9f52e2d7a6 100644 --- a/eth/tracers/internal/tracers/evmdis_tracer.js +++ b/eth/tracers/internal/tracers/evmdis_tracer.js @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // evmdisTracer returns sufficent information from a trace to perform evmdis-style // disassembly. diff --git a/eth/tracers/internal/tracers/noop_tracer.js b/eth/tracers/internal/tracers/noop_tracer.js index f966ddc7d3..fadacc416e 100644 --- a/eth/tracers/internal/tracers/noop_tracer.js +++ b/eth/tracers/internal/tracers/noop_tracer.js @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // noopTracer is just the barebone boilerplate code required from a JavaScript // object to be usable as a transaction tracer. diff --git a/eth/tracers/internal/tracers/opcount_tracer.js b/eth/tracers/internal/tracers/opcount_tracer.js index f7984c741a..63db65fa99 100644 --- a/eth/tracers/internal/tracers/opcount_tracer.js +++ b/eth/tracers/internal/tracers/opcount_tracer.js @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // opcountTracer is a sample tracer that just counts the number of instructions // executed by the EVM before the transaction terminated. diff --git a/eth/tracers/internal/tracers/prestate_tracer.js b/eth/tracers/internal/tracers/prestate_tracer.js index 99f71d2c33..f4b993c0b3 100644 --- a/eth/tracers/internal/tracers/prestate_tracer.js +++ b/eth/tracers/internal/tracers/prestate_tracer.js @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // prestateTracer outputs sufficient information to create a local execution of // the transaction from a custom assembled genesis block. diff --git a/eth/tracers/internal/tracers/tracers.go b/eth/tracers/internal/tracers/tracers.go index dcf0d49dae..2c882a9fae 100644 --- a/eth/tracers/internal/tracers/tracers.go +++ b/eth/tracers/internal/tracers/tracers.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . //go:generate go-bindata -nometadata -o assets.go -pkg tracers -ignore ((tracers)|(assets)).go ./... //go:generate gofmt -s -w assets.go diff --git a/eth/tracers/tracer.go b/eth/tracers/tracer.go index dcf6fec981..eaef0cd815 100644 --- a/eth/tracers/tracer.go +++ b/eth/tracers/tracer.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tracers diff --git a/eth/tracers/tracer_test.go b/eth/tracers/tracer_test.go index a6d311b78b..9c11b6cce5 100644 --- a/eth/tracers/tracer_test.go +++ b/eth/tracers/tracer_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tracers diff --git a/eth/tracers/tracers.go b/eth/tracers/tracers.go index a1243b528d..ef42d29720 100644 --- a/eth/tracers/tracers.go +++ b/eth/tracers/tracers.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package tracers is a collection of JavaScript transaction tracers. package tracers @@ -36,7 +36,7 @@ func camel(str string) string { return strings.Join(pieces, "") } -// init retrieves the JavaScript transaction tracers included in go-ethereum. +// init retrieves the JavaScript transaction tracers included in go-etherinc. func init() { for _, file := range tracers.AssetNames() { name := camel(strings.TrimSuffix(file, ".js")) diff --git a/eth/tracers/tracers_test.go b/eth/tracers/tracers_test.go index 44dfb6b9c5..e589c84108 100644 --- a/eth/tracers/tracers_test.go +++ b/eth/tracers/tracers_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tracers diff --git a/ethclient/ethclient.go b/ethclient/ethclient.go index 36725b43c8..6470e32afa 100644 --- a/ethclient/ethclient.go +++ b/ethclient/ethclient.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package ethclient provides a client for the Ethereum RPC API. package ethclient diff --git a/ethclient/ethclient_test.go b/ethclient/ethclient_test.go index 3950d3ce00..aafc0ccd24 100644 --- a/ethclient/ethclient_test.go +++ b/ethclient/ethclient_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethclient diff --git a/ethclient/signer.go b/ethclient/signer.go index 25caecac9f..a3c73ae376 100644 --- a/ethclient/signer.go +++ b/ethclient/signer.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethclient diff --git a/ethdb/database.go b/ethdb/database.go index fb1fef0b8f..6d28e2b9b4 100644 --- a/ethdb/database.go +++ b/ethdb/database.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethdb diff --git a/ethdb/database_test.go b/ethdb/database_test.go index 919c140bd6..a94a40bce5 100644 --- a/ethdb/database_test.go +++ b/ethdb/database_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethdb_test diff --git a/ethdb/interface.go b/ethdb/interface.go index 5373120030..27e8c73694 100644 --- a/ethdb/interface.go +++ b/ethdb/interface.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethdb diff --git a/ethdb/memory_database.go b/ethdb/memory_database.go index 76714ad32e..a0997c7709 100644 --- a/ethdb/memory_database.go +++ b/ethdb/memory_database.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethdb diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go index 79f07707c8..bb020affb6 100644 --- a/ethstats/ethstats.go +++ b/ethstats/ethstats.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package ethstats implements the network stats reporting service. package ethstats diff --git a/event/event.go b/event/event.go index 20d20d1f57..ffb1a2b147 100644 --- a/event/event.go +++ b/event/event.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package event deals with subscriptions to real-time events. package event diff --git a/event/event_test.go b/event/event_test.go index a12945a471..783029c5b9 100644 --- a/event/event_test.go +++ b/event/event_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package event diff --git a/event/example_feed_test.go b/event/example_feed_test.go index 3efc5eb3ce..7b3bd82c7b 100644 --- a/event/example_feed_test.go +++ b/event/example_feed_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package event_test diff --git a/event/example_scope_test.go b/event/example_scope_test.go index 5f31f73b88..e0ba1f1360 100644 --- a/event/example_scope_test.go +++ b/event/example_scope_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package event_test diff --git a/event/example_subscription_test.go b/event/example_subscription_test.go index ab3bf26db0..b40919be6f 100644 --- a/event/example_subscription_test.go +++ b/event/example_subscription_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package event_test diff --git a/event/example_test.go b/event/example_test.go index 29938e8539..599a2d488f 100644 --- a/event/example_test.go +++ b/event/example_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package event diff --git a/event/feed.go b/event/feed.go index 78fa3d98d8..9925dbc1b2 100644 --- a/event/feed.go +++ b/event/feed.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package event diff --git a/event/feed_test.go b/event/feed_test.go index a82c103033..354d17812f 100644 --- a/event/feed_test.go +++ b/event/feed_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package event diff --git a/event/filter/filter.go b/event/filter/filter.go index b1fbf30ee4..e0b2fb32a7 100644 --- a/event/filter/filter.go +++ b/event/filter/filter.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package filter implements event filters. package filter diff --git a/event/filter/filter_test.go b/event/filter/filter_test.go index dcc9112453..26c9af106a 100644 --- a/event/filter/filter_test.go +++ b/event/filter/filter_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package filter diff --git a/event/filter/generic_filter.go b/event/filter/generic_filter.go index d679b8bfa8..e07fbc619a 100644 --- a/event/filter/generic_filter.go +++ b/event/filter/generic_filter.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package filter diff --git a/event/subscription.go b/event/subscription.go index 51f6bcffca..444257e0f4 100644 --- a/event/subscription.go +++ b/event/subscription.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package event diff --git a/event/subscription_test.go b/event/subscription_test.go index 5b8a2c8ede..fb7f004b2a 100644 --- a/event/subscription_test.go +++ b/event/subscription_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package event diff --git a/interfaces.go b/interfaces.go index 2ba86b5d22..f43a8b1fd7 100644 --- a/interfaces.go +++ b/interfaces.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package ethereum defines interfaces for interacting with Ethereum. package ethereum diff --git a/internal/build/archive.go b/internal/build/archive.go index ac680ba63d..29243e581b 100644 --- a/internal/build/archive.go +++ b/internal/build/archive.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package build diff --git a/internal/build/azure.go b/internal/build/azure.go index 2081a9a0b1..89eeb6380e 100644 --- a/internal/build/azure.go +++ b/internal/build/azure.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package build diff --git a/internal/build/env.go b/internal/build/env.go index c9848bf82c..f536f7e617 100644 --- a/internal/build/env.go +++ b/internal/build/env.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package build @@ -81,7 +81,7 @@ func Env() Environment { // LocalEnv returns build environment metadata gathered from git. func LocalEnv() Environment { - env := applyEnvFlags(Environment{Name: "local", Repo: "ethereum/go-ethereum"}) + env := applyEnvFlags(Environment{Name: "local", Repo: "ethereum/go-etherinc"}) head := readGitFile("HEAD") if splits := strings.Split(head, " "); len(splits) == 2 { diff --git a/internal/build/pgp.go b/internal/build/pgp.go index 79ab9c06f1..9aa0bbd752 100644 --- a/internal/build/pgp.go +++ b/internal/build/pgp.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // signFile reads the contents of an input file and signs it (in armored format) // with the key provided, placing the signature into the output file. diff --git a/internal/build/util.go b/internal/build/util.go index c6e059f0df..1d17d7cb2e 100644 --- a/internal/build/util.go +++ b/internal/build/util.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package build diff --git a/internal/cmdtest/test_cmd.go b/internal/cmdtest/test_cmd.go index fae61cfe32..b7044c14af 100644 --- a/internal/cmdtest/test_cmd.go +++ b/internal/cmdtest/test_cmd.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of go-ethereum. +// Copyright 2016 The go-etherinc Authors +// This file is part of go-etherinc. // -// go-ethereum is free software: you can redistribute it and/or modify +// go-etherinc is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// go-etherinc is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see . +// along with go-etherinc. If not, see . package cmdtest diff --git a/internal/debug/api.go b/internal/debug/api.go index f9fbe3e96e..7032ae8232 100644 --- a/internal/debug/api.go +++ b/internal/debug/api.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package debug interfaces Go runtime debugging facilities. // This package is mostly glue code making these facilities available diff --git a/internal/debug/flags.go b/internal/debug/flags.go index dc3e35fa80..7bfeb3147b 100644 --- a/internal/debug/flags.go +++ b/internal/debug/flags.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package debug diff --git a/internal/debug/loudpanic.go b/internal/debug/loudpanic.go index 572ebcefa1..bf5e66a45b 100644 --- a/internal/debug/loudpanic.go +++ b/internal/debug/loudpanic.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build go1.6 diff --git a/internal/debug/loudpanic_fallback.go b/internal/debug/loudpanic_fallback.go index 4ce4985da7..438ad015fc 100644 --- a/internal/debug/loudpanic_fallback.go +++ b/internal/debug/loudpanic_fallback.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build !go1.6 diff --git a/internal/debug/trace.go b/internal/debug/trace.go index 81f352482b..4837d26485 100644 --- a/internal/debug/trace.go +++ b/internal/debug/trace.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . //+build go1.5 diff --git a/internal/debug/trace_fallback.go b/internal/debug/trace_fallback.go index 4118ff4087..b967067676 100644 --- a/internal/debug/trace_fallback.go +++ b/internal/debug/trace_fallback.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . //+build !go1.5 diff --git a/internal/ethapi/addrlock.go b/internal/ethapi/addrlock.go index 95c0eb2f1f..a32f0c292c 100644 --- a/internal/ethapi/addrlock.go +++ b/internal/ethapi/addrlock.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethapi diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index fb5e219a64..dedda4c0d5 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package ethapi diff --git a/internal/ethapi/backend.go b/internal/ethapi/backend.go index 2065babfe8..054ae7e60c 100644 --- a/internal/ethapi/backend.go +++ b/internal/ethapi/backend.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package ethapi implements the general Ethereum API functions. package ethapi diff --git a/internal/guide/guide.go b/internal/guide/guide.go index 3e9416f032..873b18adbb 100644 --- a/internal/guide/guide.go +++ b/internal/guide/guide.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package guide is a small test suite to ensure snippets in the dev guide work. package guide diff --git a/internal/guide/guide_test.go b/internal/guide/guide_test.go index be7d1322b1..c98bbe54dc 100644 --- a/internal/guide/guide_test.go +++ b/internal/guide/guide_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // This file contains the code snippets from the developer's guide embedded into // Go tests. This ensures that any code published in out guides will not break diff --git a/internal/jsre/completion.go b/internal/jsre/completion.go index 7f484bbbb8..7d2fecea29 100644 --- a/internal/jsre/completion.go +++ b/internal/jsre/completion.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package jsre diff --git a/internal/jsre/completion_test.go b/internal/jsre/completion_test.go index ccbd73dccc..d1c7321b1d 100644 --- a/internal/jsre/completion_test.go +++ b/internal/jsre/completion_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package jsre diff --git a/internal/jsre/deps/deps.go b/internal/jsre/deps/deps.go index fe2e6f2fad..aa7a79474a 100644 --- a/internal/jsre/deps/deps.go +++ b/internal/jsre/deps/deps.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package deps contains the console JavaScript dependencies Go embedded. package deps diff --git a/internal/jsre/jsre.go b/internal/jsre/jsre.go index c45a425055..385074fd4c 100644 --- a/internal/jsre/jsre.go +++ b/internal/jsre/jsre.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package jsre provides execution environment for JavaScript. package jsre diff --git a/internal/jsre/jsre_test.go b/internal/jsre/jsre_test.go index bcb6e0dd23..adb8c1c5bc 100644 --- a/internal/jsre/jsre_test.go +++ b/internal/jsre/jsre_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package jsre diff --git a/internal/jsre/pretty.go b/internal/jsre/pretty.go index 16fa91b67d..dcc018999a 100644 --- a/internal/jsre/pretty.go +++ b/internal/jsre/pretty.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package jsre diff --git a/internal/web3ext/web3ext.go b/internal/web3ext/web3ext.go index a6b81b4c2a..913ddae2a1 100644 --- a/internal/web3ext/web3ext.go +++ b/internal/web3ext/web3ext.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // package web3ext contains geth specific web3.js extensions. package web3ext diff --git a/les/api_backend.go b/les/api_backend.go index a06c1f543c..0c627a25dc 100644 --- a/les/api_backend.go +++ b/les/api_backend.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package les diff --git a/les/backend.go b/les/backend.go index c27b1744c8..f43c9ab428 100644 --- a/les/backend.go +++ b/les/backend.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package les implements the Light Ethereum Subprotocol. package les diff --git a/les/bloombits.go b/les/bloombits.go index fe10ad1ab4..f1d6a4d55d 100644 --- a/les/bloombits.go +++ b/les/bloombits.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package les diff --git a/les/distributor.go b/les/distributor.go index 159fa4c73f..3faa084e18 100644 --- a/les/distributor.go +++ b/les/distributor.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package light implements on-demand retrieval capable state and chain objects // for the Ethereum Light Client. diff --git a/les/distributor_test.go b/les/distributor_test.go index 55defb69be..8d5448f56f 100644 --- a/les/distributor_test.go +++ b/les/distributor_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package light implements on-demand retrieval capable state and chain objects // for the Ethereum Light Client. diff --git a/les/execqueue.go b/les/execqueue.go index 614721bf0d..dfe09bbc49 100644 --- a/les/execqueue.go +++ b/les/execqueue.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package les diff --git a/les/execqueue_test.go b/les/execqueue_test.go index cd45b03f22..43c22b9554 100644 --- a/les/execqueue_test.go +++ b/les/execqueue_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package les diff --git a/les/fetcher.go b/les/fetcher.go index 5c0e6a1912..b0b8837b7f 100644 --- a/les/fetcher.go +++ b/les/fetcher.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package les implements the Light Ethereum Subprotocol. package les diff --git a/les/flowcontrol/control.go b/les/flowcontrol/control.go index 2fcfd19c6f..09a3716105 100644 --- a/les/flowcontrol/control.go +++ b/les/flowcontrol/control.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package flowcontrol implements a client side flow control mechanism package flowcontrol diff --git a/les/flowcontrol/manager.go b/les/flowcontrol/manager.go index 0a3ac782e7..22674acbd3 100644 --- a/les/flowcontrol/manager.go +++ b/les/flowcontrol/manager.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package flowcontrol implements a client side flow control mechanism package flowcontrol diff --git a/les/handler.go b/les/handler.go index dd6245f8be..0da80b5297 100644 --- a/les/handler.go +++ b/les/handler.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package les implements the Light Ethereum Subprotocol. package les diff --git a/les/handler_test.go b/les/handler_test.go index 5af090a4a3..a783809e04 100644 --- a/les/handler_test.go +++ b/les/handler_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package les diff --git a/les/helper_test.go b/les/helper_test.go index c3e4f615a6..e48c3682be 100644 --- a/les/helper_test.go +++ b/les/helper_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // This file contains some shares testing functionality, common to multiple // different files and modules being tested. diff --git a/les/metrics.go b/les/metrics.go index 8a5b1875f3..941a6e812c 100644 --- a/les/metrics.go +++ b/les/metrics.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package les diff --git a/les/odr.go b/les/odr.go index 87cf285f03..290973a6b3 100644 --- a/les/odr.go +++ b/les/odr.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package les diff --git a/les/odr_requests.go b/les/odr_requests.go index 4cacb50480..5979e169f8 100644 --- a/les/odr_requests.go +++ b/les/odr_requests.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package light implements on-demand retrieval capable state and chain objects // for the Ethereum Light Client. diff --git a/les/odr_test.go b/les/odr_test.go index 288c13c051..70353b2d4e 100644 --- a/les/odr_test.go +++ b/les/odr_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package les diff --git a/les/peer.go b/les/peer.go index ebbcd65767..557ca98f14 100644 --- a/les/peer.go +++ b/les/peer.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package les implements the Light Ethereum Subprotocol. package les diff --git a/les/protocol.go b/les/protocol.go index 77769e97ec..810ba5cb95 100644 --- a/les/protocol.go +++ b/les/protocol.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package les implements the Light Ethereum Subprotocol. package les diff --git a/les/randselect.go b/les/randselect.go index 1a9d0695bd..4971ff9f2e 100644 --- a/les/randselect.go +++ b/les/randselect.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package les implements the Light Ethereum Subprotocol. package les diff --git a/les/randselect_test.go b/les/randselect_test.go index 9ae7726ddd..5d38ec14cc 100644 --- a/les/randselect_test.go +++ b/les/randselect_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package les diff --git a/les/request_test.go b/les/request_test.go index a07662dcd5..baa21746c1 100644 --- a/les/request_test.go +++ b/les/request_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package les diff --git a/les/retrieve.go b/les/retrieve.go index fdd8348498..66550773f9 100644 --- a/les/retrieve.go +++ b/les/retrieve.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package light implements on-demand retrieval capable state and chain objects // for the Ethereum Light Client. diff --git a/les/server.go b/les/server.go index d4b9435a23..0f2b99e30d 100644 --- a/les/server.go +++ b/les/server.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package les implements the Light Ethereum Subprotocol. package les diff --git a/les/serverpool.go b/les/serverpool.go index 7cf690fbf3..63d5a682d8 100644 --- a/les/serverpool.go +++ b/les/serverpool.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package les implements the Light Ethereum Subprotocol. package les diff --git a/les/sync.go b/les/sync.go index 98b93b9d91..cdbf51a847 100644 --- a/les/sync.go +++ b/les/sync.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package les diff --git a/les/txrelay.go b/les/txrelay.go index ea8189bc9c..af4bf8af09 100644 --- a/les/txrelay.go +++ b/les/txrelay.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package les diff --git a/light/lightchain.go b/light/lightchain.go index 39e57580b1..dcd171d2b2 100644 --- a/light/lightchain.go +++ b/light/lightchain.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package light diff --git a/light/lightchain_test.go b/light/lightchain_test.go index 82aea2c06d..d3ff577a10 100644 --- a/light/lightchain_test.go +++ b/light/lightchain_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package light diff --git a/light/nodeset.go b/light/nodeset.go index 81177cdc8d..93e6bee9c2 100644 --- a/light/nodeset.go +++ b/light/nodeset.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package light diff --git a/light/odr.go b/light/odr.go index 6cbf85fab8..57c7573f75 100644 --- a/light/odr.go +++ b/light/odr.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package light implements on-demand retrieval capable state and chain objects // for the Ethereum Light Client. diff --git a/light/odr_test.go b/light/odr_test.go index 6125fa599a..c5cf96206d 100644 --- a/light/odr_test.go +++ b/light/odr_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package light diff --git a/light/odr_util.go b/light/odr_util.go index dfa53137db..dd6d33dea5 100644 --- a/light/odr_util.go +++ b/light/odr_util.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package light diff --git a/light/postprocess.go b/light/postprocess.go index 785577aa1b..aa3f0289d9 100644 --- a/light/postprocess.go +++ b/light/postprocess.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package light diff --git a/light/trie.go b/light/trie.go index f255a9bf66..ed95558561 100644 --- a/light/trie.go +++ b/light/trie.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package light diff --git a/light/trie_test.go b/light/trie_test.go index 093de310e7..c168bfdb2c 100644 --- a/light/trie_test.go +++ b/light/trie_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package light diff --git a/light/txpool.go b/light/txpool.go index 690105a577..a056be2c0c 100644 --- a/light/txpool.go +++ b/light/txpool.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package light diff --git a/light/txpool_test.go b/light/txpool_test.go index 96708eac74..af837b3e90 100644 --- a/light/txpool_test.go +++ b/light/txpool_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package light diff --git a/log/README_ETHEREUM.md b/log/README_ETHEREUM.md index f6c42ccc03..c01ead4da5 100644 --- a/log/README_ETHEREUM.md +++ b/log/README_ETHEREUM.md @@ -1,5 +1,5 @@ This package is a fork of https://github.com/inconshreveable/log15, with some -minor modifications required by the go-ethereum codebase: +minor modifications required by the go-etherinc codebase: * Support for log level `trace` * Modified behavior to exit on `critical` failure diff --git a/log/handler_glog.go b/log/handler_glog.go index f8b932fd1b..312552a727 100644 --- a/log/handler_glog.go +++ b/log/handler_glog.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package log diff --git a/metrics/disk.go b/metrics/disk.go index 25142d2ad1..5b6fec384c 100644 --- a/metrics/disk.go +++ b/metrics/disk.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package metrics diff --git a/metrics/disk_linux.go b/metrics/disk_linux.go index 8d610cd674..0b525b807c 100644 --- a/metrics/disk_linux.go +++ b/metrics/disk_linux.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the Linux implementation of process disk IO counter retrieval. diff --git a/metrics/disk_nop.go b/metrics/disk_nop.go index 4319f8b277..8e7decb5cd 100644 --- a/metrics/disk_nop.go +++ b/metrics/disk_nop.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build !linux diff --git a/metrics/metrics.go b/metrics/metrics.go index 02e43443d5..1f0439615e 100644 --- a/metrics/metrics.go +++ b/metrics/metrics.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package metrics provides general system and process level metrics collection. package metrics diff --git a/miner/agent.go b/miner/agent.go index 43f417183d..825f9ea678 100644 --- a/miner/agent.go +++ b/miner/agent.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package miner diff --git a/miner/miner.go b/miner/miner.go index e066f0b524..8a5a821538 100644 --- a/miner/miner.go +++ b/miner/miner.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package miner implements Ethereum block creation and mining. package miner diff --git a/miner/remote_agent.go b/miner/remote_agent.go index 42e7409df2..badd8597bb 100644 --- a/miner/remote_agent.go +++ b/miner/remote_agent.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package miner diff --git a/miner/unconfirmed.go b/miner/unconfirmed.go index 7f03b22a0c..faef13b4d7 100644 --- a/miner/unconfirmed.go +++ b/miner/unconfirmed.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package miner diff --git a/miner/unconfirmed_test.go b/miner/unconfirmed_test.go index bc7aebc37e..21cbcf7397 100644 --- a/miner/unconfirmed_test.go +++ b/miner/unconfirmed_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package miner diff --git a/miner/worker.go b/miner/worker.go index 025c967ecd..e797dd31dc 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package miner diff --git a/mobile/accounts.go b/mobile/accounts.go index a1aa086383..579ab1c809 100644 --- a/mobile/accounts.go +++ b/mobile/accounts.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains all the wrappers from the accounts package to support client side key // management on mobile platforms. diff --git a/mobile/android_test.go b/mobile/android_test.go index b7cd0be719..70b4b77cde 100644 --- a/mobile/android_test.go +++ b/mobile/android_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package geth @@ -120,7 +120,7 @@ public class AndroidTest extends InstrumentationTestCase { } // Tests that recovering transaction signers works for both Homestead and EIP155 - // signatures too. Regression test for go-ethereum issue #14599. + // signatures too. Regression test for go-etherinc issue #14599. public void testIssue14599() { try { byte[] preEIP155RLP = new BigInteger("f901fc8032830138808080b901ae60056013565b6101918061001d6000396000f35b3360008190555056006001600060e060020a6000350480630a874df61461003a57806341c0e1b514610058578063a02b161e14610066578063dbbdf0831461007757005b610045600435610149565b80600160a060020a031660005260206000f35b610060610161565b60006000f35b6100716004356100d4565b60006000f35b61008560043560243561008b565b60006000f35b600054600160a060020a031632600160a060020a031614156100ac576100b1565b6100d0565b8060018360005260205260406000208190555081600060005260206000a15b5050565b600054600160a060020a031633600160a060020a031614158015610118575033600160a060020a0316600182600052602052604060002054600160a060020a031614155b61012157610126565b610146565b600060018260005260205260406000208190555080600060005260206000a15b50565b60006001826000526020526040600020549050919050565b600054600160a060020a031633600160a060020a0316146101815761018f565b600054600160a060020a0316ff5b561ca0c5689ed1ad124753d54576dfb4b571465a41900a1dff4058d8adf16f752013d0a01221cbd70ec28c94a3b55ec771bcbc70778d6ee0b51ca7ea9514594c861b1884", 16).toByteArray(); diff --git a/mobile/big.go b/mobile/big.go index b9ab6768bb..adc13423df 100644 --- a/mobile/big.go +++ b/mobile/big.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains all the wrappers from the math/big package. diff --git a/mobile/bind.go b/mobile/bind.go index 477c6913bc..0bcec5a656 100644 --- a/mobile/bind.go +++ b/mobile/bind.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains all the wrappers from the bind package. diff --git a/mobile/common.go b/mobile/common.go index b34515f529..7a2a7385ff 100644 --- a/mobile/common.go +++ b/mobile/common.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains all the wrappers from the common package. diff --git a/mobile/context.go b/mobile/context.go index f1fff90114..1627e7313e 100644 --- a/mobile/context.go +++ b/mobile/context.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains all the wrappers from the golang.org/x/net/context package to support // client side context management on mobile platforms. diff --git a/mobile/discover.go b/mobile/discover.go index 4ad24ab366..0745457622 100644 --- a/mobile/discover.go +++ b/mobile/discover.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains all the wrappers from the accounts package to support client side enode // management on mobile platforms. diff --git a/mobile/doc.go b/mobile/doc.go index 64d47bec2a..3b0a4f6a44 100644 --- a/mobile/doc.go +++ b/mobile/doc.go @@ -1,23 +1,23 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . -// Package geth contains the simplified mobile APIs to go-ethereum. +// Package geth contains the simplified mobile APIs to go-etherinc. // // The scope of this package is *not* to allow writing a custom Ethereum client -// with pieces plucked from go-ethereum, rather to allow writing native dapps on +// with pieces plucked from go-etherinc, rather to allow writing native dapps on // mobile platforms. Keep this in mind when using or extending this package! // // API limitations @@ -33,13 +33,13 @@ // writing custom library generators, but those are out of scope now. // // Content wise each file in this package corresponds to an entire Go package -// from the go-ethereum repository. Please adhere to this scoping to prevent this +// from the go-etherinc repository. Please adhere to this scoping to prevent this // package getting unmaintainable. // // Wrapping guidelines: // // Every type that is to be exposed should be wrapped into its own plain struct, -// which internally contains a single field: the original go-ethereum version. +// which internally contains a single field: the original go-etherinc version. // This is needed because gomobile cannot expose named types for now. // // Whenever a method argument or a return type is a custom struct, the pointer diff --git a/mobile/ethclient.go b/mobile/ethclient.go index 90739beb5d..08d34f1322 100644 --- a/mobile/ethclient.go +++ b/mobile/ethclient.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains a wrapper for the Ethereum client. diff --git a/mobile/ethereum.go b/mobile/ethereum.go index 832ec2f69c..d021413f9d 100644 --- a/mobile/ethereum.go +++ b/mobile/ethereum.go @@ -1,20 +1,20 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . -// Contains all the wrappers from the go-ethereum root package. +// Contains all the wrappers from the go-etherinc root package. package geth diff --git a/mobile/geth.go b/mobile/geth.go index abf1916dd2..20bf74e5b1 100644 --- a/mobile/geth.go +++ b/mobile/geth.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains all the wrappers from the node package to support client side node // management on mobile platforms. @@ -39,7 +39,7 @@ import ( // NodeConfig represents the collection of configuration values to fine tune the Geth // node embedded into a mobile process. The available values are a subset of the -// entire API provided by go-ethereum to reduce the maintenance surface and dev +// entire API provided by go-etherinc to reduce the maintenance surface and dev // complexity. type NodeConfig struct { // Bootstrap nodes used to establish connectivity with the rest of the network. diff --git a/mobile/geth_android.go b/mobile/geth_android.go index 8e4ebe638f..e46b9a285b 100644 --- a/mobile/geth_android.go +++ b/mobile/geth_android.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build android diff --git a/mobile/geth_ios.go b/mobile/geth_ios.go index 307cd08580..06628b9596 100644 --- a/mobile/geth_ios.go +++ b/mobile/geth_ios.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build ios diff --git a/mobile/geth_other.go b/mobile/geth_other.go index 6f0c5dda68..f02f0f77c3 100644 --- a/mobile/geth_other.go +++ b/mobile/geth_other.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build !android,!ios diff --git a/mobile/init.go b/mobile/init.go index 92094ddff9..ae89c999a4 100644 --- a/mobile/init.go +++ b/mobile/init.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains initialization code for the mbile library. diff --git a/mobile/interface.go b/mobile/interface.go index 41d394d150..e7b056508e 100644 --- a/mobile/interface.go +++ b/mobile/interface.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains perverted wrappers to allow crossing over empty interfaces. diff --git a/mobile/logger.go b/mobile/logger.go index fe8bea53f3..310d371384 100644 --- a/mobile/logger.go +++ b/mobile/logger.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package geth diff --git a/mobile/p2p.go b/mobile/p2p.go index dfe061c89f..867760290b 100644 --- a/mobile/p2p.go +++ b/mobile/p2p.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains wrappers for the p2p package. diff --git a/mobile/params.go b/mobile/params.go index e8528f58b6..c976985a70 100644 --- a/mobile/params.go +++ b/mobile/params.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains all the wrappers from the params package. diff --git a/mobile/primitives.go b/mobile/primitives.go index 5c6617fa47..7de8182294 100644 --- a/mobile/primitives.go +++ b/mobile/primitives.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains various wrappers for primitive types. diff --git a/mobile/types.go b/mobile/types.go index adec615d5b..61a5c83e09 100644 --- a/mobile/types.go +++ b/mobile/types.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains all the wrappers from the core/types package. diff --git a/mobile/vm.go b/mobile/vm.go index 8cc510195c..7c99740f46 100644 --- a/mobile/vm.go +++ b/mobile/vm.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains all the wrappers from the core/types package. diff --git a/node/api.go b/node/api.go index 5345407042..690ceb893e 100644 --- a/node/api.go +++ b/node/api.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package node diff --git a/node/config.go b/node/config.go index 0519954bf7..080040d245 100644 --- a/node/config.go +++ b/node/config.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package node @@ -396,7 +396,7 @@ func makeAccountManager(conf *Config) (*accounts.Manager, string, error) { var ephemeral string if keydir == "" { // There is no datadir. - keydir, err = ioutil.TempDir("", "go-ethereum-keystore") + keydir, err = ioutil.TempDir("", "go-etherinc-keystore") ephemeral = keydir } diff --git a/node/config_test.go b/node/config_test.go index d775482771..d233240f3d 100644 --- a/node/config_test.go +++ b/node/config_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package node diff --git a/node/defaults.go b/node/defaults.go index eb21a7a1a7..70d76d420c 100644 --- a/node/defaults.go +++ b/node/defaults.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package node diff --git a/node/doc.go b/node/doc.go index d9688e0a12..e5b6249f33 100644 --- a/node/doc.go +++ b/node/doc.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . /* Package node sets up multi-protocol Ethereum nodes. diff --git a/node/errors.go b/node/errors.go index 2e0dadc4d6..348bed4777 100644 --- a/node/errors.go +++ b/node/errors.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package node diff --git a/node/node.go b/node/node.go index a92cf860ef..8297d9613c 100644 --- a/node/node.go +++ b/node/node.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package node diff --git a/node/node_example_test.go b/node/node_example_test.go index 71593e934d..01ec727707 100644 --- a/node/node_example_test.go +++ b/node/node_example_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package node_test diff --git a/node/node_test.go b/node/node_test.go index 392227146f..665963c5e4 100644 --- a/node/node_test.go +++ b/node/node_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package node diff --git a/node/service.go b/node/service.go index 1e5e468c81..28a46d1969 100644 --- a/node/service.go +++ b/node/service.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package node diff --git a/node/service_test.go b/node/service_test.go index a7ae439e0a..7aa39828ea 100644 --- a/node/service_test.go +++ b/node/service_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package node diff --git a/node/utils_test.go b/node/utils_test.go index fbf980f6c8..3a9877d757 100644 --- a/node/utils_test.go +++ b/node/utils_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains a batch of utility type declarations used by the tests. As the node // operates on unique types, a lot of them are needed to check various features. diff --git a/p2p/dial.go b/p2p/dial.go index b91a3fdabf..4f5cd9f31c 100644 --- a/p2p/dial.go +++ b/p2p/dial.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package p2p diff --git a/p2p/dial_test.go b/p2p/dial_test.go index fa0a0df942..ce96fc8d19 100644 --- a/p2p/dial_test.go +++ b/p2p/dial_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package p2p diff --git a/p2p/discover/database.go b/p2p/discover/database.go index 3ff557cd78..e0678ad7ff 100644 --- a/p2p/discover/database.go +++ b/p2p/discover/database.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the node database, storing previously seen nodes and any collected // metadata about them for QoS purposes. diff --git a/p2p/discover/database_test.go b/p2p/discover/database_test.go index 29503ef1e5..2b1aaf803f 100644 --- a/p2p/discover/database_test.go +++ b/p2p/discover/database_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discover diff --git a/p2p/discover/node.go b/p2p/discover/node.go index db66a6fe3f..ee15e2dd0a 100644 --- a/p2p/discover/node.go +++ b/p2p/discover/node.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discover diff --git a/p2p/discover/node_test.go b/p2p/discover/node_test.go index f8bfb45bb4..8b71a1898c 100644 --- a/p2p/discover/node_test.go +++ b/p2p/discover/node_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discover diff --git a/p2p/discover/ntp.go b/p2p/discover/ntp.go index 0c7db7995b..e914968e57 100644 --- a/p2p/discover/ntp.go +++ b/p2p/discover/ntp.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the NTP time drift detection via the SNTP protocol: // https://tools.ietf.org/html/rfc4330 diff --git a/p2p/discover/table.go b/p2p/discover/table.go index 9c188a7336..be104d204e 100644 --- a/p2p/discover/table.go +++ b/p2p/discover/table.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package discover implements the Node Discovery Protocol. // diff --git a/p2p/discover/table_test.go b/p2p/discover/table_test.go index b466a3c489..73fa89ce04 100644 --- a/p2p/discover/table_test.go +++ b/p2p/discover/table_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discover diff --git a/p2p/discover/udp.go b/p2p/discover/udp.go index e77653b486..f4cd1d822a 100644 --- a/p2p/discover/udp.go +++ b/p2p/discover/udp.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discover diff --git a/p2p/discover/udp_test.go b/p2p/discover/udp_test.go index 73dc6389de..73c0ce750a 100644 --- a/p2p/discover/udp_test.go +++ b/p2p/discover/udp_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discover diff --git a/p2p/discv5/database.go b/p2p/discv5/database.go index 3e50b71edc..234c33f4ea 100644 --- a/p2p/discv5/database.go +++ b/p2p/discv5/database.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the node database, storing previously seen nodes and any collected // metadata about them for QoS purposes. diff --git a/p2p/discv5/database_test.go b/p2p/discv5/database_test.go index 638b0d2645..276c55235f 100644 --- a/p2p/discv5/database_test.go +++ b/p2p/discv5/database_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/discv5/net.go b/p2p/discv5/net.go index b3c9b99c6f..b6aea65ae5 100644 --- a/p2p/discv5/net.go +++ b/p2p/discv5/net.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/discv5/net_test.go b/p2p/discv5/net_test.go index 9b5bdee277..fce57137a5 100644 --- a/p2p/discv5/net_test.go +++ b/p2p/discv5/net_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/discv5/node.go b/p2p/discv5/node.go index 67b8270579..9bfb79f2d6 100644 --- a/p2p/discv5/node.go +++ b/p2p/discv5/node.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/discv5/node_test.go b/p2p/discv5/node_test.go index 7a342529cd..1af6250f94 100644 --- a/p2p/discv5/node_test.go +++ b/p2p/discv5/node_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/discv5/ntp.go b/p2p/discv5/ntp.go index 11ffe0c164..83298c55a6 100644 --- a/p2p/discv5/ntp.go +++ b/p2p/discv5/ntp.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the NTP time drift detection via the SNTP protocol: // https://tools.ietf.org/html/rfc4330 diff --git a/p2p/discv5/sim_run_test.go b/p2p/discv5/sim_run_test.go index bded0cc023..b41ae6bec3 100644 --- a/p2p/discv5/sim_run_test.go +++ b/p2p/discv5/sim_run_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/discv5/sim_test.go b/p2p/discv5/sim_test.go index 43832afdb1..60f0e36f7b 100644 --- a/p2p/discv5/sim_test.go +++ b/p2p/discv5/sim_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/discv5/sim_testmain_test.go b/p2p/discv5/sim_testmain_test.go index 77e751c419..31ca02200e 100644 --- a/p2p/discv5/sim_testmain_test.go +++ b/p2p/discv5/sim_testmain_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build go1.4,nacl,faketime_simulation diff --git a/p2p/discv5/table.go b/p2p/discv5/table.go index 832ca909c2..80ee97e8be 100644 --- a/p2p/discv5/table.go +++ b/p2p/discv5/table.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package discv5 implements the RLPx v5 Topic Discovery Protocol. // diff --git a/p2p/discv5/table_test.go b/p2p/discv5/table_test.go index 4fee90cc4f..ea8210a8e2 100644 --- a/p2p/discv5/table_test.go +++ b/p2p/discv5/table_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/discv5/ticket.go b/p2p/discv5/ticket.go index 32526789cf..99c2c06ba1 100644 --- a/p2p/discv5/ticket.go +++ b/p2p/discv5/ticket.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/discv5/topic.go b/p2p/discv5/topic.go index 774e381cf2..e275ad9628 100644 --- a/p2p/discv5/topic.go +++ b/p2p/discv5/topic.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/discv5/topic_test.go b/p2p/discv5/topic_test.go index 2e1ae22c24..fc91781ba9 100644 --- a/p2p/discv5/topic_test.go +++ b/p2p/discv5/topic_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/discv5/udp.go b/p2p/discv5/udp.go index 0ff899d987..068e9b4145 100644 --- a/p2p/discv5/udp.go +++ b/p2p/discv5/udp.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/discv5/udp_test.go b/p2p/discv5/udp_test.go index 8da20d31fc..79b756e7c5 100644 --- a/p2p/discv5/udp_test.go +++ b/p2p/discv5/udp_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package discv5 diff --git a/p2p/enr/enr.go b/p2p/enr/enr.go index d9525c5ea1..a585a7bb32 100644 --- a/p2p/enr/enr.go +++ b/p2p/enr/enr.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package enr implements Ethereum Node Records as defined in EIP-778. A node record holds // arbitrary information about a node on the peer-to-peer network. diff --git a/p2p/enr/enr_test.go b/p2p/enr/enr_test.go index 7efd70023f..bf210a2967 100644 --- a/p2p/enr/enr_test.go +++ b/p2p/enr/enr_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package enr diff --git a/p2p/enr/entries.go b/p2p/enr/entries.go index ba3f85bfd4..3ef2b9307b 100644 --- a/p2p/enr/entries.go +++ b/p2p/enr/entries.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package enr diff --git a/p2p/message.go b/p2p/message.go index e007e595d4..d410618e1f 100644 --- a/p2p/message.go +++ b/p2p/message.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package p2p diff --git a/p2p/message_test.go b/p2p/message_test.go index a01f755561..258aef4f1f 100644 --- a/p2p/message_test.go +++ b/p2p/message_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package p2p diff --git a/p2p/metrics.go b/p2p/metrics.go index e8d82cba44..c468579beb 100644 --- a/p2p/metrics.go +++ b/p2p/metrics.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the meters and timers used by the networking layer. diff --git a/p2p/nat/nat.go b/p2p/nat/nat.go index 0a4be99a23..5c34dd29cb 100644 --- a/p2p/nat/nat.go +++ b/p2p/nat/nat.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package nat provides access to common network port mapping protocols. package nat diff --git a/p2p/nat/nat_test.go b/p2p/nat/nat_test.go index 469101e997..3c2c458738 100644 --- a/p2p/nat/nat_test.go +++ b/p2p/nat/nat_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package nat diff --git a/p2p/nat/natpmp.go b/p2p/nat/natpmp.go index 577a424fbe..55b51c40e2 100644 --- a/p2p/nat/natpmp.go +++ b/p2p/nat/natpmp.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package nat diff --git a/p2p/nat/natupnp.go b/p2p/nat/natupnp.go index 69099ac043..d5b47059e9 100644 --- a/p2p/nat/natupnp.go +++ b/p2p/nat/natupnp.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package nat diff --git a/p2p/nat/natupnp_test.go b/p2p/nat/natupnp_test.go index 79f6d25ae8..7c35a3e315 100644 --- a/p2p/nat/natupnp_test.go +++ b/p2p/nat/natupnp_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package nat diff --git a/p2p/netutil/error.go b/p2p/netutil/error.go index cb21b9cd4c..d8ee53f9e1 100644 --- a/p2p/netutil/error.go +++ b/p2p/netutil/error.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package netutil diff --git a/p2p/netutil/error_test.go b/p2p/netutil/error_test.go index 645e48f837..809185f447 100644 --- a/p2p/netutil/error_test.go +++ b/p2p/netutil/error_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package netutil diff --git a/p2p/netutil/net.go b/p2p/netutil/net.go index f6005afd21..bbc5894280 100644 --- a/p2p/netutil/net.go +++ b/p2p/netutil/net.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package netutil contains extensions to the net package. package netutil diff --git a/p2p/netutil/net_test.go b/p2p/netutil/net_test.go index 1ee1fcb4d6..fbd91fb1d2 100644 --- a/p2p/netutil/net_test.go +++ b/p2p/netutil/net_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package netutil diff --git a/p2p/netutil/toobig_notwindows.go b/p2p/netutil/toobig_notwindows.go index 47b6438572..16c4a291f9 100644 --- a/p2p/netutil/toobig_notwindows.go +++ b/p2p/netutil/toobig_notwindows.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . //+build !windows diff --git a/p2p/netutil/toobig_windows.go b/p2p/netutil/toobig_windows.go index dfbb6d44f0..1132a3dc76 100644 --- a/p2p/netutil/toobig_windows.go +++ b/p2p/netutil/toobig_windows.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . //+build windows diff --git a/p2p/peer.go b/p2p/peer.go index 341888a631..3d0e5c6b9c 100644 --- a/p2p/peer.go +++ b/p2p/peer.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package p2p diff --git a/p2p/peer_error.go b/p2p/peer_error.go index a1cddb707b..3634f742cc 100644 --- a/p2p/peer_error.go +++ b/p2p/peer_error.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package p2p diff --git a/p2p/peer_test.go b/p2p/peer_test.go index a3e1c74fd8..c9c947f741 100644 --- a/p2p/peer_test.go +++ b/p2p/peer_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package p2p diff --git a/p2p/protocol.go b/p2p/protocol.go index 96359d121c..fea59e685b 100644 --- a/p2p/protocol.go +++ b/p2p/protocol.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package p2p diff --git a/p2p/rlpx.go b/p2p/rlpx.go index a40303907f..475f94d262 100644 --- a/p2p/rlpx.go +++ b/p2p/rlpx.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package p2p diff --git a/p2p/rlpx_test.go b/p2p/rlpx_test.go index 50df079abb..73d58409ba 100644 --- a/p2p/rlpx_test.go +++ b/p2p/rlpx_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package p2p diff --git a/p2p/server.go b/p2p/server.go index 6a1b3141fa..27eedc52be 100644 --- a/p2p/server.go +++ b/p2p/server.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package p2p implements the Ethereum p2p network protocols. package p2p diff --git a/p2p/server_test.go b/p2p/server_test.go index 5107a0a2d6..6719de7814 100644 --- a/p2p/server_test.go +++ b/p2p/server_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package p2p diff --git a/p2p/simulations/adapters/docker.go b/p2p/simulations/adapters/docker.go index e8ce5942cd..0970f26779 100644 --- a/p2p/simulations/adapters/docker.go +++ b/p2p/simulations/adapters/docker.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package adapters diff --git a/p2p/simulations/adapters/exec.go b/p2p/simulations/adapters/exec.go index 63186dd617..5b26972714 100644 --- a/p2p/simulations/adapters/exec.go +++ b/p2p/simulations/adapters/exec.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package adapters diff --git a/p2p/simulations/adapters/inproc.go b/p2p/simulations/adapters/inproc.go index 6fd6a457f9..d54db1ca5e 100644 --- a/p2p/simulations/adapters/inproc.go +++ b/p2p/simulations/adapters/inproc.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package adapters diff --git a/p2p/simulations/adapters/state.go b/p2p/simulations/adapters/state.go index 8b1dfef904..7af95656dc 100644 --- a/p2p/simulations/adapters/state.go +++ b/p2p/simulations/adapters/state.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package adapters type SimStateStore struct { diff --git a/p2p/simulations/adapters/types.go b/p2p/simulations/adapters/types.go index 94bfc8de11..3d5d8d8d7f 100644 --- a/p2p/simulations/adapters/types.go +++ b/p2p/simulations/adapters/types.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package adapters diff --git a/p2p/simulations/events.go b/p2p/simulations/events.go index f17958c689..dfab263eb5 100644 --- a/p2p/simulations/events.go +++ b/p2p/simulations/events.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package simulations diff --git a/p2p/simulations/examples/ping-pong.go b/p2p/simulations/examples/ping-pong.go index 476c0274fd..e844f759b4 100644 --- a/p2p/simulations/examples/ping-pong.go +++ b/p2p/simulations/examples/ping-pong.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package main diff --git a/p2p/simulations/http.go b/p2p/simulations/http.go index e2b54d15ce..1ad55905d2 100644 --- a/p2p/simulations/http.go +++ b/p2p/simulations/http.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package simulations diff --git a/p2p/simulations/http_test.go b/p2p/simulations/http_test.go index e33b943d08..64c51bf79d 100644 --- a/p2p/simulations/http_test.go +++ b/p2p/simulations/http_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package simulations diff --git a/p2p/simulations/mocker.go b/p2p/simulations/mocker.go index 44e5a2b175..a7f66b8f20 100644 --- a/p2p/simulations/mocker.go +++ b/p2p/simulations/mocker.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package simulations simulates p2p networks. // A mocker simulates starting and stopping real nodes in a network. diff --git a/p2p/simulations/mocker_test.go b/p2p/simulations/mocker_test.go index 7321e8ed4e..1708a20943 100644 --- a/p2p/simulations/mocker_test.go +++ b/p2p/simulations/mocker_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package simulations simulates p2p networks. // A mokcer simulates starting and stopping real nodes in a network. diff --git a/p2p/simulations/network.go b/p2p/simulations/network.go index fe45ea3e9e..69ce38e858 100644 --- a/p2p/simulations/network.go +++ b/p2p/simulations/network.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package simulations diff --git a/p2p/simulations/network_test.go b/p2p/simulations/network_test.go index 6eda574bb0..e80af05be6 100644 --- a/p2p/simulations/network_test.go +++ b/p2p/simulations/network_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package simulations diff --git a/p2p/simulations/simulation.go b/p2p/simulations/simulation.go index 6445501b0f..ee0256779b 100644 --- a/p2p/simulations/simulation.go +++ b/p2p/simulations/simulation.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package simulations diff --git a/params/bootnodes.go b/params/bootnodes.go index 25865ec2b3..6e6ac0543b 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package params diff --git a/params/config.go b/params/config.go index af6ea82a35..59e60a161b 100644 --- a/params/config.go +++ b/params/config.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package params diff --git a/params/config_test.go b/params/config_test.go index 02c5fe2917..1cd0bc00ee 100644 --- a/params/config_test.go +++ b/params/config_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package params diff --git a/params/dao.go b/params/dao.go index e9bc91e611..e110e655d4 100644 --- a/params/dao.go +++ b/params/dao.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package params diff --git a/params/denomination.go b/params/denomination.go index 9e1b52506f..3cc8388b3e 100644 --- a/params/denomination.go +++ b/params/denomination.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package params diff --git a/params/gas_table.go b/params/gas_table.go index 4969382b1b..b8261aba51 100644 --- a/params/gas_table.go +++ b/params/gas_table.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package params diff --git a/params/network_params.go b/params/network_params.go index 536a46d3df..c7cfc725f3 100644 --- a/params/network_params.go +++ b/params/network_params.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package params diff --git a/params/protocol_params.go b/params/protocol_params.go index 290efdad86..dc86009dbb 100644 --- a/params/protocol_params.go +++ b/params/protocol_params.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package params diff --git a/params/version.go b/params/version.go index 32d4a2e23c..3cad9a4337 100644 --- a/params/version.go +++ b/params/version.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package params diff --git a/rlp/decode.go b/rlp/decode.go index 60d9dab2b5..69800a34f6 100644 --- a/rlp/decode.go +++ b/rlp/decode.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rlp diff --git a/rlp/decode_tail_test.go b/rlp/decode_tail_test.go index 884c1148b2..8f0c699f7c 100644 --- a/rlp/decode_tail_test.go +++ b/rlp/decode_tail_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rlp diff --git a/rlp/decode_test.go b/rlp/decode_test.go index 4f4d96bedb..3890401e11 100644 --- a/rlp/decode_test.go +++ b/rlp/decode_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rlp diff --git a/rlp/doc.go b/rlp/doc.go index b3a81fe232..11e4810447 100644 --- a/rlp/doc.go +++ b/rlp/doc.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . /* Package rlp implements the RLP serialization format. diff --git a/rlp/encode.go b/rlp/encode.go index 44592c2f53..e7843d15a8 100644 --- a/rlp/encode.go +++ b/rlp/encode.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rlp diff --git a/rlp/encode_test.go b/rlp/encode_test.go index 827960f7c1..dff5ef787f 100644 --- a/rlp/encode_test.go +++ b/rlp/encode_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rlp diff --git a/rlp/encoder_example_test.go b/rlp/encoder_example_test.go index 1cffa241c2..aa7d74ea57 100644 --- a/rlp/encoder_example_test.go +++ b/rlp/encoder_example_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rlp diff --git a/rlp/raw.go b/rlp/raw.go index 2b3f328f66..d228a9014e 100644 --- a/rlp/raw.go +++ b/rlp/raw.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rlp diff --git a/rlp/raw_test.go b/rlp/raw_test.go index 5445e2b70c..c1b2ea40ab 100644 --- a/rlp/raw_test.go +++ b/rlp/raw_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rlp diff --git a/rlp/typecache.go b/rlp/typecache.go index 3df799e1ec..ce1cfc3470 100644 --- a/rlp/typecache.go +++ b/rlp/typecache.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rlp diff --git a/rpc/client.go b/rpc/client.go index 9c25188cbe..7e010e010e 100644 --- a/rpc/client.go +++ b/rpc/client.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/client_example_test.go b/rpc/client_example_test.go index c01438768b..296f5933e5 100644 --- a/rpc/client_example_test.go +++ b/rpc/client_example_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc_test diff --git a/rpc/client_test.go b/rpc/client_test.go index 4bc7bd541e..a030233421 100644 --- a/rpc/client_test.go +++ b/rpc/client_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc @@ -520,7 +520,7 @@ func httpTestClient(srv *Server, transport string, fl *flakeyListener) (*Client, func ipcTestClient(srv *Server, fl *flakeyListener) (*Client, net.Listener) { // Listen on a random endpoint. - endpoint := fmt.Sprintf("go-ethereum-test-ipc-%d-%d", os.Getpid(), rand.Int63()) + endpoint := fmt.Sprintf("go-etherinc-test-ipc-%d-%d", os.Getpid(), rand.Int63()) if runtime.GOOS == "windows" { endpoint = `\\.\pipe\` + endpoint } else { diff --git a/rpc/doc.go b/rpc/doc.go index 14b3780ade..b5a8789fcb 100644 --- a/rpc/doc.go +++ b/rpc/doc.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . /* Package rpc provides access to the exported methods of an object across a network diff --git a/rpc/errors.go b/rpc/errors.go index 9cf9dc60c2..8af30b2714 100644 --- a/rpc/errors.go +++ b/rpc/errors.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/http.go b/rpc/http.go index 6717899b53..c2fe948a43 100644 --- a/rpc/http.go +++ b/rpc/http.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/http_test.go b/rpc/http_test.go index aed84f6835..d22577c0e2 100644 --- a/rpc/http_test.go +++ b/rpc/http_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/inproc.go b/rpc/inproc.go index 595a7ca651..d783317594 100644 --- a/rpc/inproc.go +++ b/rpc/inproc.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/ipc.go b/rpc/ipc.go index d7a0783080..f92a6e813f 100644 --- a/rpc/ipc.go +++ b/rpc/ipc.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/ipc_unix.go b/rpc/ipc_unix.go index 0851ea61e1..8d8c56049e 100644 --- a/rpc/ipc_unix.go +++ b/rpc/ipc_unix.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris diff --git a/rpc/ipc_windows.go b/rpc/ipc_windows.go index ca56a3ce43..8e41f86ae3 100644 --- a/rpc/ipc_windows.go +++ b/rpc/ipc_windows.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build windows diff --git a/rpc/json.go b/rpc/json.go index 5efc958dbf..b8e879946b 100644 --- a/rpc/json.go +++ b/rpc/json.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/json_test.go b/rpc/json_test.go index 5048d2f7a0..267ff89985 100644 --- a/rpc/json_test.go +++ b/rpc/json_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/server.go b/rpc/server.go index c17f4b35bb..32da1dc512 100644 --- a/rpc/server.go +++ b/rpc/server.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/server_test.go b/rpc/server_test.go index 90d62f26d8..f928f36cc1 100644 --- a/rpc/server_test.go +++ b/rpc/server_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/subscription.go b/rpc/subscription.go index 6ce7befa1d..4d036e1e40 100644 --- a/rpc/subscription.go +++ b/rpc/subscription.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/subscription_test.go b/rpc/subscription_test.go index 0ba177e63b..c138b122e9 100644 --- a/rpc/subscription_test.go +++ b/rpc/subscription_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/types.go b/rpc/types.go index e95050a250..b4c1035c7c 100644 --- a/rpc/types.go +++ b/rpc/types.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/types_test.go b/rpc/types_test.go index b502ee1405..348e683bbc 100644 --- a/rpc/types_test.go +++ b/rpc/types_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/utils.go b/rpc/utils.go index 9315cab591..de1edad912 100644 --- a/rpc/utils.go +++ b/rpc/utils.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/utils_test.go b/rpc/utils_test.go index e0e063f607..ca8308bfd3 100644 --- a/rpc/utils_test.go +++ b/rpc/utils_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/rpc/websocket.go b/rpc/websocket.go index df5e47fe01..923cb6f942 100644 --- a/rpc/websocket.go +++ b/rpc/websocket.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package rpc diff --git a/swarm/api/api.go b/swarm/api/api.go index d1f9c6ce5f..04036b6af8 100644 --- a/swarm/api/api.go +++ b/swarm/api/api.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/api/api_test.go b/swarm/api/api_test.go index 76bfc78194..9441f58884 100644 --- a/swarm/api/api_test.go +++ b/swarm/api/api_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/api/client/client.go b/swarm/api/client/client.go index e6f1a49056..93a4dec39b 100644 --- a/swarm/api/client/client.go +++ b/swarm/api/client/client.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package client diff --git a/swarm/api/client/client_test.go b/swarm/api/client/client_test.go index 3645949d2c..6a78b7b6c9 100644 --- a/swarm/api/client/client_test.go +++ b/swarm/api/client/client_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package client diff --git a/swarm/api/config.go b/swarm/api/config.go index 6a7c891fa1..2422873770 100644 --- a/swarm/api/config.go +++ b/swarm/api/config.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/api/config_test.go b/swarm/api/config_test.go index 3d7f2d06a2..833fc508de 100644 --- a/swarm/api/config_test.go +++ b/swarm/api/config_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/api/filesystem.go b/swarm/api/filesystem.go index c6a5e711f6..0602964ca9 100644 --- a/swarm/api/filesystem.go +++ b/swarm/api/filesystem.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/api/filesystem_test.go b/swarm/api/filesystem_test.go index aab63f009f..3b71680b6f 100644 --- a/swarm/api/filesystem_test.go +++ b/swarm/api/filesystem_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/api/http/error.go b/swarm/api/http/error.go index b375e75a0f..bd60c68bf6 100644 --- a/swarm/api/http/error.go +++ b/swarm/api/http/error.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . /* Show nicely (but simple) formatted HTML error pages (or respond with JSON diff --git a/swarm/api/http/error_templates.go b/swarm/api/http/error_templates.go index 2c20ba8f99..b6caf4ab85 100644 --- a/swarm/api/http/error_templates.go +++ b/swarm/api/http/error_templates.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . /* We use html templates to handle simple but as informative as possible error pages. diff --git a/swarm/api/http/error_test.go b/swarm/api/http/error_test.go index 49f1940068..aed4a8bab9 100644 --- a/swarm/api/http/error_test.go +++ b/swarm/api/http/error_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package http_test diff --git a/swarm/api/http/roundtripper.go b/swarm/api/http/roundtripper.go index 7d31c95f27..ae06ad095e 100644 --- a/swarm/api/http/roundtripper.go +++ b/swarm/api/http/roundtripper.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package http diff --git a/swarm/api/http/roundtripper_test.go b/swarm/api/http/roundtripper_test.go index f99c4f35e0..a5837bc63e 100644 --- a/swarm/api/http/roundtripper_test.go +++ b/swarm/api/http/roundtripper_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package http diff --git a/swarm/api/http/server.go b/swarm/api/http/server.go index 765fd5f158..8ee3b781a4 100644 --- a/swarm/api/http/server.go +++ b/swarm/api/http/server.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . /* A simple http server interface to Swarm diff --git a/swarm/api/http/server_test.go b/swarm/api/http/server_test.go index c067f62acf..db4828c586 100644 --- a/swarm/api/http/server_test.go +++ b/swarm/api/http/server_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package http_test diff --git a/swarm/api/http/templates.go b/swarm/api/http/templates.go index a61d406671..a101bc97af 100644 --- a/swarm/api/http/templates.go +++ b/swarm/api/http/templates.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package http diff --git a/swarm/api/manifest.go b/swarm/api/manifest.go index b1d697c26f..70135a942d 100644 --- a/swarm/api/manifest.go +++ b/swarm/api/manifest.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/api/manifest_test.go b/swarm/api/manifest_test.go index f43547ecaf..9eaa2711a0 100644 --- a/swarm/api/manifest_test.go +++ b/swarm/api/manifest_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/api/storage.go b/swarm/api/storage.go index 0e3abecfe4..c7dfcb12e9 100644 --- a/swarm/api/storage.go +++ b/swarm/api/storage.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/api/storage_test.go b/swarm/api/storage_test.go index d260dd61d8..ec8759fbe3 100644 --- a/swarm/api/storage_test.go +++ b/swarm/api/storage_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/api/testapi.go b/swarm/api/testapi.go index c184282800..f1e1548688 100644 --- a/swarm/api/testapi.go +++ b/swarm/api/testapi.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/api/uri.go b/swarm/api/uri.go index d8aafedf41..99dcec02df 100644 --- a/swarm/api/uri.go +++ b/swarm/api/uri.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/api/uri_test.go b/swarm/api/uri_test.go index 137b4505d4..ba5f7456ab 100644 --- a/swarm/api/uri_test.go +++ b/swarm/api/uri_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package api diff --git a/swarm/fuse/fuse_dir.go b/swarm/fuse/fuse_dir.go index 91b236ae8a..a86582c66c 100644 --- a/swarm/fuse/fuse_dir.go +++ b/swarm/fuse/fuse_dir.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build linux darwin freebsd diff --git a/swarm/fuse/fuse_file.go b/swarm/fuse/fuse_file.go index 2ab8e04cec..b93d551bed 100644 --- a/swarm/fuse/fuse_file.go +++ b/swarm/fuse/fuse_file.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build linux darwin freebsd diff --git a/swarm/fuse/fuse_root.go b/swarm/fuse/fuse_root.go index b2262d1c5a..91350e541f 100644 --- a/swarm/fuse/fuse_root.go +++ b/swarm/fuse/fuse_root.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build linux darwin freebsd diff --git a/swarm/fuse/swarmfs.go b/swarm/fuse/swarmfs.go index 9a7f0f3d23..52b55d4762 100644 --- a/swarm/fuse/swarmfs.go +++ b/swarm/fuse/swarmfs.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package fuse diff --git a/swarm/fuse/swarmfs_fallback.go b/swarm/fuse/swarmfs_fallback.go index 4864c8689c..5f94da17a8 100644 --- a/swarm/fuse/swarmfs_fallback.go +++ b/swarm/fuse/swarmfs_fallback.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build !linux,!darwin,!freebsd diff --git a/swarm/fuse/swarmfs_test.go b/swarm/fuse/swarmfs_test.go index 5a0172fef8..9617fc9298 100644 --- a/swarm/fuse/swarmfs_test.go +++ b/swarm/fuse/swarmfs_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build linux darwin freebsd diff --git a/swarm/fuse/swarmfs_unix.go b/swarm/fuse/swarmfs_unix.go index 3a6250fedb..4356407a26 100644 --- a/swarm/fuse/swarmfs_unix.go +++ b/swarm/fuse/swarmfs_unix.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build linux darwin freebsd diff --git a/swarm/fuse/swarmfs_util.go b/swarm/fuse/swarmfs_util.go index 29f7cb466a..cb4f7d00a7 100644 --- a/swarm/fuse/swarmfs_util.go +++ b/swarm/fuse/swarmfs_util.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build linux darwin freebsd diff --git a/swarm/network/depo.go b/swarm/network/depo.go index da566db223..a78cdde0a3 100644 --- a/swarm/network/depo.go +++ b/swarm/network/depo.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package network diff --git a/swarm/network/forwarding.go b/swarm/network/forwarding.go index a2883b0d24..2138bd64c0 100644 --- a/swarm/network/forwarding.go +++ b/swarm/network/forwarding.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package network diff --git a/swarm/network/hive.go b/swarm/network/hive.go index cc5845e407..e7f84270d3 100644 --- a/swarm/network/hive.go +++ b/swarm/network/hive.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package network diff --git a/swarm/network/kademlia/address.go b/swarm/network/kademlia/address.go index 067225b5dc..4dda6f4420 100644 --- a/swarm/network/kademlia/address.go +++ b/swarm/network/kademlia/address.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package kademlia diff --git a/swarm/network/kademlia/address_test.go b/swarm/network/kademlia/address_test.go index e0129952e2..d34e60737a 100644 --- a/swarm/network/kademlia/address_test.go +++ b/swarm/network/kademlia/address_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package kademlia diff --git a/swarm/network/kademlia/kaddb.go b/swarm/network/kademlia/kaddb.go index 62c707ff85..e8ff6bd4d5 100644 --- a/swarm/network/kademlia/kaddb.go +++ b/swarm/network/kademlia/kaddb.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package kademlia diff --git a/swarm/network/kademlia/kademlia.go b/swarm/network/kademlia/kademlia.go index 0f8c3b1e21..0b846330df 100644 --- a/swarm/network/kademlia/kademlia.go +++ b/swarm/network/kademlia/kademlia.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package kademlia diff --git a/swarm/network/kademlia/kademlia_test.go b/swarm/network/kademlia/kademlia_test.go index 88858908a4..d11ee4414f 100644 --- a/swarm/network/kademlia/kademlia_test.go +++ b/swarm/network/kademlia/kademlia_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package kademlia diff --git a/swarm/network/messages.go b/swarm/network/messages.go index 0b39b1538e..3cdfff5a29 100644 --- a/swarm/network/messages.go +++ b/swarm/network/messages.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package network diff --git a/swarm/network/protocol.go b/swarm/network/protocol.go index 359a61af56..7c82b4f6c9 100644 --- a/swarm/network/protocol.go +++ b/swarm/network/protocol.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package network diff --git a/swarm/network/protocol_test.go b/swarm/network/protocol_test.go index 988d0ac923..da93d7a7c1 100644 --- a/swarm/network/protocol_test.go +++ b/swarm/network/protocol_test.go @@ -1,17 +1,17 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package network diff --git a/swarm/network/syncdb.go b/swarm/network/syncdb.go index 9b49d2344c..c219ed8bab 100644 --- a/swarm/network/syncdb.go +++ b/swarm/network/syncdb.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package network diff --git a/swarm/network/syncdb_test.go b/swarm/network/syncdb_test.go index 9e1fdd313b..9b83477221 100644 --- a/swarm/network/syncdb_test.go +++ b/swarm/network/syncdb_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package network diff --git a/swarm/network/syncer.go b/swarm/network/syncer.go index e494ac36e4..c10233d049 100644 --- a/swarm/network/syncer.go +++ b/swarm/network/syncer.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package network diff --git a/swarm/services/swap/swap.go b/swarm/services/swap/swap.go index 7c93b5d24d..a3eff9c80b 100644 --- a/swarm/services/swap/swap.go +++ b/swarm/services/swap/swap.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package swap diff --git a/swarm/services/swap/swap/swap.go b/swarm/services/swap/swap/swap.go index f03c9764e3..61df7acf9a 100644 --- a/swarm/services/swap/swap/swap.go +++ b/swarm/services/swap/swap/swap.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package swap diff --git a/swarm/services/swap/swap/swap_test.go b/swarm/services/swap/swap/swap_test.go index 51fec0e96c..bbb7aff2fc 100644 --- a/swarm/services/swap/swap/swap_test.go +++ b/swarm/services/swap/swap/swap_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package swap diff --git a/swarm/storage/chunker.go b/swarm/storage/chunker.go index 98cd6e75ea..010e69c182 100644 --- a/swarm/storage/chunker.go +++ b/swarm/storage/chunker.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/storage/chunker_test.go b/swarm/storage/chunker_test.go index 3e98c69478..a1778d08d6 100644 --- a/swarm/storage/chunker_test.go +++ b/swarm/storage/chunker_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/storage/common_test.go b/swarm/storage/common_test.go index db2b3f2e0d..54c0161d95 100644 --- a/swarm/storage/common_test.go +++ b/swarm/storage/common_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/storage/database.go b/swarm/storage/database.go index 8637638722..5cd2684307 100644 --- a/swarm/storage/database.go +++ b/swarm/storage/database.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/storage/dbstore.go b/swarm/storage/dbstore.go index 57ece9bc26..0946c2a9e6 100644 --- a/swarm/storage/dbstore.go +++ b/swarm/storage/dbstore.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // disk storage layer for the package bzz // DbStore implements the ChunkStore interface and is used by the DPA as diff --git a/swarm/storage/dbstore_test.go b/swarm/storage/dbstore_test.go index 33bc419a8c..adfd8b6b48 100644 --- a/swarm/storage/dbstore_test.go +++ b/swarm/storage/dbstore_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/storage/dpa.go b/swarm/storage/dpa.go index 4341f58b01..f44ead46d4 100644 --- a/swarm/storage/dpa.go +++ b/swarm/storage/dpa.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/storage/dpa_test.go b/swarm/storage/dpa_test.go index a23b9efebe..19061ed8db 100644 --- a/swarm/storage/dpa_test.go +++ b/swarm/storage/dpa_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/storage/localstore.go b/swarm/storage/localstore.go index b442e6cc54..0401552685 100644 --- a/swarm/storage/localstore.go +++ b/swarm/storage/localstore.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/storage/memstore.go b/swarm/storage/memstore.go index ca85cf7bff..fbf868a481 100644 --- a/swarm/storage/memstore.go +++ b/swarm/storage/memstore.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // memory storage layer for the package blockhash diff --git a/swarm/storage/memstore_test.go b/swarm/storage/memstore_test.go index 2e0ab535af..e73b26a987 100644 --- a/swarm/storage/memstore_test.go +++ b/swarm/storage/memstore_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/storage/netstore.go b/swarm/storage/netstore.go index 5340b648d5..9fcd2cfcf0 100644 --- a/swarm/storage/netstore.go +++ b/swarm/storage/netstore.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/storage/pyramid.go b/swarm/storage/pyramid.go index 19d493405a..8c0813f6e0 100644 --- a/swarm/storage/pyramid.go +++ b/swarm/storage/pyramid.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/storage/swarmhasher.go b/swarm/storage/swarmhasher.go index 38b86373c5..d7c68dfc0e 100644 --- a/swarm/storage/swarmhasher.go +++ b/swarm/storage/swarmhasher.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/storage/types.go b/swarm/storage/types.go index addbc224f9..6000c8eaa5 100644 --- a/swarm/storage/types.go +++ b/swarm/storage/types.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package storage diff --git a/swarm/swarm.go b/swarm/swarm.go index b3d56ac4b5..701e660a08 100644 --- a/swarm/swarm.go +++ b/swarm/swarm.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package swarm diff --git a/swarm/testutil/http.go b/swarm/testutil/http.go index 92660a2d2f..89cae641e6 100644 --- a/swarm/testutil/http.go +++ b/swarm/testutil/http.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package testutil diff --git a/tests/block_test.go b/tests/block_test.go index 669d3ca08a..1eda97cbce 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tests diff --git a/tests/block_test_util.go b/tests/block_test_util.go index 5547e46491..47f8cbda3d 100644 --- a/tests/block_test_util.go +++ b/tests/block_test_util.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package tests implements execution of Ethereum JSON tests. package tests diff --git a/tests/difficulty_test.go b/tests/difficulty_test.go index d3bccb5ced..25955ffa44 100644 --- a/tests/difficulty_test.go +++ b/tests/difficulty_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // package tests diff --git a/tests/difficulty_test_util.go b/tests/difficulty_test_util.go index 4d63d14e21..c2212c1994 100644 --- a/tests/difficulty_test_util.go +++ b/tests/difficulty_test_util.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // package tests diff --git a/tests/init.go b/tests/init.go index f34ea16997..d5ffb70c8f 100644 --- a/tests/init.go +++ b/tests/init.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tests diff --git a/tests/init_test.go b/tests/init_test.go index b7ae51f84c..c0ed267c22 100644 --- a/tests/init_test.go +++ b/tests/init_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tests diff --git a/tests/rlp_test.go b/tests/rlp_test.go index 1601625df5..9c642eb976 100644 --- a/tests/rlp_test.go +++ b/tests/rlp_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tests diff --git a/tests/rlp_test_util.go b/tests/rlp_test_util.go index 3ae7a5f708..859e704f47 100644 --- a/tests/rlp_test_util.go +++ b/tests/rlp_test_util.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tests diff --git a/tests/state_test.go b/tests/state_test.go index 03474aad3c..e892834525 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tests diff --git a/tests/state_test_util.go b/tests/state_test_util.go index 89d839c387..1e001b33fd 100644 --- a/tests/state_test_util.go +++ b/tests/state_test_util.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tests diff --git a/tests/transaction_test.go b/tests/transaction_test.go index 1cf2231f19..f16cebbe7b 100644 --- a/tests/transaction_test.go +++ b/tests/transaction_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tests diff --git a/tests/transaction_test_util.go b/tests/transaction_test_util.go index 76a766fca2..b71b3a3aa9 100644 --- a/tests/transaction_test_util.go +++ b/tests/transaction_test_util.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tests diff --git a/tests/vm_test.go b/tests/vm_test.go index 272a0f2ac6..5678514279 100644 --- a/tests/vm_test.go +++ b/tests/vm_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tests diff --git a/tests/vm_test_util.go b/tests/vm_test_util.go index 3389d7eed0..c874c0a7fc 100644 --- a/tests/vm_test_util.go +++ b/tests/vm_test_util.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package tests diff --git a/trie/database.go b/trie/database.go index 685a18d825..125bf55f2e 100644 --- a/trie/database.go +++ b/trie/database.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/encoding.go b/trie/encoding.go index e96a786e40..57e9d519a7 100644 --- a/trie/encoding.go +++ b/trie/encoding.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/encoding_test.go b/trie/encoding_test.go index 97d8da1361..d22192b24f 100644 --- a/trie/encoding_test.go +++ b/trie/encoding_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/errors.go b/trie/errors.go index e040ca0a81..e48e069642 100644 --- a/trie/errors.go +++ b/trie/errors.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/hasher.go b/trie/hasher.go index c21d32c1eb..b8aad03abc 100644 --- a/trie/hasher.go +++ b/trie/hasher.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/iterator.go b/trie/iterator.go index b06f33c1af..95b50a53a3 100644 --- a/trie/iterator.go +++ b/trie/iterator.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/iterator_test.go b/trie/iterator_test.go index 177593130c..39a8afc11a 100644 --- a/trie/iterator_test.go +++ b/trie/iterator_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/node.go b/trie/node.go index 3a0eae447c..aa9a7e81a3 100644 --- a/trie/node.go +++ b/trie/node.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/node_test.go b/trie/node_test.go index 7ad1ff9e7b..04910bd1ae 100644 --- a/trie/node_test.go +++ b/trie/node_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/proof.go b/trie/proof.go index 7ecda8fffb..ce37af17de 100644 --- a/trie/proof.go +++ b/trie/proof.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/proof_test.go b/trie/proof_test.go index c67eb56601..e594c7ba03 100644 --- a/trie/proof_test.go +++ b/trie/proof_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/secure_trie.go b/trie/secure_trie.go index 3dbd5bb7d0..c48c9472fb 100644 --- a/trie/secure_trie.go +++ b/trie/secure_trie.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/secure_trie_test.go b/trie/secure_trie_test.go index 19014be2e5..ef10fc153d 100644 --- a/trie/secure_trie_test.go +++ b/trie/secure_trie_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/sync.go b/trie/sync.go index 485e2480d0..04ab9d8bd1 100644 --- a/trie/sync.go +++ b/trie/sync.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/sync_test.go b/trie/sync_test.go index 8be1b19c5d..1bfce146d6 100644 --- a/trie/sync_test.go +++ b/trie/sync_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/trie/trie.go b/trie/trie.go index d44e89b1ce..479a813970 100644 --- a/trie/trie.go +++ b/trie/trie.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Package trie implements Merkle Patricia Tries. package trie diff --git a/trie/trie_test.go b/trie/trie_test.go index d8e3f0255b..d9b6c9f96a 100644 --- a/trie/trie_test.go +++ b/trie/trie_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package trie diff --git a/whisper/mailserver/mailserver.go b/whisper/mailserver/mailserver.go index d0ba18ea29..49c8ec24e4 100644 --- a/whisper/mailserver/mailserver.go +++ b/whisper/mailserver/mailserver.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package mailserver diff --git a/whisper/mailserver/server_test.go b/whisper/mailserver/server_test.go index 4daa87e24b..80d57e2b5a 100644 --- a/whisper/mailserver/server_test.go +++ b/whisper/mailserver/server_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package mailserver diff --git a/whisper/shhclient/client.go b/whisper/shhclient/client.go index 7173fc0cfe..ae42eb0b06 100644 --- a/whisper/shhclient/client.go +++ b/whisper/shhclient/client.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package shhclient diff --git a/whisper/whisperv2/api.go b/whisper/whisperv2/api.go index 025cacedbb..184bb14fd9 100644 --- a/whisper/whisperv2/api.go +++ b/whisper/whisperv2/api.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv2 diff --git a/whisper/whisperv2/doc.go b/whisper/whisperv2/doc.go index 38323712bf..34e2f7a843 100644 --- a/whisper/whisperv2/doc.go +++ b/whisper/whisperv2/doc.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . /* Package whisper implements the Whisper PoC-1. diff --git a/whisper/whisperv2/envelope.go b/whisper/whisperv2/envelope.go index 830f3bf12e..12274da2ec 100644 --- a/whisper/whisperv2/envelope.go +++ b/whisper/whisperv2/envelope.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the Whisper protocol Envelope element. For formal details please see // the specs at https://github.com/etherinc/wiki/wiki/Whisper-PoC-1-Protocol-Spec#envelopes. diff --git a/whisper/whisperv2/envelope_test.go b/whisper/whisperv2/envelope_test.go index 1a1a5aeafe..6ca2db0bb3 100644 --- a/whisper/whisperv2/envelope_test.go +++ b/whisper/whisperv2/envelope_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv2 diff --git a/whisper/whisperv2/filter.go b/whisper/whisperv2/filter.go index 0b23e03e15..8002e6d635 100644 --- a/whisper/whisperv2/filter.go +++ b/whisper/whisperv2/filter.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the message filter for fine grained subscriptions. diff --git a/whisper/whisperv2/filter_test.go b/whisper/whisperv2/filter_test.go index ffdfd7b349..d75b5409a6 100644 --- a/whisper/whisperv2/filter_test.go +++ b/whisper/whisperv2/filter_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv2 diff --git a/whisper/whisperv2/main.go b/whisper/whisperv2/main.go index de46921537..03623e30b8 100644 --- a/whisper/whisperv2/main.go +++ b/whisper/whisperv2/main.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // +build none diff --git a/whisper/whisperv2/message.go b/whisper/whisperv2/message.go index 19ea4bd560..8fc824d856 100644 --- a/whisper/whisperv2/message.go +++ b/whisper/whisperv2/message.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the Whisper protocol Message element. For formal details please see // the specs at https://github.com/etherinc/wiki/wiki/Whisper-PoC-1-Protocol-Spec#messages. diff --git a/whisper/whisperv2/message_test.go b/whisper/whisperv2/message_test.go index 3194e808ff..4d366fcc74 100644 --- a/whisper/whisperv2/message_test.go +++ b/whisper/whisperv2/message_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv2 diff --git a/whisper/whisperv2/peer.go b/whisper/whisperv2/peer.go index a35d43e16d..c9d3ef3a26 100644 --- a/whisper/whisperv2/peer.go +++ b/whisper/whisperv2/peer.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv2 diff --git a/whisper/whisperv2/peer_test.go b/whisper/whisperv2/peer_test.go index 646abdc286..5d379c1fb2 100644 --- a/whisper/whisperv2/peer_test.go +++ b/whisper/whisperv2/peer_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv2 diff --git a/whisper/whisperv2/topic.go b/whisper/whisperv2/topic.go index ed5c293d73..9f4b764d40 100644 --- a/whisper/whisperv2/topic.go +++ b/whisper/whisperv2/topic.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the Whisper protocol Topic element. For formal details please see // the specs at https://github.com/etherinc/wiki/wiki/Whisper-PoC-1-Protocol-Spec#topics. diff --git a/whisper/whisperv2/topic_test.go b/whisper/whisperv2/topic_test.go index bb65689963..a57a3e471a 100644 --- a/whisper/whisperv2/topic_test.go +++ b/whisper/whisperv2/topic_test.go @@ -1,18 +1,18 @@ -// Copyright 2015 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2015 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv2 diff --git a/whisper/whisperv2/whisper.go b/whisper/whisperv2/whisper.go index a55e0a72dd..d56bf9d442 100644 --- a/whisper/whisperv2/whisper.go +++ b/whisper/whisperv2/whisper.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv2 diff --git a/whisper/whisperv2/whisper_test.go b/whisper/whisperv2/whisper_test.go index 7cdfa7a96d..f33fadb82a 100644 --- a/whisper/whisperv2/whisper_test.go +++ b/whisper/whisperv2/whisper_test.go @@ -1,18 +1,18 @@ -// Copyright 2014 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2014 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv2 diff --git a/whisper/whisperv5/api.go b/whisper/whisperv5/api.go index f2635e5f43..147a44f0e5 100644 --- a/whisper/whisperv5/api.go +++ b/whisper/whisperv5/api.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv5 diff --git a/whisper/whisperv5/benchmarks_test.go b/whisper/whisperv5/benchmarks_test.go index 91002e8746..4d205e344a 100644 --- a/whisper/whisperv5/benchmarks_test.go +++ b/whisper/whisperv5/benchmarks_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv5 diff --git a/whisper/whisperv5/config.go b/whisper/whisperv5/config.go index fcc2307046..ddcca96e4c 100644 --- a/whisper/whisperv5/config.go +++ b/whisper/whisperv5/config.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv5 diff --git a/whisper/whisperv5/doc.go b/whisper/whisperv5/doc.go index 7a57488bd7..c8e5d94259 100644 --- a/whisper/whisperv5/doc.go +++ b/whisper/whisperv5/doc.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . /* Package whisper implements the Whisper protocol (version 5). diff --git a/whisper/whisperv5/envelope.go b/whisper/whisperv5/envelope.go index c26b0e3f0e..5ed4a14c03 100644 --- a/whisper/whisperv5/envelope.go +++ b/whisper/whisperv5/envelope.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the Whisper protocol Envelope element. diff --git a/whisper/whisperv5/filter.go b/whisper/whisperv5/filter.go index c9e89f531d..ded8773fb6 100644 --- a/whisper/whisperv5/filter.go +++ b/whisper/whisperv5/filter.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv5 diff --git a/whisper/whisperv5/filter_test.go b/whisper/whisperv5/filter_test.go index 05dc8ec5e5..16cd7e57e9 100644 --- a/whisper/whisperv5/filter_test.go +++ b/whisper/whisperv5/filter_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv5 diff --git a/whisper/whisperv5/message.go b/whisper/whisperv5/message.go index ab73448283..d7b8c9078f 100644 --- a/whisper/whisperv5/message.go +++ b/whisper/whisperv5/message.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the Whisper protocol Message element. diff --git a/whisper/whisperv5/message_test.go b/whisper/whisperv5/message_test.go index 757c964a9b..4b8281709b 100644 --- a/whisper/whisperv5/message_test.go +++ b/whisper/whisperv5/message_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv5 diff --git a/whisper/whisperv5/peer.go b/whisper/whisperv5/peer.go index af6aa86a59..4c272f1b30 100644 --- a/whisper/whisperv5/peer.go +++ b/whisper/whisperv5/peer.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv5 diff --git a/whisper/whisperv5/peer_test.go b/whisper/whisperv5/peer_test.go index ca29ff4e5c..f6432bd6e0 100644 --- a/whisper/whisperv5/peer_test.go +++ b/whisper/whisperv5/peer_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv5 diff --git a/whisper/whisperv5/topic.go b/whisper/whisperv5/topic.go index 741fc512e8..f4225b21ce 100644 --- a/whisper/whisperv5/topic.go +++ b/whisper/whisperv5/topic.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the Whisper protocol Topic element. diff --git a/whisper/whisperv5/topic_test.go b/whisper/whisperv5/topic_test.go index 54bbeaf85e..849bbc53b1 100644 --- a/whisper/whisperv5/topic_test.go +++ b/whisper/whisperv5/topic_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv5 diff --git a/whisper/whisperv5/whisper.go b/whisper/whisperv5/whisper.go index 7b4f99abf9..37338e886e 100644 --- a/whisper/whisperv5/whisper.go +++ b/whisper/whisperv5/whisper.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv5 diff --git a/whisper/whisperv5/whisper_test.go b/whisper/whisperv5/whisper_test.go index 73898f580b..de686307cb 100644 --- a/whisper/whisperv5/whisper_test.go +++ b/whisper/whisperv5/whisper_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv5 diff --git a/whisper/whisperv6/api.go b/whisper/whisperv6/api.go index 29b9144f43..7bbec16dad 100644 --- a/whisper/whisperv6/api.go +++ b/whisper/whisperv6/api.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv6 diff --git a/whisper/whisperv6/benchmarks_test.go b/whisper/whisperv6/benchmarks_test.go index a82916b201..a662f192bf 100644 --- a/whisper/whisperv6/benchmarks_test.go +++ b/whisper/whisperv6/benchmarks_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv6 diff --git a/whisper/whisperv6/config.go b/whisper/whisperv6/config.go index 61419de007..8de65a6e7c 100644 --- a/whisper/whisperv6/config.go +++ b/whisper/whisperv6/config.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv6 diff --git a/whisper/whisperv6/doc.go b/whisper/whisperv6/doc.go index d5d7fed609..c91f2f1f1b 100644 --- a/whisper/whisperv6/doc.go +++ b/whisper/whisperv6/doc.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . /* Package whisper implements the Whisper protocol (version 6). diff --git a/whisper/whisperv6/envelope.go b/whisper/whisperv6/envelope.go index 41c2ac5bcb..23506963a7 100644 --- a/whisper/whisperv6/envelope.go +++ b/whisper/whisperv6/envelope.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the Whisper protocol Envelope element. diff --git a/whisper/whisperv6/envelope_test.go b/whisper/whisperv6/envelope_test.go index 602a8d36e5..fa90ac980e 100644 --- a/whisper/whisperv6/envelope_test.go +++ b/whisper/whisperv6/envelope_test.go @@ -1,18 +1,18 @@ -// Copyright 2017 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2017 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the tests associated with the Whisper protocol Envelope object. diff --git a/whisper/whisperv6/filter.go b/whisper/whisperv6/filter.go index fdfbd21cd0..d8e5542ad9 100644 --- a/whisper/whisperv6/filter.go +++ b/whisper/whisperv6/filter.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv6 diff --git a/whisper/whisperv6/filter_test.go b/whisper/whisperv6/filter_test.go index 2f6da9bffd..106edf26f1 100644 --- a/whisper/whisperv6/filter_test.go +++ b/whisper/whisperv6/filter_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv6 diff --git a/whisper/whisperv6/message.go b/whisper/whisperv6/message.go index d1a38edb88..876e77b8d8 100644 --- a/whisper/whisperv6/message.go +++ b/whisper/whisperv6/message.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the Whisper protocol Message element. diff --git a/whisper/whisperv6/message_test.go b/whisper/whisperv6/message_test.go index 7a34c0cb88..e281f95adc 100644 --- a/whisper/whisperv6/message_test.go +++ b/whisper/whisperv6/message_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv6 diff --git a/whisper/whisperv6/peer.go b/whisper/whisperv6/peer.go index 1b906dd69b..b9c865130d 100644 --- a/whisper/whisperv6/peer.go +++ b/whisper/whisperv6/peer.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv6 diff --git a/whisper/whisperv6/peer_test.go b/whisper/whisperv6/peer_test.go index 5758cc77f3..34aa9e0654 100644 --- a/whisper/whisperv6/peer_test.go +++ b/whisper/whisperv6/peer_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv6 diff --git a/whisper/whisperv6/topic.go b/whisper/whisperv6/topic.go index 78cb2a5013..331f471a77 100644 --- a/whisper/whisperv6/topic.go +++ b/whisper/whisperv6/topic.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . // Contains the Whisper protocol Topic element. diff --git a/whisper/whisperv6/topic_test.go b/whisper/whisperv6/topic_test.go index 454afe0de1..3d476b44a9 100644 --- a/whisper/whisperv6/topic_test.go +++ b/whisper/whisperv6/topic_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv6 diff --git a/whisper/whisperv6/whisper.go b/whisper/whisperv6/whisper.go index 1ec31681ab..c27f078252 100644 --- a/whisper/whisperv6/whisper.go +++ b/whisper/whisperv6/whisper.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv6 diff --git a/whisper/whisperv6/whisper_test.go b/whisper/whisperv6/whisper_test.go index afa0d37658..0ccf1cdd95 100644 --- a/whisper/whisperv6/whisper_test.go +++ b/whisper/whisperv6/whisper_test.go @@ -1,18 +1,18 @@ -// Copyright 2016 The go-ethereum Authors -// This file is part of the go-ethereum library. +// Copyright 2016 The go-etherinc Authors +// This file is part of the go-etherinc library. // -// The go-ethereum library is free software: you can redistribute it and/or modify +// The go-etherinc library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// The go-ethereum library is distributed in the hope that it will be useful, +// The go-etherinc library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with the go-ethereum library. If not, see . +// along with the go-etherinc library. If not, see . package whisperv6