summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremy@yuffie.local>2009-02-12 15:33:47 -0800
committerJeremy Huddleston <jeremy@yuffie.local>2009-02-12 15:36:01 -0800
commitb17d6bed97eddd0773d0845f93f842444b7de0ae (patch)
treeebcc405f91586c7f5cde20642c185da201b46c00
parentd1ad43a8bc3a93a9cddcb4b0be1d722993bf5dd6 (diff)
XQuartz: Fix copyright info in Info.plist to be prettier when viewed in Finder
(cherry picked from commit 8b607c9c507a68a6abda63831d227d0f8947028c)
-rw-r--r--hw/xquartz/bundle/Info.plist.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/xquartz/bundle/Info.plist.cpp b/hw/xquartz/bundle/Info.plist.cpp
index 1f9b3ae62..90628161d 100644
--- a/hw/xquartz/bundle/Info.plist.cpp
+++ b/hw/xquartz/bundle/Info.plist.cpp
@@ -27,9 +27,9 @@
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>
- <string>Copyright © 2003-2009, Apple Inc.
-Copyright © 2003, XFree86 Project, Inc.
-Copyright © 2003-2009, X.org Foundation, Inc.
+ <string>© 2003-2009 Apple Inc.
+© 2003 XFree86 Project, Inc.
+© 2003-2009 X.org Foundation, Inc.
</string>
<key>NSMainNibFile</key>
<string>main</string>