diff --git a/core/state/state.libevm_test.go b/core/state/state.libevm_test.go index 0d816038f0c..2d247953219 100644 --- a/core/state/state.libevm_test.go +++ b/core/state/state.libevm_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/core/state/state_object.libevm_test.go b/core/state/state_object.libevm_test.go index 299241495ce..add581be6bb 100644 --- a/core/state/state_object.libevm_test.go +++ b/core/state/state_object.libevm_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/core/state/statedb.libevm_test.go b/core/state/statedb.libevm_test.go index 6230bae0e42..255f880e073 100644 --- a/core/state/statedb.libevm_test.go +++ b/core/state/statedb.libevm_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/core/state_transition.libevm.go b/core/state_transition.libevm.go index bb9c3eff469..b7a8d821aa7 100644 --- a/core/state_transition.libevm.go +++ b/core/state_transition.libevm.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/core/state_transition.libevm_test.go b/core/state_transition.libevm_test.go index e9d1fd6a68f..e04d51191fa 100644 --- a/core/state_transition.libevm_test.go +++ b/core/state_transition.libevm_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/core/types/block.libevm_test.go b/core/types/block.libevm_test.go index 8e9a250e759..5a7b1752a5c 100644 --- a/core/types/block.libevm_test.go +++ b/core/types/block.libevm_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/core/types/rlp_payload.libevm.go b/core/types/rlp_payload.libevm.go index b2478b9e36f..3225136dd90 100644 --- a/core/types/rlp_payload.libevm.go +++ b/core/types/rlp_payload.libevm.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/core/types/state_account.libevm_test.go b/core/types/state_account.libevm_test.go index 9a91017674b..a7b699c7f88 100644 --- a/core/types/state_account.libevm_test.go +++ b/core/types/state_account.libevm_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/core/types/state_account_storage.libevm_test.go b/core/types/state_account_storage.libevm_test.go index 340621e591f..ee2b7083ebb 100644 --- a/core/types/state_account_storage.libevm_test.go +++ b/core/types/state_account_storage.libevm_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/core/vm/contracts.libevm.go b/core/vm/contracts.libevm.go index 12271874602..f614ccc55aa 100644 --- a/core/vm/contracts.libevm.go +++ b/core/vm/contracts.libevm.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/libevm/hookstest/stub.go b/libevm/hookstest/stub.go index 0a656c25c4f..80ebeeca070 100644 --- a/libevm/hookstest/stub.go +++ b/libevm/hookstest/stub.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/libevm/stateconf/conf.go b/libevm/stateconf/conf.go index d38d889df54..4f002c52bd3 100644 --- a/libevm/stateconf/conf.go +++ b/libevm/stateconf/conf.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/params/config.libevm.go b/params/config.libevm.go index 685a8cebaee..4abfdda16e1 100644 --- a/params/config.libevm.go +++ b/params/config.libevm.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/params/hooks.libevm.go b/params/hooks.libevm.go index dd08701130e..15f9c01ee2e 100644 --- a/params/hooks.libevm.go +++ b/params/hooks.libevm.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/params/json.libevm.go b/params/json.libevm.go index 639bfe18f67..a48a293d99b 100644 --- a/params/json.libevm.go +++ b/params/json.libevm.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/params/json.libevm_test.go b/params/json.libevm_test.go index 84b04b35427..18fe1ffbfbe 100644 --- a/params/json.libevm_test.go +++ b/params/json.libevm_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/params/version.libevm.go b/params/version.libevm.go index 64eaa466731..77f0ce26769 100644 --- a/params/version.libevm.go +++ b/params/version.libevm.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/params/version.libevm_test.go b/params/version.libevm_test.go index 64f21c8ef2f..4778fdb3e3d 100644 --- a/params/version.libevm_test.go +++ b/params/version.libevm_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/triedb/database.libevm.go b/triedb/database.libevm.go index 5636b81224f..7919305e183 100644 --- a/triedb/database.libevm.go +++ b/triedb/database.libevm.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License diff --git a/triedb/database.libevm_test.go b/triedb/database.libevm_test.go index 80cb2bceac3..775aeb30048 100644 --- a/triedb/database.libevm_test.go +++ b/triedb/database.libevm_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 the libevm authors. +// Copyright 2024-2025 the libevm authors. // // The libevm additions to go-ethereum are free software: you can redistribute // them and/or modify them under the terms of the GNU Lesser General Public License