aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodeltransaction.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-11-04 16:20:43 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2013-11-04 16:27:09 +0100
commite592d43f51cf3b3531fd23ffed9a5bc97314fead (patch)
tree3450a7f73d5a7ffc8913390f48d3a9de5c465a74 /src/qt/walletmodeltransaction.cpp
parentc4f2a002caaa547f62656286db6303d9f40bd885 (diff)
downloadbitcoin-e592d43f51cf3b3531fd23ffed9a5bc97314fead.tar.xz
qt: add license header to source files
Closes #839
Diffstat (limited to 'src/qt/walletmodeltransaction.cpp')
-rw-r--r--src/qt/walletmodeltransaction.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qt/walletmodeltransaction.cpp b/src/qt/walletmodeltransaction.cpp
index 706ed60b77..96c2794dff 100644
--- a/src/qt/walletmodeltransaction.cpp
+++ b/src/qt/walletmodeltransaction.cpp
@@ -1,3 +1,7 @@
+// Copyright (c) 2011-2013 The Bitcoin developers
+// Distributed under the MIT/X11 software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
#include "walletmodeltransaction.h"
WalletModelTransaction::WalletModelTransaction(const QList<SendCoinsRecipient> &recipients) :