diff options
author | Felix Lange <fjl@users.noreply.github.com> | 2018-02-14 20:49:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 20:49:11 +0800 |
commit | a5c0bbb4f4c321c355637ef57fff807857128c6b (patch) | |
tree | 58d16509a163d44d50d9b544b20910f596e4bd5b /trie | |
parent | 0544a43c1332871405b260432db4bfe6a591feee (diff) | |
download | go-tangerine-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.gz go-tangerine-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.zst go-tangerine-a5c0bbb4f4c321c355637ef57fff807857128c6b.zip |
all: update license information (#16089)
Diffstat (limited to 'trie')
-rw-r--r-- | trie/database.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trie/database.go b/trie/database.go index d79120813..da36e72f9 100644 --- a/trie/database.go +++ b/trie/database.go @@ -1,4 +1,4 @@ -// Copyright 2017 The go-ethereum Authors +// Copyright 2018 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 |