aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorGregory Maxwell <gmaxwell@gmail.com>2012-05-11 20:40:57 -0700
committerGregory Maxwell <gmaxwell@gmail.com>2012-05-11 20:40:57 -0700
commit9dfa3c3e04e28a4623ade200c5fc963d694d2e5f (patch)
treeb124a95c4672bc2c0ea8bf4016f7326fd7459c11 /src/qt
parenta3878873f3317d3d3ee0eee4b030490ad39b3f81 (diff)
parent46667ba3e42a7cd85de5a7cfb68a191055798dd4 (diff)
downloadbitcoin-9dfa3c3e04e28a4623ade200c5fc963d694d2e5f.tar.xz
Merge pull request #1264 from fanquake/master
Correct Date
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/bitcoingui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp
index 40ab4acc77..74969fc6f3 100644
--- a/src/qt/bitcoingui.cpp
+++ b/src/qt/bitcoingui.cpp
@@ -1,8 +1,8 @@
/*
* Qt4 bitcoin GUI.
*
- * W.J. van der Laan 20011-2012
- * The Bitcoin Developers 20011-2012
+ * W.J. van der Laan 2011-2012
+ * The Bitcoin Developers 2011-2012
*/
#include "bitcoingui.h"
#include "transactiontablemodel.h"