Skip to content

Commit 069b026

Browse files
committed
chore: placate the linter
1 parent f61ec75 commit 069b026

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

core/types/block.libevm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 the libevm authors.
1+
// Copyright 2024-2025 the libevm authors.
22
//
33
// The libevm additions to go-ethereum are free software: you can redistribute
44
// them and/or modify them under the terms of the GNU Lesser General Public License

core/types/cchain_compat.libevm_test.go

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
1+
// Copyright 2025 the libevm authors.
2+
//
3+
// The libevm additions to go-ethereum are free software: you can redistribute
4+
// them and/or modify them under the terms of the GNU Lesser General Public License
5+
// as published by the Free Software Foundation, either version 3 of the License,
6+
// or (at your option) any later version.
7+
//
8+
// The libevm additions are distributed in the hope that they will be useful,
9+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
11+
// General Public License for more details.
12+
//
13+
// You should have received a copy of the GNU Lesser General Public License
14+
// along with the go-ethereum library. If not, see
15+
// <http://www.gnu.org/licenses/>.
16+
117
package types
218

319
import (
420
"encoding/hex"
521
"testing"
622

7-
"github.com/ava-labs/libevm/common"
8-
"github.com/ava-labs/libevm/rlp"
923
"github.com/stretchr/testify/assert"
1024
"github.com/stretchr/testify/require"
25+
26+
"github.com/ava-labs/libevm/common"
27+
"github.com/ava-labs/libevm/rlp"
1128
)
1229

1330
// cChainBodyExtras carries the same additional fields as the ava-labs/coreth

core/types/rlp_backwards_compat.libevm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 the libevm authors.
1+
// Copyright 2024-2025 the libevm authors.
22
//
33
// The libevm additions to go-ethereum are free software: you can redistribute
44
// them and/or modify them under the terms of the GNU Lesser General Public License

0 commit comments

Comments
 (0)