Updated year to 2020 on remaining files. Better late than never, I guess.
This commit is contained in:
parent
740134fd95
commit
83ba610bbf
@ -1,4 +1,4 @@
|
|||||||
Copyright © 2004-2019 Giles C Williams and contributors.
|
Copyright © 2004-2020 Giles C Williams and contributors.
|
||||||
|
|
||||||
This work is licensed under the GNU General Public License version 2.
|
This work is licensed under the GNU General Public License version 2.
|
||||||
|
|
||||||
|
@ -1070,7 +1070,7 @@
|
|||||||
"unknown-ship-@" = "Unknown Ship '%@'.";
|
"unknown-ship-@" = "Unknown Ship '%@'.";
|
||||||
|
|
||||||
// Intro1 screen
|
// Intro1 screen
|
||||||
"game-copyright" = "by Giles Williams, Jens Ayton and contributors © 2003–2019";
|
"game-copyright" = "by Giles Williams, Jens Ayton and contributors © 2003–2020";
|
||||||
"theme-music-credit" = "Oolite Theme Music by NoSleep © 2004";
|
"theme-music-credit" = "Oolite Theme Music by NoSleep © 2004";
|
||||||
"load-previous-commander" = "Load Previous Commander (Y/N)?";
|
"load-previous-commander" = "Load Previous Commander (Y/N)?";
|
||||||
"load-previous-commander-yes" = "y"; // Defines the key that corresponds to the yes answer to load-previous-commander.
|
"load-previous-commander-yes" = "y"; // Defines the key that corresponds to the yes answer to load-previous-commander.
|
||||||
|
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
# DeploymentToTestReleaseUpdater.nsi
|
# DeploymentToTestReleaseUpdater.nsi
|
||||||
|
|
||||||
# Oolite
|
# Oolite
|
||||||
# Copyright (C) 2004-2019 Giles C Williams and contributors
|
# Copyright (C) 2004-2020 Giles C Williams and contributors
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
@ -66,7 +66,7 @@ RequestExecutionLevel user ;Require normal user rights on NT6+ (When UAC is turn
|
|||||||
|
|
||||||
VIAddVersionKey "ProductName" "Oolite Deployment to Test Release Updater"
|
VIAddVersionKey "ProductName" "Oolite Deployment to Test Release Updater"
|
||||||
VIAddVersionKey "FileDescription" "Oolite Deployment -> Test Release (${OOBITNESS}-bit)"
|
VIAddVersionKey "FileDescription" "Oolite Deployment -> Test Release (${OOBITNESS}-bit)"
|
||||||
VIAddVersionKey "LegalCopyright" "© 2003-2019 Giles Williams, Jens Ayton and contributors"
|
VIAddVersionKey "LegalCopyright" "© 2003-2020 Giles Williams, Jens Ayton and contributors"
|
||||||
VIAddVersionKey "FileVersion" "1.0.0.0"
|
VIAddVersionKey "FileVersion" "1.0.0.0"
|
||||||
VIAddVersionKey "ProductVersion" "${OOVERSION}"
|
VIAddVersionKey "ProductVersion" "${OOVERSION}"
|
||||||
VIProductVersion "1.0.0.0"
|
VIProductVersion "1.0.0.0"
|
||||||
@ -74,7 +74,7 @@ VIProductVersion "1.0.0.0"
|
|||||||
|
|
||||||
InstallDir "C:\${COMPANYNAME}"
|
InstallDir "C:\${COMPANYNAME}"
|
||||||
InstallButtonText "Update"
|
InstallButtonText "Update"
|
||||||
BrandingText "(C) 2003-2019 Giles Williams, Jens Ayton and contributors"
|
BrandingText "(C) 2003-2020 Giles Williams, Jens Ayton and contributors"
|
||||||
DirText "This application will update an existing ${OOBITNESS}-bit Oolite v${OOVERSION}$\n\
|
DirText "This application will update an existing ${OOBITNESS}-bit Oolite v${OOVERSION}$\n\
|
||||||
Deployment configuration installation to a Test Release$\n\
|
Deployment configuration installation to a Test Release$\n\
|
||||||
type one. Please select the root folder where the existing$\n\
|
type one. Please select the root folder where the existing$\n\
|
||||||
|
@ -54,7 +54,7 @@ SetCompressor LZMA
|
|||||||
SetCompressorDictSize 32
|
SetCompressorDictSize 32
|
||||||
SetDatablockOptimize on
|
SetDatablockOptimize on
|
||||||
OutFile "${OUTDIR}\OoliteInstall-${VER_MAJ}.${VER_MIN}.${VER_REV}.${VER_GITHASH}${EXTVER}.exe"
|
OutFile "${OUTDIR}\OoliteInstall-${VER_MAJ}.${VER_MIN}.${VER_REV}.${VER_GITHASH}${EXTVER}.exe"
|
||||||
BrandingText "(C) 2003-2019 Giles Williams, Jens Ayton and contributors"
|
BrandingText "(C) 2003-2020 Giles Williams, Jens Ayton and contributors"
|
||||||
Name "Oolite"
|
Name "Oolite"
|
||||||
Caption "Oolite ${VER}${EXTVER} Setup"
|
Caption "Oolite ${VER}${EXTVER} Setup"
|
||||||
SubCaption 0 " "
|
SubCaption 0 " "
|
||||||
@ -76,7 +76,7 @@ RequestExecutionLevel user
|
|||||||
|
|
||||||
VIAddVersionKey "ProductName" "Oolite"
|
VIAddVersionKey "ProductName" "Oolite"
|
||||||
VIAddVersionKey "FileDescription" "A space combat/trading game, inspired by Elite."
|
VIAddVersionKey "FileDescription" "A space combat/trading game, inspired by Elite."
|
||||||
VIAddVersionKey "LegalCopyright" "© 2003-2019 Giles Williams, Jens Ayton and contributors"
|
VIAddVersionKey "LegalCopyright" "© 2003-2020 Giles Williams, Jens Ayton and contributors"
|
||||||
VIAddVersionKey "FileVersion" "${VER}"
|
VIAddVersionKey "FileVersion" "${VER}"
|
||||||
VIAddVersionKey "ProductVersion" "${VER}"
|
VIAddVersionKey "ProductVersion" "${VER}"
|
||||||
!ifdef SNAPSHOT
|
!ifdef SNAPSHOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user