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

Commit 63d7606

Browse files
authored
chore: fix license header (#1424)
1 parent 1d7379c commit 63d7606

File tree

13 files changed

+13
-1
lines changed

13 files changed

+13
-1
lines changed

core/blockchain_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 core
45

56
import "github.com/ava-labs/libevm/metrics"

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/test_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 (

params/paramstest/forks.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 paramstest
45

56
import (

plugin/evm/atomic/sync/extender.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 sync
45

56
import (

plugin/evm/atomic/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 sync
45

56
import (

plugin/evm/atomic/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 sync
45

56
import (

plugin/evm/atomic/vm/api.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 vm
45

56
import (

plugin/evm/atomic/vm/bonus_blocks.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 vm
45

56
import "github.com/ava-labs/avalanchego/ids"

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 (

0 commit comments

Comments
 (0)