os/macos/plistgen.sh
changeset 1061 b78bce54b0dd
parent 35 54cf3d67fc45
--- a/os/macos/plistgen.sh	Tue Jan 18 23:27:06 2005 +0000
+++ b/os/macos/plistgen.sh	Tue Jan 18 23:48:55 2005 +0000
@@ -7,6 +7,7 @@
 else
 VERSION="$2"
 fi
+date=`date +%Y`
 
 # Generates Info.plist while applying $VERSION
 
@@ -22,7 +23,7 @@
         <key>CFBundleExecutable</key>
         <string>openttd</string>
         <key>CFBundleGetInfoString</key>
-        <string>$VERSION, Copyright 2004 The Open Transport Tycoon team</string>
+        <string>$VERSION, Copyright 2004-$date The Open Transport Tycoon team</string>
         <key>CFBundleIconFile</key>
         <string>openttd.icns</string>
         <key>CFBundleIdentifier</key>
@@ -38,7 +39,7 @@
         <key>CFBundleVersion</key>
         <string>$VERSION</string>
         <key>NSHumanReadableCopyright</key>
-        <string>Copyright 2004 The Open Transport Tycoon team</string>
+        <string>Copyright 2004-$date The Open Transport Tycoon team</string>
         <key>NSPrincipalClass</key>
         <string>NSApplication</string>
 </dict>