Skip to content

Commit

Permalink
trie: add missing copyright header (ethereum#23530)
Browse files Browse the repository at this point in the history
* Add missing copyright header

* Update stacktrie_test.go

Co-authored-by: Péter Szilágyi <peterke@gmail.com>
  • Loading branch information
2 people authored and zzyalbert committed Nov 26, 2021
1 parent 2095eab commit b0b610a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions trie/stacktrie_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2021 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.

package trie

import (
Expand Down

0 comments on commit b0b610a

Please sign in to comment.