Skip to content

Commit 3a7d98f

Browse files
committed
Update copyright dates
1 parent 8e2920e commit 3a7d98f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

bitcoin/core/key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2011 Sam Rushing
2-
# Copyright (C) 2012-2014 The python-bitcoinlib developers
2+
# Copyright (C) 2012-2015 The python-bitcoinlib developers
33
#
44
# This file is part of python-bitcoinlib.
55
#

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-2014 The python-bitcoinlib developers
1+
# Copyright (C) 2012-2015 The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#

bitcoin/tests/test_script.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2013-2014 The python-bitcoinlib developers
1+
# Copyright (C) 2013-2015 The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#
@@ -433,4 +433,4 @@ def test_high_s_value(self):
433433
self.assertFalse(IsLowDERSignature(sig))
434434
def test_low_s_value(self):
435435
sig = x('3045022100b135074e08cc93904a1712b2600d3cb01899a5b1cc7498caa4b8585bcf5f27e7022074ab544045285baef0a63f0fb4c95e577dcbf5c969c0bf47c7da8e478909d669')
436-
self.assertTrue(IsLowDERSignature(sig))
436+
self.assertTrue(IsLowDERSignature(sig))

bitcoin/tests/test_wallet.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) 2013-2015 The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#

0 commit comments

Comments
 (0)