From bba9ca26f13d54ea0bab03b75cb84c7bdff3ae72 Mon Sep 17 00:00:00 2001 From: Cinder <cinder@sdf.org> Date: Thu, 7 Jan 2016 15:29:53 -0700 Subject: [PATCH] Update viewer copyright --- 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 c358b3a1eb..dcabd94924 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -3353,7 +3353,7 @@ <key>package_description</key> <map> <key>copyright</key> - <string>Copyright (c) 2013-2015, Alchemy Development Group</string> + <string>Copyright (c) 2013-2016, 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 8618656ea3..ce91a61ae9 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2160,7 +2160,7 @@ if (DARWIN) set(MACOSX_BUNDLE_BUNDLE_NAME "Alchemy") 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 © 2013-2015 Alchemy Viewer Project") + set(MACOSX_BUNDLE_COPYRIGHT "Copyright © 2013-2016 Alchemy Viewer Project") set(MACOSX_BUNDLE_NSMAIN_NIB_FILE "Alchemy") set(MACOSX_BUNDLE_NSPRINCIPAL_CLASS "LLNSApplication") diff --git a/indra/newview/English.lproj/InfoPlist.strings b/indra/newview/English.lproj/InfoPlist.strings index 077fb2d2b6..74423f790f 100755 --- 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-2015 Alchemy Viewer Project"; +CFBundleGetInfoString = "Alchemy version %%VERSION%%, Copyright © 2013-2016 Alchemy Viewer Project"; diff --git a/indra/newview/res/viewerRes.rc b/indra/newview/res/viewerRes.rc index 5195f82072..ec5348964f 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-2015 Alchemy Viewer Project" + VALUE "LegalCopyright", "Copyright (C) 2013-2016 Alchemy Viewer Project" VALUE "OriginalFilename", "Alchemy.exe" VALUE "ProductName", "Alchemy" VALUE "ProductVersion", "${VIEWER_VERSION_MAJOR}.${VIEWER_VERSION_MINOR}.${VIEWER_VERSION_PATCH}.${VIEWER_VERSION_REVISION}" -- GitLab