Skip to content
This repository has been archived by the owner on Aug 12, 2018. It is now read-only.

Commit

Permalink
Bump copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 28, 2016
1 parent 97a3afa commit 68b1190
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions distrib/notepad2_setup.iss
Original file line number Diff line number Diff line change
@@ -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.
;*
Expand Down Expand Up @@ -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"


Expand Down
6 changes: 3 additions & 3 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
*
Expand Down Expand Up @@ -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"[email protected]"
Expand Down

0 comments on commit 68b1190

Please sign in to comment.