Skip to content

Commit

Permalink
add headers
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Sep 7, 2023
1 parent 1b71b68 commit 3f21c13
Show file tree
Hide file tree
Showing 23 changed files with 223 additions and 0 deletions.
10 changes: 10 additions & 0 deletions consensus/misc/eip4844/eip4844.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2023 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions core/state/statedb_fuzz_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2023 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions core/txpool/errors.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2014 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions core/txpool/subpool.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2023 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions core/txpool/validation.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2023 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions core/vm/memory_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
package vm

import (
Expand Down
10 changes: 10 additions & 0 deletions internal/blocktest/test_hash.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2023 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/testutil/utils.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2023 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/database.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2022 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
3 changes: 3 additions & 0 deletions trie/triedb/pathdb/database_ext.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// (c) 2023, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package pathdb

import (
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/database_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2022 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/difflayer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2022 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/difflayer_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2019 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/disklayer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2022 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/errors.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2023 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/history.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2022 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/history_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2022 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/journal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2022 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/layertree.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2022 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/metrics.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2022 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/nodebuffer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2022 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triedb/pathdb/testutils.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2023 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down
10 changes: 10 additions & 0 deletions trie/triestate/state.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// (c) 2023, Ava Labs, Inc.
//
// This file is a derived work, based on the go-ethereum library whose original
// notices appear below.
//
// It is distributed under a license compatible with the licensing terms of the
// original code from which it is derived.
//
// Much love to the original authors for their work.
// **********
// Copyright 2023 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
Expand Down

0 comments on commit 3f21c13

Please sign in to comment.