Skip to content

Commit 36a5a44

Browse files
author
MarcoFalke
committed
Merge #12063: [Trivial] Update license year range to 2018
c9439e7 [Trivial] Update license year range to 2018 (Akira Takizawa) Pull request description: The same as #9617. Happy new year! 😃 Tree-SHA512: 4b8fe343bf841da12157595bb51b59ac8e5cfa8ceb5910a499f26cff35c7ef8420dbf3ad8e5dd9f4225441e2fecff7fc6939f1a55f98ea51b57e420d326bda47
2 parents a9a49e6 + c9439e7 commit 36a5a44

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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-2017 The Bitcoin Core developers
4-
Copyright (c) 2009-2017 Bitcoin Developers
3+
Copyright (c) 2009-2018 The Bitcoin Core developers
4+
Copyright (c) 2009-2018 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 15)
55
define(_CLIENT_VERSION_REVISION, 99)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_IS_RELEASE, false)
8-
define(_COPYRIGHT_YEAR, 2017)
8+
define(_COPYRIGHT_YEAR, 2018)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])
1010
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core]])
1111
AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/bitcoin/bitcoin/issues],[bitcoin],[https://bitcoincore.org/])
@@ -164,7 +164,7 @@ AC_ARG_ENABLE([lcov],
164164
[enable lcov testing (default is no)])],
165165
[use_lcov=$enableval],
166166
[use_lcov=no])
167-
167+
168168
AC_ARG_ENABLE([lcov-branch-coverage],
169169
[AS_HELP_STRING([--enable-lcov-branch-coverage],
170170
[enable lcov testing branch coverage (default is no)])],
@@ -1313,7 +1313,7 @@ case ${OS} in
13131313
;;
13141314
esac
13151315

1316-
echo
1316+
echo
13171317
echo "Options used to compile and link:"
13181318
echo " with wallet = $enable_wallet"
13191319
echo " with gui / qt = $bitcoin_enable_qt"
@@ -1328,7 +1328,7 @@ echo " with upnp = $use_upnp"
13281328
echo " use asm = $use_asm"
13291329
echo " debug enabled = $enable_debug"
13301330
echo " werror = $enable_werror"
1331-
echo
1331+
echo
13321332
echo " target os = $TARGET_OS"
13331333
echo " build os = $BUILD_OS"
13341334
echo
@@ -1339,4 +1339,4 @@ echo " CXX = $CXX"
13391339
echo " CXXFLAGS = $CXXFLAGS"
13401340
echo " LDFLAGS = $LDFLAGS"
13411341
echo " ARFLAGS = $ARFLAGS"
1342-
echo
1342+
echo

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-2017, Bitcoin Core Developers
8+
Copyright: 2009-2018, 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)