Skip to content

Commit 27765b6

Browse files
committed
Increment MIT Licence copyright header year on files modified in 2016
Edited via: $ contrib/devtools/copyright_header.py update .
1 parent bebe369 commit 27765b6

File tree

280 files changed

+280
-280
lines changed

Some content is hidden

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

280 files changed

+280
-280
lines changed

contrib/devtools/check-doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2015 The Bitcoin Core developers
2+
# Copyright (c) 2015-2016 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

contrib/devtools/optimize-pngs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2014-2015 The Bitcoin Core developers
2+
# Copyright (c) 2014-2016 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
'''

contrib/linearize/linearize-data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# linearize-data.py: Construct a linear, no-fork version of the chain.
44
#
5-
# Copyright (c) 2013-2014 The Bitcoin Core developers
5+
# Copyright (c) 2013-2016 The Bitcoin Core developers
66
# Distributed under the MIT software license, see the accompanying
77
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
88
#

contrib/linearize/linearize-hashes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# linearize-hashes.py: List blocks in a linear, no-fork version of the chain.
44
#
5-
# Copyright (c) 2013-2014 The Bitcoin Core developers
5+
# Copyright (c) 2013-2016 The Bitcoin Core developers
66
# Distributed under the MIT software license, see the accompanying
77
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
88
#

contrib/macdeploy/custom_dsstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2013-2015 The Bitcoin Core developers
2+
# Copyright (c) 2013-2016 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
from __future__ import division,print_function,unicode_literals

contrib/seeds/makeseeds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2013-2015 The Bitcoin Core developers
2+
# Copyright (c) 2013-2016 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
#

contrib/testgen/base58.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012 The Bitcoin Core developers
1+
# Copyright (c) 2012-2016 The Bitcoin Core developers
22
# Distributed under the MIT software license, see the accompanying
33
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
44
'''

contrib/testgen/gen_base58_test_vectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2012 The Bitcoin Core developers
2+
# Copyright (c) 2012-2016 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
'''

qa/rpc-tests/bip68-112-113-p2p.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2015 The Bitcoin Core developers
2+
# Copyright (c) 2015-2016 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

qa/rpc-tests/bip9-softforks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2015 The Bitcoin Core developers
2+
# Copyright (c) 2015-2016 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

0 commit comments

Comments
 (0)