From e8dfd14cce402f7074f27ea7d18df56f14808f82 Mon Sep 17 00:00:00 2001 From: Miles <2627273987@qq.com> Date: Fri, 1 Mar 2024 11:18:21 +0800 Subject: [PATCH] fix typo --- .github/dependabot.yml | 2 +- .github/workflows/branches.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/pipeline.yml | 2 +- .github/workflows/pr.yml | 2 +- .golangci.yaml | 2 +- build/scripts/proto_generate.sh | 2 +- build/scripts/proto_generate_pulsar.sh | 2 +- codecov.yml | 2 +- contracts/src/cosmos/precompile/Distribution.sol | 2 +- contracts/src/cosmos/precompile/examples/LiquidStaking.sol | 2 +- cosmos/LICENSE.header | 2 +- cosmos/api/polaris/crypto/ethsecp256k1/v1/keys.pulsar.go | 2 +- cosmos/api/polaris/evm/module/v1alpha1/module.pulsar.go | 2 +- cosmos/api/polaris/evm/v1alpha1/tx.pulsar.go | 2 +- cosmos/api/polaris/evm/v1alpha1/tx_grpc.pb.go | 2 +- cosmos/config/config.go | 2 +- cosmos/config/config_test.go | 2 +- cosmos/config/default.go | 2 +- cosmos/config/flags.go | 2 +- cosmos/config/flags/flags.go | 2 +- cosmos/config/parser.go | 2 +- cosmos/config/parser_test.go | 2 +- cosmos/config/template.go | 2 +- cosmos/crypto/codec/codec.go | 2 +- cosmos/crypto/codec/codec_test.go | 2 +- cosmos/crypto/hd/algo.go | 2 +- cosmos/crypto/hd/algo_test.go | 2 +- cosmos/crypto/hd/hd.go | 2 +- cosmos/crypto/hd/hd_test.go | 2 +- cosmos/crypto/keyring/option.go | 2 +- cosmos/crypto/keyring/option_test.go | 2 +- cosmos/crypto/keys/ethsecp256k1/keys.go | 2 +- cosmos/crypto/keys/ethsecp256k1/keys_test.go | 2 +- cosmos/crypto/keys/ethsecp256k1/signature_cgo.go | 2 +- cosmos/crypto/keys/ethsecp256k1/signature_cgo_test.go | 2 +- cosmos/lib/address.go | 2 +- cosmos/lib/address_test.go | 2 +- cosmos/lib/codec.go | 2 +- cosmos/lib/conversions.go | 2 +- cosmos/lib/evm.go | 2 +- cosmos/lib/lib_test.go | 2 +- cosmos/lib/signing/signers.go | 2 +- cosmos/lib/tx/serializer.go | 2 +- cosmos/precompile/bank/bank.go | 2 +- cosmos/precompile/bank/bank_test.go | 2 +- cosmos/precompile/distribution/distribution.go | 2 +- cosmos/precompile/distribution/distribution_test.go | 2 +- cosmos/precompile/errors.go | 2 +- cosmos/precompile/governance/governance.go | 2 +- cosmos/precompile/governance/governance_test.go | 2 +- cosmos/precompile/governance/testutil.go | 2 +- cosmos/precompile/staking/staking.go | 2 +- cosmos/precompile/staking/staking_test.go | 2 +- cosmos/runtime/abci/proposal.go | 2 +- cosmos/runtime/abci/types.go | 2 +- cosmos/runtime/ante/ante.go | 2 +- cosmos/runtime/chain/abci.go | 2 +- cosmos/runtime/chain/chain.go | 2 +- cosmos/runtime/chain/interfaces.go | 2 +- cosmos/runtime/comet/sync.go | 2 +- cosmos/runtime/logging.go | 2 +- cosmos/runtime/miner/abci.go | 2 +- cosmos/runtime/miner/interfaces.go | 2 +- cosmos/runtime/miner/miner.go | 2 +- cosmos/runtime/miner/msgs.go | 2 +- cosmos/runtime/miner/telemetry.go | 2 +- cosmos/runtime/runtime.go | 2 +- cosmos/runtime/txpool/ante.go | 2 +- cosmos/runtime/txpool/comet.go | 2 +- cosmos/runtime/txpool/handler.go | 2 +- cosmos/runtime/txpool/handler_test.go | 2 +- cosmos/runtime/txpool/mempool.go | 2 +- cosmos/runtime/txpool/telemetry.go | 2 +- cosmos/store/cachekv/readonly_store.go | 2 +- cosmos/store/cachekv/readonly_store_test.go | 2 +- cosmos/store/snapmulti/store.go | 2 +- cosmos/store/snapmulti/store_test.go | 2 +- cosmos/store/snapmulti/telemetry.go | 2 +- cosmos/testutil/bank.go | 2 +- cosmos/testutil/setup.go | 2 +- cosmos/x/evm/depinject.go | 2 +- cosmos/x/evm/genesis.go | 2 +- cosmos/x/evm/genesis_test.go | 2 +- cosmos/x/evm/interfaces.go | 2 +- cosmos/x/evm/keeper/abci.go | 2 +- cosmos/x/evm/keeper/genesis.go | 2 +- cosmos/x/evm/keeper/host.go | 2 +- cosmos/x/evm/keeper/keeper.go | 2 +- cosmos/x/evm/keeper/keeper_test.go | 2 +- cosmos/x/evm/keeper/processor.go | 2 +- cosmos/x/evm/module.go | 2 +- cosmos/x/evm/plugins/base.go | 2 +- cosmos/x/evm/plugins/block/block_test.go | 2 +- cosmos/x/evm/plugins/block/genesis.go | 2 +- cosmos/x/evm/plugins/block/header.go | 2 +- cosmos/x/evm/plugins/block/header_test.go | 2 +- cosmos/x/evm/plugins/block/keys.go | 2 +- cosmos/x/evm/plugins/block/plugin.go | 2 +- cosmos/x/evm/plugins/historical/errors.go | 2 +- cosmos/x/evm/plugins/historical/genesis.go | 2 +- cosmos/x/evm/plugins/historical/historical_data.go | 2 +- cosmos/x/evm/plugins/historical/plugin.go | 2 +- cosmos/x/evm/plugins/historical/plugin_test.go | 2 +- cosmos/x/evm/plugins/precompile/interfaces.go | 2 +- cosmos/x/evm/plugins/precompile/log/attributes.go | 2 +- cosmos/x/evm/plugins/precompile/log/attributes_test.go | 2 +- cosmos/x/evm/plugins/precompile/log/errors.go | 2 +- cosmos/x/evm/plugins/precompile/log/factory.go | 2 +- cosmos/x/evm/plugins/precompile/log/factory_test.go | 2 +- cosmos/x/evm/plugins/precompile/log/log.go | 2 +- cosmos/x/evm/plugins/precompile/log/log_test.go | 2 +- cosmos/x/evm/plugins/precompile/log/translator.go | 2 +- cosmos/x/evm/plugins/precompile/plugin.go | 2 +- cosmos/x/evm/plugins/precompile/plugin_test.go | 2 +- cosmos/x/evm/plugins/precompile/recovery.go | 2 +- cosmos/x/evm/plugins/precompile/telemetry.go | 2 +- cosmos/x/evm/plugins/state/events/events_test.go | 2 +- cosmos/x/evm/plugins/state/events/interfaces.go | 2 +- cosmos/x/evm/plugins/state/events/manager.go | 2 +- cosmos/x/evm/plugins/state/events/mock/log_factory.go | 2 +- cosmos/x/evm/plugins/state/events/mock/logsdb.go | 2 +- cosmos/x/evm/plugins/state/factory.go | 2 +- cosmos/x/evm/plugins/state/genesis.go | 2 +- cosmos/x/evm/plugins/state/genesis_test.go | 2 +- cosmos/x/evm/plugins/state/interfaces.go | 2 +- cosmos/x/evm/plugins/state/keys.go | 2 +- cosmos/x/evm/plugins/state/keys_test.go | 2 +- cosmos/x/evm/plugins/state/plugin.go | 2 +- cosmos/x/evm/plugins/state/plugin_benchmark_test.go | 2 +- cosmos/x/evm/plugins/state/plugin_test.go | 2 +- cosmos/x/evm/plugins/state/state_test.go | 2 +- cosmos/x/evm/types/codec.go | 2 +- cosmos/x/evm/types/keys.go | 2 +- cosmos/x/evm/types/tx.go | 2 +- e2e/hive/clients/polard/entrypoint.sh | 2 +- e2e/localnet/network/fixture.go | 2 +- e2e/localnet/utils/utils.go | 2 +- e2e/precompile/polard/start-node.sh | 2 +- e2e/testapp/LICENSE.header | 2 +- e2e/testapp/app.go | 2 +- e2e/testapp/app_config.go | 2 +- e2e/testapp/docker/docker-compose.yml | 2 +- e2e/testapp/docker/local/docker-init.sh | 2 +- e2e/testapp/docker/network-init-4.sh | 2 +- e2e/testapp/docker/reset-temp.sh | 2 +- e2e/testapp/docker/seed/init.sh | 2 +- e2e/testapp/docker/seed/scripts/get-seed-address.sh | 2 +- e2e/testapp/docker/seed/scripts/liveness-probe.sh | 2 +- e2e/testapp/docker/seed/scripts/readiness-probe.sh | 2 +- e2e/testapp/docker/seed/scripts/reset.sh | 2 +- e2e/testapp/docker/seed/scripts/seed-start.sh | 2 +- e2e/testapp/docker/seed/scripts/seed0-init-step1.sh | 2 +- e2e/testapp/docker/seed/scripts/seed0-init-step2.sh | 2 +- e2e/testapp/docker/seed/scripts/seed1-init-step1.sh | 2 +- e2e/testapp/docker/seed/scripts/seed1-init-step2.sh | 2 +- e2e/testapp/docker/seed/scripts/set-moniker.sh | 2 +- e2e/testapp/docker/seed/scripts/set-persistent-peers.sh | 2 +- e2e/testapp/docker/seed/scripts/set-seed-address.sh | 2 +- e2e/testapp/docker/validator/scripts/create-val.sh | 2 +- e2e/testapp/docker/validator/scripts/val0-init-step1.sh | 2 +- e2e/testapp/docker/validator/scripts/val0-init-step2.sh | 2 +- e2e/testapp/docker/validator/scripts/val0-init-step3.sh | 2 +- e2e/testapp/docker/validator/scripts/val1-init-step1.sh | 2 +- e2e/testapp/docker/validator/scripts/val1-init-step2.sh | 2 +- e2e/testapp/entrypoint.sh | 2 +- e2e/testapp/export.go | 2 +- e2e/testapp/helpers.go | 2 +- e2e/testapp/polard/cmd/commands.go | 2 +- e2e/testapp/polard/cmd/root.go | 2 +- e2e/testapp/polard/cmd/root_test.go | 2 +- e2e/testapp/polard/main.go | 2 +- e2e/testapp/upgrades.go | 2 +- eth/LICENSE.header | 2 +- eth/accounts/abi/abi.go | 2 +- eth/accounts/abi/abi_test.go | 2 +- eth/accounts/abi/encoding.go | 2 +- eth/accounts/abi/errors.go | 2 +- eth/accounts/hd.go | 2 +- eth/consensus/dummy_eth_one.go | 2 +- eth/core/chain.go | 2 +- eth/core/chain_context.go | 2 +- eth/core/chain_genesis.go | 2 +- eth/core/chain_helpers.go | 2 +- eth/core/chain_reader.go | 2 +- eth/core/chain_resources.go | 2 +- eth/core/chain_subscriber.go | 2 +- eth/core/chain_writer.go | 2 +- eth/core/core_test.go | 2 +- eth/core/errors.go | 2 +- eth/core/genesis.go | 2 +- eth/core/host.go | 2 +- eth/core/mock/aliases.go | 2 +- eth/core/mock/block_plugin.go | 2 +- eth/core/mock/historical_plugin.go | 2 +- eth/core/mock/precompile_plugin.go | 2 +- eth/core/mock/state_plugin.go | 2 +- eth/core/precompile/base_contract.go | 2 +- eth/core/precompile/default_plugin.go | 2 +- eth/core/precompile/errors.go | 2 +- eth/core/precompile/factories.go | 2 +- eth/core/precompile/factories_test.go | 2 +- eth/core/precompile/interfaces.go | 2 +- eth/core/precompile/method.go | 2 +- eth/core/precompile/method_helpers.go | 2 +- eth/core/precompile/method_test.go | 2 +- eth/core/precompile/method_validation_test.go | 2 +- eth/core/precompile/mock/stateful_impl.go | 2 +- eth/core/precompile/precompile_test.go | 2 +- eth/core/precompile/stateful_container.go | 2 +- eth/core/precompile/stateful_container_test.go | 2 +- eth/core/state/interfaces.go | 2 +- eth/core/state/journal/access_list.go | 2 +- eth/core/state/journal/access_list_test.go | 2 +- eth/core/state/journal/base.go | 2 +- eth/core/state/journal/constants.go | 2 +- eth/core/state/journal/journal_test.go | 2 +- eth/core/state/journal/logs.go | 2 +- eth/core/state/journal/logs_test.go | 2 +- eth/core/state/journal/mock/state_plugin.go | 2 +- eth/core/state/journal/refund.go | 2 +- eth/core/state/journal/refund_test.go | 2 +- eth/core/state/journal/selfdestruct_test.go | 2 +- eth/core/state/journal/selfdestructs.go | 2 +- eth/core/state/journal/transient_storage.go | 2 +- eth/core/state/journal/transient_storage_test.go | 2 +- eth/core/state/mock/state.go | 2 +- eth/core/state/modes.go | 2 +- eth/core/state/statedb.go | 2 +- eth/core/state/statedb_test.go | 2 +- eth/core/types/header.go | 2 +- eth/core/types/receipts.go | 2 +- eth/core/types/transaction.go | 2 +- eth/core/types/types_test.go | 2 +- eth/core/vm/context.go | 2 +- eth/core/vm/interfaces.go | 2 +- eth/core/vm/mock/evm.go | 2 +- eth/core/vm/mock/statedb.go | 2 +- eth/eth.go | 2 +- eth/node/config.go | 2 +- eth/node/node.go | 2 +- eth/params/chain_config.go | 2 +- eth/polar/api/net.go | 2 +- eth/polar/api/web3.go | 2 +- eth/polar/api_backend.go | 2 +- eth/polar/backend.go | 2 +- eth/polar/config.go | 2 +- license/argus-labs.md | 2 +- proto/buf.gen.gogo.yaml | 2 +- proto/buf.gen.pulsar.yaml | 2 +- proto/buf.yaml | 2 +- proto/polaris/crypto/ethsecp256k1/v1/keys.proto | 2 +- proto/polaris/evm/module/v1alpha1/module.proto | 2 +- proto/polaris/evm/v1alpha1/tx.proto | 2 +- 254 files changed, 254 insertions(+), 254 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5a02969a1..bccf4a08a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 533378b22..215dbff68 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 459b117f7..3370a499a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8da3819da..5dc7ed7b2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 62e0a5de6..718de3719 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/.golangci.yaml b/.golangci.yaml index f31b32156..a96a79187 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/build/scripts/proto_generate.sh b/build/scripts/proto_generate.sh index 67335b8e7..54113b7a9 100755 --- a/build/scripts/proto_generate.sh +++ b/build/scripts/proto_generate.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/build/scripts/proto_generate_pulsar.sh b/build/scripts/proto_generate_pulsar.sh index 376f83757..108ed5d67 100755 --- a/build/scripts/proto_generate_pulsar.sh +++ b/build/scripts/proto_generate_pulsar.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/codecov.yml b/codecov.yml index 9a619e026..ac193f123 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/contracts/src/cosmos/precompile/Distribution.sol b/contracts/src/cosmos/precompile/Distribution.sol index 551ceb139..5f1f86c8a 100644 --- a/contracts/src/cosmos/precompile/Distribution.sol +++ b/contracts/src/cosmos/precompile/Distribution.sol @@ -1,7 +1,7 @@ // SPDX-License-Identifier: MIT // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/contracts/src/cosmos/precompile/examples/LiquidStaking.sol b/contracts/src/cosmos/precompile/examples/LiquidStaking.sol index 2676e04d0..c0d502071 100644 --- a/contracts/src/cosmos/precompile/examples/LiquidStaking.sol +++ b/contracts/src/cosmos/precompile/examples/LiquidStaking.sol @@ -34,7 +34,7 @@ import {Cosmos} from "../../CosmosTypes.sol"; * and receive a liquid staking token in return. The liquid staking token can be redeemed for Base * Denom at any time. * Note: This is an example of how to delegate Base Denom to a validator. - * Doing it this way is unsafe since the user can delegate more straight through precomile. + * Doing it this way is unsafe since the user can delegate more straight through precompile. * And withdraw via the precompile. */ contract LiquidStaking is ERC20 { diff --git a/cosmos/LICENSE.header b/cosmos/LICENSE.header index c081d55b8..942ccba4a 100644 --- a/cosmos/LICENSE.header +++ b/cosmos/LICENSE.header @@ -1,7 +1,7 @@ SPDX-License-Identifier: BUSL-1.1 Copyright (C) 2023, Berachain Foundation. All rights reserved. -Use of this software is govered by the Business Source License included +Use of this software is governed by the Business Source License included in the LICENSE file of this repository and at www.mariadb.com/bsl11. ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/api/polaris/crypto/ethsecp256k1/v1/keys.pulsar.go b/cosmos/api/polaris/crypto/ethsecp256k1/v1/keys.pulsar.go index 8dc63e61b..aa0ad21be 100644 --- a/cosmos/api/polaris/crypto/ethsecp256k1/v1/keys.pulsar.go +++ b/cosmos/api/polaris/crypto/ethsecp256k1/v1/keys.pulsar.go @@ -859,7 +859,7 @@ func (x *fastReflection_PrivKey) ProtoMethods() *protoiface.Methods { // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/api/polaris/evm/module/v1alpha1/module.pulsar.go b/cosmos/api/polaris/evm/module/v1alpha1/module.pulsar.go index 4f0a13ffe..a57fa8435 100644 --- a/cosmos/api/polaris/evm/module/v1alpha1/module.pulsar.go +++ b/cosmos/api/polaris/evm/module/v1alpha1/module.pulsar.go @@ -372,7 +372,7 @@ func (x *fastReflection_Module) ProtoMethods() *protoiface.Methods { // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/api/polaris/evm/v1alpha1/tx.pulsar.go b/cosmos/api/polaris/evm/v1alpha1/tx.pulsar.go index 3a2e58d0e..95ab84538 100644 --- a/cosmos/api/polaris/evm/v1alpha1/tx.pulsar.go +++ b/cosmos/api/polaris/evm/v1alpha1/tx.pulsar.go @@ -1572,7 +1572,7 @@ func (x *fastReflection_WrappedEthereumTransactionResult) ProtoMethods() *protoi // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/api/polaris/evm/v1alpha1/tx_grpc.pb.go b/cosmos/api/polaris/evm/v1alpha1/tx_grpc.pb.go index 94e43acd9..628a70a11 100644 --- a/cosmos/api/polaris/evm/v1alpha1/tx_grpc.pb.go +++ b/cosmos/api/polaris/evm/v1alpha1/tx_grpc.pb.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/config/config.go b/cosmos/config/config.go index 1c3859f44..addf062a0 100644 --- a/cosmos/config/config.go +++ b/cosmos/config/config.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/config/config_test.go b/cosmos/config/config_test.go index 0cc492e56..43f9021f9 100644 --- a/cosmos/config/config_test.go +++ b/cosmos/config/config_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/config/default.go b/cosmos/config/default.go index bf28f4c7b..4939e3055 100644 --- a/cosmos/config/default.go +++ b/cosmos/config/default.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/config/flags.go b/cosmos/config/flags.go index 818e7074a..b6bda674b 100644 --- a/cosmos/config/flags.go +++ b/cosmos/config/flags.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/config/flags/flags.go b/cosmos/config/flags/flags.go index 90ae84edc..5873020a5 100644 --- a/cosmos/config/flags/flags.go +++ b/cosmos/config/flags/flags.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/config/parser.go b/cosmos/config/parser.go index 06c9cff8f..59c635edb 100644 --- a/cosmos/config/parser.go +++ b/cosmos/config/parser.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/config/parser_test.go b/cosmos/config/parser_test.go index fdce8a21c..716c427af 100644 --- a/cosmos/config/parser_test.go +++ b/cosmos/config/parser_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/config/template.go b/cosmos/config/template.go index 9a04dae72..4ae08bb99 100644 --- a/cosmos/config/template.go +++ b/cosmos/config/template.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/crypto/codec/codec.go b/cosmos/crypto/codec/codec.go index dc18f5f4a..eb67b4196 100644 --- a/cosmos/crypto/codec/codec.go +++ b/cosmos/crypto/codec/codec.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/crypto/codec/codec_test.go b/cosmos/crypto/codec/codec_test.go index 6e9542ccc..eec1610b7 100644 --- a/cosmos/crypto/codec/codec_test.go +++ b/cosmos/crypto/codec/codec_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/crypto/hd/algo.go b/cosmos/crypto/hd/algo.go index 414d40a53..6f09454b1 100644 --- a/cosmos/crypto/hd/algo.go +++ b/cosmos/crypto/hd/algo.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/crypto/hd/algo_test.go b/cosmos/crypto/hd/algo_test.go index fd97dd7d8..a470102c8 100644 --- a/cosmos/crypto/hd/algo_test.go +++ b/cosmos/crypto/hd/algo_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/crypto/hd/hd.go b/cosmos/crypto/hd/hd.go index 0588972e6..e17421b5c 100644 --- a/cosmos/crypto/hd/hd.go +++ b/cosmos/crypto/hd/hd.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/crypto/hd/hd_test.go b/cosmos/crypto/hd/hd_test.go index 2b0daa523..5b14d2f71 100644 --- a/cosmos/crypto/hd/hd_test.go +++ b/cosmos/crypto/hd/hd_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/crypto/keyring/option.go b/cosmos/crypto/keyring/option.go index 5056b7b43..570b94c5c 100644 --- a/cosmos/crypto/keyring/option.go +++ b/cosmos/crypto/keyring/option.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/crypto/keyring/option_test.go b/cosmos/crypto/keyring/option_test.go index f851bb8d0..6b9aaabdc 100644 --- a/cosmos/crypto/keyring/option_test.go +++ b/cosmos/crypto/keyring/option_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/crypto/keys/ethsecp256k1/keys.go b/cosmos/crypto/keys/ethsecp256k1/keys.go index ba1d2a696..f4bef8be8 100644 --- a/cosmos/crypto/keys/ethsecp256k1/keys.go +++ b/cosmos/crypto/keys/ethsecp256k1/keys.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/crypto/keys/ethsecp256k1/keys_test.go b/cosmos/crypto/keys/ethsecp256k1/keys_test.go index 2b31b7ee8..d0ddef919 100644 --- a/cosmos/crypto/keys/ethsecp256k1/keys_test.go +++ b/cosmos/crypto/keys/ethsecp256k1/keys_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/crypto/keys/ethsecp256k1/signature_cgo.go b/cosmos/crypto/keys/ethsecp256k1/signature_cgo.go index d039ecef2..5b0042e58 100644 --- a/cosmos/crypto/keys/ethsecp256k1/signature_cgo.go +++ b/cosmos/crypto/keys/ethsecp256k1/signature_cgo.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/crypto/keys/ethsecp256k1/signature_cgo_test.go b/cosmos/crypto/keys/ethsecp256k1/signature_cgo_test.go index 7678137a9..dcbdf5f0c 100644 --- a/cosmos/crypto/keys/ethsecp256k1/signature_cgo_test.go +++ b/cosmos/crypto/keys/ethsecp256k1/signature_cgo_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/lib/address.go b/cosmos/lib/address.go index 1cdddbc5e..8613184d9 100644 --- a/cosmos/lib/address.go +++ b/cosmos/lib/address.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/lib/address_test.go b/cosmos/lib/address_test.go index 8d5347558..0a22f053c 100644 --- a/cosmos/lib/address_test.go +++ b/cosmos/lib/address_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/lib/codec.go b/cosmos/lib/codec.go index dd214304d..890da3a3e 100644 --- a/cosmos/lib/codec.go +++ b/cosmos/lib/codec.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/lib/conversions.go b/cosmos/lib/conversions.go index 2ca57ad99..328e5a155 100644 --- a/cosmos/lib/conversions.go +++ b/cosmos/lib/conversions.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/lib/evm.go b/cosmos/lib/evm.go index fbef8471a..d567aa6a7 100644 --- a/cosmos/lib/evm.go +++ b/cosmos/lib/evm.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/lib/lib_test.go b/cosmos/lib/lib_test.go index 3108c446b..31d5a9800 100644 --- a/cosmos/lib/lib_test.go +++ b/cosmos/lib/lib_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/lib/signing/signers.go b/cosmos/lib/signing/signers.go index c232d6310..26c636615 100644 --- a/cosmos/lib/signing/signers.go +++ b/cosmos/lib/signing/signers.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/lib/tx/serializer.go b/cosmos/lib/tx/serializer.go index bf9887a19..a38307f4c 100644 --- a/cosmos/lib/tx/serializer.go +++ b/cosmos/lib/tx/serializer.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/precompile/bank/bank.go b/cosmos/precompile/bank/bank.go index 09787badd..482b43afe 100644 --- a/cosmos/precompile/bank/bank.go +++ b/cosmos/precompile/bank/bank.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/precompile/bank/bank_test.go b/cosmos/precompile/bank/bank_test.go index 38fa23a33..97a2d96c4 100644 --- a/cosmos/precompile/bank/bank_test.go +++ b/cosmos/precompile/bank/bank_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/precompile/distribution/distribution.go b/cosmos/precompile/distribution/distribution.go index 0e386b0da..b87fa2538 100644 --- a/cosmos/precompile/distribution/distribution.go +++ b/cosmos/precompile/distribution/distribution.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/precompile/distribution/distribution_test.go b/cosmos/precompile/distribution/distribution_test.go index 309b9ada6..efae9aad8 100644 --- a/cosmos/precompile/distribution/distribution_test.go +++ b/cosmos/precompile/distribution/distribution_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/precompile/errors.go b/cosmos/precompile/errors.go index 893ec3ffb..9b5eb32a0 100644 --- a/cosmos/precompile/errors.go +++ b/cosmos/precompile/errors.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/precompile/governance/governance.go b/cosmos/precompile/governance/governance.go index fbe3def96..32149d819 100644 --- a/cosmos/precompile/governance/governance.go +++ b/cosmos/precompile/governance/governance.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/precompile/governance/governance_test.go b/cosmos/precompile/governance/governance_test.go index 95e598430..53a0abebd 100644 --- a/cosmos/precompile/governance/governance_test.go +++ b/cosmos/precompile/governance/governance_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/precompile/governance/testutil.go b/cosmos/precompile/governance/testutil.go index 51a387a40..201b5d317 100644 --- a/cosmos/precompile/governance/testutil.go +++ b/cosmos/precompile/governance/testutil.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/precompile/staking/staking.go b/cosmos/precompile/staking/staking.go index ae922a5fb..89093c7a3 100644 --- a/cosmos/precompile/staking/staking.go +++ b/cosmos/precompile/staking/staking.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/precompile/staking/staking_test.go b/cosmos/precompile/staking/staking_test.go index fcb614739..daad3e396 100644 --- a/cosmos/precompile/staking/staking_test.go +++ b/cosmos/precompile/staking/staking_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/abci/proposal.go b/cosmos/runtime/abci/proposal.go index e946ee998..0db71dacf 100644 --- a/cosmos/runtime/abci/proposal.go +++ b/cosmos/runtime/abci/proposal.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/abci/types.go b/cosmos/runtime/abci/types.go index c77113557..4246a4e75 100644 --- a/cosmos/runtime/abci/types.go +++ b/cosmos/runtime/abci/types.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/ante/ante.go b/cosmos/runtime/ante/ante.go index 05c4de043..e034c11df 100644 --- a/cosmos/runtime/ante/ante.go +++ b/cosmos/runtime/ante/ante.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/chain/abci.go b/cosmos/runtime/chain/abci.go index acbede2d9..86f34ef61 100644 --- a/cosmos/runtime/chain/abci.go +++ b/cosmos/runtime/chain/abci.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/chain/chain.go b/cosmos/runtime/chain/chain.go index 095afa7c2..09a875cb1 100644 --- a/cosmos/runtime/chain/chain.go +++ b/cosmos/runtime/chain/chain.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/chain/interfaces.go b/cosmos/runtime/chain/interfaces.go index 5702a374d..63eb0ad45 100644 --- a/cosmos/runtime/chain/interfaces.go +++ b/cosmos/runtime/chain/interfaces.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/comet/sync.go b/cosmos/runtime/comet/sync.go index 7017ad059..1eb1ce2ae 100644 --- a/cosmos/runtime/comet/sync.go +++ b/cosmos/runtime/comet/sync.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/logging.go b/cosmos/runtime/logging.go index 912017225..a7d75588c 100644 --- a/cosmos/runtime/logging.go +++ b/cosmos/runtime/logging.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/miner/abci.go b/cosmos/runtime/miner/abci.go index b2da4acfc..2dfc5e49e 100644 --- a/cosmos/runtime/miner/abci.go +++ b/cosmos/runtime/miner/abci.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/miner/interfaces.go b/cosmos/runtime/miner/interfaces.go index c77ebf73a..f22ac6220 100644 --- a/cosmos/runtime/miner/interfaces.go +++ b/cosmos/runtime/miner/interfaces.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/miner/miner.go b/cosmos/runtime/miner/miner.go index 2d6ce207c..b4daf391f 100644 --- a/cosmos/runtime/miner/miner.go +++ b/cosmos/runtime/miner/miner.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/miner/msgs.go b/cosmos/runtime/miner/msgs.go index c0d3b1dd2..b51d33b79 100644 --- a/cosmos/runtime/miner/msgs.go +++ b/cosmos/runtime/miner/msgs.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/miner/telemetry.go b/cosmos/runtime/miner/telemetry.go index e02e76aaa..a6ffd9819 100644 --- a/cosmos/runtime/miner/telemetry.go +++ b/cosmos/runtime/miner/telemetry.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/runtime.go b/cosmos/runtime/runtime.go index 880ccaf84..0b18bef08 100644 --- a/cosmos/runtime/runtime.go +++ b/cosmos/runtime/runtime.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/txpool/ante.go b/cosmos/runtime/txpool/ante.go index 00215f04b..6ba0a6092 100644 --- a/cosmos/runtime/txpool/ante.go +++ b/cosmos/runtime/txpool/ante.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/txpool/comet.go b/cosmos/runtime/txpool/comet.go index 4e5c5c68d..0f6717ad1 100644 --- a/cosmos/runtime/txpool/comet.go +++ b/cosmos/runtime/txpool/comet.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/txpool/handler.go b/cosmos/runtime/txpool/handler.go index 069003b68..5077e5fd1 100644 --- a/cosmos/runtime/txpool/handler.go +++ b/cosmos/runtime/txpool/handler.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/txpool/handler_test.go b/cosmos/runtime/txpool/handler_test.go index a99202a26..838601f41 100644 --- a/cosmos/runtime/txpool/handler_test.go +++ b/cosmos/runtime/txpool/handler_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/txpool/mempool.go b/cosmos/runtime/txpool/mempool.go index 0d58c8b2a..12c7022a5 100644 --- a/cosmos/runtime/txpool/mempool.go +++ b/cosmos/runtime/txpool/mempool.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/runtime/txpool/telemetry.go b/cosmos/runtime/txpool/telemetry.go index 4e4eba554..d40e12e06 100644 --- a/cosmos/runtime/txpool/telemetry.go +++ b/cosmos/runtime/txpool/telemetry.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/store/cachekv/readonly_store.go b/cosmos/store/cachekv/readonly_store.go index 1d12e670b..d11acd0c1 100644 --- a/cosmos/store/cachekv/readonly_store.go +++ b/cosmos/store/cachekv/readonly_store.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/store/cachekv/readonly_store_test.go b/cosmos/store/cachekv/readonly_store_test.go index 859d9045c..133401484 100644 --- a/cosmos/store/cachekv/readonly_store_test.go +++ b/cosmos/store/cachekv/readonly_store_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/store/snapmulti/store.go b/cosmos/store/snapmulti/store.go index 8063bbea9..222dbedef 100644 --- a/cosmos/store/snapmulti/store.go +++ b/cosmos/store/snapmulti/store.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/store/snapmulti/store_test.go b/cosmos/store/snapmulti/store_test.go index c9cda9651..3fc186c95 100644 --- a/cosmos/store/snapmulti/store_test.go +++ b/cosmos/store/snapmulti/store_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/store/snapmulti/telemetry.go b/cosmos/store/snapmulti/telemetry.go index 4788fe330..bfa93582f 100644 --- a/cosmos/store/snapmulti/telemetry.go +++ b/cosmos/store/snapmulti/telemetry.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/testutil/bank.go b/cosmos/testutil/bank.go index 56f52e9cc..0351ede38 100644 --- a/cosmos/testutil/bank.go +++ b/cosmos/testutil/bank.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/testutil/setup.go b/cosmos/testutil/setup.go index 0848bdec8..a57f12400 100644 --- a/cosmos/testutil/setup.go +++ b/cosmos/testutil/setup.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/depinject.go b/cosmos/x/evm/depinject.go index bcb6c97e9..dd2dac7bd 100644 --- a/cosmos/x/evm/depinject.go +++ b/cosmos/x/evm/depinject.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/genesis.go b/cosmos/x/evm/genesis.go index aec5d036e..ec6dd2755 100644 --- a/cosmos/x/evm/genesis.go +++ b/cosmos/x/evm/genesis.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/genesis_test.go b/cosmos/x/evm/genesis_test.go index 0a12100c0..68b930065 100644 --- a/cosmos/x/evm/genesis_test.go +++ b/cosmos/x/evm/genesis_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/interfaces.go b/cosmos/x/evm/interfaces.go index eb1c7a989..b3b271386 100644 --- a/cosmos/x/evm/interfaces.go +++ b/cosmos/x/evm/interfaces.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/keeper/abci.go b/cosmos/x/evm/keeper/abci.go index 871f02ddf..296259243 100644 --- a/cosmos/x/evm/keeper/abci.go +++ b/cosmos/x/evm/keeper/abci.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/keeper/genesis.go b/cosmos/x/evm/keeper/genesis.go index dd33fb7a9..1285431c7 100644 --- a/cosmos/x/evm/keeper/genesis.go +++ b/cosmos/x/evm/keeper/genesis.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/keeper/host.go b/cosmos/x/evm/keeper/host.go index 822ca69f1..ccebbcb55 100644 --- a/cosmos/x/evm/keeper/host.go +++ b/cosmos/x/evm/keeper/host.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/keeper/keeper.go b/cosmos/x/evm/keeper/keeper.go index d4206fa13..186819119 100644 --- a/cosmos/x/evm/keeper/keeper.go +++ b/cosmos/x/evm/keeper/keeper.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/keeper/keeper_test.go b/cosmos/x/evm/keeper/keeper_test.go index e1d47985d..3577c05ab 100644 --- a/cosmos/x/evm/keeper/keeper_test.go +++ b/cosmos/x/evm/keeper/keeper_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/keeper/processor.go b/cosmos/x/evm/keeper/processor.go index 8e13a2cd6..893abcd90 100644 --- a/cosmos/x/evm/keeper/processor.go +++ b/cosmos/x/evm/keeper/processor.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/module.go b/cosmos/x/evm/module.go index b552f5581..7ccdad213 100644 --- a/cosmos/x/evm/module.go +++ b/cosmos/x/evm/module.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/base.go b/cosmos/x/evm/plugins/base.go index dfd02b175..f6eee7ec0 100644 --- a/cosmos/x/evm/plugins/base.go +++ b/cosmos/x/evm/plugins/base.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/block/block_test.go b/cosmos/x/evm/plugins/block/block_test.go index 67ef91206..f82f0f4b5 100644 --- a/cosmos/x/evm/plugins/block/block_test.go +++ b/cosmos/x/evm/plugins/block/block_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/block/genesis.go b/cosmos/x/evm/plugins/block/genesis.go index 80d9dfe70..08f8a0f3b 100644 --- a/cosmos/x/evm/plugins/block/genesis.go +++ b/cosmos/x/evm/plugins/block/genesis.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/block/header.go b/cosmos/x/evm/plugins/block/header.go index 601810f73..3e42b57e2 100644 --- a/cosmos/x/evm/plugins/block/header.go +++ b/cosmos/x/evm/plugins/block/header.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/block/header_test.go b/cosmos/x/evm/plugins/block/header_test.go index ca00fd743..60240a200 100644 --- a/cosmos/x/evm/plugins/block/header_test.go +++ b/cosmos/x/evm/plugins/block/header_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/block/keys.go b/cosmos/x/evm/plugins/block/keys.go index 53c62b597..72a25fbd6 100644 --- a/cosmos/x/evm/plugins/block/keys.go +++ b/cosmos/x/evm/plugins/block/keys.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/block/plugin.go b/cosmos/x/evm/plugins/block/plugin.go index 95ef201cc..c927600bc 100644 --- a/cosmos/x/evm/plugins/block/plugin.go +++ b/cosmos/x/evm/plugins/block/plugin.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/historical/errors.go b/cosmos/x/evm/plugins/historical/errors.go index 424256e2b..0a03eb2a8 100644 --- a/cosmos/x/evm/plugins/historical/errors.go +++ b/cosmos/x/evm/plugins/historical/errors.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/historical/genesis.go b/cosmos/x/evm/plugins/historical/genesis.go index 9d64471a6..78ca4e1c5 100644 --- a/cosmos/x/evm/plugins/historical/genesis.go +++ b/cosmos/x/evm/plugins/historical/genesis.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/historical/historical_data.go b/cosmos/x/evm/plugins/historical/historical_data.go index 37dd29834..a47ceb87e 100644 --- a/cosmos/x/evm/plugins/historical/historical_data.go +++ b/cosmos/x/evm/plugins/historical/historical_data.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/historical/plugin.go b/cosmos/x/evm/plugins/historical/plugin.go index b43f89c3a..4e741d202 100644 --- a/cosmos/x/evm/plugins/historical/plugin.go +++ b/cosmos/x/evm/plugins/historical/plugin.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/historical/plugin_test.go b/cosmos/x/evm/plugins/historical/plugin_test.go index 13b422aef..acc29b186 100644 --- a/cosmos/x/evm/plugins/historical/plugin_test.go +++ b/cosmos/x/evm/plugins/historical/plugin_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/interfaces.go b/cosmos/x/evm/plugins/precompile/interfaces.go index acb6c6610..950d9d857 100644 --- a/cosmos/x/evm/plugins/precompile/interfaces.go +++ b/cosmos/x/evm/plugins/precompile/interfaces.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/log/attributes.go b/cosmos/x/evm/plugins/precompile/log/attributes.go index 18b66338e..6b8ee40f0 100644 --- a/cosmos/x/evm/plugins/precompile/log/attributes.go +++ b/cosmos/x/evm/plugins/precompile/log/attributes.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/log/attributes_test.go b/cosmos/x/evm/plugins/precompile/log/attributes_test.go index be84eabf9..42d9b9efb 100644 --- a/cosmos/x/evm/plugins/precompile/log/attributes_test.go +++ b/cosmos/x/evm/plugins/precompile/log/attributes_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/log/errors.go b/cosmos/x/evm/plugins/precompile/log/errors.go index 3efd8c6f9..219f994d9 100644 --- a/cosmos/x/evm/plugins/precompile/log/errors.go +++ b/cosmos/x/evm/plugins/precompile/log/errors.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/log/factory.go b/cosmos/x/evm/plugins/precompile/log/factory.go index 8853ef131..dd6cbc3c8 100644 --- a/cosmos/x/evm/plugins/precompile/log/factory.go +++ b/cosmos/x/evm/plugins/precompile/log/factory.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/log/factory_test.go b/cosmos/x/evm/plugins/precompile/log/factory_test.go index 76d7ff095..af4cd038b 100644 --- a/cosmos/x/evm/plugins/precompile/log/factory_test.go +++ b/cosmos/x/evm/plugins/precompile/log/factory_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/log/log.go b/cosmos/x/evm/plugins/precompile/log/log.go index 3b2841ccd..6ac9ee43a 100644 --- a/cosmos/x/evm/plugins/precompile/log/log.go +++ b/cosmos/x/evm/plugins/precompile/log/log.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/log/log_test.go b/cosmos/x/evm/plugins/precompile/log/log_test.go index 0b61a6bc0..71648586e 100644 --- a/cosmos/x/evm/plugins/precompile/log/log_test.go +++ b/cosmos/x/evm/plugins/precompile/log/log_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/log/translator.go b/cosmos/x/evm/plugins/precompile/log/translator.go index ba633b7b5..374c9f56a 100644 --- a/cosmos/x/evm/plugins/precompile/log/translator.go +++ b/cosmos/x/evm/plugins/precompile/log/translator.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/plugin.go b/cosmos/x/evm/plugins/precompile/plugin.go index 9daf56d08..c7776f083 100644 --- a/cosmos/x/evm/plugins/precompile/plugin.go +++ b/cosmos/x/evm/plugins/precompile/plugin.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/plugin_test.go b/cosmos/x/evm/plugins/precompile/plugin_test.go index 7de6a47c9..c2505ec19 100644 --- a/cosmos/x/evm/plugins/precompile/plugin_test.go +++ b/cosmos/x/evm/plugins/precompile/plugin_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/recovery.go b/cosmos/x/evm/plugins/precompile/recovery.go index 0294fcd7d..ad4337e4d 100644 --- a/cosmos/x/evm/plugins/precompile/recovery.go +++ b/cosmos/x/evm/plugins/precompile/recovery.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/precompile/telemetry.go b/cosmos/x/evm/plugins/precompile/telemetry.go index f314b6fb5..95beac4b1 100644 --- a/cosmos/x/evm/plugins/precompile/telemetry.go +++ b/cosmos/x/evm/plugins/precompile/telemetry.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/events/events_test.go b/cosmos/x/evm/plugins/state/events/events_test.go index e916a1c34..915d27a05 100644 --- a/cosmos/x/evm/plugins/state/events/events_test.go +++ b/cosmos/x/evm/plugins/state/events/events_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/events/interfaces.go b/cosmos/x/evm/plugins/state/events/interfaces.go index 800fc07a9..91a25c3e8 100644 --- a/cosmos/x/evm/plugins/state/events/interfaces.go +++ b/cosmos/x/evm/plugins/state/events/interfaces.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/events/manager.go b/cosmos/x/evm/plugins/state/events/manager.go index 5b952e4f3..ddfd99dfc 100644 --- a/cosmos/x/evm/plugins/state/events/manager.go +++ b/cosmos/x/evm/plugins/state/events/manager.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/events/mock/log_factory.go b/cosmos/x/evm/plugins/state/events/mock/log_factory.go index 445e21b2a..e345e50f1 100644 --- a/cosmos/x/evm/plugins/state/events/mock/log_factory.go +++ b/cosmos/x/evm/plugins/state/events/mock/log_factory.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/events/mock/logsdb.go b/cosmos/x/evm/plugins/state/events/mock/logsdb.go index 2bc22442f..b9da1eec4 100644 --- a/cosmos/x/evm/plugins/state/events/mock/logsdb.go +++ b/cosmos/x/evm/plugins/state/events/mock/logsdb.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/factory.go b/cosmos/x/evm/plugins/state/factory.go index 4b89b12eb..f6ce541dd 100644 --- a/cosmos/x/evm/plugins/state/factory.go +++ b/cosmos/x/evm/plugins/state/factory.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/genesis.go b/cosmos/x/evm/plugins/state/genesis.go index 5fdcd29fb..d71fa637b 100644 --- a/cosmos/x/evm/plugins/state/genesis.go +++ b/cosmos/x/evm/plugins/state/genesis.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/genesis_test.go b/cosmos/x/evm/plugins/state/genesis_test.go index 96b132acd..bc32edc1d 100644 --- a/cosmos/x/evm/plugins/state/genesis_test.go +++ b/cosmos/x/evm/plugins/state/genesis_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/interfaces.go b/cosmos/x/evm/plugins/state/interfaces.go index 10bf3ceda..c6040e5ef 100644 --- a/cosmos/x/evm/plugins/state/interfaces.go +++ b/cosmos/x/evm/plugins/state/interfaces.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/keys.go b/cosmos/x/evm/plugins/state/keys.go index e77e5a42f..3c2977854 100644 --- a/cosmos/x/evm/plugins/state/keys.go +++ b/cosmos/x/evm/plugins/state/keys.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/keys_test.go b/cosmos/x/evm/plugins/state/keys_test.go index 086f9c35e..7522fa0b5 100644 --- a/cosmos/x/evm/plugins/state/keys_test.go +++ b/cosmos/x/evm/plugins/state/keys_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/plugin.go b/cosmos/x/evm/plugins/state/plugin.go index 7f098dd76..0d100c49c 100644 --- a/cosmos/x/evm/plugins/state/plugin.go +++ b/cosmos/x/evm/plugins/state/plugin.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/plugin_benchmark_test.go b/cosmos/x/evm/plugins/state/plugin_benchmark_test.go index c022ce7d7..76fbfbb3a 100644 --- a/cosmos/x/evm/plugins/state/plugin_benchmark_test.go +++ b/cosmos/x/evm/plugins/state/plugin_benchmark_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/plugin_test.go b/cosmos/x/evm/plugins/state/plugin_test.go index d570258aa..a2aa0a874 100644 --- a/cosmos/x/evm/plugins/state/plugin_test.go +++ b/cosmos/x/evm/plugins/state/plugin_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/plugins/state/state_test.go b/cosmos/x/evm/plugins/state/state_test.go index 77484c096..e8754040e 100644 --- a/cosmos/x/evm/plugins/state/state_test.go +++ b/cosmos/x/evm/plugins/state/state_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/types/codec.go b/cosmos/x/evm/types/codec.go index fdfd58cc8..ea7d9719f 100644 --- a/cosmos/x/evm/types/codec.go +++ b/cosmos/x/evm/types/codec.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/types/keys.go b/cosmos/x/evm/types/keys.go index d4058bbc1..3f0447e55 100644 --- a/cosmos/x/evm/types/keys.go +++ b/cosmos/x/evm/types/keys.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/cosmos/x/evm/types/tx.go b/cosmos/x/evm/types/tx.go index edae8cd0e..0fa388c64 100644 --- a/cosmos/x/evm/types/tx.go +++ b/cosmos/x/evm/types/tx.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/hive/clients/polard/entrypoint.sh b/e2e/hive/clients/polard/entrypoint.sh index c2bce64c0..302f518af 100644 --- a/e2e/hive/clients/polard/entrypoint.sh +++ b/e2e/hive/clients/polard/entrypoint.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/localnet/network/fixture.go b/e2e/localnet/network/fixture.go index c995e4077..baa4ca133 100644 --- a/e2e/localnet/network/fixture.go +++ b/e2e/localnet/network/fixture.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/localnet/utils/utils.go b/e2e/localnet/utils/utils.go index b2cfe463f..cc87f3f28 100644 --- a/e2e/localnet/utils/utils.go +++ b/e2e/localnet/utils/utils.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/precompile/polard/start-node.sh b/e2e/precompile/polard/start-node.sh index 1f16f9242..632f55fbf 100755 --- a/e2e/precompile/polard/start-node.sh +++ b/e2e/precompile/polard/start-node.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/LICENSE.header b/e2e/testapp/LICENSE.header index c081d55b8..942ccba4a 100644 --- a/e2e/testapp/LICENSE.header +++ b/e2e/testapp/LICENSE.header @@ -1,7 +1,7 @@ SPDX-License-Identifier: BUSL-1.1 Copyright (C) 2023, Berachain Foundation. All rights reserved. -Use of this software is govered by the Business Source License included +Use of this software is governed by the Business Source License included in the LICENSE file of this repository and at www.mariadb.com/bsl11. ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/app.go b/e2e/testapp/app.go index 393c1161c..24dc3d627 100644 --- a/e2e/testapp/app.go +++ b/e2e/testapp/app.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/app_config.go b/e2e/testapp/app_config.go index 0f0b25e6a..9b7468da9 100644 --- a/e2e/testapp/app_config.go +++ b/e2e/testapp/app_config.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/docker-compose.yml b/e2e/testapp/docker/docker-compose.yml index 7441b20e4..e3265d78e 100644 --- a/e2e/testapp/docker/docker-compose.yml +++ b/e2e/testapp/docker/docker-compose.yml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/local/docker-init.sh b/e2e/testapp/docker/local/docker-init.sh index 6071d2cc5..679d3b751 100644 --- a/e2e/testapp/docker/local/docker-init.sh +++ b/e2e/testapp/docker/local/docker-init.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/network-init-4.sh b/e2e/testapp/docker/network-init-4.sh index 08d260ba2..2be0446cf 100755 --- a/e2e/testapp/docker/network-init-4.sh +++ b/e2e/testapp/docker/network-init-4.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/reset-temp.sh b/e2e/testapp/docker/reset-temp.sh index ecb970f7a..a6fd2b904 100755 --- a/e2e/testapp/docker/reset-temp.sh +++ b/e2e/testapp/docker/reset-temp.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/init.sh b/e2e/testapp/docker/seed/init.sh index 0ad79711c..12dad4e13 100755 --- a/e2e/testapp/docker/seed/init.sh +++ b/e2e/testapp/docker/seed/init.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/scripts/get-seed-address.sh b/e2e/testapp/docker/seed/scripts/get-seed-address.sh index 3b48b4931..d6323a6f2 100644 --- a/e2e/testapp/docker/seed/scripts/get-seed-address.sh +++ b/e2e/testapp/docker/seed/scripts/get-seed-address.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/scripts/liveness-probe.sh b/e2e/testapp/docker/seed/scripts/liveness-probe.sh index 5b7e2a049..082d6408c 100644 --- a/e2e/testapp/docker/seed/scripts/liveness-probe.sh +++ b/e2e/testapp/docker/seed/scripts/liveness-probe.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/scripts/readiness-probe.sh b/e2e/testapp/docker/seed/scripts/readiness-probe.sh index c13b71a70..13dc024a2 100644 --- a/e2e/testapp/docker/seed/scripts/readiness-probe.sh +++ b/e2e/testapp/docker/seed/scripts/readiness-probe.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/scripts/reset.sh b/e2e/testapp/docker/seed/scripts/reset.sh index f908f2333..b179695a8 100644 --- a/e2e/testapp/docker/seed/scripts/reset.sh +++ b/e2e/testapp/docker/seed/scripts/reset.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/scripts/seed-start.sh b/e2e/testapp/docker/seed/scripts/seed-start.sh index 787637ec3..1cbc59366 100644 --- a/e2e/testapp/docker/seed/scripts/seed-start.sh +++ b/e2e/testapp/docker/seed/scripts/seed-start.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/scripts/seed0-init-step1.sh b/e2e/testapp/docker/seed/scripts/seed0-init-step1.sh index 4aa4cd5f0..9b90269f8 100755 --- a/e2e/testapp/docker/seed/scripts/seed0-init-step1.sh +++ b/e2e/testapp/docker/seed/scripts/seed0-init-step1.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/scripts/seed0-init-step2.sh b/e2e/testapp/docker/seed/scripts/seed0-init-step2.sh index 079e2a587..c90f91fe0 100644 --- a/e2e/testapp/docker/seed/scripts/seed0-init-step2.sh +++ b/e2e/testapp/docker/seed/scripts/seed0-init-step2.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/scripts/seed1-init-step1.sh b/e2e/testapp/docker/seed/scripts/seed1-init-step1.sh index 0f784b4b7..1439ac992 100644 --- a/e2e/testapp/docker/seed/scripts/seed1-init-step1.sh +++ b/e2e/testapp/docker/seed/scripts/seed1-init-step1.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/scripts/seed1-init-step2.sh b/e2e/testapp/docker/seed/scripts/seed1-init-step2.sh index b87252cca..3a49d9612 100644 --- a/e2e/testapp/docker/seed/scripts/seed1-init-step2.sh +++ b/e2e/testapp/docker/seed/scripts/seed1-init-step2.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/scripts/set-moniker.sh b/e2e/testapp/docker/seed/scripts/set-moniker.sh index b6914761f..941c5bc2e 100644 --- a/e2e/testapp/docker/seed/scripts/set-moniker.sh +++ b/e2e/testapp/docker/seed/scripts/set-moniker.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/scripts/set-persistent-peers.sh b/e2e/testapp/docker/seed/scripts/set-persistent-peers.sh index e0c83fc0e..80fb1679d 100644 --- a/e2e/testapp/docker/seed/scripts/set-persistent-peers.sh +++ b/e2e/testapp/docker/seed/scripts/set-persistent-peers.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/seed/scripts/set-seed-address.sh b/e2e/testapp/docker/seed/scripts/set-seed-address.sh index 1248cee7b..7a1f0dce4 100644 --- a/e2e/testapp/docker/seed/scripts/set-seed-address.sh +++ b/e2e/testapp/docker/seed/scripts/set-seed-address.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/validator/scripts/create-val.sh b/e2e/testapp/docker/validator/scripts/create-val.sh index abb0f77b9..dba870f6b 100644 --- a/e2e/testapp/docker/validator/scripts/create-val.sh +++ b/e2e/testapp/docker/validator/scripts/create-val.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/validator/scripts/val0-init-step1.sh b/e2e/testapp/docker/validator/scripts/val0-init-step1.sh index 1c5ce6f7a..15ec490d4 100644 --- a/e2e/testapp/docker/validator/scripts/val0-init-step1.sh +++ b/e2e/testapp/docker/validator/scripts/val0-init-step1.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/validator/scripts/val0-init-step2.sh b/e2e/testapp/docker/validator/scripts/val0-init-step2.sh index 489e93a98..265057713 100644 --- a/e2e/testapp/docker/validator/scripts/val0-init-step2.sh +++ b/e2e/testapp/docker/validator/scripts/val0-init-step2.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/validator/scripts/val0-init-step3.sh b/e2e/testapp/docker/validator/scripts/val0-init-step3.sh index 9a8d75a34..ba60bb60e 100644 --- a/e2e/testapp/docker/validator/scripts/val0-init-step3.sh +++ b/e2e/testapp/docker/validator/scripts/val0-init-step3.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/validator/scripts/val1-init-step1.sh b/e2e/testapp/docker/validator/scripts/val1-init-step1.sh index e11b39721..91753cbe2 100644 --- a/e2e/testapp/docker/validator/scripts/val1-init-step1.sh +++ b/e2e/testapp/docker/validator/scripts/val1-init-step1.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/docker/validator/scripts/val1-init-step2.sh b/e2e/testapp/docker/validator/scripts/val1-init-step2.sh index ec558fd2b..18b6d14d4 100644 --- a/e2e/testapp/docker/validator/scripts/val1-init-step2.sh +++ b/e2e/testapp/docker/validator/scripts/val1-init-step2.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/entrypoint.sh b/e2e/testapp/entrypoint.sh index 6ad061791..fbd2caa39 100755 --- a/e2e/testapp/entrypoint.sh +++ b/e2e/testapp/entrypoint.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/export.go b/e2e/testapp/export.go index 6b337054a..45d30c4bd 100644 --- a/e2e/testapp/export.go +++ b/e2e/testapp/export.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/helpers.go b/e2e/testapp/helpers.go index afedfb2cd..6a297b2c5 100644 --- a/e2e/testapp/helpers.go +++ b/e2e/testapp/helpers.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/polard/cmd/commands.go b/e2e/testapp/polard/cmd/commands.go index 2cde4f372..fd9c50745 100644 --- a/e2e/testapp/polard/cmd/commands.go +++ b/e2e/testapp/polard/cmd/commands.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/polard/cmd/root.go b/e2e/testapp/polard/cmd/root.go index d5b9a80c5..8d9ad1583 100644 --- a/e2e/testapp/polard/cmd/root.go +++ b/e2e/testapp/polard/cmd/root.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/polard/cmd/root_test.go b/e2e/testapp/polard/cmd/root_test.go index c3fcfe2ec..f6c81bcff 100644 --- a/e2e/testapp/polard/cmd/root_test.go +++ b/e2e/testapp/polard/cmd/root_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/polard/main.go b/e2e/testapp/polard/main.go index 238d0ebdb..3c5fee61f 100644 --- a/e2e/testapp/polard/main.go +++ b/e2e/testapp/polard/main.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/e2e/testapp/upgrades.go b/e2e/testapp/upgrades.go index 725b594c1..cd8f02f96 100644 --- a/e2e/testapp/upgrades.go +++ b/e2e/testapp/upgrades.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/LICENSE.header b/eth/LICENSE.header index c081d55b8..942ccba4a 100644 --- a/eth/LICENSE.header +++ b/eth/LICENSE.header @@ -1,7 +1,7 @@ SPDX-License-Identifier: BUSL-1.1 Copyright (C) 2023, Berachain Foundation. All rights reserved. -Use of this software is govered by the Business Source License included +Use of this software is governed by the Business Source License included in the LICENSE file of this repository and at www.mariadb.com/bsl11. ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/accounts/abi/abi.go b/eth/accounts/abi/abi.go index 8fee6949a..106fe98b5 100644 --- a/eth/accounts/abi/abi.go +++ b/eth/accounts/abi/abi.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/accounts/abi/abi_test.go b/eth/accounts/abi/abi_test.go index 06b3bc606..107e3fa08 100644 --- a/eth/accounts/abi/abi_test.go +++ b/eth/accounts/abi/abi_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/accounts/abi/encoding.go b/eth/accounts/abi/encoding.go index 74a938705..625aa873d 100644 --- a/eth/accounts/abi/encoding.go +++ b/eth/accounts/abi/encoding.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/accounts/abi/errors.go b/eth/accounts/abi/errors.go index 3aa854521..8bbdd2dbf 100644 --- a/eth/accounts/abi/errors.go +++ b/eth/accounts/abi/errors.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/accounts/hd.go b/eth/accounts/hd.go index df3f29f1c..7633df63b 100644 --- a/eth/accounts/hd.go +++ b/eth/accounts/hd.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/consensus/dummy_eth_one.go b/eth/consensus/dummy_eth_one.go index 3f204defd..e829dd383 100644 --- a/eth/consensus/dummy_eth_one.go +++ b/eth/consensus/dummy_eth_one.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/chain.go b/eth/core/chain.go index 17a21371c..072c6866e 100644 --- a/eth/core/chain.go +++ b/eth/core/chain.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/chain_context.go b/eth/core/chain_context.go index 0411d5d30..5305f06bb 100644 --- a/eth/core/chain_context.go +++ b/eth/core/chain_context.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/chain_genesis.go b/eth/core/chain_genesis.go index 37b5309ca..e6b22be22 100644 --- a/eth/core/chain_genesis.go +++ b/eth/core/chain_genesis.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/chain_helpers.go b/eth/core/chain_helpers.go index 6a44a8921..ee04e553c 100644 --- a/eth/core/chain_helpers.go +++ b/eth/core/chain_helpers.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/chain_reader.go b/eth/core/chain_reader.go index fb6e001a6..56280dd5e 100644 --- a/eth/core/chain_reader.go +++ b/eth/core/chain_reader.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/chain_resources.go b/eth/core/chain_resources.go index 969ab9a6f..f048a99ff 100644 --- a/eth/core/chain_resources.go +++ b/eth/core/chain_resources.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/chain_subscriber.go b/eth/core/chain_subscriber.go index 73482f9a3..47e8a17a1 100644 --- a/eth/core/chain_subscriber.go +++ b/eth/core/chain_subscriber.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/chain_writer.go b/eth/core/chain_writer.go index 122b47910..9d9fe5f12 100644 --- a/eth/core/chain_writer.go +++ b/eth/core/chain_writer.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/core_test.go b/eth/core/core_test.go index 6efe4efe1..737cf5a82 100644 --- a/eth/core/core_test.go +++ b/eth/core/core_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/errors.go b/eth/core/errors.go index 6911cc026..672dfc177 100644 --- a/eth/core/errors.go +++ b/eth/core/errors.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/genesis.go b/eth/core/genesis.go index 47d5fb0db..dc032740b 100644 --- a/eth/core/genesis.go +++ b/eth/core/genesis.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/host.go b/eth/core/host.go index 5f7f0e5a4..a03f17f4a 100644 --- a/eth/core/host.go +++ b/eth/core/host.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/mock/aliases.go b/eth/core/mock/aliases.go index 85f35ddb9..f65a565ec 100644 --- a/eth/core/mock/aliases.go +++ b/eth/core/mock/aliases.go @@ -1,6 +1,6 @@ // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/mock/block_plugin.go b/eth/core/mock/block_plugin.go index 700ed4a98..8d333139a 100644 --- a/eth/core/mock/block_plugin.go +++ b/eth/core/mock/block_plugin.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/mock/historical_plugin.go b/eth/core/mock/historical_plugin.go index 0e22e8155..f9b710148 100644 --- a/eth/core/mock/historical_plugin.go +++ b/eth/core/mock/historical_plugin.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/mock/precompile_plugin.go b/eth/core/mock/precompile_plugin.go index 0282a0e74..bf55c3426 100644 --- a/eth/core/mock/precompile_plugin.go +++ b/eth/core/mock/precompile_plugin.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/mock/state_plugin.go b/eth/core/mock/state_plugin.go index f07d9fea9..d04b125ae 100644 --- a/eth/core/mock/state_plugin.go +++ b/eth/core/mock/state_plugin.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/base_contract.go b/eth/core/precompile/base_contract.go index 449c10070..1191306a3 100644 --- a/eth/core/precompile/base_contract.go +++ b/eth/core/precompile/base_contract.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/default_plugin.go b/eth/core/precompile/default_plugin.go index 714d71a2a..c7522f5d7 100644 --- a/eth/core/precompile/default_plugin.go +++ b/eth/core/precompile/default_plugin.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/errors.go b/eth/core/precompile/errors.go index ee114489c..fd1ebb0b3 100644 --- a/eth/core/precompile/errors.go +++ b/eth/core/precompile/errors.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/factories.go b/eth/core/precompile/factories.go index bbb43761e..5318aacbb 100644 --- a/eth/core/precompile/factories.go +++ b/eth/core/precompile/factories.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/factories_test.go b/eth/core/precompile/factories_test.go index 2486c7d8b..137cc2139 100644 --- a/eth/core/precompile/factories_test.go +++ b/eth/core/precompile/factories_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/interfaces.go b/eth/core/precompile/interfaces.go index 803dcac36..11d4daebc 100644 --- a/eth/core/precompile/interfaces.go +++ b/eth/core/precompile/interfaces.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/method.go b/eth/core/precompile/method.go index d247ac997..31f1349cc 100644 --- a/eth/core/precompile/method.go +++ b/eth/core/precompile/method.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/method_helpers.go b/eth/core/precompile/method_helpers.go index dd6e338ff..a6a19d89e 100644 --- a/eth/core/precompile/method_helpers.go +++ b/eth/core/precompile/method_helpers.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/method_test.go b/eth/core/precompile/method_test.go index b4a4630d6..af499a518 100644 --- a/eth/core/precompile/method_test.go +++ b/eth/core/precompile/method_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/method_validation_test.go b/eth/core/precompile/method_validation_test.go index 43c0edda8..8ef7ad3ad 100644 --- a/eth/core/precompile/method_validation_test.go +++ b/eth/core/precompile/method_validation_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/mock/stateful_impl.go b/eth/core/precompile/mock/stateful_impl.go index a90f4ed6a..b93fa9ac2 100644 --- a/eth/core/precompile/mock/stateful_impl.go +++ b/eth/core/precompile/mock/stateful_impl.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/precompile_test.go b/eth/core/precompile/precompile_test.go index 99ec82e81..4fee74939 100644 --- a/eth/core/precompile/precompile_test.go +++ b/eth/core/precompile/precompile_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/stateful_container.go b/eth/core/precompile/stateful_container.go index 807b6f849..2816fe1ca 100644 --- a/eth/core/precompile/stateful_container.go +++ b/eth/core/precompile/stateful_container.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/precompile/stateful_container_test.go b/eth/core/precompile/stateful_container_test.go index 2e8231666..b3fa1f706 100644 --- a/eth/core/precompile/stateful_container_test.go +++ b/eth/core/precompile/stateful_container_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/interfaces.go b/eth/core/state/interfaces.go index 6e41115ba..0bf72f03b 100644 --- a/eth/core/state/interfaces.go +++ b/eth/core/state/interfaces.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/access_list.go b/eth/core/state/journal/access_list.go index 4879533f9..0f1f10ec3 100644 --- a/eth/core/state/journal/access_list.go +++ b/eth/core/state/journal/access_list.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/access_list_test.go b/eth/core/state/journal/access_list_test.go index 471e7d24d..b412b2440 100644 --- a/eth/core/state/journal/access_list_test.go +++ b/eth/core/state/journal/access_list_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/base.go b/eth/core/state/journal/base.go index 9835a7952..621f61185 100644 --- a/eth/core/state/journal/base.go +++ b/eth/core/state/journal/base.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/constants.go b/eth/core/state/journal/constants.go index 6044e752c..d2b681137 100644 --- a/eth/core/state/journal/constants.go +++ b/eth/core/state/journal/constants.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/journal_test.go b/eth/core/state/journal/journal_test.go index fa0038d60..d81ae9e1f 100644 --- a/eth/core/state/journal/journal_test.go +++ b/eth/core/state/journal/journal_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/logs.go b/eth/core/state/journal/logs.go index aa6e4e300..baa7205a4 100644 --- a/eth/core/state/journal/logs.go +++ b/eth/core/state/journal/logs.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/logs_test.go b/eth/core/state/journal/logs_test.go index cce6a1159..25ea9f343 100644 --- a/eth/core/state/journal/logs_test.go +++ b/eth/core/state/journal/logs_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/mock/state_plugin.go b/eth/core/state/journal/mock/state_plugin.go index 0234ef458..6a2e67f69 100644 --- a/eth/core/state/journal/mock/state_plugin.go +++ b/eth/core/state/journal/mock/state_plugin.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/refund.go b/eth/core/state/journal/refund.go index dd5821fd8..cd38ce6f9 100644 --- a/eth/core/state/journal/refund.go +++ b/eth/core/state/journal/refund.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/refund_test.go b/eth/core/state/journal/refund_test.go index b26d934d4..3e5c13c88 100644 --- a/eth/core/state/journal/refund_test.go +++ b/eth/core/state/journal/refund_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/selfdestruct_test.go b/eth/core/state/journal/selfdestruct_test.go index e4960c65b..3e2175ceb 100644 --- a/eth/core/state/journal/selfdestruct_test.go +++ b/eth/core/state/journal/selfdestruct_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/selfdestructs.go b/eth/core/state/journal/selfdestructs.go index 7a3532f9a..0887d2738 100644 --- a/eth/core/state/journal/selfdestructs.go +++ b/eth/core/state/journal/selfdestructs.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/transient_storage.go b/eth/core/state/journal/transient_storage.go index ca672d670..d603272f8 100644 --- a/eth/core/state/journal/transient_storage.go +++ b/eth/core/state/journal/transient_storage.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/journal/transient_storage_test.go b/eth/core/state/journal/transient_storage_test.go index c1b236066..9cf6a9e51 100644 --- a/eth/core/state/journal/transient_storage_test.go +++ b/eth/core/state/journal/transient_storage_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/mock/state.go b/eth/core/state/mock/state.go index b875737f4..200f6d9ea 100644 --- a/eth/core/state/mock/state.go +++ b/eth/core/state/mock/state.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/modes.go b/eth/core/state/modes.go index 894c5aa92..08d4cf48f 100644 --- a/eth/core/state/modes.go +++ b/eth/core/state/modes.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/statedb.go b/eth/core/state/statedb.go index efaefff1f..6bcbe006f 100644 --- a/eth/core/state/statedb.go +++ b/eth/core/state/statedb.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/state/statedb_test.go b/eth/core/state/statedb_test.go index 66697970e..4a4587f09 100644 --- a/eth/core/state/statedb_test.go +++ b/eth/core/state/statedb_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/types/header.go b/eth/core/types/header.go index d5f9ed9a1..c910a4a3e 100644 --- a/eth/core/types/header.go +++ b/eth/core/types/header.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/types/receipts.go b/eth/core/types/receipts.go index 42aa1dc7f..b871bce8f 100644 --- a/eth/core/types/receipts.go +++ b/eth/core/types/receipts.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/types/transaction.go b/eth/core/types/transaction.go index 2e1fbd7db..490565719 100644 --- a/eth/core/types/transaction.go +++ b/eth/core/types/transaction.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/types/types_test.go b/eth/core/types/types_test.go index e956f9912..f14147077 100644 --- a/eth/core/types/types_test.go +++ b/eth/core/types/types_test.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/vm/context.go b/eth/core/vm/context.go index 7ce9f42fd..6d7c2d718 100644 --- a/eth/core/vm/context.go +++ b/eth/core/vm/context.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/vm/interfaces.go b/eth/core/vm/interfaces.go index 2b86e0c6f..0644f2a61 100644 --- a/eth/core/vm/interfaces.go +++ b/eth/core/vm/interfaces.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/vm/mock/evm.go b/eth/core/vm/mock/evm.go index d69f7aeb9..2f3649acf 100644 --- a/eth/core/vm/mock/evm.go +++ b/eth/core/vm/mock/evm.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/core/vm/mock/statedb.go b/eth/core/vm/mock/statedb.go index c53e19a73..64935311d 100644 --- a/eth/core/vm/mock/statedb.go +++ b/eth/core/vm/mock/statedb.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/eth.go b/eth/eth.go index f6ddd1eec..70b304d68 100644 --- a/eth/eth.go +++ b/eth/eth.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/node/config.go b/eth/node/config.go index b10f106bd..08ebf87e3 100644 --- a/eth/node/config.go +++ b/eth/node/config.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/node/node.go b/eth/node/node.go index bd51a8168..e35a331f7 100644 --- a/eth/node/node.go +++ b/eth/node/node.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/params/chain_config.go b/eth/params/chain_config.go index 466ba6535..0b31caf24 100644 --- a/eth/params/chain_config.go +++ b/eth/params/chain_config.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/polar/api/net.go b/eth/polar/api/net.go index b7e0476bf..401c1db72 100644 --- a/eth/polar/api/net.go +++ b/eth/polar/api/net.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/polar/api/web3.go b/eth/polar/api/web3.go index 5c06f95b6..fe6656d6f 100644 --- a/eth/polar/api/web3.go +++ b/eth/polar/api/web3.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/polar/api_backend.go b/eth/polar/api_backend.go index cd93216e0..502b6b9d1 100644 --- a/eth/polar/api_backend.go +++ b/eth/polar/api_backend.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/polar/backend.go b/eth/polar/backend.go index f367b4bc4..917d33fd9 100644 --- a/eth/polar/backend.go +++ b/eth/polar/backend.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/eth/polar/config.go b/eth/polar/config.go index 1de919bc6..725af877d 100644 --- a/eth/polar/config.go +++ b/eth/polar/config.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/license/argus-labs.md b/license/argus-labs.md index 16c690f31..f81411944 100644 --- a/license/argus-labs.md +++ b/license/argus-labs.md @@ -4,4 +4,4 @@ Argus World Labs, Inc. (together with its subsidiaries and affiliates, "Argus") The parties agree to work together to issue a joint press release announcing the relationship based on this Additional License and describing the nature of their relationship hereunder. However, except as set forth above, no announcement, publication or other disclosure concerning the parties' relationship shall be made by a party except upon the advance written consent of the other party. Each party shall have the non-exclusive, non-transferable, non-sublicensable, worldwide, royalty-free, revocable, limited right to (a) display the other party's logo and (b) disclose Argus' use of the Polaris Code in written, oral and electronic materials (including such party's advertising, website and social media accounts) in each case solely for the purpose of identifying Argus as a user of the Polaris Code and for no other purpose; provided in each case that (i) such party complies with the other party's reasonable brand guidelines provided by the other party in writing from time to time, if any, and (ii) such party obtains the prior written consent of the other party. Except as expressly permitted in the foregoing license, each party agrees that it shall not use any trademark, service mark, trade name, or other name or logo of the other party in any advertising or publicity without the prior written consent of such party. -Argus agrees that it will not transfer or sublicence the Additional License in whole or in part to any person (including without limitation any individual, proprietorship, partnership, corporation, limited liability company, organization, firm, business, joint venture, association, trust or other entity or business arrangement) without the prior written consent of Licensor. +Argus agrees that it will not transfer or sublicense the Additional License in whole or in part to any person (including without limitation any individual, proprietorship, partnership, corporation, limited liability company, organization, firm, business, joint venture, association, trust or other entity or business arrangement) without the prior written consent of Licensor. diff --git a/proto/buf.gen.gogo.yaml b/proto/buf.gen.gogo.yaml index 2f19d4f80..115e24d1d 100644 --- a/proto/buf.gen.gogo.yaml +++ b/proto/buf.gen.gogo.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/proto/buf.gen.pulsar.yaml b/proto/buf.gen.pulsar.yaml index e53254786..a5173f353 100644 --- a/proto/buf.gen.pulsar.yaml +++ b/proto/buf.gen.pulsar.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/proto/buf.yaml b/proto/buf.yaml index ea3ae184d..3110fb6e5 100644 --- a/proto/buf.yaml +++ b/proto/buf.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BUSL-1.1 # # Copyright (C) 2023, Berachain Foundation. All rights reserved. -# Use of this software is govered by the Business Source License included +# Use of this software is governed by the Business Source License included # in the LICENSE file of this repository and at www.mariadb.com/bsl11. # # ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/proto/polaris/crypto/ethsecp256k1/v1/keys.proto b/proto/polaris/crypto/ethsecp256k1/v1/keys.proto index c52c3b37d..6365a0986 100644 --- a/proto/polaris/crypto/ethsecp256k1/v1/keys.proto +++ b/proto/polaris/crypto/ethsecp256k1/v1/keys.proto @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/proto/polaris/evm/module/v1alpha1/module.proto b/proto/polaris/evm/module/v1alpha1/module.proto index f63c42101..df4c9d815 100644 --- a/proto/polaris/evm/module/v1alpha1/module.proto +++ b/proto/polaris/evm/module/v1alpha1/module.proto @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY diff --git a/proto/polaris/evm/v1alpha1/tx.proto b/proto/polaris/evm/v1alpha1/tx.proto index 178189229..d86c1b0bf 100644 --- a/proto/polaris/evm/v1alpha1/tx.proto +++ b/proto/polaris/evm/v1alpha1/tx.proto @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BUSL-1.1 // // Copyright (C) 2023, Berachain Foundation. All rights reserved. -// Use of this software is govered by the Business Source License included +// Use of this software is governed by the Business Source License included // in the LICENSE file of this repository and at www.mariadb.com/bsl11. // // ANY USE OF THE LICENSED WORK IN VIOLATION OF THIS LICENSE WILL AUTOMATICALLY