From 67eb339df23971334c0f4a854c5804445c8d5920 Mon Sep 17 00:00:00 2001 From: Stuart Connolly Date: Sun, 26 Jan 2014 17:12:25 +0000 Subject: Tidy up file headers. --- Scripts/build-version.pl | 2 +- Scripts/build.sh | 2 +- Scripts/create-test-stubs.pl | 4 ++-- Scripts/localize.sh | 2 +- Scripts/package-application.sh | 2 +- Scripts/trim-application.sh | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Scripts') diff --git a/Scripts/build-version.pl b/Scripts/build-version.pl index 3497d98a..29607b42 100755 --- a/Scripts/build-version.pl +++ b/Scripts/build-version.pl @@ -28,7 +28,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. # -# More info at +# More info at # Updates the application/bundle's Info.plist CFBundleVersion to # match that of the current Git revision. diff --git a/Scripts/build.sh b/Scripts/build.sh index 63caa6e0..7192a2ad 100755 --- a/Scripts/build.sh +++ b/Scripts/build.sh @@ -28,7 +28,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. # -# More info at +# More info at # Generic Sequel Pro build script. This script is intended to replace entering lots of code # into Xcode's 'Run Scripts' build phase to make it easier to work with. As such this script diff --git a/Scripts/create-test-stubs.pl b/Scripts/create-test-stubs.pl index 1cf146b3..9c7f767c 100755 --- a/Scripts/create-test-stubs.pl +++ b/Scripts/create-test-stubs.pl @@ -28,7 +28,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. # -# More info at +# More info at use strict; use warnings; @@ -37,7 +37,7 @@ use Carp; use Getopt::Long; use constant PROJECT_NAME => 'sequel-pro'; -use constant PROJECT_URL => 'http://code.google.com/p/sequel-pro/'; +use constant PROJECT_URL => 'https://github.com/sequelpro/sequelpro'; # # Print this script's usage. diff --git a/Scripts/localize.sh b/Scripts/localize.sh index 0bf5e58c..3af478c2 100755 --- a/Scripts/localize.sh +++ b/Scripts/localize.sh @@ -28,7 +28,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. # -# More info at +# More info at # Localizes all of the application's NIB files. This script should only be run by Xcode. diff --git a/Scripts/package-application.sh b/Scripts/package-application.sh index 92e6072f..9708a075 100755 --- a/Scripts/package-application.sh +++ b/Scripts/package-application.sh @@ -28,7 +28,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. # -# More info at +# More info at # A very basic script to build and sign a disk image for Sequel Pro; # based on better work by Stuart Connolly. diff --git a/Scripts/trim-application.sh b/Scripts/trim-application.sh index 4ee6e85a..e877d553 100755 --- a/Scripts/trim-application.sh +++ b/Scripts/trim-application.sh @@ -28,7 +28,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. # -# More info at +# More info at # Trims an application bundle of unnecessary files and resources that are generally not required and otherwise # waste disk space. -- cgit v1.2.3