Skip to content

Commit bd34174

Browse files
committed
Update license year range to 2016
1 parent e1060c5 commit bd34174

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

COPYING

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2009-2015 The Bitcoin Core developers
3+
Copyright (c) 2009-2016 The Bitcoin Core developers
44

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

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 12)
55
define(_CLIENT_VERSION_REVISION, 99)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_IS_RELEASE, false)
8-
define(_COPYRIGHT_YEAR, 2015)
8+
define(_COPYRIGHT_YEAR, 2016)
99
AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/bitcoin/bitcoin/issues],[bitcoin])
1010
AC_CONFIG_SRCDIR([src/main.cpp])
1111
AC_CONFIG_HEADERS([src/config/bitcoin-config.h])

contrib/debian/copyright

+1-1
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-2015, Bitcoin Core Developers
8+
Copyright: 2009-2016, 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.

src/clientversion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Copyright year (2009-this)
2727
* Todo: update this when changing our copyright comments in the source
2828
*/
29-
#define COPYRIGHT_YEAR 2015
29+
#define COPYRIGHT_YEAR 2016
3030

3131
#endif //HAVE_CONFIG_H
3232

0 commit comments

Comments
 (0)