From dd046dca7aa0e7d9997a0ad64cde5703fd264d8d Mon Sep 17 00:00:00 2001 From: Quentin Mc Gaw Date: Mon, 6 Jan 2025 13:45:37 +0100 Subject: [PATCH] Use `MOD-YEAR-RANGE` instead of `MOD-YEAR` --- .libevm-header | 2 +- libevm/options/options.go | 2 +- libevm/sync/sync.go | 2 +- libevm/testonly/testonly.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.libevm-header b/.libevm-header index f8685d93f28ff..26fdb30b08614 100644 --- a/.libevm-header +++ b/.libevm-header @@ -1,4 +1,4 @@ -Copyright {{ MOD-YEAR }} the libevm authors. +Copyright {{ MOD-YEAR-RANGE }} 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/options/options.go b/libevm/options/options.go index af7bc751a966e..b0f8ad9c2826c 100644 --- a/libevm/options/options.go +++ b/libevm/options/options.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/sync/sync.go b/libevm/sync/sync.go index 991a3a875ee7a..998427ff1bce1 100644 --- a/libevm/sync/sync.go +++ b/libevm/sync/sync.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/testonly/testonly.go b/libevm/testonly/testonly.go index 74a9a81d6f30b..fef3a62cbc92a 100644 --- a/libevm/testonly/testonly.go +++ b/libevm/testonly/testonly.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