diff options
author | stuconnolly <stuart02@gmail.com> | 2009-01-29 00:21:45 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-01-29 00:21:45 +0000 |
commit | 15e485564bb48b077fab532d91cd323e20958a12 (patch) | |
tree | fa7d66c55b2d71afdfe58feb0f29599821a33008 | |
parent | 9a5c96b6a5b6b84a37033742ad043aa62db6fe92 (diff) | |
download | sequelpro-15e485564bb48b077fab532d91cd323e20958a12.tar.gz sequelpro-15e485564bb48b077fab532d91cd323e20958a12.tar.bz2 sequelpro-15e485564bb48b077fab532d91cd323e20958a12.zip |
Header changes.
-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). |