diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-25 13:11:26 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-25 13:12:01 +0200 |
| commit | b8d10fd4ef8f576d8020a124644b804f5e7f9d3f (patch) | |
| tree | 9b4b1005735b6e84d2d2f6139b0723d474a48897 /src | |
| parent | Merge #8771: CONTRIBUTING: Mention not to open several pulls (diff) | |
| parent | Fix future copyright year (diff) | |
| download | discoin-b8d10fd4ef8f576d8020a124644b804f5e7f9d3f.tar.xz discoin-b8d10fd4ef8f576d8020a124644b804f5e7f9d3f.zip | |
Merge #8802: Fix future copyright year
edeaf24 Fix future copyright year (Mitchell Cash)
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/modaloverlay.cpp | 2 | ||||
| -rw-r--r-- | src/qt/modaloverlay.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/modaloverlay.cpp b/src/qt/modaloverlay.cpp index 7b121e9e8..7951bd784 100644 --- a/src/qt/modaloverlay.cpp +++ b/src/qt/modaloverlay.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017 The Bitcoin Core developers +// Copyright (c) 2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/modaloverlay.h b/src/qt/modaloverlay.h index bdbe3c39a..670c9e58a 100644 --- a/src/qt/modaloverlay.h +++ b/src/qt/modaloverlay.h @@ -1,4 +1,4 @@ -// Copyright (c) 2017 The Bitcoin Core developers +// Copyright (c) 2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. |