Skip to content

Commit 06dd571

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#26748: doc: Update license year range to 2023
e9abb13 doc: Update license year range to 2023 (Suriyaa Sundararuban) Pull request description: See bitcoin/bitcoin#23945, bitcoin/bitcoin#20805, bitcoin/bitcoin#17801, bitcoin/bitcoin#15061 The same procedure as every year. Happy new year to all of you! 😄 Top commit has no ACKs. Tree-SHA512: 2c80ae41a827e3fa6980a4406ed3518238f953465d7672b730a77c121cee6758c7cc1aa615ce9b988019aacb253c681dcc3c312bd982366de7038a0200d27bc4
2 parents f3bc1a7 + e9abb13 commit 06dd571

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-2022 The Bitcoin Core developers
4-
Copyright (c) 2009-2022 Bitcoin Developers
3+
Copyright (c) 2009-2023 The Bitcoin Core developers
4+
Copyright (c) 2009-2023 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, 2022)
7+
define(_COPYRIGHT_YEAR, 2023)
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 <[email protected]>
55
Source: https://github.com/bitcoin/bitcoin
66

77
Files: *
8-
Copyright: 2009-2022, Bitcoin Core Developers
8+
Copyright: 2009-2023, Bitcoin Core Developers
99
License: Expat
1010
Comment: The Bitcoin Core Developers encompasses the current developers listed on bitcoin.org,
1111
as well as the numerous contributors to the project.

0 commit comments

Comments
 (0)