aboutsummaryrefslogtreecommitdiff
path: root/src/test/data
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-03-18 10:11:00 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-03-18 10:20:55 +0100
commit3fc684618195518d472bb8365339b9ef66d61815 (patch)
tree477d5d5cd25f11e04fd7e849c4469d765edcb3c1 /src/test/data
parent61774f82b3a2c5f9fbae9482ca9b7becee241a3d (diff)
downloadbitcoin-3fc684618195518d472bb8365339b9ef66d61815.tar.xz
Add licenses for tests and test data
- Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848
Diffstat (limited to 'src/test/data')
-rw-r--r--src/test/data/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/test/data/README.md b/src/test/data/README.md
new file mode 100644
index 0000000000..f69a021ca0
--- /dev/null
+++ b/src/test/data/README.md
@@ -0,0 +1,14 @@
+Description
+------------
+
+This directory contains data-driven tests for various aspects of Bitcoin.
+
+License
+--------
+
+The data files in this directory are
+
+ Copyright (c) 2012-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.
+