diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 97e4ac5181..4f98222a44 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (c) 2024 Berachain Foundation +# Copyright (c) 2025 Berachain Foundation # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0d7163d6b5..cb18225543 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (c) 2024 Berachain Foundation +# Copyright (c) 2025 Berachain Foundation # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8522398251..2292363015 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (c) 2024 Berachain Foundation +# Copyright (c) 2025 Berachain Foundation # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/.mockery.yaml b/.mockery.yaml index bf9f3cb61a..d3c178f8f8 100644 --- a/.mockery.yaml +++ b/.mockery.yaml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (c) 2024 Berachain Foundation +# Copyright (c) 2025 Berachain Foundation # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/LICENSE b/LICENSE index 0b08ca7627..a123703453 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ Parameters Licensor: Berachain Foundation Licensed Work: BeaconKit - The Licensed Work is (c) 2024 Berachain Foundation + The Licensed Work is (c) 2025 Berachain Foundation Additional Use Grant: Please contact founders@berachain.com diff --git a/LICENSE.header b/LICENSE.header index e37b900aee..7ade830757 100644 --- a/LICENSE.header +++ b/LICENSE.header @@ -1,6 +1,6 @@ SPDX-License-Identifier: BUSL-1.1 -Copyright (C) 2024, Berachain Foundation. All rights reserved. +Copyright (C) 2025, Berachain Foundation. All rights reserved. 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. diff --git a/beacon/blockchain/deposit.go b/beacon/blockchain/deposit.go index e8600a21bb..2824a45166 100644 --- a/beacon/blockchain/deposit.go +++ b/beacon/blockchain/deposit.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/blockchain/errors.go b/beacon/blockchain/errors.go index 8e0efcc15f..1c20d9da29 100644 --- a/beacon/blockchain/errors.go +++ b/beacon/blockchain/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/blockchain/execution_engine.go b/beacon/blockchain/execution_engine.go index 5c1b0e9f82..b0f007fe1e 100644 --- a/beacon/blockchain/execution_engine.go +++ b/beacon/blockchain/execution_engine.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/blockchain/finalize_block.go b/beacon/blockchain/finalize_block.go index e7cc85f8e7..ee3bdceaa7 100644 --- a/beacon/blockchain/finalize_block.go +++ b/beacon/blockchain/finalize_block.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/blockchain/init_chain.go b/beacon/blockchain/init_chain.go index b01b9a74a7..5cbf5e8c25 100644 --- a/beacon/blockchain/init_chain.go +++ b/beacon/blockchain/init_chain.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/blockchain/metrics.go b/beacon/blockchain/metrics.go index 2a8e76c40f..538afb2371 100644 --- a/beacon/blockchain/metrics.go +++ b/beacon/blockchain/metrics.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/blockchain/payload.go b/beacon/blockchain/payload.go index 10c45fef2f..021c0be511 100644 --- a/beacon/blockchain/payload.go +++ b/beacon/blockchain/payload.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/blockchain/process_proposal.go b/beacon/blockchain/process_proposal.go index da4eaf7312..21da8085c7 100644 --- a/beacon/blockchain/process_proposal.go +++ b/beacon/blockchain/process_proposal.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/blockchain/pruning.go b/beacon/blockchain/pruning.go index 8097a89796..33289d87c3 100644 --- a/beacon/blockchain/pruning.go +++ b/beacon/blockchain/pruning.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/blockchain/service.go b/beacon/blockchain/service.go index 78cb49d72e..f6af2ea16a 100644 --- a/beacon/blockchain/service.go +++ b/beacon/blockchain/service.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/blockchain/types.go b/beacon/blockchain/types.go index e15716c6cd..98204a6cec 100644 --- a/beacon/blockchain/types.go +++ b/beacon/blockchain/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/payload-time/time.go b/beacon/payload-time/time.go index b04b766206..7f62fde216 100644 --- a/beacon/payload-time/time.go +++ b/beacon/payload-time/time.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/payload-time/time_test.go b/beacon/payload-time/time_test.go index ef6f84d927..452d2a9453 100644 --- a/beacon/payload-time/time_test.go +++ b/beacon/payload-time/time_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/validator/block_builder.go b/beacon/validator/block_builder.go index 1d46f365db..530dcac98c 100644 --- a/beacon/validator/block_builder.go +++ b/beacon/validator/block_builder.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/validator/config.go b/beacon/validator/config.go index e5e2554fa2..78ece329eb 100644 --- a/beacon/validator/config.go +++ b/beacon/validator/config.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/validator/errors.go b/beacon/validator/errors.go index 75a12ee9b3..3b971dc6f5 100644 --- a/beacon/validator/errors.go +++ b/beacon/validator/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/validator/metrics.go b/beacon/validator/metrics.go index ba737ff870..9f9a4baf94 100644 --- a/beacon/validator/metrics.go +++ b/beacon/validator/metrics.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/validator/service.go b/beacon/validator/service.go index e7a4530f03..acfcc8e0cd 100644 --- a/beacon/validator/service.go +++ b/beacon/validator/service.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/beacon/validator/types.go b/beacon/validator/types.go index 35057ccae2..a556648076 100644 --- a/beacon/validator/types.go +++ b/beacon/validator/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/chain/data.go b/chain/data.go index 2de4e1922e..1ee179103b 100644 --- a/chain/data.go +++ b/chain/data.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/chain/errors.go b/chain/errors.go index e0722c00ef..c9ae4f03a4 100644 --- a/chain/errors.go +++ b/chain/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/chain/helpers.go b/chain/helpers.go index 4e882c09a5..b80c82bab0 100644 --- a/chain/helpers.go +++ b/chain/helpers.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/chain/helpers_test.go b/chain/helpers_test.go index 9daff8edaf..e6ef5a8b38 100644 --- a/chain/helpers_test.go +++ b/chain/helpers_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/chain/spec.go b/chain/spec.go index 571894418e..693e020fae 100644 --- a/chain/spec.go +++ b/chain/spec.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/builder/builder.go b/cli/builder/builder.go index 9d7125bbf3..4dc2f0cddb 100644 --- a/cli/builder/builder.go +++ b/cli/builder/builder.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/builder/config.go b/cli/builder/config.go index 8415c01e7a..ea0407cec9 100644 --- a/cli/builder/config.go +++ b/cli/builder/config.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/builder/options.go b/cli/builder/options.go index 2772db4d51..1d5791b1d3 100644 --- a/cli/builder/options.go +++ b/cli/builder/options.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/deposit/create.go b/cli/commands/deposit/create.go index fbb3740576..f8f81819d0 100644 --- a/cli/commands/deposit/create.go +++ b/cli/commands/deposit/create.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/deposit/deposit.go b/cli/commands/deposit/deposit.go index 6181467dfa..1e73535257 100644 --- a/cli/commands/deposit/deposit.go +++ b/cli/commands/deposit/deposit.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/deposit/errors.go b/cli/commands/deposit/errors.go index 8b78750cb9..b3a764091f 100644 --- a/cli/commands/deposit/errors.go +++ b/cli/commands/deposit/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/deposit/flags.go b/cli/commands/deposit/flags.go index 966dbbf120..c71fc39b9e 100644 --- a/cli/commands/deposit/flags.go +++ b/cli/commands/deposit/flags.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/errors.go b/cli/commands/errors.go index 8251adab6d..3cf83d71b9 100644 --- a/cli/commands/errors.go +++ b/cli/commands/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/genesis/collect.go b/cli/commands/genesis/collect.go index 06a1ded97c..22440d8a97 100644 --- a/cli/commands/genesis/collect.go +++ b/cli/commands/genesis/collect.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/genesis/deposit.go b/cli/commands/genesis/deposit.go index 69300126a1..f0661e60e1 100644 --- a/cli/commands/genesis/deposit.go +++ b/cli/commands/genesis/deposit.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/genesis/flags.go b/cli/commands/genesis/flags.go index 9574f5e692..396a2a2b3b 100644 --- a/cli/commands/genesis/flags.go +++ b/cli/commands/genesis/flags.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/genesis/genesis.go b/cli/commands/genesis/genesis.go index 79096c3960..5ff0b024cf 100644 --- a/cli/commands/genesis/genesis.go +++ b/cli/commands/genesis/genesis.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/genesis/payload.go b/cli/commands/genesis/payload.go index 822374670d..c7d2b039bc 100644 --- a/cli/commands/genesis/payload.go +++ b/cli/commands/genesis/payload.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/genesis/root.go b/cli/commands/genesis/root.go index 09d21ccace..2930583323 100644 --- a/cli/commands/genesis/root.go +++ b/cli/commands/genesis/root.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/genesis/storage.go b/cli/commands/genesis/storage.go index acfe852fbc..c863086573 100644 --- a/cli/commands/genesis/storage.go +++ b/cli/commands/genesis/storage.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/genesis/storage_test.go b/cli/commands/genesis/storage_test.go index da834aa9d8..340160dcb3 100644 --- a/cli/commands/genesis/storage_test.go +++ b/cli/commands/genesis/storage_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/genesis/types/constants.go b/cli/commands/genesis/types/constants.go index 8f8209a10e..1f8f83d93b 100644 --- a/cli/commands/genesis/types/constants.go +++ b/cli/commands/genesis/types/constants.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/genesis/types/json.go b/cli/commands/genesis/types/json.go index 0fe4bbfe48..b3539a9ad5 100644 --- a/cli/commands/genesis/types/json.go +++ b/cli/commands/genesis/types/json.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/initialize/initialize.go b/cli/commands/initialize/initialize.go index 0ddb05cebf..bc5ac2d3b3 100644 --- a/cli/commands/initialize/initialize.go +++ b/cli/commands/initialize/initialize.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/jwt/errors.go b/cli/commands/jwt/errors.go index 534ee59206..77402f95c0 100644 --- a/cli/commands/jwt/errors.go +++ b/cli/commands/jwt/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/jwt/jwt.go b/cli/commands/jwt/jwt.go index 1551044c79..fd3f88c5cd 100644 --- a/cli/commands/jwt/jwt.go +++ b/cli/commands/jwt/jwt.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/jwt/jwt_test.go b/cli/commands/jwt/jwt_test.go index b0b9cf7ebe..77904b63f7 100644 --- a/cli/commands/jwt/jwt_test.go +++ b/cli/commands/jwt/jwt_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/root.go b/cli/commands/root.go index c9319a61f5..aa2a603136 100644 --- a/cli/commands/root.go +++ b/cli/commands/root.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/server/cmd/execute.go b/cli/commands/server/cmd/execute.go index 8711f9d9c9..33604765e3 100644 --- a/cli/commands/server/cmd/execute.go +++ b/cli/commands/server/cmd/execute.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/server/pruning.go b/cli/commands/server/pruning.go index 40aae19daf..2228addd4d 100644 --- a/cli/commands/server/pruning.go +++ b/cli/commands/server/pruning.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/server/rollback.go b/cli/commands/server/rollback.go index 514d62f6ee..e4ac711113 100644 --- a/cli/commands/server/rollback.go +++ b/cli/commands/server/rollback.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/server/start.go b/cli/commands/server/start.go index cd7ef7b61c..c46b774246 100644 --- a/cli/commands/server/start.go +++ b/cli/commands/server/start.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/server/types/app.go b/cli/commands/server/types/app.go index c3525176b7..b372129d8a 100644 --- a/cli/commands/server/types/app.go +++ b/cli/commands/server/types/app.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/setup.go b/cli/commands/setup.go index 7df6b4aa57..20d877fe5b 100644 --- a/cli/commands/setup.go +++ b/cli/commands/setup.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/commands/types.go b/cli/commands/types.go index 84e5e70c6e..276db03a65 100644 --- a/cli/commands/types.go +++ b/cli/commands/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/components/client_context.go b/cli/components/client_context.go index b139aadb96..c2fbef3104 100644 --- a/cli/components/client_context.go +++ b/cli/components/client_context.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/components/defaults.go b/cli/components/defaults.go index 10db217456..cb620ff253 100644 --- a/cli/components/defaults.go +++ b/cli/components/defaults.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/components/logger.go b/cli/components/logger.go index 55ad0341d1..19094a2515 100644 --- a/cli/components/logger.go +++ b/cli/components/logger.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/config/app.go b/cli/config/app.go index 815247df8a..1916cf6a51 100644 --- a/cli/config/app.go +++ b/cli/config/app.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/config/client.go b/cli/config/client.go index ef999aff9d..0cc1dd6682 100644 --- a/cli/config/client.go +++ b/cli/config/client.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/config/comet.go b/cli/config/comet.go index 9f2ff90264..832006537d 100644 --- a/cli/config/comet.go +++ b/cli/config/comet.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/config/errors.go b/cli/config/errors.go index aa665b1576..1bb0009942 100644 --- a/cli/config/errors.go +++ b/cli/config/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/config/server.go b/cli/config/server.go index 665501a323..1bb2b40704 100644 --- a/cli/config/server.go +++ b/cli/config/server.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/context/cmd.go b/cli/context/cmd.go index e3b65527d7..1253e9b9bc 100644 --- a/cli/context/cmd.go +++ b/cli/context/cmd.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/context/keys.go b/cli/context/keys.go index c43460be27..931cce72ed 100644 --- a/cli/context/keys.go +++ b/cli/context/keys.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/flags/flags.go b/cli/flags/flags.go index 1377a75265..779f7bd3ee 100644 --- a/cli/flags/flags.go +++ b/cli/flags/flags.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/utils/parser/errors.go b/cli/utils/parser/errors.go index 4333cac3be..1cd00e0d68 100644 --- a/cli/utils/parser/errors.go +++ b/cli/utils/parser/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/utils/parser/validator.go b/cli/utils/parser/validator.go index 2ba0418b46..b281b01166 100644 --- a/cli/utils/parser/validator.go +++ b/cli/utils/parser/validator.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cli/utils/yap/yap.go b/cli/utils/yap/yap.go index 0689271f3f..20bc1d0f3b 100644 --- a/cli/utils/yap/yap.go +++ b/cli/utils/yap/yap.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cmd/beacond/defaults.go b/cmd/beacond/defaults.go index 36919f0ac1..af7e394cee 100644 --- a/cmd/beacond/defaults.go +++ b/cmd/beacond/defaults.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cmd/beacond/main.go b/cmd/beacond/main.go index c9a8e9788d..59ad126e7e 100644 --- a/cmd/beacond/main.go +++ b/cmd/beacond/main.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/cmd/beacond/types.go b/cmd/beacond/types.go index 215a1af5b8..ca58e8e272 100644 --- a/cmd/beacond/types.go +++ b/cmd/beacond/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/codecov.yml b/codecov.yml index 4348abff7e..ef8b681fac 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (c) 2024 Berachain Foundation +# Copyright (c) 2025 Berachain Foundation # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/config/config.go b/config/config.go index 427df30e26..692a128887 100644 --- a/config/config.go +++ b/config/config.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/config/config/config.go b/config/config/config.go index 84dfbe8321..43f63b3cb2 100644 --- a/config/config/config.go +++ b/config/config/config.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/config/config/toml.go b/config/config/toml.go index 0fed9c800d..5974d22245 100644 --- a/config/config/toml.go +++ b/config/config/toml.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/config/mapstructure/parser.go b/config/mapstructure/parser.go index 41b0e666a0..2d6df4e642 100644 --- a/config/mapstructure/parser.go +++ b/config/mapstructure/parser.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/config/spec/base.go b/config/spec/base.go index 9d80adf602..9b7ad49f75 100644 --- a/config/spec/base.go +++ b/config/spec/base.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/config/spec/betnet.go b/config/spec/betnet.go index 87d796982b..9a5b509e5f 100644 --- a/config/spec/betnet.go +++ b/config/spec/betnet.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/config/spec/boonet.go b/config/spec/boonet.go index 56e1313359..fa91e951e4 100644 --- a/config/spec/boonet.go +++ b/config/spec/boonet.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/config/spec/chain_ids.go b/config/spec/chain_ids.go index f3908238d5..4271b57f40 100644 --- a/config/spec/chain_ids.go +++ b/config/spec/chain_ids.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/config/spec/devnet.go b/config/spec/devnet.go index 22994d2a91..333acaff78 100644 --- a/config/spec/devnet.go +++ b/config/spec/devnet.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/config/spec/mainnet.go b/config/spec/mainnet.go index 3bb82ecf3b..2e91e8427e 100644 --- a/config/spec/mainnet.go +++ b/config/spec/mainnet.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/config/spec/testnet.go b/config/spec/testnet.go index 7a3d2d08c7..50c1c627c9 100644 --- a/config/spec/testnet.go +++ b/config/spec/testnet.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/config/template/template.go b/config/template/template.go index faa98cada5..1812d2fdfa 100644 --- a/config/template/template.go +++ b/config/template/template.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/config/viper/parser.go b/config/viper/parser.go index 1e6e344f12..1629e8ce6a 100644 --- a/config/viper/parser.go +++ b/config/viper/parser.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/attestation_data.go b/consensus-types/types/attestation_data.go index a2bf77e54d..6899761da9 100644 --- a/consensus-types/types/attestation_data.go +++ b/consensus-types/types/attestation_data.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // -// Copyright (c) 2024 Berachain Foundation +// Copyright (c) 2025 Berachain Foundation // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/consensus-types/types/attestation_data_test.go b/consensus-types/types/attestation_data_test.go index 439a6fbab6..7d7fea7b59 100644 --- a/consensus-types/types/attestation_data_test.go +++ b/consensus-types/types/attestation_data_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/attester_slashings.go b/consensus-types/types/attester_slashings.go index 87432c9a3e..61c55b175d 100644 --- a/consensus-types/types/attester_slashings.go +++ b/consensus-types/types/attester_slashings.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/attestions.go b/consensus-types/types/attestions.go index 17a0edb18d..ea12aaa98b 100644 --- a/consensus-types/types/attestions.go +++ b/consensus-types/types/attestions.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/block.go b/consensus-types/types/block.go index c554918c58..ae1f109ae9 100644 --- a/consensus-types/types/block.go +++ b/consensus-types/types/block.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/block_test.go b/consensus-types/types/block_test.go index b2f368fd4c..f88f9d15dc 100644 --- a/consensus-types/types/block_test.go +++ b/consensus-types/types/block_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/bls_to_execution_changes.go b/consensus-types/types/bls_to_execution_changes.go index a7cd524ed8..6f71002255 100644 --- a/consensus-types/types/bls_to_execution_changes.go +++ b/consensus-types/types/bls_to_execution_changes.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/body.go b/consensus-types/types/body.go index 6d3f408422..a46bc5c0b4 100644 --- a/consensus-types/types/body.go +++ b/consensus-types/types/body.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // -// Copyright (c) 2024 Berachain Foundation +// Copyright (c) 2025 Berachain Foundation // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/consensus-types/types/body_test.go b/consensus-types/types/body_test.go index 369378bba3..c9b40dacc9 100644 --- a/consensus-types/types/body_test.go +++ b/consensus-types/types/body_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/deposit.go b/consensus-types/types/deposit.go index 7f007e1c49..e0ac5ef543 100644 --- a/consensus-types/types/deposit.go +++ b/consensus-types/types/deposit.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/deposit_message.go b/consensus-types/types/deposit_message.go index e3c15af9e7..ec1875c5c4 100644 --- a/consensus-types/types/deposit_message.go +++ b/consensus-types/types/deposit_message.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/deposit_message_test.go b/consensus-types/types/deposit_message_test.go index cfe495380d..6b12dbad83 100644 --- a/consensus-types/types/deposit_message_test.go +++ b/consensus-types/types/deposit_message_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/deposit_test.go b/consensus-types/types/deposit_test.go index 2befaa93e9..ccd0e53bd1 100644 --- a/consensus-types/types/deposit_test.go +++ b/consensus-types/types/deposit_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/deposits.go b/consensus-types/types/deposits.go index 5a019ebff1..9f6842350a 100644 --- a/consensus-types/types/deposits.go +++ b/consensus-types/types/deposits.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/errors.go b/consensus-types/types/errors.go index a8ab6f9109..e73083df16 100644 --- a/consensus-types/types/errors.go +++ b/consensus-types/types/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/eth1data.go b/consensus-types/types/eth1data.go index f337044456..7c3785f494 100644 --- a/consensus-types/types/eth1data.go +++ b/consensus-types/types/eth1data.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/eth1data_test.go b/consensus-types/types/eth1data_test.go index e6043f72a9..b1769a346c 100644 --- a/consensus-types/types/eth1data_test.go +++ b/consensus-types/types/eth1data_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/fork.go b/consensus-types/types/fork.go index b64baebdc6..402561865d 100644 --- a/consensus-types/types/fork.go +++ b/consensus-types/types/fork.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/fork_data.go b/consensus-types/types/fork_data.go index 01092aefb7..2c4461337f 100644 --- a/consensus-types/types/fork_data.go +++ b/consensus-types/types/fork_data.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/fork_data_test.go b/consensus-types/types/fork_data_test.go index 76ec38b9eb..b407dfe82a 100644 --- a/consensus-types/types/fork_data_test.go +++ b/consensus-types/types/fork_data_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/fork_test.go b/consensus-types/types/fork_test.go index 44ce74ffa0..9cdbd7f412 100644 --- a/consensus-types/types/fork_test.go +++ b/consensus-types/types/fork_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/genesis.go b/consensus-types/types/genesis.go index 40f85ea1e0..fa3c26ea2f 100644 --- a/consensus-types/types/genesis.go +++ b/consensus-types/types/genesis.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/genesis_test.go b/consensus-types/types/genesis_test.go index af27ce3ebf..70ebaaaccf 100644 --- a/consensus-types/types/genesis_test.go +++ b/consensus-types/types/genesis_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/header.go b/consensus-types/types/header.go index d9d9a5f1a4..2fa9e2f7fe 100644 --- a/consensus-types/types/header.go +++ b/consensus-types/types/header.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/header_test.go b/consensus-types/types/header_test.go index e99171a9f9..69be133dc7 100644 --- a/consensus-types/types/header_test.go +++ b/consensus-types/types/header_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/payload.go b/consensus-types/types/payload.go index 4089fd1275..55282a6616 100644 --- a/consensus-types/types/payload.go +++ b/consensus-types/types/payload.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/payload_env.go b/consensus-types/types/payload_env.go index 45cc3226ce..8795070a50 100644 --- a/consensus-types/types/payload_env.go +++ b/consensus-types/types/payload_env.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/payload_header.go b/consensus-types/types/payload_header.go index f5b4f67dd8..85ee81b87f 100644 --- a/consensus-types/types/payload_header.go +++ b/consensus-types/types/payload_header.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/payload_header_test.go b/consensus-types/types/payload_header_test.go index 144d03f910..f2245be30c 100644 --- a/consensus-types/types/payload_header_test.go +++ b/consensus-types/types/payload_header_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/payload_requests.go b/consensus-types/types/payload_requests.go index b108f6ea5c..5c717d69c0 100644 --- a/consensus-types/types/payload_requests.go +++ b/consensus-types/types/payload_requests.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/payload_requests_test.go b/consensus-types/types/payload_requests_test.go index 89756876ae..b2e4bbe492 100644 --- a/consensus-types/types/payload_requests_test.go +++ b/consensus-types/types/payload_requests_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/payload_test.go b/consensus-types/types/payload_test.go index 9e2c00d018..74ffc5a0ac 100644 --- a/consensus-types/types/payload_test.go +++ b/consensus-types/types/payload_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/proposer_slashings.go b/consensus-types/types/proposer_slashings.go index 29354c9610..0bee17691e 100644 --- a/consensus-types/types/proposer_slashings.go +++ b/consensus-types/types/proposer_slashings.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/signed_beacon_block.go b/consensus-types/types/signed_beacon_block.go index 6082ee5318..09a33ef43a 100644 --- a/consensus-types/types/signed_beacon_block.go +++ b/consensus-types/types/signed_beacon_block.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/signed_beacon_block_header.go b/consensus-types/types/signed_beacon_block_header.go index bb47bfed21..d4d570ca82 100644 --- a/consensus-types/types/signed_beacon_block_header.go +++ b/consensus-types/types/signed_beacon_block_header.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/signed_beacon_block_header_test.go b/consensus-types/types/signed_beacon_block_header_test.go index b0a58e436a..fe0a26a7e7 100644 --- a/consensus-types/types/signed_beacon_block_header_test.go +++ b/consensus-types/types/signed_beacon_block_header_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/signed_beacon_block_test.go b/consensus-types/types/signed_beacon_block_test.go index 2a77de5ae5..5c50227b1e 100644 --- a/consensus-types/types/signed_beacon_block_test.go +++ b/consensus-types/types/signed_beacon_block_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/signing_data.go b/consensus-types/types/signing_data.go index cab9eae2cb..f3751362cb 100644 --- a/consensus-types/types/signing_data.go +++ b/consensus-types/types/signing_data.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/signing_data_test.go b/consensus-types/types/signing_data_test.go index b3f58adbf4..51d5802817 100644 --- a/consensus-types/types/signing_data_test.go +++ b/consensus-types/types/signing_data_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/slashing_info.go b/consensus-types/types/slashing_info.go index 884fab1de9..a55880218a 100644 --- a/consensus-types/types/slashing_info.go +++ b/consensus-types/types/slashing_info.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // -// Copyright (c) 2024 Berachain Foundation +// Copyright (c) 2025 Berachain Foundation // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/consensus-types/types/slashing_info_test.go b/consensus-types/types/slashing_info_test.go index 109173d75d..f6b22e09a2 100644 --- a/consensus-types/types/slashing_info_test.go +++ b/consensus-types/types/slashing_info_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/state.go b/consensus-types/types/state.go index 5c84ad4747..2ebe174fb5 100644 --- a/consensus-types/types/state.go +++ b/consensus-types/types/state.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/state_test.go b/consensus-types/types/state_test.go index da31a77c24..442e3d507e 100644 --- a/consensus-types/types/state_test.go +++ b/consensus-types/types/state_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // -// # Copyright (c) 2024 Berachain Foundation +// # Copyright (c) 2025 Berachain Foundation // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/consensus-types/types/sync_aggregate.go b/consensus-types/types/sync_aggregate.go index c4925bc5ee..e2c5be34ef 100644 --- a/consensus-types/types/sync_aggregate.go +++ b/consensus-types/types/sync_aggregate.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/unused_type.go b/consensus-types/types/unused_type.go index 25523e48b3..7b5f89e0df 100644 --- a/consensus-types/types/unused_type.go +++ b/consensus-types/types/unused_type.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/validator.go b/consensus-types/types/validator.go index 7a1871b7e9..e4a2e05d8d 100644 --- a/consensus-types/types/validator.go +++ b/consensus-types/types/validator.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/validator_test.go b/consensus-types/types/validator_test.go index b20e467481..5b6bd6b2f9 100644 --- a/consensus-types/types/validator_test.go +++ b/consensus-types/types/validator_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/validators.go b/consensus-types/types/validators.go index 792899b2d7..7903810ae1 100644 --- a/consensus-types/types/validators.go +++ b/consensus-types/types/validators.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/voluntary_exits.go b/consensus-types/types/voluntary_exits.go index 15593b630e..67c62126e6 100644 --- a/consensus-types/types/voluntary_exits.go +++ b/consensus-types/types/voluntary_exits.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus-types/types/withdrawal_credentials.go b/consensus-types/types/withdrawal_credentials.go index 017efa0eaa..116f3ef01f 100644 --- a/consensus-types/types/withdrawal_credentials.go +++ b/consensus-types/types/withdrawal_credentials.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // -// Copyright (c) 2024 Berachain Foundation +// Copyright (c) 2025 Berachain Foundation // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/consensus-types/types/withdrawal_credentials_test.go b/consensus-types/types/withdrawal_credentials_test.go index c3e9f015ab..481a89d5ac 100644 --- a/consensus-types/types/withdrawal_credentials_test.go +++ b/consensus-types/types/withdrawal_credentials_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/cli/commands.go b/consensus/cometbft/cli/commands.go index a6d84d7f50..d81f88126d 100644 --- a/consensus/cometbft/cli/commands.go +++ b/consensus/cometbft/cli/commands.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/mod.go b/consensus/cometbft/mod.go index d2e59098fe..8d9f47104b 100644 --- a/consensus/cometbft/mod.go +++ b/consensus/cometbft/mod.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/abci.go b/consensus/cometbft/service/abci.go index 1e1b4bf59e..1613fb38b8 100644 --- a/consensus/cometbft/service/abci.go +++ b/consensus/cometbft/service/abci.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/commit.go b/consensus/cometbft/service/commit.go index 59d8f9e486..3196dde184 100644 --- a/consensus/cometbft/service/commit.go +++ b/consensus/cometbft/service/commit.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/configs.go b/consensus/cometbft/service/configs.go index 8d914a6647..85bfc706d2 100644 --- a/consensus/cometbft/service/configs.go +++ b/consensus/cometbft/service/configs.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/encoding/encoding.go b/consensus/cometbft/service/encoding/encoding.go index dd43333adc..98f0e82628 100644 --- a/consensus/cometbft/service/encoding/encoding.go +++ b/consensus/cometbft/service/encoding/encoding.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/encoding/errors.go b/consensus/cometbft/service/encoding/errors.go index 21b6673259..cc955773c7 100644 --- a/consensus/cometbft/service/encoding/errors.go +++ b/consensus/cometbft/service/encoding/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/encoding/types.go b/consensus/cometbft/service/encoding/types.go index 820769c77e..f902604018 100644 --- a/consensus/cometbft/service/encoding/types.go +++ b/consensus/cometbft/service/encoding/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/finalize_block.go b/consensus/cometbft/service/finalize_block.go index d0a01893b3..f6f7d86467 100644 --- a/consensus/cometbft/service/finalize_block.go +++ b/consensus/cometbft/service/finalize_block.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/genesis.go b/consensus/cometbft/service/genesis.go index b018387fa5..541b3cd250 100644 --- a/consensus/cometbft/service/genesis.go +++ b/consensus/cometbft/service/genesis.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/init_chain.go b/consensus/cometbft/service/init_chain.go index 6ddd5520c7..58cfe8e54a 100644 --- a/consensus/cometbft/service/init_chain.go +++ b/consensus/cometbft/service/init_chain.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/log/cmt_logger.go b/consensus/cometbft/service/log/cmt_logger.go index 84a65ac537..9a4192982f 100644 --- a/consensus/cometbft/service/log/cmt_logger.go +++ b/consensus/cometbft/service/log/cmt_logger.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/log/sdk_logger.go b/consensus/cometbft/service/log/sdk_logger.go index 7657e88228..37a62cb2b4 100644 --- a/consensus/cometbft/service/log/sdk_logger.go +++ b/consensus/cometbft/service/log/sdk_logger.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/options.go b/consensus/cometbft/service/options.go index 6b3337f1b9..c7ddfbb187 100644 --- a/consensus/cometbft/service/options.go +++ b/consensus/cometbft/service/options.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/prepare_proposal.go b/consensus/cometbft/service/prepare_proposal.go index 45c3e7b694..1489143116 100644 --- a/consensus/cometbft/service/prepare_proposal.go +++ b/consensus/cometbft/service/prepare_proposal.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/process_proposal.go b/consensus/cometbft/service/process_proposal.go index b6ecf447c0..37a536c48d 100644 --- a/consensus/cometbft/service/process_proposal.go +++ b/consensus/cometbft/service/process_proposal.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/service.go b/consensus/cometbft/service/service.go index a0477c388c..74d24a61d9 100644 --- a/consensus/cometbft/service/service.go +++ b/consensus/cometbft/service/service.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/state.go b/consensus/cometbft/service/state.go index 05ef33089c..3b5580e5dc 100644 --- a/consensus/cometbft/service/state.go +++ b/consensus/cometbft/service/state.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/state/state.go b/consensus/cometbft/service/state/state.go index 605ef77be5..0ce6abfdf3 100644 --- a/consensus/cometbft/service/state/state.go +++ b/consensus/cometbft/service/state/state.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/cometbft/service/types.go b/consensus/cometbft/service/types.go index 5f906c15fc..485982eaa3 100644 --- a/consensus/cometbft/service/types.go +++ b/consensus/cometbft/service/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/types/common.go b/consensus/types/common.go index e8b79341ba..bb257f8705 100644 --- a/consensus/types/common.go +++ b/consensus/types/common.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/types/consensus_block.go b/consensus/types/consensus_block.go index 443d5fa294..f76fee008f 100644 --- a/consensus/types/consensus_block.go +++ b/consensus/types/consensus_block.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/consensus/types/slot_data.go b/consensus/types/slot_data.go index 2cea2d049b..f79b1b4756 100644 --- a/consensus/types/slot_data.go +++ b/consensus/types/slot_data.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/blob/factory.go b/da/blob/factory.go index cd64089286..e128aaa96d 100644 --- a/da/blob/factory.go +++ b/da/blob/factory.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/blob/factory_metrics.go b/da/blob/factory_metrics.go index 173ee5c986..06854941cd 100644 --- a/da/blob/factory_metrics.go +++ b/da/blob/factory_metrics.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/blob/factory_test.go b/da/blob/factory_test.go index 7224e5cac7..217d815c76 100644 --- a/da/blob/factory_test.go +++ b/da/blob/factory_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/blob/processor.go b/da/blob/processor.go index 968a13e2ea..c635f172fc 100644 --- a/da/blob/processor.go +++ b/da/blob/processor.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/blob/processor_metrics.go b/da/blob/processor_metrics.go index b51adc1e55..caedd1bd1b 100644 --- a/da/blob/processor_metrics.go +++ b/da/blob/processor_metrics.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/blob/types.go b/da/blob/types.go index 06032e9059..878ba4c5dc 100644 --- a/da/blob/types.go +++ b/da/blob/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/blob/verifier.go b/da/blob/verifier.go index a9b61d03fc..dfa1090533 100644 --- a/da/blob/verifier.go +++ b/da/blob/verifier.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/blob/verifier_metrics.go b/da/blob/verifier_metrics.go index 472f50ad2d..9a2d6c5c89 100644 --- a/da/blob/verifier_metrics.go +++ b/da/blob/verifier_metrics.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/da/types.go b/da/da/types.go index 8506f8f004..4f8f0dc9ee 100644 --- a/da/da/types.go +++ b/da/da/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/ckzg/ckzg.go b/da/kzg/ckzg/ckzg.go index 33f81558ee..92c6a48d0f 100644 --- a/da/kzg/ckzg/ckzg.go +++ b/da/kzg/ckzg/ckzg.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/ckzg/ckzg_cgo.go b/da/kzg/ckzg/ckzg_cgo.go index aa309ab491..0094da2c58 100644 --- a/da/kzg/ckzg/ckzg_cgo.go +++ b/da/kzg/ckzg/ckzg_cgo.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/ckzg/ckzg_cgo_test.go b/da/kzg/ckzg/ckzg_cgo_test.go index 9ea2234cac..6996d3ca05 100644 --- a/da/kzg/ckzg/ckzg_cgo_test.go +++ b/da/kzg/ckzg/ckzg_cgo_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/ckzg/ckzg_no_cgo.go b/da/kzg/ckzg/ckzg_no_cgo.go index cc09551d91..9ab5c77114 100644 --- a/da/kzg/ckzg/ckzg_no_cgo.go +++ b/da/kzg/ckzg/ckzg_no_cgo.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/ckzg/ckzg_no_cgo_test.go b/da/kzg/ckzg/ckzg_no_cgo_test.go index 0d57ec0b80..f821306d55 100644 --- a/da/kzg/ckzg/ckzg_no_cgo_test.go +++ b/da/kzg/ckzg/ckzg_no_cgo_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/ckzg/errors.go b/da/kzg/ckzg/errors.go index 94c299b72f..2201a92887 100644 --- a/da/kzg/ckzg/errors.go +++ b/da/kzg/ckzg/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/ckzg/helpers_test.go b/da/kzg/ckzg/helpers_test.go index 9bac931b8c..48d38f16ff 100644 --- a/da/kzg/ckzg/helpers_test.go +++ b/da/kzg/ckzg/helpers_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/config.go b/da/kzg/config.go index c823ded30f..e6292b6429 100644 --- a/da/kzg/config.go +++ b/da/kzg/config.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/config_test.go b/da/kzg/config_test.go index 8c54186a0c..d97d8fdad7 100644 --- a/da/kzg/config_test.go +++ b/da/kzg/config_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/errors.go b/da/kzg/errors.go index 6b3db9851f..0abb8e9de6 100644 --- a/da/kzg/errors.go +++ b/da/kzg/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/gokzg/gokzg.go b/da/kzg/gokzg/gokzg.go index bf47cc5ab6..69c716fd2b 100644 --- a/da/kzg/gokzg/gokzg.go +++ b/da/kzg/gokzg/gokzg.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/gokzg/gokzg_test.go b/da/kzg/gokzg/gokzg_test.go index a3f13cc421..d6f15c13a9 100644 --- a/da/kzg/gokzg/gokzg_test.go +++ b/da/kzg/gokzg/gokzg_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/noop/noop.go b/da/kzg/noop/noop.go index c70f31ecd2..c825887e64 100644 --- a/da/kzg/noop/noop.go +++ b/da/kzg/noop/noop.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/noop/noop_test.go b/da/kzg/noop/noop_test.go index cb81bd4f87..ca7868a0cb 100644 --- a/da/kzg/noop/noop_test.go +++ b/da/kzg/noop/noop_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/proof.go b/da/kzg/proof.go index f9651b0949..e69bf39025 100644 --- a/da/kzg/proof.go +++ b/da/kzg/proof.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/proof_test.go b/da/kzg/proof_test.go index 9a8afa67a2..472cba7fb6 100644 --- a/da/kzg/proof_test.go +++ b/da/kzg/proof_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/kzg/types/args.go b/da/kzg/types/args.go index 75f96d4b9a..5b8b7e4ef6 100644 --- a/da/kzg/types/args.go +++ b/da/kzg/types/args.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/store/errors.go b/da/store/errors.go index bb662a975c..380b5c0327 100644 --- a/da/store/errors.go +++ b/da/store/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/store/store.go b/da/store/store.go index a192bb615c..338e469fe7 100644 --- a/da/store/store.go +++ b/da/store/store.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/store/store_test.go b/da/store/store_test.go index 71377d7f9e..ccffb8aaa4 100644 --- a/da/store/store_test.go +++ b/da/store/store_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/store/types.go b/da/store/types.go index 85231cf925..7f52cb0c50 100644 --- a/da/store/types.go +++ b/da/store/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/types/errors.go b/da/types/errors.go index 5e295d4347..cf04fa1ece 100644 --- a/da/types/errors.go +++ b/da/types/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/types/sidecar.go b/da/types/sidecar.go index ef050df23c..21d6fe59db 100644 --- a/da/types/sidecar.go +++ b/da/types/sidecar.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/types/sidecar_test.go b/da/types/sidecar_test.go index b99381b9d0..09a4de04c6 100644 --- a/da/types/sidecar_test.go +++ b/da/types/sidecar_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/types/sidecars.go b/da/types/sidecars.go index 248d88e9e8..946695b0ca 100644 --- a/da/types/sidecars.go +++ b/da/types/sidecars.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/da/types/sidecars_test.go b/da/types/sidecars_test.go index 81aa009b3d..8011ce0417 100644 --- a/da/types/sidecars_test.go +++ b/da/types/sidecars_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/attributes.go b/engine-primitives/engine-primitives/attributes.go index a1214edff5..540547c839 100644 --- a/engine-primitives/engine-primitives/attributes.go +++ b/engine-primitives/engine-primitives/attributes.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/attributes_test.go b/engine-primitives/engine-primitives/attributes_test.go index ccc915adfe..a045a74ae5 100644 --- a/engine-primitives/engine-primitives/attributes_test.go +++ b/engine-primitives/engine-primitives/attributes_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/blobs_bundle.go b/engine-primitives/engine-primitives/blobs_bundle.go index 4c16204720..ee81b2c637 100644 --- a/engine-primitives/engine-primitives/blobs_bundle.go +++ b/engine-primitives/engine-primitives/blobs_bundle.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/blobs_bundle_test.go b/engine-primitives/engine-primitives/blobs_bundle_test.go index a678de29aa..3eafc01230 100644 --- a/engine-primitives/engine-primitives/blobs_bundle_test.go +++ b/engine-primitives/engine-primitives/blobs_bundle_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/engine.go b/engine-primitives/engine-primitives/engine.go index a7efe00f83..d4d571945c 100644 --- a/engine-primitives/engine-primitives/engine.go +++ b/engine-primitives/engine-primitives/engine.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/engine_test.go b/engine-primitives/engine-primitives/engine_test.go index 8588437888..4c87617c1f 100644 --- a/engine-primitives/engine-primitives/engine_test.go +++ b/engine-primitives/engine-primitives/engine_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/errors.go b/engine-primitives/engine-primitives/errors.go index 8b47bb74db..67471a1e63 100644 --- a/engine-primitives/engine-primitives/errors.go +++ b/engine-primitives/engine-primitives/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/transactions.go b/engine-primitives/engine-primitives/transactions.go index f4f4ae6bcb..f836ea7bcc 100644 --- a/engine-primitives/engine-primitives/transactions.go +++ b/engine-primitives/engine-primitives/transactions.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/transactions_test.go b/engine-primitives/engine-primitives/transactions_test.go index 3cf339fef8..c403795500 100644 --- a/engine-primitives/engine-primitives/transactions_test.go +++ b/engine-primitives/engine-primitives/transactions_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/withdrawal.go b/engine-primitives/engine-primitives/withdrawal.go index 475072a7b3..badc82644f 100644 --- a/engine-primitives/engine-primitives/withdrawal.go +++ b/engine-primitives/engine-primitives/withdrawal.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/withdrawal_ssz_test.go b/engine-primitives/engine-primitives/withdrawal_ssz_test.go index 03eafeda6e..220bd8b3d4 100644 --- a/engine-primitives/engine-primitives/withdrawal_ssz_test.go +++ b/engine-primitives/engine-primitives/withdrawal_ssz_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/withdrawal_test.go b/engine-primitives/engine-primitives/withdrawal_test.go index a791bccb82..42946a807b 100644 --- a/engine-primitives/engine-primitives/withdrawal_test.go +++ b/engine-primitives/engine-primitives/withdrawal_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/withdrawals.go b/engine-primitives/engine-primitives/withdrawals.go index 3b3f435cfb..2f74d54a53 100644 --- a/engine-primitives/engine-primitives/withdrawals.go +++ b/engine-primitives/engine-primitives/withdrawals.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/engine-primitives/withdrawals_test.go b/engine-primitives/engine-primitives/withdrawals_test.go index 49d3a533d1..7e67a1f78c 100644 --- a/engine-primitives/engine-primitives/withdrawals_test.go +++ b/engine-primitives/engine-primitives/withdrawals_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/engine-primitives/errors/errors.go b/engine-primitives/errors/errors.go index 89df0c1e9c..26bddb2224 100644 --- a/engine-primitives/errors/errors.go +++ b/engine-primitives/errors/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/errors/mod.go b/errors/mod.go index 303dba36e1..5b369e80fd 100644 --- a/errors/mod.go +++ b/errors/mod.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/client.go b/execution/client/client.go index ae3f37462b..ba9f4c1345 100644 --- a/execution/client/client.go +++ b/execution/client/client.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/config.go b/execution/client/config.go index b078264148..03d131fc09 100644 --- a/execution/client/config.go +++ b/execution/client/config.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/engine.go b/execution/client/engine.go index 85e7a6e4be..9cc3524942 100644 --- a/execution/client/engine.go +++ b/execution/client/engine.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/errors.go b/execution/client/errors.go index eb30fdc44b..d79363037b 100644 --- a/execution/client/errors.go +++ b/execution/client/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/ethclient/constants.go b/execution/client/ethclient/constants.go index 488889655e..3f7ecc82c9 100644 --- a/execution/client/ethclient/constants.go +++ b/execution/client/ethclient/constants.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/ethclient/engine.go b/execution/client/ethclient/engine.go index 412fad35b3..8a79bfd677 100644 --- a/execution/client/ethclient/engine.go +++ b/execution/client/ethclient/engine.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/ethclient/errors.go b/execution/client/ethclient/errors.go index 19de175fdf..c8384fb276 100644 --- a/execution/client/ethclient/errors.go +++ b/execution/client/ethclient/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/ethclient/eth.go b/execution/client/ethclient/eth.go index e277522638..2e945c1f23 100644 --- a/execution/client/ethclient/eth.go +++ b/execution/client/ethclient/eth.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/ethclient/ethclient.go b/execution/client/ethclient/ethclient.go index ea46769539..e3fda730a0 100644 --- a/execution/client/ethclient/ethclient.go +++ b/execution/client/ethclient/ethclient.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/ethclient/rpc/client.go b/execution/client/ethclient/rpc/client.go index cba06f5b7f..506f1840ea 100644 --- a/execution/client/ethclient/rpc/client.go +++ b/execution/client/ethclient/rpc/client.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/ethclient/rpc/errors.go b/execution/client/ethclient/rpc/errors.go index c1c64fd616..5ec6f1ad4d 100644 --- a/execution/client/ethclient/rpc/errors.go +++ b/execution/client/ethclient/rpc/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/ethclient/rpc/header.go b/execution/client/ethclient/rpc/header.go index 4b649c8857..c9e6452c40 100644 --- a/execution/client/ethclient/rpc/header.go +++ b/execution/client/ethclient/rpc/header.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/ethclient/rpc/options.go b/execution/client/ethclient/rpc/options.go index e75d66f789..a9ae0d74c3 100644 --- a/execution/client/ethclient/rpc/options.go +++ b/execution/client/ethclient/rpc/options.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/ethclient/rpc/types.go b/execution/client/ethclient/rpc/types.go index a3fff0b6a3..8813f1d9d5 100644 --- a/execution/client/ethclient/rpc/types.go +++ b/execution/client/ethclient/rpc/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/helpers.go b/execution/client/helpers.go index 369888c7cb..0e58ff1eb9 100644 --- a/execution/client/helpers.go +++ b/execution/client/helpers.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/metrics.go b/execution/client/metrics.go index bf7e61c379..5208d1870b 100644 --- a/execution/client/metrics.go +++ b/execution/client/metrics.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/client/types.go b/execution/client/types.go index a679eff867..6f2f2ef437 100644 --- a/execution/client/types.go +++ b/execution/client/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/deposit/contract.go b/execution/deposit/contract.go index ce446b998c..4084e7a725 100644 --- a/execution/deposit/contract.go +++ b/execution/deposit/contract.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/deposit/types.go b/execution/deposit/types.go index d9a3bd1514..46aef06e63 100644 --- a/execution/deposit/types.go +++ b/execution/deposit/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/engine/engine.go b/execution/engine/engine.go index e77a9c2cd4..c9364b687e 100644 --- a/execution/engine/engine.go +++ b/execution/engine/engine.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/engine/errors.go b/execution/engine/errors.go index c35e5e7f68..3c0159221d 100644 --- a/execution/engine/errors.go +++ b/execution/engine/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/engine/metrics.go b/execution/engine/metrics.go index 4248c4942a..a0f3dda0a9 100644 --- a/execution/engine/metrics.go +++ b/execution/engine/metrics.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/execution/engine/types.go b/execution/engine/types.go index e328873523..6c701359ab 100644 --- a/execution/engine/types.go +++ b/execution/engine/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/geth-primitives/bind/bind.go b/geth-primitives/bind/bind.go index 1fca0e4ba3..31c07de1f0 100644 --- a/geth-primitives/bind/bind.go +++ b/geth-primitives/bind/bind.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/geth-primitives/deposit/contract.go b/geth-primitives/deposit/contract.go index 28202277dc..b8be111956 100644 --- a/geth-primitives/deposit/contract.go +++ b/geth-primitives/deposit/contract.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/geth-primitives/ethclient/ethclient.go b/geth-primitives/ethclient/ethclient.go index 3afa98df84..868189d94c 100644 --- a/geth-primitives/ethclient/ethclient.go +++ b/geth-primitives/ethclient/ethclient.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/geth-primitives/execution.go b/geth-primitives/execution.go index ce0de3658b..75c10d51db 100644 --- a/geth-primitives/execution.go +++ b/geth-primitives/execution.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/geth-primitives/rpc/rpc.go b/geth-primitives/rpc/rpc.go index 06063a67ee..38e92e23eb 100644 --- a/geth-primitives/rpc/rpc.go +++ b/geth-primitives/rpc/rpc.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/kurtosis/beaconkit-all.yaml b/kurtosis/beaconkit-all.yaml index 1c5b6b66ac..93ef382808 100644 --- a/kurtosis/beaconkit-all.yaml +++ b/kurtosis/beaconkit-all.yaml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (c) 2024 Berachain Foundation +# Copyright (c) 2025 Berachain Foundation # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/kurtosis/beaconkit-base-gcp.yaml b/kurtosis/beaconkit-base-gcp.yaml index ab56f1bdc2..5aa5fbaae4 100644 --- a/kurtosis/beaconkit-base-gcp.yaml +++ b/kurtosis/beaconkit-base-gcp.yaml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (c) 2024 Berachain Foundation +# Copyright (c) 2025 Berachain Foundation # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/kurtosis/kurtosis-params.yaml b/kurtosis/kurtosis-params.yaml index f877b46d33..6692367156 100644 --- a/kurtosis/kurtosis-params.yaml +++ b/kurtosis/kurtosis-params.yaml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (c) 2024 Berachain Foundation +# Copyright (c) 2025 Berachain Foundation # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/kurtosis/kurtosis.yml b/kurtosis/kurtosis.yml index 5a04684be8..f8281e4dd4 100644 --- a/kurtosis/kurtosis.yml +++ b/kurtosis/kurtosis.yml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (c) 2024 Berachain Foundation +# Copyright (c) 2025 Berachain Foundation # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/kurtosis/src/nodes/consensus/beacond/scripts/multiple-premined-deposits.sh b/kurtosis/src/nodes/consensus/beacond/scripts/multiple-premined-deposits.sh index dd7e03ae2f..f3bd96765c 100644 --- a/kurtosis/src/nodes/consensus/beacond/scripts/multiple-premined-deposits.sh +++ b/kurtosis/src/nodes/consensus/beacond/scripts/multiple-premined-deposits.sh @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-License-Identifier: BUSL-1.1 # -# Copyright (C) 2024, Berachain Foundation. All rights reserved. +# Copyright (C) 2025, Berachain Foundation. All rights reserved. # 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. # diff --git a/log/mod.go b/log/mod.go index 4ae9a55370..aab5d8f156 100644 --- a/log/mod.go +++ b/log/mod.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/log/noop/noop.go b/log/noop/noop.go index df1675affe..d3238b6030 100644 --- a/log/noop/noop.go +++ b/log/noop/noop.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/log/noop/noop_test.go b/log/noop/noop_test.go index 4aa84f20f0..cc01011b8c 100644 --- a/log/noop/noop_test.go +++ b/log/noop/noop_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/log/phuslu/buffer.go b/log/phuslu/buffer.go index 6985951f5e..e7d8e5915b 100644 --- a/log/phuslu/buffer.go +++ b/log/phuslu/buffer.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/log/phuslu/config.go b/log/phuslu/config.go index 7e8bcdfbbd..582d1c8f71 100644 --- a/log/phuslu/config.go +++ b/log/phuslu/config.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/log/phuslu/formatter.go b/log/phuslu/formatter.go index e42105e246..c09d439f09 100644 --- a/log/phuslu/formatter.go +++ b/log/phuslu/formatter.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/log/phuslu/logger.go b/log/phuslu/logger.go index c6536cd095..8ffc0fa0fa 100644 --- a/log/phuslu/logger.go +++ b/log/phuslu/logger.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/log/phuslu/style.go b/log/phuslu/style.go index 5f1fbc8c5e..e6b11cf959 100644 --- a/log/phuslu/style.go +++ b/log/phuslu/style.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/log/phuslu/time.go b/log/phuslu/time.go index 6f4a84a12e..4a0207384a 100644 --- a/log/phuslu/time.go +++ b/log/phuslu/time.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/backend/backend.go b/node-api/backend/backend.go index b78e8cbe01..f526d64d85 100644 --- a/node-api/backend/backend.go +++ b/node-api/backend/backend.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/backend/blobs.go b/node-api/backend/blobs.go index ce8abe92be..ba01ef3d0c 100644 --- a/node-api/backend/blobs.go +++ b/node-api/backend/blobs.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/backend/block.go b/node-api/backend/block.go index fb40afabc4..1dca030d26 100644 --- a/node-api/backend/block.go +++ b/node-api/backend/block.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/backend/genesis.go b/node-api/backend/genesis.go index 6b650e83fa..31888d71ea 100644 --- a/node-api/backend/genesis.go +++ b/node-api/backend/genesis.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/backend/genesis_test.go b/node-api/backend/genesis_test.go index f958e32bf6..d687359843 100644 --- a/node-api/backend/genesis_test.go +++ b/node-api/backend/genesis_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/backend/randao.go b/node-api/backend/randao.go index 0b03780880..dd6630824e 100644 --- a/node-api/backend/randao.go +++ b/node-api/backend/randao.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/backend/state.go b/node-api/backend/state.go index bdd902c132..306c6e6b9c 100644 --- a/node-api/backend/state.go +++ b/node-api/backend/state.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/backend/types.go b/node-api/backend/types.go index 21af4779cf..f48f0bb8f1 100644 --- a/node-api/backend/types.go +++ b/node-api/backend/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/backend/utils/validator.go b/node-api/backend/utils/validator.go index 39f5f875a6..576afcaae7 100644 --- a/node-api/backend/utils/validator.go +++ b/node-api/backend/utils/validator.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/backend/validator.go b/node-api/backend/validator.go index 078287281b..330a2ed99a 100644 --- a/node-api/backend/validator.go +++ b/node-api/backend/validator.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/block_store/config.go b/node-api/block_store/config.go index e22d38b59c..b5576584ac 100644 --- a/node-api/block_store/config.go +++ b/node-api/block_store/config.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/engines/echo/engine.go b/node-api/engines/echo/engine.go index 6c9ea7b907..47c51c5cf2 100644 --- a/node-api/engines/echo/engine.go +++ b/node-api/engines/echo/engine.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/engines/echo/middleware.go b/node-api/engines/echo/middleware.go index d079bfa074..b0641b34b0 100644 --- a/node-api/engines/echo/middleware.go +++ b/node-api/engines/echo/middleware.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/engines/echo/types.go b/node-api/engines/echo/types.go index 7cf57186fa..3a78a4e3af 100644 --- a/node-api/engines/echo/types.go +++ b/node-api/engines/echo/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/engines/echo/validator.go b/node-api/engines/echo/validator.go index 4e81a96a8c..140d82e317 100644 --- a/node-api/engines/echo/validator.go +++ b/node-api/engines/echo/validator.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/backend.go b/node-api/handlers/beacon/backend.go index c8f781fcb3..5c8d788b46 100644 --- a/node-api/handlers/beacon/backend.go +++ b/node-api/handlers/beacon/backend.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/blobs.go b/node-api/handlers/beacon/blobs.go index 5804ba2608..4d90d06c93 100644 --- a/node-api/handlers/beacon/blobs.go +++ b/node-api/handlers/beacon/blobs.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/block.go b/node-api/handlers/beacon/block.go index 1d656e37ce..b12db63b1a 100644 --- a/node-api/handlers/beacon/block.go +++ b/node-api/handlers/beacon/block.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/genesis.go b/node-api/handlers/beacon/genesis.go index 73551d48e0..9157cb466b 100644 --- a/node-api/handlers/beacon/genesis.go +++ b/node-api/handlers/beacon/genesis.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/handler.go b/node-api/handlers/beacon/handler.go index 018fcc1834..6ae054348f 100644 --- a/node-api/handlers/beacon/handler.go +++ b/node-api/handlers/beacon/handler.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/header.go b/node-api/handlers/beacon/header.go index 6de3142fc5..8fc249cb5c 100644 --- a/node-api/handlers/beacon/header.go +++ b/node-api/handlers/beacon/header.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/historical.go b/node-api/handlers/beacon/historical.go index c36e8c4ca4..996fd78372 100644 --- a/node-api/handlers/beacon/historical.go +++ b/node-api/handlers/beacon/historical.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/randao.go b/node-api/handlers/beacon/randao.go index 1525dba1ba..0205cdb091 100644 --- a/node-api/handlers/beacon/randao.go +++ b/node-api/handlers/beacon/randao.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/routes.go b/node-api/handlers/beacon/routes.go index 9bde5aab65..6f90b9d553 100644 --- a/node-api/handlers/beacon/routes.go +++ b/node-api/handlers/beacon/routes.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/types/conversions.go b/node-api/handlers/beacon/types/conversions.go index 4f28fbbe09..5fcca4d431 100644 --- a/node-api/handlers/beacon/types/conversions.go +++ b/node-api/handlers/beacon/types/conversions.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/types/request.go b/node-api/handlers/beacon/types/request.go index 5ba9618e46..6e44346aeb 100644 --- a/node-api/handlers/beacon/types/request.go +++ b/node-api/handlers/beacon/types/request.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/types/response.go b/node-api/handlers/beacon/types/response.go index 44d10a2cd8..96b523729b 100644 --- a/node-api/handlers/beacon/types/response.go +++ b/node-api/handlers/beacon/types/response.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/beacon/validators.go b/node-api/handlers/beacon/validators.go index b13ec4898f..6cf6f5596b 100644 --- a/node-api/handlers/beacon/validators.go +++ b/node-api/handlers/beacon/validators.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/builder/handler.go b/node-api/handlers/builder/handler.go index 440e0030e7..93c88d7124 100644 --- a/node-api/handlers/builder/handler.go +++ b/node-api/handlers/builder/handler.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/builder/routes.go b/node-api/handlers/builder/routes.go index 5b74044d50..f3c99a0987 100644 --- a/node-api/handlers/builder/routes.go +++ b/node-api/handlers/builder/routes.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/config/handler.go b/node-api/handlers/config/handler.go index fe3892bd4d..d21534cf30 100644 --- a/node-api/handlers/config/handler.go +++ b/node-api/handlers/config/handler.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/config/routes.go b/node-api/handlers/config/routes.go index d0d09ca603..c5a631bbe0 100644 --- a/node-api/handlers/config/routes.go +++ b/node-api/handlers/config/routes.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/debug/handler.go b/node-api/handlers/debug/handler.go index 35ff64c6c4..5196081ddb 100644 --- a/node-api/handlers/debug/handler.go +++ b/node-api/handlers/debug/handler.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/debug/routes.go b/node-api/handlers/debug/routes.go index 59e2a69362..2d959e387e 100644 --- a/node-api/handlers/debug/routes.go +++ b/node-api/handlers/debug/routes.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/events/handler.go b/node-api/handlers/events/handler.go index e8a2aa1c1e..7b27c4c043 100644 --- a/node-api/handlers/events/handler.go +++ b/node-api/handlers/events/handler.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/events/routes.go b/node-api/handlers/events/routes.go index cb9eac6127..def8b0538c 100644 --- a/node-api/handlers/events/routes.go +++ b/node-api/handlers/events/routes.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/handlers.go b/node-api/handlers/handlers.go index 3456ba582b..e21428542d 100644 --- a/node-api/handlers/handlers.go +++ b/node-api/handlers/handlers.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/node/handler.go b/node-api/handlers/node/handler.go index 438eaa924a..f5b330a27e 100644 --- a/node-api/handlers/node/handler.go +++ b/node-api/handlers/node/handler.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/node/placeholders.go b/node-api/handlers/node/placeholders.go index cdc9dca2f3..5d68a9fd6e 100644 --- a/node-api/handlers/node/placeholders.go +++ b/node-api/handlers/node/placeholders.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/node/routes.go b/node-api/handlers/node/routes.go index c345ddb1bc..15d8ec8921 100644 --- a/node-api/handlers/node/routes.go +++ b/node-api/handlers/node/routes.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/backend.go b/node-api/handlers/proof/backend.go index 856752f31f..2ded4df52e 100644 --- a/node-api/handlers/proof/backend.go +++ b/node-api/handlers/proof/backend.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/block_proposer.go b/node-api/handlers/proof/block_proposer.go index 45db8753c4..56d75c4925 100644 --- a/node-api/handlers/proof/block_proposer.go +++ b/node-api/handlers/proof/block_proposer.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/execution_fee_recipient.go b/node-api/handlers/proof/execution_fee_recipient.go index 0f4bfb2a59..31c300e7ac 100644 --- a/node-api/handlers/proof/execution_fee_recipient.go +++ b/node-api/handlers/proof/execution_fee_recipient.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/execution_number.go b/node-api/handlers/proof/execution_number.go index 0fd698ad0f..afe8b1f039 100644 --- a/node-api/handlers/proof/execution_number.go +++ b/node-api/handlers/proof/execution_number.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/handler.go b/node-api/handlers/proof/handler.go index 080a529345..120272f91a 100644 --- a/node-api/handlers/proof/handler.go +++ b/node-api/handlers/proof/handler.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/beacon_state.go b/node-api/handlers/proof/merkle/beacon_state.go index 0cdf5ef36b..b2bf926188 100644 --- a/node-api/handlers/proof/merkle/beacon_state.go +++ b/node-api/handlers/proof/merkle/beacon_state.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/beacon_state_test.go b/node-api/handlers/proof/merkle/beacon_state_test.go index bf689b4a18..f41899a070 100644 --- a/node-api/handlers/proof/merkle/beacon_state_test.go +++ b/node-api/handlers/proof/merkle/beacon_state_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/block_proposer_index.go b/node-api/handlers/proof/merkle/block_proposer_index.go index cc7007f7b1..3d7a0e826a 100644 --- a/node-api/handlers/proof/merkle/block_proposer_index.go +++ b/node-api/handlers/proof/merkle/block_proposer_index.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/block_proposer_index_test.go b/node-api/handlers/proof/merkle/block_proposer_index_test.go index e245dc428f..92edcbbc9e 100644 --- a/node-api/handlers/proof/merkle/block_proposer_index_test.go +++ b/node-api/handlers/proof/merkle/block_proposer_index_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/block_proposer_pubkey.go b/node-api/handlers/proof/merkle/block_proposer_pubkey.go index 0f71c7b2ea..c41b079668 100644 --- a/node-api/handlers/proof/merkle/block_proposer_pubkey.go +++ b/node-api/handlers/proof/merkle/block_proposer_pubkey.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/block_proposer_pubkey_test.go b/node-api/handlers/proof/merkle/block_proposer_pubkey_test.go index 5ccce36d80..d7aa5a49b9 100644 --- a/node-api/handlers/proof/merkle/block_proposer_pubkey_test.go +++ b/node-api/handlers/proof/merkle/block_proposer_pubkey_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/constants.go b/node-api/handlers/proof/merkle/constants.go index f6edc48a40..2e00b07ffa 100644 --- a/node-api/handlers/proof/merkle/constants.go +++ b/node-api/handlers/proof/merkle/constants.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/constants_test.go b/node-api/handlers/proof/merkle/constants_test.go index e3847428b3..057b61381b 100644 --- a/node-api/handlers/proof/merkle/constants_test.go +++ b/node-api/handlers/proof/merkle/constants_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/execution_fee_recipient.go b/node-api/handlers/proof/merkle/execution_fee_recipient.go index 9de674a91f..65a872387b 100644 --- a/node-api/handlers/proof/merkle/execution_fee_recipient.go +++ b/node-api/handlers/proof/merkle/execution_fee_recipient.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/execution_fee_recipient_test.go b/node-api/handlers/proof/merkle/execution_fee_recipient_test.go index 28f9f3e26e..cc2ebc1505 100644 --- a/node-api/handlers/proof/merkle/execution_fee_recipient_test.go +++ b/node-api/handlers/proof/merkle/execution_fee_recipient_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/execution_number.go b/node-api/handlers/proof/merkle/execution_number.go index 50af21a5bf..2f7d4ec6cc 100644 --- a/node-api/handlers/proof/merkle/execution_number.go +++ b/node-api/handlers/proof/merkle/execution_number.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/execution_number_test.go b/node-api/handlers/proof/merkle/execution_number_test.go index c423cdb29e..f078c7838b 100644 --- a/node-api/handlers/proof/merkle/execution_number_test.go +++ b/node-api/handlers/proof/merkle/execution_number_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/merkle_test.go b/node-api/handlers/proof/merkle/merkle_test.go index 0197f06d90..124f067b58 100644 --- a/node-api/handlers/proof/merkle/merkle_test.go +++ b/node-api/handlers/proof/merkle/merkle_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/merkle/mock/beacon_state.go b/node-api/handlers/proof/merkle/mock/beacon_state.go index 8bd88f3757..4d3e1348dd 100644 --- a/node-api/handlers/proof/merkle/mock/beacon_state.go +++ b/node-api/handlers/proof/merkle/mock/beacon_state.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/routes.go b/node-api/handlers/proof/routes.go index 227ddc008f..b26012a904 100644 --- a/node-api/handlers/proof/routes.go +++ b/node-api/handlers/proof/routes.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/types/request.go b/node-api/handlers/proof/types/request.go index 47f0bcc477..c30d979096 100644 --- a/node-api/handlers/proof/types/request.go +++ b/node-api/handlers/proof/types/request.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/types/response.go b/node-api/handlers/proof/types/response.go index 812ace8f40..9dc83888d8 100644 --- a/node-api/handlers/proof/types/response.go +++ b/node-api/handlers/proof/types/response.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/proof/types/types.go b/node-api/handlers/proof/types/types.go index 6d14b1ab48..747c5a5824 100644 --- a/node-api/handlers/proof/types/types.go +++ b/node-api/handlers/proof/types/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/routes.go b/node-api/handlers/routes.go index 782569401f..20617f0bbb 100644 --- a/node-api/handlers/routes.go +++ b/node-api/handlers/routes.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/types/errors.go b/node-api/handlers/types/errors.go index eb41076e1f..d24e450ba8 100644 --- a/node-api/handlers/types/errors.go +++ b/node-api/handlers/types/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/types/request.go b/node-api/handlers/types/request.go index 7d2c81aa7f..ae6b1782d9 100644 --- a/node-api/handlers/types/request.go +++ b/node-api/handlers/types/request.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/types/response.go b/node-api/handlers/types/response.go index d9d0d38fc7..2d87e30d61 100644 --- a/node-api/handlers/types/response.go +++ b/node-api/handlers/types/response.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/utils/constants.go b/node-api/handlers/utils/constants.go index dba56e92d8..348ef89431 100644 --- a/node-api/handlers/utils/constants.go +++ b/node-api/handlers/utils/constants.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/utils/context.go b/node-api/handlers/utils/context.go index 15b4235a6e..eaa8dcb048 100644 --- a/node-api/handlers/utils/context.go +++ b/node-api/handlers/utils/context.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/handlers/utils/id.go b/node-api/handlers/utils/id.go index 933ebf8157..59dc94be9b 100644 --- a/node-api/handlers/utils/id.go +++ b/node-api/handlers/utils/id.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/server/config.go b/node-api/server/config.go index 91864780cc..0d0bb1ede7 100644 --- a/node-api/server/config.go +++ b/node-api/server/config.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/server/context/context.go b/node-api/server/context/context.go index 6fd4952867..894761967c 100644 --- a/node-api/server/context/context.go +++ b/node-api/server/context/context.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/server/server.go b/node-api/server/server.go index bb96c37048..a31b9d3275 100644 --- a/node-api/server/server.go +++ b/node-api/server/server.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-api/server/types.go b/node-api/server/types.go index d23808eb34..82ca1c1828 100644 --- a/node-api/server/types.go +++ b/node-api/server/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/builder/baseapp_options.go b/node-core/builder/baseapp_options.go index 7b75fc897d..3ad610585a 100644 --- a/node-core/builder/baseapp_options.go +++ b/node-core/builder/baseapp_options.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/builder/builder.go b/node-core/builder/builder.go index 8454ac8950..9fcffec57d 100644 --- a/node-core/builder/builder.go +++ b/node-core/builder/builder.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/builder/options.go b/node-core/builder/options.go index 2b859806be..500e309b49 100644 --- a/node-core/builder/options.go +++ b/node-core/builder/options.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/api.go b/node-core/components/api.go index 112a276fb6..f8d55e4a86 100644 --- a/node-core/components/api.go +++ b/node-core/components/api.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/api_handlers.go b/node-core/components/api_handlers.go index aeeb8d262b..ec21967e1b 100644 --- a/node-core/components/api_handlers.go +++ b/node-core/components/api_handlers.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/attributes_factory.go b/node-core/components/attributes_factory.go index 1c8e84d8e5..4606952dd4 100644 --- a/node-core/components/attributes_factory.go +++ b/node-core/components/attributes_factory.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/availability_store.go b/node-core/components/availability_store.go index 149a8c378a..029360949f 100644 --- a/node-core/components/availability_store.go +++ b/node-core/components/availability_store.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/backend.go b/node-core/components/backend.go index ae83f5e4ff..cc8043cf24 100644 --- a/node-core/components/backend.go +++ b/node-core/components/backend.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/blobs.go b/node-core/components/blobs.go index 1ceeddb611..3ea1474a98 100644 --- a/node-core/components/blobs.go +++ b/node-core/components/blobs.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/block_store.go b/node-core/components/block_store.go index 0e330e7b96..f4b4665afb 100644 --- a/node-core/components/block_store.go +++ b/node-core/components/block_store.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/chain_service.go b/node-core/components/chain_service.go index efbcebae03..f01a18202c 100644 --- a/node-core/components/chain_service.go +++ b/node-core/components/chain_service.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/chain_spec.go b/node-core/components/chain_spec.go index a5f23d5419..9e9b8dfa27 100644 --- a/node-core/components/chain_spec.go +++ b/node-core/components/chain_spec.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/cometbft_service.go b/node-core/components/cometbft_service.go index 671e8c3b6b..ffcda469df 100644 --- a/node-core/components/cometbft_service.go +++ b/node-core/components/cometbft_service.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/config.go b/node-core/components/config.go index 92d5a3e393..c8501822ee 100644 --- a/node-core/components/config.go +++ b/node-core/components/config.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/config_server.go b/node-core/components/config_server.go index b8822767b0..6e90f43807 100644 --- a/node-core/components/config_server.go +++ b/node-core/components/config_server.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/deposit_contract.go b/node-core/components/deposit_contract.go index 6ac998bbc8..e3b7e066e3 100644 --- a/node-core/components/deposit_contract.go +++ b/node-core/components/deposit_contract.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/deposit_store.go b/node-core/components/deposit_store.go index c718ab4e42..282693d5dd 100644 --- a/node-core/components/deposit_store.go +++ b/node-core/components/deposit_store.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/engine.go b/node-core/components/engine.go index 57fa82e34a..9174877f3a 100644 --- a/node-core/components/engine.go +++ b/node-core/components/engine.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/interfaces.go b/node-core/components/interfaces.go index 360dc3569c..da2c806752 100644 --- a/node-core/components/interfaces.go +++ b/node-core/components/interfaces.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/jwt_secret.go b/node-core/components/jwt_secret.go index d5f2b2db32..5497dc939e 100644 --- a/node-core/components/jwt_secret.go +++ b/node-core/components/jwt_secret.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/metrics/sink.go b/node-core/components/metrics/sink.go index 5d7f09fdcf..0b0d525acc 100644 --- a/node-core/components/metrics/sink.go +++ b/node-core/components/metrics/sink.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/node.go b/node-core/components/node.go index da51b4e454..90684990e3 100644 --- a/node-core/components/node.go +++ b/node-core/components/node.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/payload_builder.go b/node-core/components/payload_builder.go index 48b49dd38f..5cefac0366 100644 --- a/node-core/components/payload_builder.go +++ b/node-core/components/payload_builder.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/reporting_service.go b/node-core/components/reporting_service.go index 861fd028f3..5889732271 100644 --- a/node-core/components/reporting_service.go +++ b/node-core/components/reporting_service.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/service_registry.go b/node-core/components/service_registry.go index b2def576a3..fb25f8bbf9 100644 --- a/node-core/components/service_registry.go +++ b/node-core/components/service_registry.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/shutdown_service.go b/node-core/components/shutdown_service.go index c41f9c2e69..96e864b1ad 100644 --- a/node-core/components/shutdown_service.go +++ b/node-core/components/shutdown_service.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/sidecars.go b/node-core/components/sidecars.go index 313dc246b8..c406934f0f 100644 --- a/node-core/components/sidecars.go +++ b/node-core/components/sidecars.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/signer.go b/node-core/components/signer.go index 59b02cfd04..c38547f6fd 100644 --- a/node-core/components/signer.go +++ b/node-core/components/signer.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/signer/errors.go b/node-core/components/signer/errors.go index 1e9187e1c4..1d64fdbf92 100644 --- a/node-core/components/signer/errors.go +++ b/node-core/components/signer/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/signer/legacy.go b/node-core/components/signer/legacy.go index b862a6bd6c..336d4f2f03 100644 --- a/node-core/components/signer/legacy.go +++ b/node-core/components/signer/legacy.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/signer/signer.go b/node-core/components/signer/signer.go index f85ff4a9a5..f0a0c44a83 100644 --- a/node-core/components/signer/signer.go +++ b/node-core/components/signer/signer.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/state_processor.go b/node-core/components/state_processor.go index 057566955f..709cded1ea 100644 --- a/node-core/components/state_processor.go +++ b/node-core/components/state_processor.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/storage/provider.go b/node-core/components/storage/provider.go index 0a1a2acdaa..466ed3afdc 100644 --- a/node-core/components/storage/provider.go +++ b/node-core/components/storage/provider.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/storage/storage.go b/node-core/components/storage/storage.go index c88398f0ab..06fb65a5ee 100644 --- a/node-core/components/storage/storage.go +++ b/node-core/components/storage/storage.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/storage/types.go b/node-core/components/storage/types.go index e232a67e99..b4d82e95a4 100644 --- a/node-core/components/storage/types.go +++ b/node-core/components/storage/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/store.go b/node-core/components/store.go index 03c6b6657d..9014d0f76b 100644 --- a/node-core/components/store.go +++ b/node-core/components/store.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/telemetry_service.go b/node-core/components/telemetry_service.go index 20f3a23ae4..79112d0a42 100644 --- a/node-core/components/telemetry_service.go +++ b/node-core/components/telemetry_service.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/telemetry_sink.go b/node-core/components/telemetry_sink.go index 78c88e0804..f9ecd96f2e 100644 --- a/node-core/components/telemetry_sink.go +++ b/node-core/components/telemetry_sink.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/trusted_setup.go b/node-core/components/trusted_setup.go index caa40a65f8..4898c1d7b8 100644 --- a/node-core/components/trusted_setup.go +++ b/node-core/components/trusted_setup.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/types.go b/node-core/components/types.go index c4afa85a80..c6076bba81 100644 --- a/node-core/components/types.go +++ b/node-core/components/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/components/validator_service.go b/node-core/components/validator_service.go index f2d556d182..0af6be5b0e 100644 --- a/node-core/components/validator_service.go +++ b/node-core/components/validator_service.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/node/node.go b/node-core/node/node.go index 2322f6223c..7d3a348f21 100644 --- a/node-core/node/node.go +++ b/node-core/node/node.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/services/registry/errors.go b/node-core/services/registry/errors.go index 3c43466541..21a038d180 100644 --- a/node-core/services/registry/errors.go +++ b/node-core/services/registry/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/services/registry/options.go b/node-core/services/registry/options.go index 8d825ed708..a8cb5eb0f1 100644 --- a/node-core/services/registry/options.go +++ b/node-core/services/registry/options.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/services/registry/registry.go b/node-core/services/registry/registry.go index b2d69f5ddc..212318dfc2 100644 --- a/node-core/services/registry/registry.go +++ b/node-core/services/registry/registry.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/services/registry/registry_test.go b/node-core/services/registry/registry_test.go index 5e4d3efb8e..cd89bd211a 100644 --- a/node-core/services/registry/registry_test.go +++ b/node-core/services/registry/registry_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/services/shutdown/service..go b/node-core/services/shutdown/service..go index 177b078c87..0183aaefb4 100644 --- a/node-core/services/shutdown/service..go +++ b/node-core/services/shutdown/service..go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/services/version/types.go b/node-core/services/version/types.go index 9c2365c0b0..fa7f767024 100644 --- a/node-core/services/version/types.go +++ b/node-core/services/version/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/services/version/version.go b/node-core/services/version/version.go index 1a476e2e33..e018ca9c70 100644 --- a/node-core/services/version/version.go +++ b/node-core/services/version/version.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/node-core/types/node.go b/node-core/types/node.go index cdccc28c97..eee2c76f93 100644 --- a/node-core/types/node.go +++ b/node-core/types/node.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/observability/telemetry/service.go b/observability/telemetry/service.go index 783a943719..b7cf9e3d63 100644 --- a/observability/telemetry/service.go +++ b/observability/telemetry/service.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/payload/attributes/factory.go b/payload/attributes/factory.go index 4d7a61fac5..7dda175d7c 100644 --- a/payload/attributes/factory.go +++ b/payload/attributes/factory.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/payload/attributes/types.go b/payload/attributes/types.go index b0ab112b33..a61b6e21ac 100644 --- a/payload/attributes/types.go +++ b/payload/attributes/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/payload/builder/builder.go b/payload/builder/builder.go index 0c5fe4fd7c..17e00e258b 100644 --- a/payload/builder/builder.go +++ b/payload/builder/builder.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/payload/builder/config.go b/payload/builder/config.go index 1ec2675196..6a99ee8418 100644 --- a/payload/builder/config.go +++ b/payload/builder/config.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/payload/builder/errors.go b/payload/builder/errors.go index 78164ff037..4a4f738125 100644 --- a/payload/builder/errors.go +++ b/payload/builder/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/payload/builder/payload.go b/payload/builder/payload.go index 03e77737cc..f5b45acc44 100644 --- a/payload/builder/payload.go +++ b/payload/builder/payload.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/payload/builder/types.go b/payload/builder/types.go index 7cb118044b..9b255ba278 100644 --- a/payload/builder/types.go +++ b/payload/builder/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/payload/cache/payload_id.go b/payload/cache/payload_id.go index 5f0ab10e5d..3349f1346f 100644 --- a/payload/cache/payload_id.go +++ b/payload/cache/payload_id.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/payload/cache/payload_id_fuzz_test.go b/payload/cache/payload_id_fuzz_test.go index ca3cdb4e8d..20498bacf9 100644 --- a/payload/cache/payload_id_fuzz_test.go +++ b/payload/cache/payload_id_fuzz_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/payload/cache/payload_id_test.go b/payload/cache/payload_id_test.go index be9a4f6395..80c0c7c6fb 100644 --- a/payload/cache/payload_id_test.go +++ b/payload/cache/payload_id_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b.go b/primitives/bytes/b.go index 6119aa13db..7072088cda 100644 --- a/primitives/bytes/b.go +++ b/primitives/bytes/b.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b20.go b/primitives/bytes/b20.go index 8a52646f4d..d75b029e7b 100644 --- a/primitives/bytes/b20.go +++ b/primitives/bytes/b20.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b20_test.go b/primitives/bytes/b20_test.go index c61f868ddc..96e46e96de 100644 --- a/primitives/bytes/b20_test.go +++ b/primitives/bytes/b20_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b256.go b/primitives/bytes/b256.go index a6a4b04bdd..6d25970052 100644 --- a/primitives/bytes/b256.go +++ b/primitives/bytes/b256.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b32.go b/primitives/bytes/b32.go index c045cb58f9..cbbb06806b 100644 --- a/primitives/bytes/b32.go +++ b/primitives/bytes/b32.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b32_test.go b/primitives/bytes/b32_test.go index 0fa9eedd51..3146e5992d 100644 --- a/primitives/bytes/b32_test.go +++ b/primitives/bytes/b32_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b4.go b/primitives/bytes/b4.go index 5dfe1e1c13..dd7c8995c3 100644 --- a/primitives/bytes/b4.go +++ b/primitives/bytes/b4.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b48.go b/primitives/bytes/b48.go index 52b21028ea..dcfc2970de 100644 --- a/primitives/bytes/b48.go +++ b/primitives/bytes/b48.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b48_test.go b/primitives/bytes/b48_test.go index dca5149367..d5c671695e 100644 --- a/primitives/bytes/b48_test.go +++ b/primitives/bytes/b48_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b4_test.go b/primitives/bytes/b4_test.go index 77c663ee24..b7de677485 100644 --- a/primitives/bytes/b4_test.go +++ b/primitives/bytes/b4_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b8.go b/primitives/bytes/b8.go index f7b8a5857d..7e1a85fdc5 100644 --- a/primitives/bytes/b8.go +++ b/primitives/bytes/b8.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b8_test.go b/primitives/bytes/b8_test.go index 9c676014fd..07e39a0696 100644 --- a/primitives/bytes/b8_test.go +++ b/primitives/bytes/b8_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b96.go b/primitives/bytes/b96.go index 4074922fdd..169124d8c7 100644 --- a/primitives/bytes/b96.go +++ b/primitives/bytes/b96.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b96_test.go b/primitives/bytes/b96_test.go index 1754fbe9b2..efbacc6098 100644 --- a/primitives/bytes/b96_test.go +++ b/primitives/bytes/b96_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/b_test.go b/primitives/bytes/b_test.go index f472f1a47e..8e4a500c6f 100644 --- a/primitives/bytes/b_test.go +++ b/primitives/bytes/b_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/buffer/buffer.go b/primitives/bytes/buffer/buffer.go index 98e47999d5..33fc0d6914 100644 --- a/primitives/bytes/buffer/buffer.go +++ b/primitives/bytes/buffer/buffer.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/buffer/buffer_test.go b/primitives/bytes/buffer/buffer_test.go index 85d473fffd..6201a5ff17 100644 --- a/primitives/bytes/buffer/buffer_test.go +++ b/primitives/bytes/buffer/buffer_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/bytes/utils.go b/primitives/bytes/utils.go index 9c0f052a33..a8601ec5de 100644 --- a/primitives/bytes/utils.go +++ b/primitives/bytes/utils.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/common/consensus.go b/primitives/common/consensus.go index 237f083ce1..bf50664623 100644 --- a/primitives/common/consensus.go +++ b/primitives/common/consensus.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/common/consensus_test.go b/primitives/common/consensus_test.go index 1eda2a41f9..f0b98640b8 100644 --- a/primitives/common/consensus_test.go +++ b/primitives/common/consensus_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/common/execution.go b/primitives/common/execution.go index b4998f6efa..e0dbce5a74 100644 --- a/primitives/common/execution.go +++ b/primitives/common/execution.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/common/execution_test.go b/primitives/common/execution_test.go index 7d2532bc71..300adc351d 100644 --- a/primitives/common/execution_test.go +++ b/primitives/common/execution_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/constants/bls12_381.go b/primitives/constants/bls12_381.go index 96767310ad..7208d02c2c 100644 --- a/primitives/constants/bls12_381.go +++ b/primitives/constants/bls12_381.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/constants/constants.go b/primitives/constants/constants.go index 8ce7d99475..43d568bc5c 100644 --- a/primitives/constants/constants.go +++ b/primitives/constants/constants.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/constants/domain.go b/primitives/constants/domain.go index d1f82187dd..598bb43768 100644 --- a/primitives/constants/domain.go +++ b/primitives/constants/domain.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/constants/eip4844.go b/primitives/constants/eip4844.go index 0e25e0b944..dc73c5fe5a 100644 --- a/primitives/constants/eip4844.go +++ b/primitives/constants/eip4844.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/constants/misc.go b/primitives/constants/misc.go index c6cfa291b7..24a2f654bb 100644 --- a/primitives/constants/misc.go +++ b/primitives/constants/misc.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/constants/operations_per_block.go b/primitives/constants/operations_per_block.go index 581122a56a..acaed22611 100644 --- a/primitives/constants/operations_per_block.go +++ b/primitives/constants/operations_per_block.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/constants/payload.go b/primitives/constants/payload.go index cc51dc3441..61a1086b1a 100644 --- a/primitives/constants/payload.go +++ b/primitives/constants/payload.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/constraints/basic.go b/primitives/constraints/basic.go index 3c2bccc657..0e91487be0 100644 --- a/primitives/constraints/basic.go +++ b/primitives/constraints/basic.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/constraints/encoding.go b/primitives/constraints/encoding.go index b3b6ceb297..70f970b2dd 100644 --- a/primitives/constraints/encoding.go +++ b/primitives/constraints/encoding.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/constraints/ssz.go b/primitives/constraints/ssz.go index 328084e10b..3d4c5e408f 100644 --- a/primitives/constraints/ssz.go +++ b/primitives/constraints/ssz.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/crypto/bls.go b/primitives/crypto/bls.go index b07b6bc251..feeac35310 100644 --- a/primitives/crypto/bls.go +++ b/primitives/crypto/bls.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/crypto/sha256/sha256.go b/primitives/crypto/sha256/sha256.go index f6b6bc55e3..21bdaa4c85 100644 --- a/primitives/crypto/sha256/sha256.go +++ b/primitives/crypto/sha256/sha256.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/eip4844/blob.go b/primitives/eip4844/blob.go index 392e80c9d8..cd1efb1fa4 100644 --- a/primitives/eip4844/blob.go +++ b/primitives/eip4844/blob.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/eip4844/blob_test.go b/primitives/eip4844/blob_test.go index d119cad9b2..7ffdad0cf2 100644 --- a/primitives/eip4844/blob_test.go +++ b/primitives/eip4844/blob_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/eip4844/kzg_commitment.go b/primitives/eip4844/kzg_commitment.go index 40c7faee8c..3d59fa1d95 100644 --- a/primitives/eip4844/kzg_commitment.go +++ b/primitives/eip4844/kzg_commitment.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/eip4844/kzg_commitment_test.go b/primitives/eip4844/kzg_commitment_test.go index 3f7790803e..c44da606d7 100644 --- a/primitives/eip4844/kzg_commitment_test.go +++ b/primitives/eip4844/kzg_commitment_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/eip4844/kzg_proof.go b/primitives/eip4844/kzg_proof.go index 77f9ec66e8..bec6116700 100644 --- a/primitives/eip4844/kzg_proof.go +++ b/primitives/eip4844/kzg_proof.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/hex/big_int.go b/primitives/encoding/hex/big_int.go index bc51721e0c..41781cf806 100644 --- a/primitives/encoding/hex/big_int.go +++ b/primitives/encoding/hex/big_int.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/hex/bit_int_test.go b/primitives/encoding/hex/bit_int_test.go index c836bcf738..8522f2614e 100644 --- a/primitives/encoding/hex/bit_int_test.go +++ b/primitives/encoding/hex/bit_int_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/hex/bytes.go b/primitives/encoding/hex/bytes.go index 3be8c66ec3..da85413946 100644 --- a/primitives/encoding/hex/bytes.go +++ b/primitives/encoding/hex/bytes.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/hex/bytes_test.go b/primitives/encoding/hex/bytes_test.go index d3fb8f0a7d..448333d2c8 100644 --- a/primitives/encoding/hex/bytes_test.go +++ b/primitives/encoding/hex/bytes_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/hex/const.go b/primitives/encoding/hex/const.go index f74dc6efaf..ccde30594a 100644 --- a/primitives/encoding/hex/const.go +++ b/primitives/encoding/hex/const.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/hex/errors.go b/primitives/encoding/hex/errors.go index e64e4516a6..f5e985cd39 100644 --- a/primitives/encoding/hex/errors.go +++ b/primitives/encoding/hex/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/hex/format.go b/primitives/encoding/hex/format.go index 26f29ad2e6..c3efbb044c 100644 --- a/primitives/encoding/hex/format.go +++ b/primitives/encoding/hex/format.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/hex/format_test.go b/primitives/encoding/hex/format_test.go index 09a4bfcfbb..bbd0572a71 100644 --- a/primitives/encoding/hex/format_test.go +++ b/primitives/encoding/hex/format_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/hex/nibble.go b/primitives/encoding/hex/nibble.go index a7a4dcffa2..b7345feb43 100644 --- a/primitives/encoding/hex/nibble.go +++ b/primitives/encoding/hex/nibble.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/hex/u64.go b/primitives/encoding/hex/u64.go index ded536d4dc..b5295b77c0 100644 --- a/primitives/encoding/hex/u64.go +++ b/primitives/encoding/hex/u64.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/hex/u64_test.go b/primitives/encoding/hex/u64_test.go index a8f972d6c6..6d3f7e1747 100644 --- a/primitives/encoding/hex/u64_test.go +++ b/primitives/encoding/hex/u64_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/json/json.go b/primitives/encoding/json/json.go index 862d8a2acc..7f6a5d37e7 100644 --- a/primitives/encoding/json/json.go +++ b/primitives/encoding/json/json.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/constants/constants.go b/primitives/encoding/ssz/constants/constants.go index 9468ddae0d..63f91f0a65 100644 --- a/primitives/encoding/ssz/constants/constants.go +++ b/primitives/encoding/ssz/constants/constants.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/db/node.go b/primitives/encoding/ssz/db/node.go index b522f9f430..d4997ab8be 100644 --- a/primitives/encoding/ssz/db/node.go +++ b/primitives/encoding/ssz/db/node.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/db/node_test.go b/primitives/encoding/ssz/db/node_test.go index 294a7a4651..b3a7e8cd50 100644 --- a/primitives/encoding/ssz/db/node_test.go +++ b/primitives/encoding/ssz/db/node_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/merkle/errors.go b/primitives/encoding/ssz/merkle/errors.go index 0d23c96546..66c32eac82 100644 --- a/primitives/encoding/ssz/merkle/errors.go +++ b/primitives/encoding/ssz/merkle/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/merkle/index.go b/primitives/encoding/ssz/merkle/index.go index 03fbf0f94c..9860ee9826 100644 --- a/primitives/encoding/ssz/merkle/index.go +++ b/primitives/encoding/ssz/merkle/index.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/merkle/index_test.go b/primitives/encoding/ssz/merkle/index_test.go index 39b7e6c4dd..8551a6444b 100644 --- a/primitives/encoding/ssz/merkle/index_test.go +++ b/primitives/encoding/ssz/merkle/index_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/merkle/object_path.go b/primitives/encoding/ssz/merkle/object_path.go index 9a2c1084fe..d95327f8a4 100644 --- a/primitives/encoding/ssz/merkle/object_path.go +++ b/primitives/encoding/ssz/merkle/object_path.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/merkle/object_path_test.go b/primitives/encoding/ssz/merkle/object_path_test.go index cf4c78e61f..f8f6f32ffe 100644 --- a/primitives/encoding/ssz/merkle/object_path_test.go +++ b/primitives/encoding/ssz/merkle/object_path_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/merkle/proof.go b/primitives/encoding/ssz/merkle/proof.go index bfedd46f90..942c837024 100644 --- a/primitives/encoding/ssz/merkle/proof.go +++ b/primitives/encoding/ssz/merkle/proof.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/merkle/tree.go b/primitives/encoding/ssz/merkle/tree.go index 20dc4ac071..b9ba68bdf1 100644 --- a/primitives/encoding/ssz/merkle/tree.go +++ b/primitives/encoding/ssz/merkle/tree.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/merkle/tree_test.go b/primitives/encoding/ssz/merkle/tree_test.go index 65c45a85bc..8521fb87b4 100644 --- a/primitives/encoding/ssz/merkle/tree_test.go +++ b/primitives/encoding/ssz/merkle/tree_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/schema/common.go b/primitives/encoding/ssz/schema/common.go index 3dfd418c04..5a0b4aee8d 100644 --- a/primitives/encoding/ssz/schema/common.go +++ b/primitives/encoding/ssz/schema/common.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/schema/definitions.go b/primitives/encoding/ssz/schema/definitions.go index f2fd5672fe..70f0c1eb48 100644 --- a/primitives/encoding/ssz/schema/definitions.go +++ b/primitives/encoding/ssz/schema/definitions.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/schema/field.go b/primitives/encoding/ssz/schema/field.go index 99f713cf3b..4a917a2fd4 100644 --- a/primitives/encoding/ssz/schema/field.go +++ b/primitives/encoding/ssz/schema/field.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/encoding/ssz/schema/id.go b/primitives/encoding/ssz/schema/id.go index e203908287..d8580234da 100644 --- a/primitives/encoding/ssz/schema/id.go +++ b/primitives/encoding/ssz/schema/id.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/math/constants.go b/primitives/math/constants.go index b18d75374a..46e8d2a374 100644 --- a/primitives/math/constants.go +++ b/primitives/math/constants.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/math/errors.go b/primitives/math/errors.go index 70b04fc22e..e51778a387 100644 --- a/primitives/math/errors.go +++ b/primitives/math/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/math/log/log.go b/primitives/math/log/log.go index 7697e0f61f..83ca48c7b4 100644 --- a/primitives/math/log/log.go +++ b/primitives/math/log/log.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/math/log/log_test.go b/primitives/math/log/log_test.go index 188e344029..397c3ebb5f 100644 --- a/primitives/math/log/log_test.go +++ b/primitives/math/log/log_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/math/pow/pow.go b/primitives/math/pow/pow.go index cd23abd6eb..35a13db5a0 100644 --- a/primitives/math/pow/pow.go +++ b/primitives/math/pow/pow.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/math/pow/pow_test.go b/primitives/math/pow/pow_test.go index a5bc3565fc..4a2b3c338b 100644 --- a/primitives/math/pow/pow_test.go +++ b/primitives/math/pow/pow_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/math/u256.go b/primitives/math/u256.go index fafd9e0c36..b264c0183a 100644 --- a/primitives/math/u256.go +++ b/primitives/math/u256.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/math/u64.go b/primitives/math/u64.go index 93b993006e..a5f50622ef 100644 --- a/primitives/math/u64.go +++ b/primitives/math/u64.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/math/u64_test.go b/primitives/math/u64_test.go index 0596f64810..77e36d9e65 100644 --- a/primitives/math/u64_test.go +++ b/primitives/math/u64_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/merkle/errors.go b/primitives/merkle/errors.go index e2a6459a80..34bedfc172 100644 --- a/primitives/merkle/errors.go +++ b/primitives/merkle/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/merkle/hasher.go b/primitives/merkle/hasher.go index 218efa3dee..d35a91a834 100644 --- a/primitives/merkle/hasher.go +++ b/primitives/merkle/hasher.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/merkle/hasher_fuzz_test.go b/primitives/merkle/hasher_fuzz_test.go index b0903e184b..6e9a001e1a 100644 --- a/primitives/merkle/hasher_fuzz_test.go +++ b/primitives/merkle/hasher_fuzz_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/merkle/hasher_test.go b/primitives/merkle/hasher_test.go index 3e8f9139b7..e70e056e37 100644 --- a/primitives/merkle/hasher_test.go +++ b/primitives/merkle/hasher_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/merkle/proof.go b/primitives/merkle/proof.go index 10bd3e6730..4e0e8c6121 100644 --- a/primitives/merkle/proof.go +++ b/primitives/merkle/proof.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/merkle/root_hasher.go b/primitives/merkle/root_hasher.go index be245afad5..ecbbd7b2df 100644 --- a/primitives/merkle/root_hasher.go +++ b/primitives/merkle/root_hasher.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/merkle/root_hasher_test.go b/primitives/merkle/root_hasher_test.go index 5ccd405ae7..3f59508b96 100644 --- a/primitives/merkle/root_hasher_test.go +++ b/primitives/merkle/root_hasher_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/merkle/tree.go b/primitives/merkle/tree.go index 48e8a079a3..a647cbf869 100644 --- a/primitives/merkle/tree.go +++ b/primitives/merkle/tree.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/merkle/tree_fuzz_test.go b/primitives/merkle/tree_fuzz_test.go index 1fe7345e81..a882cb34cb 100644 --- a/primitives/merkle/tree_fuzz_test.go +++ b/primitives/merkle/tree_fuzz_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/merkle/tree_test.go b/primitives/merkle/tree_test.go index f78f761bc8..ec8addb11b 100644 --- a/primitives/merkle/tree_test.go +++ b/primitives/merkle/tree_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/merkle/utils.go b/primitives/merkle/utils.go index b7a1a948f0..607be9ffc7 100644 --- a/primitives/merkle/utils.go +++ b/primitives/merkle/utils.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/merkle/zero/zero.go b/primitives/merkle/zero/zero.go index 232666c3c2..7349670500 100644 --- a/primitives/merkle/zero/zero.go +++ b/primitives/merkle/zero/zero.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/net/http/errors.go b/primitives/net/http/errors.go index 7661ebeba6..eeef60b018 100644 --- a/primitives/net/http/errors.go +++ b/primitives/net/http/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/net/json-rpc/errors.go b/primitives/net/json-rpc/errors.go index b4c2b048a7..8c046ec3d3 100644 --- a/primitives/net/json-rpc/errors.go +++ b/primitives/net/json-rpc/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/net/jwt/errors.go b/primitives/net/jwt/errors.go index 05b46a7439..9b6275bcf7 100644 --- a/primitives/net/jwt/errors.go +++ b/primitives/net/jwt/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/net/jwt/jwt.go b/primitives/net/jwt/jwt.go index 79e97f1de7..a4914e3d59 100644 --- a/primitives/net/jwt/jwt.go +++ b/primitives/net/jwt/jwt.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/net/jwt/jwt_test.go b/primitives/net/jwt/jwt_test.go index 853f276c08..6313daa722 100644 --- a/primitives/net/jwt/jwt_test.go +++ b/primitives/net/jwt/jwt_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/net/url/url.go b/primitives/net/url/url.go index 78e65c5d0d..364c67a77e 100644 --- a/primitives/net/url/url.go +++ b/primitives/net/url/url.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/transition/context.go b/primitives/transition/context.go index 2151bdc41a..77e04e29a5 100644 --- a/primitives/transition/context.go +++ b/primitives/transition/context.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/transition/validator_update.go b/primitives/transition/validator_update.go index 981534adf2..12a9a5c185 100644 --- a/primitives/transition/validator_update.go +++ b/primitives/transition/validator_update.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/transition/validator_update_test.go b/primitives/transition/validator_update_test.go index d46e4e73c9..e9d83b5519 100644 --- a/primitives/transition/validator_update_test.go +++ b/primitives/transition/validator_update_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/version/version.go b/primitives/version/version.go index 787b8b03bb..26106929a9 100644 --- a/primitives/version/version.go +++ b/primitives/version/version.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/primitives/version/version_test.go b/primitives/version/version_test.go index 0a54f8f07b..da03d8fcea 100644 --- a/primitives/version/version_test.go +++ b/primitives/version/version_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/scripts/build/golines.sh b/scripts/build/golines.sh index 28de24c368..518dc265aa 100755 --- a/scripts/build/golines.sh +++ b/scripts/build/golines.sh @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-License-Identifier: MIT # -# Copyright (c) 2024 Berachain Foundation +# Copyright (c) 2025 Berachain Foundation # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/scripts/build/proto_generate_pulsar.sh b/scripts/build/proto_generate_pulsar.sh index e786145537..9117ece437 100755 --- a/scripts/build/proto_generate_pulsar.sh +++ b/scripts/build/proto_generate_pulsar.sh @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (c) 2024 Berachain Foundation +# Copyright (c) 2025 Berachain Foundation # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/state-transition/core/core_test.go b/state-transition/core/core_test.go index 51fa05d069..5f49e6a291 100644 --- a/state-transition/core/core_test.go +++ b/state-transition/core/core_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/errors.go b/state-transition/core/errors.go index 676de719d4..12ccea0eb5 100644 --- a/state-transition/core/errors.go +++ b/state-transition/core/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/interfaces.go b/state-transition/core/interfaces.go index c684228919..3fda8618bc 100644 --- a/state-transition/core/interfaces.go +++ b/state-transition/core/interfaces.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/metrics.go b/state-transition/core/metrics.go index 7f472e4c45..4d907a09f4 100644 --- a/state-transition/core/metrics.go +++ b/state-transition/core/metrics.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state/constants.go b/state-transition/core/state/constants.go index c4002c3829..efbafa797f 100644 --- a/state-transition/core/state/constants.go +++ b/state-transition/core/state/constants.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state/interfaces.go b/state-transition/core/state/interfaces.go index ba782962ac..ce87eb5ab3 100644 --- a/state-transition/core/state/interfaces.go +++ b/state-transition/core/state/interfaces.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state/statedb.go b/state-transition/core/state/statedb.go index f6b0f2010a..caf04f28da 100644 --- a/state-transition/core/state/statedb.go +++ b/state-transition/core/state/statedb.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state/types.go b/state-transition/core/state/types.go index a37204c408..040c6f1bfc 100644 --- a/state-transition/core/state/types.go +++ b/state-transition/core/state/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state_processor.go b/state-transition/core/state_processor.go index 5eab257ee0..a0cf092a4f 100644 --- a/state-transition/core/state_processor.go +++ b/state-transition/core/state_processor.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state_processor_genesis.go b/state-transition/core/state_processor_genesis.go index 8fc2e56d7f..a337c46055 100644 --- a/state-transition/core/state_processor_genesis.go +++ b/state-transition/core/state_processor_genesis.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state_processor_genesis_test.go b/state-transition/core/state_processor_genesis_test.go index 0a42d1ae56..ea60f7dfe6 100644 --- a/state-transition/core/state_processor_genesis_test.go +++ b/state-transition/core/state_processor_genesis_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state_processor_payload.go b/state-transition/core/state_processor_payload.go index 906d8ba412..e4f48068a4 100644 --- a/state-transition/core/state_processor_payload.go +++ b/state-transition/core/state_processor_payload.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state_processor_randao.go b/state-transition/core/state_processor_randao.go index 22f597a9c4..b5d32e26b3 100644 --- a/state-transition/core/state_processor_randao.go +++ b/state-transition/core/state_processor_randao.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state_processor_sidecar_verifier.go b/state-transition/core/state_processor_sidecar_verifier.go index ad02499345..950afa6729 100644 --- a/state-transition/core/state_processor_sidecar_verifier.go +++ b/state-transition/core/state_processor_sidecar_verifier.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state_processor_staking.go b/state-transition/core/state_processor_staking.go index 8ec7820f9c..60e1e3a57e 100644 --- a/state-transition/core/state_processor_staking.go +++ b/state-transition/core/state_processor_staking.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state_processor_staking_test.go b/state-transition/core/state_processor_staking_test.go index 5b412eafd6..9270ee7adc 100644 --- a/state-transition/core/state_processor_staking_test.go +++ b/state-transition/core/state_processor_staking_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state_processor_validators.go b/state-transition/core/state_processor_validators.go index bf9d62a88c..bc909d5a96 100644 --- a/state-transition/core/state_processor_validators.go +++ b/state-transition/core/state_processor_validators.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/state_processor_withdrawals.go b/state-transition/core/state_processor_withdrawals.go index e436fb7bac..1579e69852 100644 --- a/state-transition/core/state_processor_withdrawals.go +++ b/state-transition/core/state_processor_withdrawals.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/types.go b/state-transition/core/types.go index adaeeab0d6..7b914a0b66 100644 --- a/state-transition/core/types.go +++ b/state-transition/core/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/validation_deposits.go b/state-transition/core/validation_deposits.go index 50faa31527..08a2846ddc 100644 --- a/state-transition/core/validation_deposits.go +++ b/state-transition/core/validation_deposits.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/state-transition/core/validation_deposits_test.go b/state-transition/core/validation_deposits_test.go index 6332494fe2..dce24f9870 100644 --- a/state-transition/core/validation_deposits_test.go +++ b/state-transition/core/validation_deposits_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/eth1.go b/storage/beacondb/eth1.go index 62137b9f12..8ada2b9457 100644 --- a/storage/beacondb/eth1.go +++ b/storage/beacondb/eth1.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/fork.go b/storage/beacondb/fork.go index aa9c90e527..c9535ed1cd 100644 --- a/storage/beacondb/fork.go +++ b/storage/beacondb/fork.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/history.go b/storage/beacondb/history.go index abe8493566..5fb9d6d3ca 100644 --- a/storage/beacondb/history.go +++ b/storage/beacondb/history.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/index/validator.go b/storage/beacondb/index/validator.go index c01a0737e5..7db55ea2cf 100644 --- a/storage/beacondb/index/validator.go +++ b/storage/beacondb/index/validator.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/index/validator_test.go b/storage/beacondb/index/validator_test.go index 858a560880..0697e47806 100644 --- a/storage/beacondb/index/validator_test.go +++ b/storage/beacondb/index/validator_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/keys/keys.go b/storage/beacondb/keys/keys.go index 3fa5d11c34..0aeb21c0b6 100644 --- a/storage/beacondb/keys/keys.go +++ b/storage/beacondb/keys/keys.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/kvstore.go b/storage/beacondb/kvstore.go index af54331992..f999609998 100644 --- a/storage/beacondb/kvstore.go +++ b/storage/beacondb/kvstore.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/randao.go b/storage/beacondb/randao.go index 6b75607884..3009452b26 100644 --- a/storage/beacondb/randao.go +++ b/storage/beacondb/randao.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/registry.go b/storage/beacondb/registry.go index 8b1b6b7a60..5edb65a8be 100644 --- a/storage/beacondb/registry.go +++ b/storage/beacondb/registry.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/registry_test.go b/storage/beacondb/registry_test.go index b393154540..7a81480677 100644 --- a/storage/beacondb/registry_test.go +++ b/storage/beacondb/registry_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/slashing.go b/storage/beacondb/slashing.go index ac2d3f69a3..3842a07ba1 100644 --- a/storage/beacondb/slashing.go +++ b/storage/beacondb/slashing.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/staking_test.go b/storage/beacondb/staking_test.go index 54d3c23e26..e404de4829 100644 --- a/storage/beacondb/staking_test.go +++ b/storage/beacondb/staking_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/types.go b/storage/beacondb/types.go index eb7075f79f..30d0db818b 100644 --- a/storage/beacondb/types.go +++ b/storage/beacondb/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/versioning.go b/storage/beacondb/versioning.go index 3f2232a97a..8ff4574133 100644 --- a/storage/beacondb/versioning.go +++ b/storage/beacondb/versioning.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/beacondb/withdrawals.go b/storage/beacondb/withdrawals.go index b42c2ea781..b28b2b1ee0 100644 --- a/storage/beacondb/withdrawals.go +++ b/storage/beacondb/withdrawals.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/block/store.go b/storage/block/store.go index 9ab1a3916e..83caeb76ad 100644 --- a/storage/block/store.go +++ b/storage/block/store.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/block/store_test.go b/storage/block/store_test.go index a3b0046f4d..4ae72890c6 100644 --- a/storage/block/store_test.go +++ b/storage/block/store_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/block/types.go b/storage/block/types.go index 0d60c5bb86..7bd69b4f22 100644 --- a/storage/block/types.go +++ b/storage/block/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/db/db.go b/storage/db/db.go index 84bcd74d36..f9fac69a63 100644 --- a/storage/db/db.go +++ b/storage/db/db.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/deposit/store.go b/storage/deposit/store.go index e496210a0c..bf57c8ea01 100644 --- a/storage/deposit/store.go +++ b/storage/deposit/store.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/encoding/ssz.go b/storage/encoding/ssz.go index b31b17b16c..2dd63a1ef1 100644 --- a/storage/encoding/ssz.go +++ b/storage/encoding/ssz.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/encoding/u64.go b/storage/encoding/u64.go index 00bde47f51..0aba4596fe 100644 --- a/storage/encoding/u64.go +++ b/storage/encoding/u64.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/filedb/db.go b/storage/filedb/db.go index 25ef7040f9..996ddbd642 100644 --- a/storage/filedb/db.go +++ b/storage/filedb/db.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/filedb/db_options.go b/storage/filedb/db_options.go index e8883fd9dd..f48e3c2805 100644 --- a/storage/filedb/db_options.go +++ b/storage/filedb/db_options.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/filedb/db_test.go b/storage/filedb/db_test.go index 07a88b0887..c7ae881c1b 100644 --- a/storage/filedb/db_test.go +++ b/storage/filedb/db_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/filedb/range_db.go b/storage/filedb/range_db.go index e8449dd2ce..3f2f343cfe 100644 --- a/storage/filedb/range_db.go +++ b/storage/filedb/range_db.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/filedb/range_db_test.go b/storage/filedb/range_db_test.go index b74d8df01c..96349bb98c 100644 --- a/storage/filedb/range_db_test.go +++ b/storage/filedb/range_db_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/interfaces/db.go b/storage/interfaces/db.go index 601a9e248b..9472871c93 100644 --- a/storage/interfaces/db.go +++ b/storage/interfaces/db.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/kv_store_service.go b/storage/kv_store_service.go index c547022062..3af7ef940f 100644 --- a/storage/kv_store_service.go +++ b/storage/kv_store_service.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/storage/pruner/types.go b/storage/pruner/types.go index 51a30f41fb..2894679b19 100644 --- a/storage/pruner/types.go +++ b/storage/pruner/types.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // -// Copyright (c) 2024 Berachain Foundation +// Copyright (c) 2025 Berachain Foundation // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/testing/benchmarks/logger_benchmark_test.go b/testing/benchmarks/logger_benchmark_test.go index ab944e2b34..bd0882a89d 100644 --- a/testing/benchmarks/logger_benchmark_test.go +++ b/testing/benchmarks/logger_benchmark_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/config/config.go b/testing/e2e/config/config.go index c844447b34..6784434150 100644 --- a/testing/e2e/config/config.go +++ b/testing/e2e/config/config.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/config/defaults.go b/testing/e2e/config/defaults.go index 1988247ef2..c112695a94 100644 --- a/testing/e2e/config/defaults.go +++ b/testing/e2e/config/defaults.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/e2e_api_test.go b/testing/e2e/e2e_api_test.go index 1dcba7ed5f..babfda459b 100644 --- a/testing/e2e/e2e_api_test.go +++ b/testing/e2e/e2e_api_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/e2e_blob_test.go b/testing/e2e/e2e_blob_test.go index d70e542cc3..8efe16a0ed 100644 --- a/testing/e2e/e2e_blob_test.go +++ b/testing/e2e/e2e_blob_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/e2e_staking_test.go b/testing/e2e/e2e_staking_test.go index 31fbd689f8..cb3fcbffcf 100644 --- a/testing/e2e/e2e_staking_test.go +++ b/testing/e2e/e2e_staking_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/e2e_startup_test.go b/testing/e2e/e2e_startup_test.go index 5e23560c99..1691e8818e 100644 --- a/testing/e2e/e2e_startup_test.go +++ b/testing/e2e/e2e_startup_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/e2e_test.go b/testing/e2e/e2e_test.go index 872aee507e..0208d03abc 100644 --- a/testing/e2e/e2e_test.go +++ b/testing/e2e/e2e_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/constants.go b/testing/e2e/suite/constants.go index b18a8f9262..69afbe6d3b 100644 --- a/testing/e2e/suite/constants.go +++ b/testing/e2e/suite/constants.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/errors.go b/testing/e2e/suite/errors.go index 36df6e3857..5040056b50 100644 --- a/testing/e2e/suite/errors.go +++ b/testing/e2e/suite/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/options.go b/testing/e2e/suite/options.go index 3c0e8dbf90..72a90ce5bd 100644 --- a/testing/e2e/suite/options.go +++ b/testing/e2e/suite/options.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/setup.go b/testing/e2e/suite/setup.go index 8ce79746ef..4d672a17b5 100644 --- a/testing/e2e/suite/setup.go +++ b/testing/e2e/suite/setup.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/suite.go b/testing/e2e/suite/suite.go index 5235a8ef9b..63dd7ffeae 100644 --- a/testing/e2e/suite/suite.go +++ b/testing/e2e/suite/suite.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/types/account.go b/testing/e2e/suite/types/account.go index 8e8f05a28e..04afa442fe 100644 --- a/testing/e2e/suite/types/account.go +++ b/testing/e2e/suite/types/account.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/types/account_test.go b/testing/e2e/suite/types/account_test.go index ca376f9eeb..09a1102f14 100644 --- a/testing/e2e/suite/types/account_test.go +++ b/testing/e2e/suite/types/account_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/types/beacon_client.go b/testing/e2e/suite/types/beacon_client.go index c4d7c726ce..722bb17e90 100644 --- a/testing/e2e/suite/types/beacon_client.go +++ b/testing/e2e/suite/types/beacon_client.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/types/consensus_client.go b/testing/e2e/suite/types/consensus_client.go index cc1f546df3..6eaa28b4d6 100644 --- a/testing/e2e/suite/types/consensus_client.go +++ b/testing/e2e/suite/types/consensus_client.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/types/errors.go b/testing/e2e/suite/types/errors.go index 7fe7c9e6a5..2543a285ae 100644 --- a/testing/e2e/suite/types/errors.go +++ b/testing/e2e/suite/types/errors.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/types/execution_client.go b/testing/e2e/suite/types/execution_client.go index 3df4305503..d009924fd6 100644 --- a/testing/e2e/suite/types/execution_client.go +++ b/testing/e2e/suite/types/execution_client.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/types/json_rpc_connection.go b/testing/e2e/suite/types/json_rpc_connection.go index f480c88f4a..4bff0392f4 100644 --- a/testing/e2e/suite/types/json_rpc_connection.go +++ b/testing/e2e/suite/types/json_rpc_connection.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/types/load_balancer.go b/testing/e2e/suite/types/load_balancer.go index 648c5f78d7..55f7680aa7 100644 --- a/testing/e2e/suite/types/load_balancer.go +++ b/testing/e2e/suite/types/load_balancer.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/types/service_context.go b/testing/e2e/suite/types/service_context.go index e7c5841b09..ac138132a7 100644 --- a/testing/e2e/suite/types/service_context.go +++ b/testing/e2e/suite/types/service_context.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/e2e/suite/types/tx/eip4844.go b/testing/e2e/suite/types/tx/eip4844.go index c8f5d4b9d4..30f255d1f5 100644 --- a/testing/e2e/suite/types/tx/eip4844.go +++ b/testing/e2e/suite/types/tx/eip4844.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. // diff --git a/testing/files/entrypoint.sh b/testing/files/entrypoint.sh index 50ae6e9567..8290e55575 100755 --- a/testing/files/entrypoint.sh +++ b/testing/files/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-License-Identifier: MIT # -# Copyright (c) 2024 Berachain Foundation +# Copyright (c) 2025 Berachain Foundation # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/testing/forge-script/dependency/dependency.sh b/testing/forge-script/dependency/dependency.sh index 808c696bff..509d3f3b5f 100644 --- a/testing/forge-script/dependency/dependency.sh +++ b/testing/forge-script/dependency/dependency.sh @@ -1,7 +1,7 @@ #!/bin/sh # SPDX-License-Identifier: BUSL-1.1 # -# Copyright (C) 2024, Berachain Foundation. All rights reserved. +# Copyright (C) 2025, Berachain Foundation. All rights reserved. # 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. # diff --git a/testing/forge-script/forge-config.yaml b/testing/forge-script/forge-config.yaml index a6d12b2f03..459f958bfa 100644 --- a/testing/forge-script/forge-config.yaml +++ b/testing/forge-script/forge-config.yaml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: BUSL-1.1 # -# Copyright (C) 2024, Berachain Foundation. All rights reserved. +# Copyright (C) 2025, Berachain Foundation. All rights reserved. # 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. # diff --git a/testing/forge-script/kurtosis.yml b/testing/forge-script/kurtosis.yml index bd8f2411fd..5ce651c3d0 100644 --- a/testing/forge-script/kurtosis.yml +++ b/testing/forge-script/kurtosis.yml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: BUSL-1.1 # -# Copyright (C) 2024, Berachain Foundation. All rights reserved. +# Copyright (C) 2025, Berachain Foundation. All rights reserved. # 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. # diff --git a/testing/quick/compare_test.go b/testing/quick/compare_test.go index a779880b58..b44f34c5a5 100644 --- a/testing/quick/compare_test.go +++ b/testing/quick/compare_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BUSL-1.1 // -// Copyright (C) 2024, Berachain Foundation. All rights reserved. +// Copyright (C) 2025, Berachain Foundation. All rights reserved. // 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. //