It's 2020...

master
Ansariel 2020-01-01 13:48:19 +01:00
parent 153ae40aa6
commit ce6d5ade51
5 changed files with 6 additions and 6 deletions

View File

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

View File

@ -3827,7 +3827,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>canonical_repo</key> <key>canonical_repo</key>
<string>https://bitbucket.org/lindenlab/viewer-release</string> <string>https://bitbucket.org/lindenlab/viewer-release</string>
<key>copyright</key> <key>copyright</key>
<string>Copyright (c) 2019, The Phoenix Firestorm Project, Inc.</string> <string>Copyright (c) 2020, The Phoenix Firestorm Project, Inc.</string>
<key>description</key> <key>description</key>
<string>Firestorm Viewer</string> <string>Firestorm Viewer</string>
<key>license</key> <key>license</key>

View File

@ -2578,7 +2578,7 @@ if (DARWIN)
set(MACOSX_BUNDLE_BUNDLE_NAME "Firestorm") set(MACOSX_BUNDLE_BUNDLE_NAME "Firestorm")
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${VIEWER_SHORT_VERSION}.${VIEWER_VERSION_REVISION}") set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${VIEWER_SHORT_VERSION}.${VIEWER_VERSION_REVISION}")
set(MACOSX_BUNDLE_BUNDLE_VERSION "${VIEWER_SHORT_VERSION}${VIEWER_MACOSX_PHASE}${VIEWER_REVISION}") set(MACOSX_BUNDLE_BUNDLE_VERSION "${VIEWER_SHORT_VERSION}${VIEWER_MACOSX_PHASE}${VIEWER_REVISION}")
set(MACOSX_BUNDLE_COPYRIGHT "Copyright 2010-2019 The Phoenix Firestorm Project, Inc.") set(MACOSX_BUNDLE_COPYRIGHT "Copyright 2010-2020 The Phoenix Firestorm Project, Inc.")
set(MACOSX_BUNDLE_NSMAIN_NIB_FILE "Firestorm.nib") set(MACOSX_BUNDLE_NSMAIN_NIB_FILE "Firestorm.nib")
set(MACOSX_BUNDLE_NSPRINCIPAL_CLASS "LLApplication") set(MACOSX_BUNDLE_NSPRINCIPAL_CLASS "LLApplication")

View File

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

View File

@ -160,7 +160,7 @@ BEGIN
VALUE "FileDescription", "Firestorm" VALUE "FileDescription", "Firestorm"
VALUE "FileVersion", "${VIEWER_VERSION_MAJOR}.${VIEWER_VERSION_MINOR}.${VIEWER_VERSION_PATCH}.${VIEWER_VERSION_REVISION}" VALUE "FileVersion", "${VIEWER_VERSION_MAJOR}.${VIEWER_VERSION_MINOR}.${VIEWER_VERSION_PATCH}.${VIEWER_VERSION_REVISION}"
VALUE "InternalName", "Firestorm" VALUE "InternalName", "Firestorm"
VALUE "LegalCopyright", "Copyright \251 2010-2019, The Phoenix Firestorm Project, Inc." VALUE "LegalCopyright", "Copyright \251 2010-2020, The Phoenix Firestorm Project, Inc."
VALUE "OriginalFilename", "Firestorm.exe" VALUE "OriginalFilename", "Firestorm.exe"
VALUE "ProductName", "Firestorm" VALUE "ProductName", "Firestorm"
VALUE "ProductVersion", "${VIEWER_VERSION_MAJOR}.${VIEWER_VERSION_MINOR}.${VIEWER_VERSION_PATCH}.${VIEWER_VERSION_REVISION}" VALUE "ProductVersion", "${VIEWER_VERSION_MAJOR}.${VIEWER_VERSION_MINOR}.${VIEWER_VERSION_PATCH}.${VIEWER_VERSION_REVISION}"