Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit cb45407

Browse files
sync: coreth PR #1424: fix license header (#1891)
Co-authored-by: Austin Larson <[email protected]>
1 parent 3df1285 commit cb45407

File tree

6 files changed

+11
-2
lines changed

6 files changed

+11
-2
lines changed

license_header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
header: |
22
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
3-
// See the file LICENSE for licensing terms.
3+
// See the file LICENSE for licensing terms.

params/extras/extrastest/rules.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
22
// See the file LICENSE for licensing terms.
3+
34
package extrastest
45

56
import (

plugin/evm/customlogs/log_ext.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
22
// See the file LICENSE for licensing terms.
3+
34
package customlogs
45

56
import ethtypes "github.com/ava-labs/libevm/core/types"

plugin/evm/message/block_sync_summary_parser.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
22
// See the file LICENSE for licensing terms.
3+
34
package message
45

56
import (

plugin/evm/message/block_sync_summary_provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
22
// See the file LICENSE for licensing terms.
3+
34
package message
45

56
import (

scripts/upstream_files.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ triedb/*
2626

2727
!accounts/abi/abi_extra_test.go
2828
!accounts/abi/bind/bind_extra.go
29-
!accounts/abi/bind/precompilebind/*
29+
!accounts/abi/bind/precompilebind/precompile_config_template.go
30+
!accounts/abi/bind/precompilebind/precompile_config_test_template.go
31+
!accounts/abi/bind/precompilebind/precompile_contract_template.go
32+
!accounts/abi/bind/precompilebind/precompile_contract_test_template.go
33+
!accounts/abi/bind/precompilebind/precompile_event_template.go
34+
!accounts/abi/bind/precompilebind/precompile_module_template.go
3035
!cmd/simulator/*
3136
!consensus/dummy/*
3237
!core/blockchain_ext.go

0 commit comments

Comments
 (0)