diff options
| author | Mitchell Cash <[email protected]> | 2016-09-24 13:46:08 +1000 |
|---|---|---|
| committer | Mitchell Cash <[email protected]> | 2016-09-24 13:46:08 +1000 |
| commit | edeaf24e4c3409d5b176433cc9e4e027b87a2f6e (patch) | |
| tree | a904bedfbac4421fd55b92b128f875358cbdefad /src | |
| parent | Merge #8371: [Qt] Add out-of-sync modal info layer (diff) | |
| download | discoin-edeaf24e4c3409d5b176433cc9e4e027b87a2f6e.tar.xz discoin-edeaf24e4c3409d5b176433cc9e4e027b87a2f6e.zip | |
Fix future copyright year
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. |