(svn r1562) Changed copyright 2004 into copyright 2004-(current year) in the get info window in finder (macOSX)
This commit is contained in:
		@@ -7,6 +7,7 @@ VERSION="$3"
 | 
				
			|||||||
else
 | 
					else
 | 
				
			||||||
VERSION="$2"
 | 
					VERSION="$2"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					date=`date +%Y`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Generates Info.plist while applying $VERSION
 | 
					# Generates Info.plist while applying $VERSION
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -22,7 +23,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
 | 
				
			|||||||
        <key>CFBundleExecutable</key>
 | 
					        <key>CFBundleExecutable</key>
 | 
				
			||||||
        <string>openttd</string>
 | 
					        <string>openttd</string>
 | 
				
			||||||
        <key>CFBundleGetInfoString</key>
 | 
					        <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>
 | 
					        <key>CFBundleIconFile</key>
 | 
				
			||||||
        <string>openttd.icns</string>
 | 
					        <string>openttd.icns</string>
 | 
				
			||||||
        <key>CFBundleIdentifier</key>
 | 
					        <key>CFBundleIdentifier</key>
 | 
				
			||||||
@@ -38,7 +39,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
 | 
				
			|||||||
        <key>CFBundleVersion</key>
 | 
					        <key>CFBundleVersion</key>
 | 
				
			||||||
        <string>$VERSION</string>
 | 
					        <string>$VERSION</string>
 | 
				
			||||||
        <key>NSHumanReadableCopyright</key>
 | 
					        <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>
 | 
					        <key>NSPrincipalClass</key>
 | 
				
			||||||
        <string>NSApplication</string>
 | 
					        <string>NSApplication</string>
 | 
				
			||||||
</dict>
 | 
					</dict>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user