From aaf3bcb91f8e98765cf0023518132d07d0196703 Mon Sep 17 00:00:00 2001 From: bjarni Date: Tue, 18 Jan 2005 23:48:55 +0000 Subject: (svn r1562) Changed copyright 2004 into copyright 2004-(current year) in the get info window in finder (macOSX) --- os/macos/plistgen.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/os/macos/plistgen.sh b/os/macos/plistgen.sh index 7df09affd..0968f8dc7 100755 --- a/os/macos/plistgen.sh +++ b/os/macos/plistgen.sh @@ -7,6 +7,7 @@ VERSION="$3" else VERSION="$2" fi +date=`date +%Y` # Generates Info.plist while applying $VERSION @@ -22,7 +23,7 @@ echo " CFBundleExecutable openttd CFBundleGetInfoString - $VERSION, Copyright 2004 The Open Transport Tycoon team + $VERSION, Copyright 2004-$date The Open Transport Tycoon team CFBundleIconFile openttd.icns CFBundleIdentifier @@ -38,7 +39,7 @@ echo " CFBundleVersion $VERSION NSHumanReadableCopyright - Copyright 2004 The Open Transport Tycoon team + Copyright 2004-$date The Open Transport Tycoon team NSPrincipalClass NSApplication -- cgit v1.2.3-54-g00ecf