aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-09-25 13:11:26 +0200
committerWladimir J. van der Laan <[email protected]>2016-09-25 13:12:01 +0200
commitb8d10fd4ef8f576d8020a124644b804f5e7f9d3f (patch)
tree9b4b1005735b6e84d2d2f6139b0723d474a48897 /src
parentMerge #8771: CONTRIBUTING: Mention not to open several pulls (diff)
parentFix future copyright year (diff)
downloaddiscoin-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.cpp2
-rw-r--r--src/qt/modaloverlay.h2
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.