aboutsummaryrefslogtreecommitdiff
path: root/src/test/allocator_tests.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-03-18 10:11:00 +0100
committerRoss Nicoll <[email protected]>2014-05-18 22:22:49 +0100
commita66204eed29e4f978684d175f9c336e50184a300 (patch)
tree4a80a79368fdaa5fdf808bd4cc90510688d73a08 /src/test/allocator_tests.cpp
parentqt: change CT_NOW string to CT_NEW in log message (diff)
downloaddiscoin-a66204eed29e4f978684d175f9c336e50184a300.tar.xz
discoin-a66204eed29e4f978684d175f9c336e50184a300.zip
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/allocator_tests.cpp')
-rw-r--r--src/test/allocator_tests.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/allocator_tests.cpp b/src/test/allocator_tests.cpp
index 490dff87e..2752a0b21 100644
--- a/src/test/allocator_tests.cpp
+++ b/src/test/allocator_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 "util.h"