From 68b11903fc662cd538ed2324585e50c508cd4014 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 28 Mar 2016 10:20:51 +0300 Subject: [PATCH] Bump copyright year. --- distrib/notepad2_setup.iss | 4 ++-- src/Version.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distrib/notepad2_setup.iss b/distrib/notepad2_setup.iss index 11f44fa2..627443ab 100644 --- a/distrib/notepad2_setup.iss +++ b/distrib/notepad2_setup.iss @@ -1,6 +1,6 @@ ;* Notepad2-mod - Installer script ;* -;* Copyright (C) 2010-2015 XhmikosR +;* Copyright (C) 2010-2016 XhmikosR ;* ;* This file is part of Notepad2-mod. ;* @@ -55,7 +55,7 @@ #expr ParseVersion(bindir + "\Release_x86\Notepad2.exe", VerMajor, VerMinor, VerBuild, VerRevision) #define app_version str(VerMajor) + "." + str(VerMinor) + "." + str(VerBuild) + "." + str(VerRevision) #define app_name "Notepad2-mod" -#define app_copyright "Copyright © 2004-2014, Florian Balmer et al." +#define app_copyright "Copyright © 2004-2016, Florian Balmer et al." #define quick_launch "{userappdata}\Microsoft\Internet Explorer\Quick Launch" diff --git a/src/Version.h b/src/Version.h index e1fc083c..de2fb5de 100644 --- a/src/Version.h +++ b/src/Version.h @@ -6,7 +6,7 @@ * * See License.txt for details about distribution and modification. * -* (c) XhmikosR 2010-2015 +* (c) XhmikosR 2010-2016 * https://github.com/XhmikosR/notepad2-mod * * @@ -37,8 +37,8 @@ #define VERSION_FILEVERSION_NUM VERSION_MAJOR,VERSION_MINOR,VERSION_BUILD,VERSION_REV #define VERSION_FILEVERSION STRINGIFY(VERSION_MAJOR) "." STRINGIFY(VERSION_MINOR) "." \ STRINGIFY(VERSION_BUILD) "." STRINGIFY(VERSION_REV) -#define VERSION_LEGALCOPYRIGHT_SHORT L"Copyright © 2004-2015" -#define VERSION_LEGALCOPYRIGHT_LONG L"© Florian Balmer 2004-2014" +#define VERSION_LEGALCOPYRIGHT_SHORT L"Copyright © 2004-2016" +#define VERSION_LEGALCOPYRIGHT_LONG L"© Florian Balmer 2004-2016" #define VERSION_AUTHORNAME L"Florian Balmer" #define VERSION_WEBPAGEDISPLAY L"flo's freeware - http://www.flos-freeware.ch" #define VERSION_EMAILDISPLAY L"florian.balmer@gmail.com"