Skip to content

Commit fbbe924

Browse files
committed
Remove out of date years on copyright notices
The notices themselves are for the most part not even required: https://opensource.com/article/20/10/copyright-notices-open-source-software Also duplicative of the information in git, which is the authoritive source.
1 parent 0e25674 commit fbbe924

31 files changed

+32
-32
lines changed

bitcoin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2012-2018 The python-bitcoinlib developers
1+
# Copyright (C) The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#

bitcoin/bech32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017 The python-bitcoinlib developers
1+
# Copyright (C) The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#

bitcoin/bloom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2013-2014 The python-bitcoinlib developers
1+
# Copyright (C) The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#

bitcoin/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2012-2017 The python-bitcoinlib developers
1+
# Copyright (C) The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#

bitcoin/core/_bignum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2012-2014 The python-bitcoinlib developers
1+
# Copyright (C) The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#

bitcoin/core/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2012-2015 The python-bitcoinlib developers
1+
# Copyright (C) The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#

bitcoin/core/scripteval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2012-2017 The python-bitcoinlib developers
1+
# Copyright (C) The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#

bitcoin/core/serialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2012-2018 The python-bitcoinlib developers
1+
# Copyright (C) The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#

bitcoin/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2012-2015 The python-bitcoinlib developers
1+
# Copyright (C) The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#

bitcoin/net.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2012-2014 The python-bitcoinlib developers
1+
# Copyright (C) The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#

0 commit comments

Comments
 (0)