diff options
Diffstat (limited to 'Scripts')
-rwxr-xr-x | Scripts/build-version.pl | 2 | ||||
-rwxr-xr-x | Scripts/trim-application.sh | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/Scripts/build-version.pl b/Scripts/build-version.pl index f8cd47ec..a118e281 100755 --- a/Scripts/build-version.pl +++ b/Scripts/build-version.pl @@ -1,7 +1,7 @@ #! /usr/bin/perl -w ## Author: Stuart Connolly (stuconnolly.com) -## Copyright (c) 2008 Stuart Connolly. All rights reserved. +## Copyright (c) 2009 Stuart Connolly. All rights reserved. ## ## Paramters: <none> ## diff --git a/Scripts/trim-application.sh b/Scripts/trim-application.sh index b42938e9..6de4b3ea 100755 --- a/Scripts/trim-application.sh +++ b/Scripts/trim-application.sh @@ -1,9 +1,7 @@ #! /bin/ksh -## $Id: trim-application.sh 118 2008-06-21 13:57:41Z stuart $ -## -## Author: Stuart Connolly <stuart@stuconnolly.com> -## Copyright (c) 2008 Stuart Connolly. All rights reserved. +## Author: Stuart Connolly (stuconnolly.com) +## Copyright (c) 2009 Stuart Connolly. All rights reserved. ## ## Paramters: -p -- The path to the application that is to be trimmed ## -d -- Remove unnecessary files (i.e. .DS_Store files, etc) (optional). |