diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-03-18 10:11:00 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-03-18 10:20:55 +0100 |
commit | 3fc684618195518d472bb8365339b9ef66d61815 (patch) | |
tree | 477d5d5cd25f11e04fd7e849c4469d765edcb3c1 /qa/pull-tester/pull-tester.py | |
parent | 61774f82b3a2c5f9fbae9482ca9b7becee241a3d (diff) |
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 'qa/pull-tester/pull-tester.py')
-rwxr-xr-x | qa/pull-tester/pull-tester.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/pull-tester/pull-tester.py b/qa/pull-tester/pull-tester.py index b05ac2c527..61ce813d80 100755 --- a/qa/pull-tester/pull-tester.py +++ b/qa/pull-tester/pull-tester.py @@ -1,4 +1,8 @@ #!/usr/bin/python +# Copyright (c) 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. +# import json from urllib import urlopen import requests |