aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xScripts/build.sh2
-rwxr-xr-xScripts/create-test-stubs.pl6
-rwxr-xr-xScripts/localize.sh2
-rwxr-xr-xScripts/package-application.sh5
-rwxr-xr-xScripts/trim-application.sh2
5 files changed, 3 insertions, 14 deletions
diff --git a/Scripts/build.sh b/Scripts/build.sh
index 5e2aa02c..63caa6e0 100755
--- a/Scripts/build.sh
+++ b/Scripts/build.sh
@@ -1,8 +1,6 @@
#! /bin/ksh
#
-# $Id$
-#
# build.sh
# sequel-pro
#
diff --git a/Scripts/create-test-stubs.pl b/Scripts/create-test-stubs.pl
index fb44385a..1cf146b3 100755
--- a/Scripts/create-test-stubs.pl
+++ b/Scripts/create-test-stubs.pl
@@ -1,8 +1,6 @@
#! /usr/bin/perl
#
-# $Id$
-#
# create-test-stubs.pl
# sequel-pro
#
@@ -80,9 +78,7 @@ sub write_header_to_file
$filename = ($is_header) ? "${filename}.h" : "${filename}.m";
- my $content = << "EOF";
-//
-// \$Id\$
+ my $content = << "EOF";
//
// $filename
// $project
diff --git a/Scripts/localize.sh b/Scripts/localize.sh
index 82d20d8f..0bf5e58c 100755
--- a/Scripts/localize.sh
+++ b/Scripts/localize.sh
@@ -1,8 +1,6 @@
#! /bin/ksh
#
-# $Id$
-#
# localize.sh
# sequel-pro
#
diff --git a/Scripts/package-application.sh b/Scripts/package-application.sh
index 0eaaac79..92e6072f 100755
--- a/Scripts/package-application.sh
+++ b/Scripts/package-application.sh
@@ -1,8 +1,6 @@
#!/bin/sh
#
-# $Id$
-#
# package-application.sh
# sequel-pro
#
@@ -32,7 +30,8 @@
#
# More info at <http://code.google.com/p/sequel-pro/>
-# A very basic script to build and sign a disk image for Sequel Pro; based on better work by Stuart Connolly.
+# A very basic script to build and sign a disk image for Sequel Pro;
+# based on better work by Stuart Connolly.
#
# Ensure the path to the application has been supplied - should have occurred when the
# script was run by selecting 'Distribution' target and building.
diff --git a/Scripts/trim-application.sh b/Scripts/trim-application.sh
index c5b9d5b8..4ee6e85a 100755
--- a/Scripts/trim-application.sh
+++ b/Scripts/trim-application.sh
@@ -1,8 +1,6 @@
#! /bin/ksh
#
-# $Id$
-#
# trim-application.sh
# sequel-pro
#