diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-26 17:12:25 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-26 17:12:25 +0000 |
commit | 67eb339df23971334c0f4a854c5804445c8d5920 (patch) | |
tree | 225b6e5d0fea466ca3651e89fe2ca9957e9ac236 | |
parent | 96872fc9563c747ef66a1535a8db8b07439daa13 (diff) | |
download | sequelpro-67eb339df23971334c0f4a854c5804445c8d5920.tar.gz sequelpro-67eb339df23971334c0f4a854c5804445c8d5920.tar.bz2 sequelpro-67eb339df23971334c0f4a854c5804445c8d5920.zip |
Tidy up file headers.
-rw-r--r-- | Frameworks/PostgresKit/Resources/TestData.sql | 1 | ||||
-rwxr-xr-x | Frameworks/PostgresKit/Scripts/build-libpq.sh | 6 | ||||
-rwxr-xr-x | Frameworks/PostgresKit/Scripts/run-tests.sh | 6 | ||||
-rw-r--r-- | Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch | 2 | ||||
-rw-r--r-- | Frameworks/QueryKit/Source/QueryKit-Prefix.pch | 2 | ||||
-rwxr-xr-x | Scripts/build-version.pl | 2 | ||||
-rwxr-xr-x | Scripts/build.sh | 2 | ||||
-rwxr-xr-x | Scripts/create-test-stubs.pl | 4 | ||||
-rwxr-xr-x | Scripts/localize.sh | 2 | ||||
-rwxr-xr-x | Scripts/package-application.sh | 2 | ||||
-rwxr-xr-x | Scripts/trim-application.sh | 2 |
11 files changed, 11 insertions, 20 deletions
diff --git a/Frameworks/PostgresKit/Resources/TestData.sql b/Frameworks/PostgresKit/Resources/TestData.sql index ff904d12..e1743164 100644 --- a/Frameworks/PostgresKit/Resources/TestData.sql +++ b/Frameworks/PostgresKit/Resources/TestData.sql @@ -1,4 +1,3 @@ --- $Id$ -- -- SQL script used by PostgresKit's integration tests. -- diff --git a/Frameworks/PostgresKit/Scripts/build-libpq.sh b/Frameworks/PostgresKit/Scripts/build-libpq.sh index dd5f24ec..55f25a88 100755 --- a/Frameworks/PostgresKit/Scripts/build-libpq.sh +++ b/Frameworks/PostgresKit/Scripts/build-libpq.sh @@ -1,10 +1,8 @@ #! /bin/ksh # -# $Id$ -# # build-libpq.sh -# sequel-pro +# PostgresKit # # Created by Stuart Connolly (stuconnolly.com) on August 1, 2012. # Copyright (c) 2012 Stuart Connolly. All rights reserved. @@ -30,7 +28,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. # -# More info at <http://code.google.com/p/sequel-pro/> +# More info at <https://github.com/sequelpro/sequelpro> # Builds the PostgreSQL client library for distrubution in Sequel Pro's PostgresKit framework. # diff --git a/Frameworks/PostgresKit/Scripts/run-tests.sh b/Frameworks/PostgresKit/Scripts/run-tests.sh index 5f3f271b..aacebbb0 100755 --- a/Frameworks/PostgresKit/Scripts/run-tests.sh +++ b/Frameworks/PostgresKit/Scripts/run-tests.sh @@ -1,10 +1,8 @@ #! /bin/ksh # -# $Id$ -# # run-tests.sh -# sequel-pro +# PostgresKit # # Created by Stuart Connolly (stuconnolly.com) on September 9, 2012. # Copyright (c) 2012 Stuart Connolly. All rights reserved. @@ -30,7 +28,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. # -# More info at <http://code.google.com/p/sequel-pro/> +# More info at <https://github.com/sequelpro/sequelpro> if [ "${BUILT_PRODUCTS_DIR}x" == 'x' ] then diff --git a/Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch b/Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch index ac7904dd..0fee8f19 100644 --- a/Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch +++ b/Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch @@ -1,6 +1,4 @@ // -// $Id$ -// // PostgresKit-Prefix.pch // PostgresKit // diff --git a/Frameworks/QueryKit/Source/QueryKit-Prefix.pch b/Frameworks/QueryKit/Source/QueryKit-Prefix.pch index d5c5da40..c61bd255 100644 --- a/Frameworks/QueryKit/Source/QueryKit-Prefix.pch +++ b/Frameworks/QueryKit/Source/QueryKit-Prefix.pch @@ -1,6 +1,4 @@ // -// $Id$ -// // QueryKit-Prefix.h // QueryKit // 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 <http://code.google.com/p/sequel-pro/> +# More info at <https://github.com/sequelpro/sequelpro> # 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 <http://code.google.com/p/sequel-pro/> +# More info at <https://github.com/sequelpro/sequelpro> # 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 <http://code.google.com/p/sequel-pro/> +# More info at <https://github.com/sequelpro/sequelpro> 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 <http://code.google.com/p/sequel-pro/> +# More info at <https://github.com/sequelpro/sequelpro> # 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 <http://code.google.com/p/sequel-pro/> +# More info at <https://github.com/sequelpro/sequelpro> # 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 <http://code.google.com/p/sequel-pro/> +# More info at <https://github.com/sequelpro/sequelpro> # Trims an application bundle of unnecessary files and resources that are generally not required and otherwise # waste disk space. |