From efb287017e3511a431dadbdf535b5f295a29a5b8 Mon Sep 17 00:00:00 2001 From: lightclient Date: Fri, 30 Jan 2026 06:02:57 -0700 Subject: [PATCH] internal/era: add copyright text --- internal/era/era.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/internal/era/era.go b/internal/era/era.go index 56dcf78ffe..c79471c5ae 100644 --- a/internal/era/era.go +++ b/internal/era/era.go @@ -1,3 +1,19 @@ +// 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 +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// The go-ethereum library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with the go-ethereum library. If not, see . + package era import (