diff --git a/nimbus/transaction/call_common.nim b/nimbus/transaction/call_common.nim index f08ce3a4e..fff91ed24 100644 --- a/nimbus/transaction/call_common.nim +++ b/nimbus/transaction/call_common.nim @@ -1,6 +1,6 @@ # Nimbus - Common entry point to the EVM from all different callers # -# Copyright (c) 2018-2024 Status Research & Development GmbH +# Copyright (c) 2018-2025 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) # * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) diff --git a/nimbus/transaction/call_evm.nim b/nimbus/transaction/call_evm.nim index 0679541f1..418811df7 100644 --- a/nimbus/transaction/call_evm.nim +++ b/nimbus/transaction/call_evm.nim @@ -1,6 +1,6 @@ # Nimbus - Various ways of calling the EVM # -# Copyright (c) 2018-2024 Status Research & Development GmbH +# Copyright (c) 2018-2025 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) # * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) diff --git a/nimbus/transaction/call_types.nim b/nimbus/transaction/call_types.nim index 63f51c762..a296f65ef 100644 --- a/nimbus/transaction/call_types.nim +++ b/nimbus/transaction/call_types.nim @@ -1,5 +1,5 @@ # Nimbus -# Copyright (c) 2024 Status Research & Development GmbH +# Copyright (c) 2024-2025 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/nimbus/transaction/host_types.nim b/nimbus/transaction/host_types.nim index 41c714d5d..ab6a00d94 100644 --- a/nimbus/transaction/host_types.nim +++ b/nimbus/transaction/host_types.nim @@ -1,6 +1,6 @@ # Nimbus - Types and helpers used at the boundary of transactions/RPC and EVMC/EVM # -# Copyright (c) 2019-2024 Status Research & Development GmbH +# Copyright (c) 2019-2025 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) # * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)