From 5f94d26db8544bc3ae15f6d8f9eed0d574988fbb Mon Sep 17 00:00:00 2001 From: CPerezz Date: Fri, 17 Apr 2026 10:29:30 +0200 Subject: [PATCH] trie/bintrie: update copyright year on newly added files These four files were introduced in this PR and should carry the current year. --- trie/bintrie/node_ref.go | 2 +- trie/bintrie/node_store.go | 2 +- trie/bintrie/store_commit.go | 2 +- trie/bintrie/store_ops.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/trie/bintrie/node_ref.go b/trie/bintrie/node_ref.go index b21abd2826..3a72d90231 100644 --- a/trie/bintrie/node_ref.go +++ b/trie/bintrie/node_ref.go @@ -1,4 +1,4 @@ -// Copyright 2025 go-ethereum Authors +// Copyright 2026 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/trie/bintrie/node_store.go b/trie/bintrie/node_store.go index 388fb9c7d4..7a2df2ea4f 100644 --- a/trie/bintrie/node_store.go +++ b/trie/bintrie/node_store.go @@ -1,4 +1,4 @@ -// Copyright 2025 go-ethereum Authors +// Copyright 2026 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/trie/bintrie/store_commit.go b/trie/bintrie/store_commit.go index 42e0b28c17..9d79a271bd 100644 --- a/trie/bintrie/store_commit.go +++ b/trie/bintrie/store_commit.go @@ -1,4 +1,4 @@ -// Copyright 2025 go-ethereum Authors +// Copyright 2026 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/trie/bintrie/store_ops.go b/trie/bintrie/store_ops.go index 09d0425be1..1f92dc2572 100644 --- a/trie/bintrie/store_ops.go +++ b/trie/bintrie/store_ops.go @@ -1,4 +1,4 @@ -// Copyright 2025 go-ethereum Authors +// Copyright 2026 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