Browse Source

Add missing copyright headers

0.13
MarcoFalke 10 years ago
parent
commit
fa60d05a4e
  1. 2
      qa/rpc-tests/bip65-cltv-p2p.py
  2. 2
      qa/rpc-tests/bipdersig-p2p.py
  3. 2
      qa/rpc-tests/invalidblockrequest.py
  4. 2
      qa/rpc-tests/invalidtxrequest.py
  5. 2
      qa/rpc-tests/maxblocksinflight.py
  6. 2
      qa/rpc-tests/p2p-acceptblock.py
  7. 3
      qa/rpc-tests/p2p-fullblocktest.py
  8. 2
      qa/rpc-tests/sendheaders.py
  9. 2
      qa/rpc-tests/test_framework/blocktools.py
  10. 2
      qa/rpc-tests/test_framework/comptool.py
  11. 6
      qa/rpc-tests/test_framework/coverage.py
  12. 1
      src/addrman.cpp
  13. 1
      src/addrman.h
  14. 4
      src/chainparamsseeds.h
  15. 4
      src/consensus/merkle.cpp
  16. 4
      src/httprpc.cpp
  17. 4
      src/prevector.h
  18. 4
      src/qt/bitcoinstrings.cpp
  19. 2
      src/qt/receiverequestdialog.cpp
  20. 4
      src/test/test_bitcoin.h
  21. 1
      src/test/univalue_tests.cpp
  22. 4
      src/torcontrol.cpp

2
qa/rpc-tests/bip65-cltv-p2p.py

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#!/usr/bin/env python2
#
# Copyright (c) 2015 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.
#

2
qa/rpc-tests/bipdersig-p2p.py

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#!/usr/bin/env python2
#
# Copyright (c) 2015 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.
#

2
qa/rpc-tests/invalidblockrequest.py

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#!/usr/bin/env python2
#
# Copyright (c) 2015 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.
#

2
qa/rpc-tests/invalidtxrequest.py

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#!/usr/bin/env python2
#
# Copyright (c) 2015 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.
#

2
qa/rpc-tests/maxblocksinflight.py

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#!/usr/bin/env python2
#
# Copyright (c) 2015 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.
#

2
qa/rpc-tests/p2p-acceptblock.py

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#!/usr/bin/env python2
#
# Copyright (c) 2015 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.
#

3
qa/rpc-tests/p2p-fullblocktest.py

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
#!/usr/bin/env python2
#
# Copyright (c) 2015 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.
#

2
qa/rpc-tests/sendheaders.py

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#!/usr/bin/env python2
#
# Copyright (c) 2014-2015 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.
#

2
qa/rpc-tests/test_framework/blocktools.py

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
# blocktools.py - utilities for manipulating blocks and transactions
#
# Copyright (c) 2015 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.
#

2
qa/rpc-tests/test_framework/comptool.py

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#!/usr/bin/env python2
#
# Copyright (c) 2015 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.
#

6
qa/rpc-tests/test_framework/coverage.py

@ -1,3 +1,9 @@ @@ -1,3 +1,9 @@
#!/usr/bin/env python2
# Copyright (c) 2015 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.
#
"""
This module contains utilities for doing coverage analysis on the RPC
interface.

1
src/addrman.cpp

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
// Copyright (c) 2012 Pieter Wuille
// Copyright (c) 2012-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

1
src/addrman.h

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
// Copyright (c) 2012 Pieter Wuille
// Copyright (c) 2012-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

4
src/chainparamsseeds.h

@ -1,3 +1,7 @@ @@ -1,3 +1,7 @@
// Copyright (c) 2014-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CHAINPARAMSSEEDS_H
#define BITCOIN_CHAINPARAMSSEEDS_H
/**

4
src/consensus/merkle.cpp

@ -1,3 +1,7 @@ @@ -1,3 +1,7 @@
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "merkle.h"
#include "hash.h"
#include "utilstrencodings.h"

4
src/httprpc.cpp

@ -1,3 +1,7 @@ @@ -1,3 +1,7 @@
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "httprpc.h"
#include "base58.h"

4
src/prevector.h

@ -1,3 +1,7 @@ @@ -1,3 +1,7 @@
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef _BITCOIN_PREVECTOR_H_
#define _BITCOIN_PREVECTOR_H_

4
src/qt/bitcoinstrings.cpp

@ -1,4 +1,6 @@ @@ -1,4 +1,6 @@
// Copyright (c) 2013-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <QtGlobal>

2
src/qt/receiverequestdialog.cpp

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2011-2013 The Bitcoin Core developers
// Copyright (c) 2011-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

4
src/test/test_bitcoin.h

@ -1,3 +1,7 @@ @@ -1,3 +1,7 @@
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_TEST_TEST_BITCOIN_H
#define BITCOIN_TEST_TEST_BITCOIN_H

1
src/test/univalue_tests.cpp

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
// Copyright 2014 BitPay, Inc.
// Copyright (c) 2014-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

4
src/torcontrol.cpp

@ -1,3 +1,7 @@ @@ -1,3 +1,7 @@
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "torcontrol.h"
#include "utilstrencodings.h"
#include "net.h"

Loading…
Cancel
Save