diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-11-04 16:00:50 -0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-11-04 16:00:50 -0800 |
| commit | e304dbd3f8c6f922188fd0e9495f79bb16fc8a22 (patch) | |
| tree | 3450a7f73d5a7ffc8913390f48d3a9de5c465a74 /src/qt/paymentrequestplus.cpp | |
| parent | Merge pull request #3188 from Diapolo/logtimestamp_def (diff) | |
| parent | qt: add license header to source files (diff) | |
| download | discoin-e304dbd3f8c6f922188fd0e9495f79bb16fc8a22.tar.xz discoin-e304dbd3f8c6f922188fd0e9495f79bb16fc8a22.zip | |
Merge pull request #3197 from laanwj/2013_11_qt_license
qt: add license header to source files
Diffstat (limited to 'src/qt/paymentrequestplus.cpp')
| -rw-r--r-- | src/qt/paymentrequestplus.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qt/paymentrequestplus.cpp b/src/qt/paymentrequestplus.cpp index c8afd837d..c1476a4d5 100644 --- a/src/qt/paymentrequestplus.cpp +++ b/src/qt/paymentrequestplus.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. + // // Wraps dumb protocol buffer paymentRequest // with some extra methods |