Skip to content

Commit 48588b4

Browse files
authored
Merge pull request karask#87 from iamhardikat11/PR2
Changed Copyright year to 2024
2 parents 56ff15f + 00b4d34 commit 48588b4

Some content is hidden

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

48 files changed

+48
-48
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2020 The python-bitcoin-utils developers
3+
Copyright (c) 2018-2024 The python-bitcoin-utils developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

bitcoinutils/bech32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017, 2020 Pieter Wuille
1+
# Copyright (c) 2017, 2024 Pieter Wuille
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

bitcoinutils/constants.py

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

bitcoinutils/hdwallet.py

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

bitcoinutils/keys.py

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

bitcoinutils/proxy.py

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

bitcoinutils/ripemd160.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021 Pieter Wuille
1+
# Copyright (c) 2021-2024 Pieter Wuille
22
# Distributed under the MIT software license, see the accompanying
33
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
44
"""Test-only pure Python RIPEMD160 implementation."""

bitcoinutils/script.py

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

bitcoinutils/setup.py

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

bitcoinutils/transactions.py

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

0 commit comments

Comments
 (0)