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/script_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/script_tests.cpp')
| -rw-r--r-- | src/test/script_tests.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/script_tests.cpp b/src/test/script_tests.cpp index dd1b61304..7bc2bfb6d 100644 --- a/src/test/script_tests.cpp +++ b/src/test/script_tests.cpp @@ -1,3 +1,7 @@ +// Copyright (c) 2011-2013 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 "script.h" #include "data/script_invalid.json.h" |