diff options
author | stuconnolly <stuart02@gmail.com> | 2009-05-19 13:16:06 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-05-19 13:16:06 +0000 |
commit | 7115982d90ccc4e601d1d20ffb12bedb18978d10 (patch) | |
tree | 9b72d8add787d015057d0f7aaae01208395a475c /Source | |
parent | 15796e40fba251a00197c66f2ecf04cbf086a034 (diff) | |
download | sequelpro-7115982d90ccc4e601d1d20ffb12bedb18978d10.tar.gz sequelpro-7115982d90ccc4e601d1d20ffb12bedb18978d10.tar.bz2 sequelpro-7115982d90ccc4e601d1d20ffb12bedb18978d10.zip |
More header updates for source files, including Subversion Id property.
Diffstat (limited to 'Source')
64 files changed, 164 insertions, 46 deletions
diff --git a/Source/CMCopyTable.h b/Source/CMCopyTable.h index d10d3725..a342de01 100644 --- a/Source/CMCopyTable.h +++ b/Source/CMCopyTable.h @@ -1,4 +1,6 @@ // +// $Id$ +// // CMCopyTable.h // sequel-pro // diff --git a/Source/CMCopyTable.m b/Source/CMCopyTable.m index e0f29aaa..c0a415d5 100644 --- a/Source/CMCopyTable.m +++ b/Source/CMCopyTable.m @@ -1,4 +1,6 @@ // +// $Id$ +// // CMCopyTable.m // sequel-pro // diff --git a/Source/CMImageView.h b/Source/CMImageView.h index f4684cdc..03240395 100644 --- a/Source/CMImageView.h +++ b/Source/CMImageView.h @@ -1,4 +1,6 @@ // +// $Id$ +// // CMImageView.h // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import <Cocoa/Cocoa.h> diff --git a/Source/CMImageView.m b/Source/CMImageView.m index f5bd9f61..44e9e186 100644 --- a/Source/CMImageView.m +++ b/Source/CMImageView.m @@ -1,4 +1,6 @@ // +// $Id$ +// // CMImageView.m // sequel-pro // @@ -20,13 +22,11 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import "CMImageView.h" @implementation CMImageView - /* * On a drag and drop, read in dragged files and convert dragged images before passing * them to the delegate for further processing diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h index 1ca4a953..8867ed82 100644 --- a/Source/CMMCPConnection.h +++ b/Source/CMMCPConnection.h @@ -1,4 +1,6 @@ // +// $Id$ +// // CMMCPConnection.h // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import <Cocoa/Cocoa.h> #import <MCPKit_bundled/MCPKit_bundled.h> diff --git a/Source/CMMCPConnection.m b/Source/CMMCPConnection.m index 58f08810..f27eee6b 100644 --- a/Source/CMMCPConnection.m +++ b/Source/CMMCPConnection.m @@ -1,4 +1,6 @@ // +// $Id$ +// // CMMCPConnection.m // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import "CMMCPConnection.h" #include <unistd.h> diff --git a/Source/CMMCPResult.h b/Source/CMMCPResult.h index c756c5a6..68f7061a 100644 --- a/Source/CMMCPResult.h +++ b/Source/CMMCPResult.h @@ -1,4 +1,6 @@ // +// $Id$ +// // CMMCPResult.h // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import <Cocoa/Cocoa.h> #import <MCPKit_bundled/MCPKit_bundled.h> diff --git a/Source/CMMCPResult.m b/Source/CMMCPResult.m index 88ec0842..cd3ce51a 100644 --- a/Source/CMMCPResult.m +++ b/Source/CMMCPResult.m @@ -1,4 +1,6 @@ // +// $Id$ +// // CMMCPResult.m // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import "CMMCPResult.h" diff --git a/Source/CMTextView.h b/Source/CMTextView.h index e86dc67f..e5eee68c 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -1,4 +1,6 @@ // +// $Id$ +// // CMTextView.h // sequel-pro // @@ -19,7 +21,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import <Cocoa/Cocoa.h> #import "NoodleLineNumberView.h" diff --git a/Source/CMTextView.m b/Source/CMTextView.m index 8803af2e..e7e0c46f 100644 --- a/Source/CMTextView.m +++ b/Source/CMTextView.m @@ -1,4 +1,6 @@ // +// $Id$ +// // CMTextView.m // sequel-pro // @@ -19,7 +21,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import "CMTextView.h" #import "CustomQuery.h" diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 72cc749c..39b405f5 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -1,4 +1,6 @@ // +// $Id$ +// // CustomQuery.h // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import <Cocoa/Cocoa.h> #import <WebKit/WebKit.h> diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m index a2cc0b9a..76c767d7 100644 --- a/Source/CustomQuery.m +++ b/Source/CustomQuery.m @@ -1,4 +1,6 @@ // +// $Id$ +// // CustomQuery.m // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import "CustomQuery.h" #import "SPSQLParser.h" diff --git a/Source/KeyChain.h b/Source/KeyChain.h index 8b4a4e1d..086ee6a7 100644 --- a/Source/KeyChain.h +++ b/Source/KeyChain.h @@ -1,4 +1,6 @@ // +// $Id$ +// // KeyChain.h // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import <Foundation/Foundation.h> #import <Cocoa/Cocoa.h> diff --git a/Source/KeyChain.m b/Source/KeyChain.m index 93364175..ef3afba3 100644 --- a/Source/KeyChain.m +++ b/Source/KeyChain.m @@ -1,4 +1,6 @@ // +// $Id$ +// // KeyChain.m // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import "KeyChain.h" #include <CoreFoundation/CoreFoundation.h> diff --git a/Source/MainController.h b/Source/MainController.h index a153964d..823c9e97 100644 --- a/Source/MainController.h +++ b/Source/MainController.h @@ -1,4 +1,6 @@ // +// $Id$ +// // MainController.h // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import <Cocoa/Cocoa.h> diff --git a/Source/MainController.m b/Source/MainController.m index ad90531e..283ee032 100644 --- a/Source/MainController.m +++ b/Source/MainController.m @@ -1,4 +1,6 @@ // +// $Id$ +// // MainController.m // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import "MainController.h" #import "KeyChain.h" diff --git a/Source/SPArrayAdditions.h b/Source/SPArrayAdditions.h index d1084ad7..e12215c0 100644 --- a/Source/SPArrayAdditions.h +++ b/Source/SPArrayAdditions.h @@ -1,4 +1,6 @@ // +// $Id$ +// // SPArrayAdditions.h // sequel-pro // diff --git a/Source/SPArrayAdditions.m b/Source/SPArrayAdditions.m index c764b03b..66473d81 100644 --- a/Source/SPArrayAdditions.m +++ b/Source/SPArrayAdditions.m @@ -1,4 +1,6 @@ // +// $Id$ +// // SPArrayAdditions.m // sequel-pro // diff --git a/Source/SPConsoleMessage.h b/Source/SPConsoleMessage.h index 647a50a9..fff96276 100644 --- a/Source/SPConsoleMessage.h +++ b/Source/SPConsoleMessage.h @@ -1,8 +1,11 @@ // +// $Id$ +// // SPConsoleMessage.h // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on Mar 12, 2009 +// Copyright (c) 2009 Stuart Connolly. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Source/SPConsoleMessage.m b/Source/SPConsoleMessage.m index 7f7273cc..25a00e9b 100644 --- a/Source/SPConsoleMessage.m +++ b/Source/SPConsoleMessage.m @@ -1,8 +1,11 @@ // +// $Id$ +// // SPConsoleMessage.m // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on Mar 12, 2009 +// Copyright (c) 2009 Stuart Connolly. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Source/SPDataCellFormatter.h b/Source/SPDataCellFormatter.h index 3a0766bf..dc229e9b 100644 --- a/Source/SPDataCellFormatter.h +++ b/Source/SPDataCellFormatter.h @@ -1,5 +1,7 @@ // -// SPDataCell.h +// $Id$ +// +// SPDataCellFormatter.h // sequel-pro // // Created by Rowan Beentje on 11/02/2009. diff --git a/Source/SPDataCellFormatter.m b/Source/SPDataCellFormatter.m index ae03a441..3860c058 100644 --- a/Source/SPDataCellFormatter.m +++ b/Source/SPDataCellFormatter.m @@ -1,5 +1,7 @@ // -// SPDataCell.m +// $Id$ +// +// SPDataCellFormatter.m // sequel-pro // // Created by Rowan Beentje on 11/02/2009. diff --git a/Source/SPEditorTokens.h b/Source/SPEditorTokens.h index fe4178f5..beb0b279 100644 --- a/Source/SPEditorTokens.h +++ b/Source/SPEditorTokens.h @@ -1,4 +1,6 @@ // +// $Id$ +// // SPEditorTokens.h // sequel-pro // diff --git a/Source/SPEditorTokens.l b/Source/SPEditorTokens.l index 7df42120..3da0ce55 100644 --- a/Source/SPEditorTokens.l +++ b/Source/SPEditorTokens.l @@ -1,6 +1,8 @@ %{ // +// $Id$ +// // SPEditorTokens.m // sequel-pro // diff --git a/Source/SPExportController.h b/Source/SPExportController.h index ee2b651e..57b13012 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -1,4 +1,6 @@ // +// $Id$ +// // SPExportController.h // sequel-pro // diff --git a/Source/SPExportController.m b/Source/SPExportController.m index a10fe7b1..036ba588 100644 --- a/Source/SPExportController.m +++ b/Source/SPExportController.m @@ -1,4 +1,6 @@ // +// $Id$ +// // SPExportController.m // sequel-pro // diff --git a/Source/SPFavoriteTextFieldCell.h b/Source/SPFavoriteTextFieldCell.h index c6c597fa..e804ba76 100644 --- a/Source/SPFavoriteTextFieldCell.h +++ b/Source/SPFavoriteTextFieldCell.h @@ -1,8 +1,11 @@ // +// $Id$ +// // SPFavoriteTextFieldCell.h // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on Dec 29, 2008 +// Copyright (c) 2008 Stuart Connolly. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Source/SPFavoriteTextFieldCell.m b/Source/SPFavoriteTextFieldCell.m index 897ad278..6011af7f 100644 --- a/Source/SPFavoriteTextFieldCell.m +++ b/Source/SPFavoriteTextFieldCell.m @@ -1,8 +1,11 @@ // +// $Id$ +// // SPFavoriteTextFieldCell.m // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on Dec 29, 2008 +// Copyright (c) 2008 Stuart Connolly. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Source/SPGrowlController.h b/Source/SPGrowlController.h index 0b037401..707f6601 100644 --- a/Source/SPGrowlController.h +++ b/Source/SPGrowlController.h @@ -1,8 +1,11 @@ // +// $Id$ +// // SPGrowlController.h // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on Nov 28, 2008 +// Copyright (c) 2008 Stuart Connolly. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Source/SPGrowlController.m b/Source/SPGrowlController.m index 853619ff..d65b5201 100644 --- a/Source/SPGrowlController.m +++ b/Source/SPGrowlController.m @@ -1,8 +1,11 @@ // +// $Id$ +// // SPGrowlController.m // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on Nov 28, 2008 +// Copyright (c) 2008 Stuart Connolly. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Source/SPPreferenceController.h b/Source/SPPreferenceController.h index 5f949a5f..778be090 100644 --- a/Source/SPPreferenceController.h +++ b/Source/SPPreferenceController.h @@ -1,4 +1,6 @@ // +// $Id$ +// // SPPreferenceController.h // sequel-pro // diff --git a/Source/SPPreferenceController.m b/Source/SPPreferenceController.m index 8106c8bc..597024a3 100644 --- a/Source/SPPreferenceController.m +++ b/Source/SPPreferenceController.m @@ -1,4 +1,6 @@ // +// $Id$ +// // SPPreferenceController.m // sequel-pro // diff --git a/Source/SPQueryConsole.h b/Source/SPQueryConsole.h index c3211f18..6381bb97 100644 --- a/Source/SPQueryConsole.h +++ b/Source/SPQueryConsole.h @@ -1,8 +1,11 @@ // +// $Id$ +// // SPQueryConsole.h // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on Jan 30, 2009 +// Copyright (c) 2009 Stuart Connolly. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Source/SPQueryConsole.m b/Source/SPQueryConsole.m index 20be78b7..04d031f7 100644 --- a/Source/SPQueryConsole.m +++ b/Source/SPQueryConsole.m @@ -1,8 +1,11 @@ // +// $Id$ +// // SPQueryConsole.m // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on Jan 30, 2009 +// Copyright (c) 2009 Stuart Connolly. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Source/SPSQLParser.h b/Source/SPSQLParser.h index 623c272a..4821d775 100644 --- a/Source/SPSQLParser.h +++ b/Source/SPSQLParser.h @@ -1,4 +1,6 @@ // +// $Id$ +// // SPSQLParsing.h // sequel-pro // diff --git a/Source/SPSQLParser.m b/Source/SPSQLParser.m index 24adc59b..ce7cd07e 100644 --- a/Source/SPSQLParser.m +++ b/Source/SPSQLParser.m @@ -1,4 +1,6 @@ // +// $Id$ +// // SPSQLParsing.m // sequel-pro // diff --git a/Source/SPSQLTokenizer.h b/Source/SPSQLTokenizer.h index 3427e57d..90387acb 100644 --- a/Source/SPSQLTokenizer.h +++ b/Source/SPSQLTokenizer.h @@ -1,4 +1,6 @@ // +// $Id$ +// // SPSQLTokenizer.h // sequel-pro // diff --git a/Source/SPSQLTokenizer.l b/Source/SPSQLTokenizer.l index e38ad8ea..756e9960 100644 --- a/Source/SPSQLTokenizer.l +++ b/Source/SPSQLTokenizer.l @@ -1,27 +1,28 @@ %{ -/* - * SPSQLTokenizer.l - * sequel-pro - * - * Created by Hans-J. Bibiko on May 14, 2009 - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * More info at <http://code.google.com/p/sequel-pro/> - */ +// +// $Id$ +// +// SPSQLTokenizer.l +// sequel-pro +// +// Created by Hans-J. Bibiko on May 14, 2009 +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// More info at <http://code.google.com/p/sequel-pro/> #import "SPSQLTokenizer.h" int utf8strlenfortoken(const char * _s); diff --git a/Source/SPStringAdditions.h b/Source/SPStringAdditions.h index a422bdef..8e50bbd4 100644 --- a/Source/SPStringAdditions.h +++ b/Source/SPStringAdditions.h @@ -1,8 +1,11 @@ // +// $Id$ +// // SPStringAdditions.h // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on Jan 28, 2009 +// Copyright (c) 2009 Stuart Connolly. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Source/SPStringAdditions.m b/Source/SPStringAdditions.m index 573c9c73..def9ce56 100644 --- a/Source/SPStringAdditions.m +++ b/Source/SPStringAdditions.m @@ -1,8 +1,11 @@ // +// $Id$ +// // SPStringAdditions.m // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on Jan 28, 2009 +// Copyright (c) 2009 Stuart Connolly. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Source/SPTableData.h b/Source/SPTableData.h index d1398844..8f2e0a54 100644 --- a/Source/SPTableData.h +++ b/Source/SPTableData.h @@ -1,4 +1,6 @@ // +// $Id$ +// // SPTableData.h // sequel-pro // diff --git a/Source/SPTableData.m b/Source/SPTableData.m index 2192d5f9..7a989d0c 100644 --- a/Source/SPTableData.m +++ b/Source/SPTableData.m @@ -1,4 +1,6 @@ // +// $Id$ +// // SPTableData.m // sequel-pro // diff --git a/Source/SPTableInfo.h b/Source/SPTableInfo.h index 901b2573..13db641f 100644 --- a/Source/SPTableInfo.h +++ b/Source/SPTableInfo.h @@ -1,4 +1,6 @@ // +// $Id$ +// // SPTableInfo.h // sequel-pro // diff --git a/Source/SPTableInfo.m b/Source/SPTableInfo.m index de933515..a6576e4c 100644 --- a/Source/SPTableInfo.m +++ b/Source/SPTableInfo.m @@ -1,4 +1,7 @@ // +// +// $Id$ +// // SPTableInfo.m // sequel-pro // diff --git a/Source/SPTableRelations.h b/Source/SPTableRelations.h index 5245819a..bc1cf1fa 100644 --- a/Source/SPTableRelations.h +++ b/Source/SPTableRelations.h @@ -1,4 +1,6 @@ // +// $Id$ +// // SPTableRelations.h // sequel-pro // diff --git a/Source/SPTableRelations.m b/Source/SPTableRelations.m index 8569243e..35ce0ec7 100644 --- a/Source/SPTableRelations.m +++ b/Source/SPTableRelations.m @@ -1,4 +1,6 @@ // +// $Id$ +// // SPTableRelations.h // sequel-pro // diff --git a/Source/SPTextViewAdditions.h b/Source/SPTextViewAdditions.h index 2fcbeeee..2e0753cc 100644 --- a/Source/SPTextViewAdditions.h +++ b/Source/SPTextViewAdditions.h @@ -1,4 +1,6 @@ // +// $Id$ +// // SPTextViewAdditions.h // sequel-pro // diff --git a/Source/SPTextViewAdditions.m b/Source/SPTextViewAdditions.m index a7a164a0..134b93ca 100644 --- a/Source/SPTextViewAdditions.m +++ b/Source/SPTextViewAdditions.m @@ -1,4 +1,6 @@ // +// $Id$ +// // SPTextViewAdditions.m // sequel-pro // diff --git a/Source/SPWindowAdditions.h b/Source/SPWindowAdditions.h index af247427..56fdcd54 100644 --- a/Source/SPWindowAdditions.h +++ b/Source/SPWindowAdditions.h @@ -1,8 +1,11 @@ // +// $Id$ +// // SPWindowAdditions.h // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on Dec 10, 2008 +// Copyright (c) 2008 Stuart Connolly. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Source/SPWindowAdditions.m b/Source/SPWindowAdditions.m index d5992a86..105e2bd7 100644 --- a/Source/SPWindowAdditions.m +++ b/Source/SPWindowAdditions.m @@ -1,8 +1,11 @@ // +// $Id$ +// // SPWindowAdditions.m // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on Dec 10, 2008 +// Copyright (c) 2008 Stuart Connolly. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Source/TableContent.h b/Source/TableContent.h index 6fa157a1..ddae12df 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -1,4 +1,6 @@ // +// $Id$ +// // TableDocument.h // sequel-pro // diff --git a/Source/TableContent.m b/Source/TableContent.m index 0e6d21b3..ac5a4f45 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -1,4 +1,6 @@ // +// $Id$ +// // TableDocument.h // sequel-pro // diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 6615d3db..53458230 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -1,4 +1,6 @@ // +// $Id$ +// // TableDocument.h // sequel-pro // diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 4e16348e..0169a86e 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -1,4 +1,6 @@ // +// $Id$ +// // TableDocument.m // sequel-pro // diff --git a/Source/TableDocumentSplitView.h b/Source/TableDocumentSplitView.h index 2852564c..2742efd1 100644 --- a/Source/TableDocumentSplitView.h +++ b/Source/TableDocumentSplitView.h @@ -1,4 +1,6 @@ // +// $Id$ +// // TableDocumentSplitView.h // sequel-pro // diff --git a/Source/TableDocumentSplitView.m b/Source/TableDocumentSplitView.m index b7d1d7be..99bcdb83 100644 --- a/Source/TableDocumentSplitView.m +++ b/Source/TableDocumentSplitView.m @@ -1,4 +1,6 @@ // +// $Id$ +// // TableDocumentSplitView.m // sequel-pro // diff --git a/Source/TableDump.h b/Source/TableDump.h index d35b40c4..1d34e8fa 100644 --- a/Source/TableDump.h +++ b/Source/TableDump.h @@ -1,4 +1,6 @@ // +// $Id$ +// // TableDump.h // sequel-pro // diff --git a/Source/TableDump.m b/Source/TableDump.m index 23db6cf5..42d340e3 100644 --- a/Source/TableDump.m +++ b/Source/TableDump.m @@ -1,4 +1,6 @@ // +// $Id$ +// // TableDump.m // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import "TableDump.h" #import "TableDocument.h" diff --git a/Source/TableSource.h b/Source/TableSource.h index 58964827..66149586 100644 --- a/Source/TableSource.h +++ b/Source/TableSource.h @@ -1,4 +1,6 @@ // +// $Id$ +// // TableSource.h // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import <Cocoa/Cocoa.h> #import <MCPKit_bundled/MCPKit_bundled.h> diff --git a/Source/TableSource.m b/Source/TableSource.m index a85b9d84..8267afb5 100644 --- a/Source/TableSource.m +++ b/Source/TableSource.m @@ -1,4 +1,6 @@ // +// $Id$ +// // TableSource.m // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import "TableSource.h" #import "TablesList.h" diff --git a/Source/TableStatus.h b/Source/TableStatus.h index 5478b549..ee8a279f 100644 --- a/Source/TableStatus.h +++ b/Source/TableStatus.h @@ -1,4 +1,6 @@ // +// $Id$ +// // TableStatus.h // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import <Cocoa/Cocoa.h> #import <MCPKit_bundled/MCPKit_bundled.h> diff --git a/Source/TableStatus.m b/Source/TableStatus.m index 8bba597c..d5bc5da4 100644 --- a/Source/TableStatus.m +++ b/Source/TableStatus.m @@ -1,4 +1,6 @@ // +// $Id$ +// // TableStatus.m // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import "TableStatus.h" #import "SPTableData.h" diff --git a/Source/TablesList.h b/Source/TablesList.h index 1024e57a..6bc0d76b 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -1,4 +1,6 @@ // +// $Id$ +// // TablesList.h // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import <Cocoa/Cocoa.h> #import <MCPKit_bundled/MCPKit_bundled.h> diff --git a/Source/TablesList.m b/Source/TablesList.m index 56286838..f0e7abd3 100644 --- a/Source/TablesList.m +++ b/Source/TablesList.m @@ -1,4 +1,6 @@ // +// $Id$ +// // TablesList.m // sequel-pro // @@ -20,7 +22,6 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import "TablesList.h" #import "TableDocument.h" |