From 93432fc78623488ae7a77e704ddda7d878f13516 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Wed, 5 Feb 2025 12:31:28 +0100 Subject: [PATCH] license year --- core/tracing/journal.go | 2 +- core/tracing/journal_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tracing/journal.go b/core/tracing/journal.go index 25b124b973..8937d4c5ae 100644 --- a/core/tracing/journal.go +++ b/core/tracing/journal.go @@ -1,4 +1,4 @@ -// Copyright 2024 The go-ethereum Authors +// Copyright 2025 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify diff --git a/core/tracing/journal_test.go b/core/tracing/journal_test.go index c13153fc55..d9616a2ce8 100644 --- a/core/tracing/journal_test.go +++ b/core/tracing/journal_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 The go-ethereum Authors +// Copyright 2025 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify