diff options
| author | Gregory Maxwell <[email protected]> | 2014-03-18 15:24:40 -0700 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2014-03-18 15:24:40 -0700 |
| commit | 7d49a9173ab636d118c2a81fc3c3562192e7813a (patch) | |
| tree | 477d5d5cd25f11e04fd7e849c4469d765edcb3c1 /src/test/transaction_tests.cpp | |
| parent | Merge pull request #3855 (diff) | |
| parent | Add licenses for tests and test data (diff) | |
| download | discoin-7d49a9173ab636d118c2a81fc3c3562192e7813a.tar.xz discoin-7d49a9173ab636d118c2a81fc3c3562192e7813a.zip | |
Merge pull request #3891 from laanwj/2014_03_tests_license_mit
Add licenses for tests and test data
Diffstat (limited to 'src/test/transaction_tests.cpp')
| -rw-r--r-- | src/test/transaction_tests.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/transaction_tests.cpp b/src/test/transaction_tests.cpp index 588c8013c..2ebb652f0 100644 --- a/src/test/transaction_tests.cpp +++ b/src/test/transaction_tests.cpp @@ -1,4 +1,6 @@ - +// Copyright (c) 2011-2014 The Bitcoin Core developers +// Distributed under the MIT/X11 software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "data/tx_invalid.json.h" #include "data/tx_valid.json.h" |