Skip to content

Commit e75f91e

Browse files
author
MarcoFalke
committed
Merge bitcoin#20805: doc: Update license year range to 2021
ccc8d55 doc: Update license year range to 2021 (Emil Engler) Pull request description: See bitcoin#17801, bitcoin#15061 The same procedure as every year. Happy new year to all of you :) Top commit has no ACKs. Tree-SHA512: 59ca9ba43d3722d5e2ada04fe6c361058a72c84b8437f6331f45e361d7ebf0f3586ccb02dc72af12b9d94f766897f0f041ce3a90efe95eeff22217f9f964ffc6
2 parents 4a54068 + ccc8d55 commit e75f91e

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-2020 The Bitcoin Core developers
4-
Copyright (c) 2009-2020 Bitcoin Developers
3+
Copyright (c) 2009-2021 The Bitcoin Core developers
4+
Copyright (c) 2009-2021 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, 2020)
7+
define(_COPYRIGHT_YEAR, 2021)
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-2020, Bitcoin Core Developers
8+
Copyright: 2009-2021, 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)