Browse Source

Merge #7300: [trivial] Add missing copyright headers

fabcee1 Remove copyright header from autogenerated chainparamsseeds.h (MarcoFalke)
fa60d05 Add missing copyright headers (MarcoFalke)
fa7e4c0 Bump copyright headers to 2014 (MarcoFalke)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
9189e30b12
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  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/consensus/merkle.cpp
  15. 4
      src/httprpc.cpp
  16. 2
      src/noui.h
  17. 4
      src/prevector.h
  18. 4
      src/qt/bitcoinstrings.cpp
  19. 2
      src/qt/coincontroltreewidget.h
  20. 2
      src/qt/csvmodelwriter.cpp
  21. 2
      src/qt/csvmodelwriter.h
  22. 2
      src/qt/editaddressdialog.cpp
  23. 2
      src/qt/macnotificationhandler.h
  24. 2
      src/qt/notificator.cpp
  25. 2
      src/qt/openuridialog.cpp
  26. 2
      src/qt/receiverequestdialog.cpp
  27. 2
      src/qt/transactiondesc.h
  28. 2
      src/qt/transactiondescdialog.cpp
  29. 2
      src/qt/transactiondescdialog.h
  30. 2
      src/qt/transactionfilterproxy.cpp
  31. 2
      src/qt/transactionfilterproxy.h
  32. 2
      src/qt/transactionrecord.h
  33. 2
      src/qt/walletmodeltransaction.h
  34. 2
      src/test/multisig_tests.cpp
  35. 4
      src/test/test_bitcoin.h
  36. 1
      src/test/univalue_tests.cpp
  37. 2
      src/threadsafety.h
  38. 4
      src/torcontrol.cpp
  39. 2
      src/undo.h
  40. 2
      src/zmq/zmqconfig.h

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

@ -1,5 +1,5 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# # Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the MIT/X11 software license, see the accompanying # Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.
# #

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

@ -1,5 +1,5 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# # Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the MIT/X11 software license, see the accompanying # Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.
# #

2
qa/rpc-tests/invalidblockrequest.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# # Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the MIT/X11 software license, see the accompanying # Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.
# #

2
qa/rpc-tests/invalidtxrequest.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# # Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the MIT/X11 software license, see the accompanying # Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.
# #

2
qa/rpc-tests/maxblocksinflight.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# # Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the MIT/X11 software license, see the accompanying # Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.
# #

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

@ -1,5 +1,5 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# # Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the MIT/X11 software license, see the accompanying # Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.
# #

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

@ -1,6 +1,5 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# Copyright (c) 2015 The Bitcoin Core developers
#
# Distributed under the MIT/X11 software license, see the accompanying # Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.
# #

2
qa/rpc-tests/sendheaders.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# # Copyright (c) 2014-2015 The Bitcoin Core developers
# Distributed under the MIT/X11 software license, see the accompanying # Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.
# #

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

@ -1,5 +1,5 @@
# blocktools.py - utilities for manipulating blocks and transactions # 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 # Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.
# #

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

@ -1,5 +1,5 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# # Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the MIT/X11 software license, see the accompanying # Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.
# #

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

@ -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 This module contains utilities for doing coverage analysis on the RPC
interface. interface.

1
src/addrman.cpp

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

1
src/addrman.h

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

4
src/consensus/merkle.cpp

@ -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 "merkle.h"
#include "hash.h" #include "hash.h"
#include "utilstrencodings.h" #include "utilstrencodings.h"

4
src/httprpc.cpp

@ -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 "httprpc.h"
#include "base58.h" #include "base58.h"

2
src/noui.h

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

4
src/prevector.h

@ -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_ #ifndef _BITCOIN_PREVECTOR_H_
#define _BITCOIN_PREVECTOR_H_ #define _BITCOIN_PREVECTOR_H_

4
src/qt/bitcoinstrings.cpp

@ -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> #include <QtGlobal>

2
src/qt/coincontroltreewidget.h

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

2
src/qt/csvmodelwriter.cpp

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

2
src/qt/csvmodelwriter.h

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

2
src/qt/editaddressdialog.cpp

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

2
src/qt/macnotificationhandler.h

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

2
src/qt/notificator.cpp

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

2
src/qt/openuridialog.cpp

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

2
src/qt/receiverequestdialog.cpp

@ -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 // Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.

2
src/qt/transactiondesc.h

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

2
src/qt/transactiondescdialog.cpp

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

2
src/qt/transactiondescdialog.h

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

2
src/qt/transactionfilterproxy.cpp

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

2
src/qt/transactionfilterproxy.h

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

2
src/qt/transactionrecord.h

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

2
src/qt/walletmodeltransaction.h

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

2
src/test/multisig_tests.cpp

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

4
src/test/test_bitcoin.h

@ -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 #ifndef BITCOIN_TEST_TEST_BITCOIN_H
#define BITCOIN_TEST_TEST_BITCOIN_H #define BITCOIN_TEST_TEST_BITCOIN_H

1
src/test/univalue_tests.cpp

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

2
src/threadsafety.h

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

4
src/torcontrol.cpp

@ -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 "torcontrol.h"
#include "utilstrencodings.h" #include "utilstrencodings.h"
#include "net.h" #include "net.h"

2
src/undo.h

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

2
src/zmq/zmqconfig.h

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

Loading…
Cancel
Save