Skip to content

Commit 4212195

Browse files
committed
Merge pull request #684 from crowning-/patch-2
Change copyright from 2015 to 2016
2 parents ad1a6d9 + af2a26c commit 4212195

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Dash Core staging tree 0.12
33

44
https://www.dashpay.io
55

6-
Copyright (c) 2009-2015 Bitcoin Core Developers
6+
Copyright (c) 2009-2016 Bitcoin Core Developers
77

8-
Copyright (c) 2014-2015 Dash Core Developers
8+
Copyright (c) 2014-2016 Dash Core Developers
99

1010

1111
What is Dash?

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, 1)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
8-
define(_COPYRIGHT_YEAR, 2015)
8+
define(_COPYRIGHT_YEAR, 2016)
99
AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[[email protected]],[dash])
1010
AC_CONFIG_SRCDIR([src/main.cpp])
1111
AC_CONFIG_HEADERS([src/config/dash-config.h])

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)