diff options
author | Felix Lange <fjl@twurst.com> | 2017-04-14 16:29:00 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-04-14 16:29:00 +0800 |
commit | 0cc492f81595c28caa24964a105446e362164539 (patch) | |
tree | 438835ab21a0eba74aef9c43fe4d5f35cd2f5d85 /accounts | |
parent | b35aa21f9f8561c09cfe4d3b0548eda6cff8604e (diff) | |
download | go-tangerine-0cc492f81595c28caa24964a105446e362164539.tar.gz go-tangerine-0cc492f81595c28caa24964a105446e362164539.tar.zst go-tangerine-0cc492f81595c28caa24964a105446e362164539.zip |
all: update license information
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/keystore/account_cache.go | 2 | ||||
-rw-r--r-- | accounts/keystore/account_cache_test.go | 2 | ||||
-rw-r--r-- | accounts/keystore/keystore.go | 2 | ||||
-rw-r--r-- | accounts/keystore/keystore_test.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/accounts/keystore/account_cache.go b/accounts/keystore/account_cache.go index fb4086c3a..dc6ac6ccb 100644 --- a/accounts/keystore/account_cache.go +++ b/accounts/keystore/account_cache.go @@ -1,4 +1,4 @@ -// Copyright 2016 The go-ethereum Authors +// Copyright 2017 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/accounts/keystore/account_cache_test.go b/accounts/keystore/account_cache_test.go index 554196321..ab8aa9e6c 100644 --- a/accounts/keystore/account_cache_test.go +++ b/accounts/keystore/account_cache_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 The go-ethereum Authors +// Copyright 2017 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/accounts/keystore/keystore.go b/accounts/keystore/keystore.go index a01ff17e3..a81098227 100644 --- a/accounts/keystore/keystore.go +++ b/accounts/keystore/keystore.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2017 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/accounts/keystore/keystore_test.go b/accounts/keystore/keystore_test.go index 60f2606ee..5d89a4dbb 100644 --- a/accounts/keystore/keystore_test.go +++ b/accounts/keystore/keystore_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2017 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 |