Skip to content

Commit 67eb339

Browse files
committed
Tidy up file headers.
1 parent 96872fc commit 67eb339

File tree

11 files changed

+11
-20
lines changed

11 files changed

+11
-20
lines changed

Frameworks/PostgresKit/Resources/TestData.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
-- $Id$
21
--
32
-- SQL script used by PostgresKit's integration tests.
43
--

Frameworks/PostgresKit/Scripts/build-libpq.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#! /bin/ksh
22

3-
#
4-
# $Id$
53
#
64
# build-libpq.sh
7-
# sequel-pro
5+
# PostgresKit
86
#
97
# Created by Stuart Connolly (stuconnolly.com) on August 1, 2012.
108
# Copyright (c) 2012 Stuart Connolly. All rights reserved.
@@ -30,7 +28,7 @@
3028
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3129
# OTHER DEALINGS IN THE SOFTWARE.
3230
#
33-
# More info at <http://code.google.com/p/sequel-pro/>
31+
# More info at <https://github.com/sequelpro/sequelpro>
3432

3533
# Builds the PostgreSQL client library for distrubution in Sequel Pro's PostgresKit framework.
3634
#

Frameworks/PostgresKit/Scripts/run-tests.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#! /bin/ksh
22

3-
#
4-
# $Id$
53
#
64
# run-tests.sh
7-
# sequel-pro
5+
# PostgresKit
86
#
97
# Created by Stuart Connolly (stuconnolly.com) on September 9, 2012.
108
# Copyright (c) 2012 Stuart Connolly. All rights reserved.
@@ -30,7 +28,7 @@
3028
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3129
# OTHER DEALINGS IN THE SOFTWARE.
3230
#
33-
# More info at <http://code.google.com/p/sequel-pro/>
31+
# More info at <https://github.com/sequelpro/sequelpro>
3432

3533
if [ "${BUILT_PRODUCTS_DIR}x" == 'x' ]
3634
then

Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
//
2-
// $Id$
3-
//
42
// PostgresKit-Prefix.pch
53
// PostgresKit
64
//

Frameworks/QueryKit/Source/QueryKit-Prefix.pch

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
//
2-
// $Id$
3-
//
42
// QueryKit-Prefix.h
53
// QueryKit
64
//

Scripts/build-version.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2929
# OTHER DEALINGS IN THE SOFTWARE.
3030
#
31-
# More info at <http://code.google.com/p/sequel-pro/>
31+
# More info at <https://github.com/sequelpro/sequelpro>
3232

3333
# Updates the application/bundle's Info.plist CFBundleVersion to
3434
# match that of the current Git revision.

Scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2929
# OTHER DEALINGS IN THE SOFTWARE.
3030
#
31-
# More info at <http://code.google.com/p/sequel-pro/>
31+
# More info at <https://github.com/sequelpro/sequelpro>
3232

3333
# Generic Sequel Pro build script. This script is intended to replace entering lots of code
3434
# into Xcode's 'Run Scripts' build phase to make it easier to work with. As such this script

Scripts/create-test-stubs.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2929
# OTHER DEALINGS IN THE SOFTWARE.
3030
#
31-
# More info at <http://code.google.com/p/sequel-pro/>
31+
# More info at <https://github.com/sequelpro/sequelpro>
3232

3333
use strict;
3434
use warnings;
@@ -37,7 +37,7 @@
3737
use Getopt::Long;
3838

3939
use constant PROJECT_NAME => 'sequel-pro';
40-
use constant PROJECT_URL => 'http://code.google.com/p/sequel-pro/';
40+
use constant PROJECT_URL => 'https://github.com/sequelpro/sequelpro';
4141

4242
#
4343
# Print this script's usage.

Scripts/localize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2929
# OTHER DEALINGS IN THE SOFTWARE.
3030
#
31-
# More info at <http://code.google.com/p/sequel-pro/>
31+
# More info at <https://github.com/sequelpro/sequelpro>
3232

3333
# Localizes all of the application's NIB files. This script should only be run by Xcode.
3434

Scripts/package-application.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2929
# OTHER DEALINGS IN THE SOFTWARE.
3030
#
31-
# More info at <http://code.google.com/p/sequel-pro/>
31+
# More info at <https://github.com/sequelpro/sequelpro>
3232

3333
# A very basic script to build and sign a disk image for Sequel Pro;
3434
# based on better work by Stuart Connolly.

0 commit comments

Comments
 (0)