diff options
author | Gregory Maxwell <greg@xiph.org> | 2014-03-18 15:24:40 -0700 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2014-03-18 15:24:40 -0700 |
commit | 7d49a9173ab636d118c2a81fc3c3562192e7813a (patch) | |
tree | 477d5d5cd25f11e04fd7e849c4469d765edcb3c1 /src/test/sigopcount_tests.cpp | |
parent | 61774f82b3a2c5f9fbae9482ca9b7becee241a3d (diff) | |
parent | 3fc684618195518d472bb8365339b9ef66d61815 (diff) |
Merge pull request #3891 from laanwj/2014_03_tests_license_mit
Add licenses for tests and test data
Diffstat (limited to 'src/test/sigopcount_tests.cpp')
-rw-r--r-- | src/test/sigopcount_tests.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/sigopcount_tests.cpp b/src/test/sigopcount_tests.cpp index 96f663ccef..722f14a989 100644 --- a/src/test/sigopcount_tests.cpp +++ b/src/test/sigopcount_tests.cpp @@ -1,4 +1,6 @@ - +// Copyright (c) 2012-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 "key.h" #include "script.h" |