diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-07-22 17:57:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-22 17:57:54 +0800 |
commit | e8141e168560b8b1d2b50658c454adbfa905dacc (patch) | |
tree | 5e2ec58dedd15e1d3cb0b22efb4b818dd0496c5b /ethdb | |
parent | 82985075f7e5de819445ca57c1f9b80894b162b6 (diff) | |
parent | b973eddd2830fb4743e0e69d026eafbb97a40c79 (diff) | |
download | go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.tar go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.tar.gz go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.tar.bz2 go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.tar.lz go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.tar.xz go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.tar.zst go-tangerine-e8141e168560b8b1d2b50658c454adbfa905dacc.zip |
Merge pull request #19873 from karalabe/author-1.9.1
all: update author list and licenses
Diffstat (limited to 'ethdb')
-rw-r--r-- | ethdb/database.go | 2 | ||||
-rw-r--r-- | ethdb/leveldb/leveldb.go | 2 | ||||
-rw-r--r-- | ethdb/memorydb/memorydb.go | 2 | ||||
-rw-r--r-- | ethdb/memorydb/memorydb_test.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ethdb/database.go b/ethdb/database.go index 1ba169bcf..0dc14624b 100644 --- a/ethdb/database.go +++ b/ethdb/database.go @@ -1,4 +1,4 @@ -// Copyright 2018 The go-ethereum Authors +// Copyright 2014 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 diff --git a/ethdb/leveldb/leveldb.go b/ethdb/leveldb/leveldb.go index 3781a6da1..aba6593c7 100644 --- a/ethdb/leveldb/leveldb.go +++ b/ethdb/leveldb/leveldb.go @@ -1,4 +1,4 @@ -// Copyright 2014 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 diff --git a/ethdb/memorydb/memorydb.go b/ethdb/memorydb/memorydb.go index caa9b02a1..70eb8964d 100644 --- a/ethdb/memorydb/memorydb.go +++ b/ethdb/memorydb/memorydb.go @@ -1,4 +1,4 @@ -// Copyright 2014 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 diff --git a/ethdb/memorydb/memorydb_test.go b/ethdb/memorydb/memorydb_test.go index 4210a0f7c..325c065c1 100644 --- a/ethdb/memorydb/memorydb_test.go +++ b/ethdb/memorydb/memorydb_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 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 |