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. --- Frameworks/PostgresKit/Resources/TestData.sql | 1 - Frameworks/PostgresKit/Scripts/build-libpq.sh | 6 ++---- Frameworks/PostgresKit/Scripts/run-tests.sh | 6 ++---- Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch | 2 -- Frameworks/QueryKit/Source/QueryKit-Prefix.pch | 2 -- 5 files changed, 4 insertions(+), 13 deletions(-) (limited to 'Frameworks') 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 +# More info at # 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 +# More info at 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 // -- cgit v1.2.3