diff options
| author | gubatron <[email protected]> | 2014-02-08 16:50:24 -0500 |
|---|---|---|
| committer | gubatron <[email protected]> | 2014-02-09 21:06:06 -0500 |
| commit | 57702541a2009d4b936ebfddeeec3db7f8f74e5c (patch) | |
| tree | 314cccbf2092aacb388fad9b59f091895fb74572 /src/txdb.cpp | |
| parent | Merge pull request #3644 from sipa/cleannotes (diff) | |
| download | discoin-57702541a2009d4b936ebfddeeec3db7f8f74e5c.tar.xz discoin-57702541a2009d4b936ebfddeeec3db7f8f74e5c.zip | |
Copyright header updates s/2013/2014 on files whose last git commit was done in 2014.
contrib/devtools/fix-copyright-headers.py script to be able to perform this maintenance task with ease during the rest of the year, every year. Modifications to contrib/devtools/README.md to document what fix-copyright-headers.py does.
Diffstat (limited to 'src/txdb.cpp')
| -rw-r--r-- | src/txdb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txdb.cpp b/src/txdb.cpp index bd6dae0f6..d06639a11 100644 --- a/src/txdb.cpp +++ b/src/txdb.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2009-2013 The Bitcoin developers +// Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. |