Skip to content

Commit

Permalink
Tidy up file headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuconnolly committed Jan 26, 2014
1 parent 96872fc commit 67eb339
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 20 deletions.
1 change: 0 additions & 1 deletion Frameworks/PostgresKit/Resources/TestData.sql
@@ -1,4 +1,3 @@
-- $Id$
--
-- SQL script used by PostgresKit's integration tests.
--
Expand Down
6 changes: 2 additions & 4 deletions 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.
Expand All @@ -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.
#
Expand Down
6 changes: 2 additions & 4 deletions 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.
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch
@@ -1,6 +1,4 @@
//
// $Id$
//
// PostgresKit-Prefix.pch
// PostgresKit
//
Expand Down
2 changes: 0 additions & 2 deletions Frameworks/QueryKit/Source/QueryKit-Prefix.pch
@@ -1,6 +1,4 @@
//
// $Id$
//
// QueryKit-Prefix.h
// QueryKit
//
Expand Down
2 changes: 1 addition & 1 deletion Scripts/build-version.pl
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Scripts/build.sh
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Scripts/create-test-stubs.pl
Expand Up @@ -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;
Expand All @@ -37,7 +37,7 @@
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.
Expand Down
2 changes: 1 addition & 1 deletion Scripts/localize.sh
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Scripts/package-application.sh
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Scripts/trim-application.sh
Expand Up @@ -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.
Expand Down

0 comments on commit 67eb339

Please sign in to comment.