Welcome, 2016!

master
Ansariel 2016-01-09 19:26:00 +01:00
parent 24dee10911
commit 6078836153
6 changed files with 9 additions and 9 deletions

View File

@ -2,9 +2,9 @@
* @file
* @brief
*
* $LicenseInfo:firstyear=2015&license=fsviewerlgpl$
* $LicenseInfo:firstyear=2016&license=fsviewerlgpl$
* Phoenix Firestorm Viewer Source Code
* Copyright (C) 2015, The Phoenix Firestorm Project, Inc.
* Copyright (C) 2016, The Phoenix Firestorm Project, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

View File

@ -2449,7 +2449,7 @@
<key>package_description</key>
<map>
<key>copyright</key>
<string>Copyright (c) 2014, Linden Research, Inc.</string>
<string>Copyright (c) 2016, The Phoenix Firestorm Project, Inc.</string>
<key>description</key>
<string>Firestorm Viewer</string>
<key>license</key>

View File

@ -2434,7 +2434,7 @@ if (DARWIN)
set(MACOSX_BUNDLE_BUNDLE_NAME "Firestorm")
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${VIEWER_SHORT_VERSION}")
set(MACOSX_BUNDLE_BUNDLE_VERSION "${VIEWER_SHORT_VERSION}${VIEWER_MACOSX_PHASE}${VIEWER_REVISION}")
set(MACOSX_BUNDLE_COPYRIGHT "Copyright 2010-2014 The Phoenix Firestorm Project, Inc.")
set(MACOSX_BUNDLE_COPYRIGHT "Copyright 2010-2016 The Phoenix Firestorm Project, Inc.")
set(MACOSX_BUNDLE_NSMAIN_NIB_FILE "Firestorm.nib")
set(MACOSX_BUNDLE_NSPRINCIPAL_CLASS "LLNSApplication")

View File

@ -3,4 +3,4 @@
CFBundleName = "Firestorm";
CFBundleShortVersionString = "Firestorm version %%VERSION%%";
CFBundleGetInfoString = "Firestorm version %%VERSION%%, Copyright 2010-2014 The Phoenix Firestorm Project, Inc.";
CFBundleGetInfoString = "Firestorm version %%VERSION%%, Copyright 2010-2016 The Phoenix Firestorm Project, Inc.";

View File

@ -7,7 +7,7 @@
UpgradeCode="$(var.UPGRADECODE)"
HelpUrl="http://www.firestormviewer.org/support"
AboutUrl="http://www.firestormviewer.org"
Copyright="Copyright© 2015, The Phoenix Firestorm Project, Inc."
Copyright="Copyright© 2016, The Phoenix Firestorm Project, Inc."
Condition="(VersionNT = v6.0 AND ServicePackLevel = 2) OR (VersionNT >= v6.1)"
IconSourceFile="$(var.WIX_SOURCEDIR)\..\windows\firestorm_icon.ico"
>

View File

@ -159,10 +159,10 @@ BEGIN
VALUE "CompanyName", "The Phoenix Firestorm Project, Inc."
VALUE "FileDescription", "Firestorm"
VALUE "FileVersion", "${VIEWER_VERSION_MAJOR}.${VIEWER_VERSION_MINOR}.${VIEWER_VERSION_PATCH}.${VIEWER_VERSION_REVISION}"
VALUE "InternalName", "Second Life"
VALUE "LegalCopyright", "Copyright \251 2010-2014, The Phoenix Firestorm Project, Inc."
VALUE "InternalName", "Firestorm"
VALUE "LegalCopyright", "Copyright \251 2010-2016, The Phoenix Firestorm Project, Inc."
VALUE "OriginalFilename", "Firestorm.exe"
VALUE "ProductName", "Second Life"
VALUE "ProductName", "Firestorm"
VALUE "ProductVersion", "${VIEWER_VERSION_MAJOR}.${VIEWER_VERSION_MINOR}.${VIEWER_VERSION_PATCH}.${VIEWER_VERSION_REVISION}"
END
END