Skip to content

Commit 7d49a91

Browse files
committed
Merge pull request #3891 from laanwj/2014_03_tests_license_mit
Add licenses for tests and test data
2 parents 61774f8 + 3fc6846 commit 7d49a91

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+188
-13
lines changed

qa/pull-tester/build-tests.sh.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
2+
# Copyright (c) 2013 The Bitcoin Core developers
3+
# Distributed under the MIT/X11 software license, see the accompanying
4+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
#
26
# Param1: The prefix to mingw staging
37
# Param2: Path to java comparison tool
48
# Param3: Number of make jobs. Defaults to 1.

qa/pull-tester/pull-tester.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/python
2+
# Copyright (c) 2013 The Bitcoin Core developers
3+
# Distributed under the MIT/X11 software license, see the accompanying
4+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
#
26
import json
37
from urllib import urlopen
48
import requests

qa/pull-tester/pull-tester.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/sh
2+
# Copyright (c) 2013 The Bitcoin Core developers
3+
# Distributed under the MIT/X11 software license, see the accompanying
4+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
#
26
# Helper script for pull-tester.
37
#Param 1: path to bitcoin srcroot
48
#Param ...: arguments for build-test.sh

qa/pull-tester/run-bitcoind-for-test.sh.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
2+
# Copyright (c) 2013 The Bitcoin Core developers
3+
# Distributed under the MIT/X11 software license, see the accompanying
4+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
#
26
DATADIR="@abs_top_builddir@/.bitcoin"
37
rm -rf "$DATADIR"
48
mkdir -p "$DATADIR"/regtest

qa/rpc-tests/conflictedbalance.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
2+
# Copyright (c) 2014 The Bitcoin Core developers
3+
# Distributed under the MIT/X11 software license, see the accompanying
4+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
25

36
# Test marking of spent outputs
47

qa/rpc-tests/listtransactions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python
2+
# Copyright (c) 2014 The Bitcoin Core developers
3+
# Distributed under the MIT/X11 software license, see the accompanying
4+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
25

36
# Exercise the listtransactions API
47

qa/rpc-tests/send.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# Copyright (c) 2014 The Bitcoin Core developers
3+
# Distributed under the MIT/X11 software license, see the accompanying
4+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
25
TIMEOUT=10
36
SIGNAL=HUP
47
PIDFILE=.send.pid

qa/rpc-tests/skeleton.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python
2+
# Copyright (c) 2014 The Bitcoin Core developers
3+
# Distributed under the MIT/X11 software license, see the accompanying
4+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
25

36
# Skeleton for python-based regression tests using
47
# JSON-RPC

qa/rpc-tests/txnmall.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
2+
# Copyright (c) 2014 The Bitcoin Core developers
3+
# Distributed under the MIT/X11 software license, see the accompanying
4+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
25

36
# Test proper accounting with malleable transactions
47

qa/rpc-tests/util.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2014 The Bitcoin Core developers
2+
# Distributed under the MIT/X11 software license, see the accompanying
3+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
14
#
25
# Helpful routines for regression testing
36
#

0 commit comments

Comments
 (0)