Skip to content

Commit cc07f9c

Browse files
committed
Merge #15061: [Trivial] Update license year range to 2019
ae5594d [Trivial] Update license year range to 2019 (Emil Engler) Pull request description: Bitcoin Core is going to become 10 so the license year range also needs an update. 2019 is coming very soon so it is the time to update the year range like every year. Same as #12063 Tree-SHA512: 64d8b5ad12c4a9a1afdeaac7c5b5d874cda66eb9b7040b58dc253b359d0090dadab033d2ead65aad331d9dc5c56bcf8066b6d09fd85de5bfc7de7309db16d155
2 parents 2741b2b + ae5594d commit cc07f9c

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-2018 The Bitcoin Core developers
4-
Copyright (c) 2009-2018 Bitcoin Developers
3+
Copyright (c) 2009-2019 The Bitcoin Core developers
4+
Copyright (c) 2009-2019 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
@@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 99)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_RC, 0)
88
define(_CLIENT_VERSION_IS_RELEASE, false)
9-
define(_COPYRIGHT_YEAR, 2018)
9+
define(_COPYRIGHT_YEAR, 2019)
1010
define(_COPYRIGHT_HOLDERS,[The %s developers])
1111
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core]])
1212
AC_INIT([Bitcoin Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_REVISION, m4_if(_CLIENT_VERSION_BUILD, [0], [], _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-2018, Bitcoin Core Developers
8+
Copyright: 2009-2019, 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)