From e9555469588f9f7bacb6bf09b14041327a01a568 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 26 Apr 2021 16:49:55 -0400 Subject: [PATCH] 2021 much like 2020.. --- autobuild.xml | 2 +- indra/newview/CMakeLists.txt | 2 +- indra/newview/English.lproj/InfoPlist.strings | 2 +- indra/newview/res/viewerRes.rc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index e685145cfbb..ac9ee39bdc2 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2767,7 +2767,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>canonical_repo</key> <string>https://git.alchemyviewer.org/alchemy</string> <key>copyright</key> - <string>Copyright (c) 2020, Alchemy Development Group</string> + <string>Copyright (c) 2021, Alchemy Development Group</string> <key>description</key> <string>Alchemy Viewer</string> <key>license</key> diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index a9468f20892..730b49785a4 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2241,7 +2241,7 @@ if (DARWIN) set(MACOSX_BUNDLE_BUNDLE_NAME "Alchemy") 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_COPYRIGHT "Copyright (C) 2013-2020 Alchemy Development Group") + set(MACOSX_BUNDLE_COPYRIGHT "Copyright (C) 2013-2021 Alchemy Development Group") set(MACOSX_BUNDLE_NSMAIN_NIB_FILE "Alchemy.nib") set(MACOSX_BUNDLE_NSPRINCIPAL_CLASS "LLApplication") diff --git a/indra/newview/English.lproj/InfoPlist.strings b/indra/newview/English.lproj/InfoPlist.strings index dfce6a492ac..ae34476b52d 100644 --- a/indra/newview/English.lproj/InfoPlist.strings +++ b/indra/newview/English.lproj/InfoPlist.strings @@ -3,5 +3,5 @@ CFBundleName = "Alchemy"; CFBundleShortVersionString = "Alchemy version %%VERSION%%"; -CFBundleGetInfoString = "Alchemy version %%VERSION%%, Copyright © 2013-2020 Alchemy Development Group"; +CFBundleGetInfoString = "Alchemy version %%VERSION%%, Copyright � 2013-2021 Alchemy Development Group"; diff --git a/indra/newview/res/viewerRes.rc b/indra/newview/res/viewerRes.rc index 00afc9adbe2..9f56a6a1986 100755 --- a/indra/newview/res/viewerRes.rc +++ b/indra/newview/res/viewerRes.rc @@ -155,7 +155,7 @@ BEGIN VALUE "FileDescription", "Alchemy" VALUE "FileVersion", "${VIEWER_VERSION_MAJOR}.${VIEWER_VERSION_MINOR}.${VIEWER_VERSION_PATCH}.${VIEWER_VERSION_REVISION}" VALUE "InternalName", "Alchemy" - VALUE "LegalCopyright", "Copyright (C) 2013-2020 Alchemy Development Group" + VALUE "LegalCopyright", "Copyright (C) 2013-2021 Alchemy Development Group" VALUE "OriginalFilename", "Alchemy.exe" VALUE "ProductName", "Alchemy" VALUE "ProductVersion", "${VIEWER_VERSION_MAJOR}.${VIEWER_VERSION_MINOR}.${VIEWER_VERSION_PATCH}.${VIEWER_VERSION_REVISION}" -- GitLab