From af2a26ca54fb82e7f2a60403003b58e1f896d058 Mon Sep 17 00:00:00 2001 From: crowning- Date: Thu, 28 Jan 2016 23:31:50 +0100 Subject: [PATCH] Change copyright from 2015 to 2016 --- README.md | 4 ++-- configure.ac | 2 +- src/clientversion.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3178aa484..d288afdf6 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Dash Core staging tree 0.12 https://www.dashpay.io -Copyright (c) 2009-2015 Bitcoin Core Developers +Copyright (c) 2009-2016 Bitcoin Core Developers -Copyright (c) 2014-2015 Dash Core Developers +Copyright (c) 2014-2016 Dash Core Developers What is Dash? diff --git a/configure.ac b/configure.ac index 7b92cabf7..34d57b49b 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 12) define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) -define(_COPYRIGHT_YEAR, 2015) +define(_COPYRIGHT_YEAR, 2016) AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADERS([src/config/dash-config.h]) diff --git a/src/clientversion.h b/src/clientversion.h index 7adae4d9a..7849668be 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -26,7 +26,7 @@ * Copyright year (2009-this) * Todo: update this when changing our copyright comments in the source */ -#define COPYRIGHT_YEAR 2015 +#define COPYRIGHT_YEAR 2016 #endif //HAVE_CONFIG_H