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 /Frameworks/PostgresKit/Scripts | |
parent | 96872fc9563c747ef66a1535a8db8b07439daa13 (diff) | |
download | sequelpro-67eb339df23971334c0f4a854c5804445c8d5920.tar.gz sequelpro-67eb339df23971334c0f4a854c5804445c8d5920.tar.bz2 sequelpro-67eb339df23971334c0f4a854c5804445c8d5920.zip |
Tidy up file headers.
Diffstat (limited to 'Frameworks/PostgresKit/Scripts')
-rwxr-xr-x | Frameworks/PostgresKit/Scripts/build-libpq.sh | 6 | ||||
-rwxr-xr-x | Frameworks/PostgresKit/Scripts/run-tests.sh | 6 |
2 files changed, 4 insertions, 8 deletions
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 |