Skip to content

Commit dff6d18

Browse files
committed
Merge bitcoin/bitcoin#29222: doc: update Bitcoin Core license to 2024
1f8450f doc: upgrade Bitcoin Core license to 2024 (22388o⚡️) Pull request description: See bitcoin/bitcoin#26748. Cherry-picked these commits from 22388o and then squashed them. ACKs for top commit: fanquake: ACK 1f8450f Tree-SHA512: 6d12f24a6c7cd421f7d975d7e445de4583144a4d0902d4e68e7648395074ca804e3ee585b2d3f307d193690e2ed2f9fbd8e7938f8fb8af263888b8701993782a
2 parents 131dd11 + 1f8450f commit dff6d18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

COPYING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2009-2023 The Bitcoin Core developers
4-
Copyright (c) 2009-2023 Bitcoin Developers
3+
Copyright (c) 2009-2024 The Bitcoin Core developers
4+
Copyright (c) 2009-2024 Bitcoin Developers
55

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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MINOR, 99)
44
define(_CLIENT_VERSION_BUILD, 0)
55
define(_CLIENT_VERSION_RC, 0)
66
define(_CLIENT_VERSION_IS_RELEASE, false)
7-
define(_COPYRIGHT_YEAR, 2023)
7+
define(_COPYRIGHT_YEAR, 2024)
88
define(_COPYRIGHT_HOLDERS,[The %s developers])
99
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core]])
1010
AC_INIT([Bitcoin Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_BUILD)m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/bitcoin/bitcoin/issues],[bitcoin],[https://bitcoincore.org/])

contrib/debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Upstream-Contact: Satoshi Nakamoto <satoshin@gmx.com>
55
Source: https://github.com/bitcoin/bitcoin
66

77
Files: *
8-
Copyright: 2009-2023, Bitcoin Core Developers
8+
Copyright: 2009-2024, Bitcoin Core Developers
99
License: Expat
1010
Comment: The Bitcoin Core Developers encompasses all contributors to the
1111
project, listed in the release notes or the git log.

0 commit comments

Comments
 (0)