aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-02-07 11:28:30 -0500
committerGavin Andresen <gavinandresen@gmail.com>2012-02-07 11:28:30 -0500
commit882164196e5b1971313493f95a6d027f05e2ec92 (patch)
tree3dfab6dcdbf3368e9bcfb70750e146de26862e68 /src/qt
parent6bf4253a68f42db1ca48176148f29ff6c157955a (diff)
downloadbitcoin-882164196e5b1971313493f95a6d027f05e2ec92.tar.xz
Update all copyrights to 2012
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/bitcoin.cpp2
-rw-r--r--src/qt/bitcoingui.cpp4
-rw-r--r--src/qt/qtipcserver.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index 85ece9e2ce..b25216fe98 100644
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -1,5 +1,5 @@
/*
- * W.J. van der Laan 2011
+ * W.J. van der Laan 20011-2012
*/
#include "bitcoingui.h"
#include "clientmodel.h"
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp
index 3e0a12b9cf..f67a5d6b56 100644
--- a/src/qt/bitcoingui.cpp
+++ b/src/qt/bitcoingui.cpp
@@ -1,8 +1,8 @@
/*
* Qt4 bitcoin GUI.
*
- * W.J. van der Laan 2011
- * The Bitcoin Developers 2011
+ * W.J. van der Laan 20011-2012
+ * The Bitcoin Developers 20011-2012
*/
#include "bitcoingui.h"
#include "transactiontablemodel.h"
diff --git a/src/qt/qtipcserver.cpp b/src/qt/qtipcserver.cpp
index 2ed8b915c5..90d5c14211 100644
--- a/src/qt/qtipcserver.cpp
+++ b/src/qt/qtipcserver.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Bitcoin developers
+// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file license.txt or http://www.opensource.org/licenses/mit-license.php.