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

Commit d739d3b

Browse files
committed
fix: add a blank line to please the license_header linter after the AvaLabs licence header
1 parent 3a41223 commit d739d3b

File tree

257 files changed

+283
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+283
-0
lines changed

accounts/abi/abi.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//
1010
// Much love to the original authors for their work.
1111
// **********
12+
1213
// Copyright 2015 The go-ethereum Authors
1314
// This file is part of the go-ethereum library.
1415
//

accounts/abi/abi_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//
1010
// Much love to the original authors for their work.
1111
// **********
12+
1213
// Copyright 2015 The go-ethereum Authors
1314
// This file is part of the go-ethereum library.
1415
//

accounts/abi/argument.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//
1010
// Much love to the original authors for their work.
1111
// **********
12+
1213
// Copyright 2015 The go-ethereum Authors
1314
// This file is part of the go-ethereum library.
1415
//

accounts/abi/bind/auth.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//
1010
// Much love to the original authors for their work.
1111
// **********
12+
1213
// Copyright 2016 The go-ethereum Authors
1314
// This file is part of the go-ethereum library.
1415
//

accounts/abi/bind/backend.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//
1010
// Much love to the original authors for their work.
1111
// **********
12+
1213
// Copyright 2015 The go-ethereum Authors
1314
// This file is part of the go-ethereum library.
1415
//

accounts/abi/bind/backends/simulated.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//
1010
// Much love to the original authors for their work.
1111
// **********
12+
1213
// Copyright 2015 The go-ethereum Authors
1314
// This file is part of the go-ethereum library.
1415
//

accounts/abi/bind/base.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//
1010
// Much love to the original authors for their work.
1111
// **********
12+
1213
// Copyright 2015 The go-ethereum Authors
1314
// This file is part of the go-ethereum library.
1415
//

accounts/abi/bind/base_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//
1010
// Much love to the original authors for their work.
1111
// **********
12+
1213
// Copyright 2019 The go-ethereum Authors
1314
// This file is part of the go-ethereum library.
1415
//

accounts/abi/bind/bind.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//
1010
// Much love to the original authors for their work.
1111
// **********
12+
1213
// Copyright 2016 The go-ethereum Authors
1314
// This file is part of the go-ethereum library.
1415
//

accounts/abi/bind/bind_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//
1010
// Much love to the original authors for their work.
1111
// **********
12+
1213
// Copyright 2016 The go-ethereum Authors
1314
// This file is part of the go-ethereum library.
1415
//

0 commit comments

Comments
 (0)