зеркало из https://github.com/mozilla/gecko-dev.git
Bug 365576 Update SeaMonkey's copyright strings to 2007 (main strings) r=KaiRo,sr=Neil
This commit is contained in:
Родитель
a54cf4dfbd
Коммит
44067db0cb
|
@ -23,9 +23,9 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>@MOZ_APP_VERSION@</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>@MOZ_APP_DISPLAYNAME@ @MOZ_APP_VERSION@, Copyright © 1998-2006 Contributors to mozilla.org</string>
|
||||
<string>@MOZ_APP_DISPLAYNAME@ @MOZ_APP_VERSION@, Copyright © 1998-2007 Contributors to mozilla.org</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 1998-2006 Contributors to mozilla.org</string>
|
||||
<string>Copyright © 1998-2007 Contributors to mozilla.org</string>
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
<true/>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "@MOZ_APP_DISPLAYNAME@";
|
||||
NSHumanReadableCopyright = "Copyright © 1998-2006 Contributors to mozilla.org";
|
||||
NSHumanReadableCopyright = "Copyright © 1998-2007 Contributors to mozilla.org";
|
||||
|
|
|
@ -52,7 +52,7 @@ static const nsXREAppData kAppData = {
|
|||
NS_STRINGIFY(APP_VERSION),
|
||||
NS_STRINGIFY(BUILD_ID),
|
||||
"{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}",
|
||||
"Copyright (c) 1998-2006 mozilla.org",
|
||||
"Copyright (c) 1998-2007 mozilla.org",
|
||||
NS_XRE_ENABLE_PROFILE_MIGRATOR |
|
||||
NS_XRE_ENABLE_EXTENSION_MANAGER
|
||||
};
|
||||
|
|
|
@ -23,9 +23,9 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>MOZ_APP_VERSION</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>MOZ_APP_DISPLAYNAME MOZ_APP_VERSION, Copyright © 1998-2006 Contributors to Mozilla.org.</string>
|
||||
<string>MOZ_APP_DISPLAYNAME MOZ_APP_VERSION, Copyright © 1998-2007 Contributors to Mozilla.org.</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 1998-2006 Contributors to Mozilla.org.</string>
|
||||
<string>Copyright © 1998-2007 Contributors to Mozilla.org.</string>
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
<true/>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
|
|
|
@ -1346,7 +1346,7 @@ static nsresult DumpVersion(char *appname)
|
|||
nsresult rv = NS_OK;
|
||||
long buildID = NS_BUILD_ID; // 10-digit number
|
||||
|
||||
printf("%s %s, Copyright (c) 2003-2006 mozilla.org", NS_STRINGIFY(MOZ_APP_DISPLAYNAME), NS_STRINGIFY(MOZ_APP_VERSION));
|
||||
printf("%s %s, Copyright (c) 2003-2007 mozilla.org", NS_STRINGIFY(MOZ_APP_DISPLAYNAME), NS_STRINGIFY(MOZ_APP_VERSION));
|
||||
|
||||
if(buildID) {
|
||||
printf(", build %u\n", (unsigned int)buildID);
|
||||
|
|
|
@ -101,7 +101,7 @@ h1 {
|
|||
<hr />
|
||||
|
||||
<ul>
|
||||
<li>Copyright © 1998–2006 by <a href="about:credits">Contributors</a> to
|
||||
<li>Copyright © 1998–2007 by <a href="about:credits">Contributors</a> to
|
||||
the Mozilla codebase under the <a href="about:license">Mozilla Public License
|
||||
and other licenses</a>. All Rights Reserved.</li>
|
||||
|
||||
|
|
|
@ -2253,7 +2253,7 @@ SOFTWARE.
|
|||
SupportSoft, Inc. All Rights Reserved.)
|
||||
<li>Image files containing the trademarks and logos of the Mozilla
|
||||
Foundation, which may not be reproduced without permission.
|
||||
(Copyright ©2004-2006 The Mozilla Foundation.
|
||||
(Copyright ©2004-2007 The Mozilla Foundation.
|
||||
All Rights Reserved.)
|
||||
</ul>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче