Game Development Community

Minor Bug - Copyright notices say 2005

by Gary "ChunkyKs" Briggs · in Torque Game Engine · 09/20/2006 (4:46 pm) · 0 replies

I just noticed that in the mac build, Info*.plist has the copyright marked as 2001-2005. Should probably be to 2006 now, or 2007 if you're planning that far ahead :-)

SemiUseless, nerdy line of shellscript:

lefty:~/src/t1.4.2/torque chunky$ grep -ri 2005 . | grep -v CVS | grep -i garagegames | cut -f1 -d\: | sort -u
./doc/doxygen/html/footer.html
./example/Torque Demo Debug OSX.app/Contents/Info.plist
./example/demo/client/ui/0. About.hfl
./xcode/Info-Torque_MacCarb_Debug.plist
./xcode/Info-Torque_MacCarb_Release.plist
./xcode/build/Default/demo/client/ui/0. About.hfl
./xcode/old build projects/torque_pb_2_1.pbproj/project.pbxproj
./xcode/old build projects/torque_xcode_2_1.xcodeproj/project.pbxproj
Binary file ./example/demo/client/ui/GarageGames.jpg matches
Binary file ./example/starter.fps/client/ui/GarageGames.jpg matches
Binary file ./example/starter.racing/client/ui/GarageGames.jpg matches
Binary file ./xcode/build/Default/demo/client/ui/GarageGames.jpg matches
Binary file ./xcode/build/Default/starter.fps/client/ui/GarageGames.jpg matches
Binary file ./xcode/build/Default/starter.racing/client/ui/GarageGames.jpg matches
lefty:~/src/t1.4.2/torque chunky$

Gary (-;