[Mysql-cocoa-commits] CVS: SMySQL SMySQL.h,1.2.2.2,1.2.2.3 SMySQLConstants.h,1.1.2.1,1.1.2.2 MCPConn
Brought to you by:
sergecohen
|
From: Serge C. <ser...@us...> - 2002-06-03 13:39:30
|
Update of /cvsroot/mysql-cocoa/SMySQL
In directory usw-pr-cvs1:/tmp/cvs-serv22417
Modified Files:
Tag: version-2
SMySQL.h SMySQLConstants.h MCPConnection.h MCPConnection.m
MCPResult.h MCPResult.m MCPNull.h MCPNull.m MCPResultPlus.h
MCPResultPlus.m
Log Message:
Update comments of files, to have both Id and Author.
Serge Cohen; MySQL Cocoa project, 2002-06-03.
Index: SMySQL.h
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.h,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -d -r1.2.2.2 -r1.2.2.3
*** SMySQL.h 3 Jun 2002 13:11:45 -0000 1.2.2.2
--- SMySQL.h 3 Jun 2002 13:39:24 -0000 1.2.2.3
***************
*** 21,24 ****
--- 21,27 ----
* More info at <http://mysql-cocoa.sourceforge.net/>
*
+ *
+ * $Id$
+ * $Author$
*/
Index: SMySQLConstants.h
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/SMySQLConstants.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** SMySQLConstants.h 3 Jun 2002 13:11:45 -0000 1.1.2.1
--- SMySQLConstants.h 3 Jun 2002 13:39:24 -0000 1.1.2.2
***************
*** 21,25 ****
// More info at <http://mysql-cocoa.sourceforge.net/>
//
! // $Id:
--- 21,26 ----
// More info at <http://mysql-cocoa.sourceforge.net/>
//
! // $Id$
! // $Author$
Index: MCPConnection.h
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPConnection.h,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** MCPConnection.h 3 Jun 2002 13:11:45 -0000 1.1.2.3
--- MCPConnection.h 3 Jun 2002 13:39:24 -0000 1.1.2.4
***************
*** 22,25 ****
--- 22,26 ----
//
// $Id$
+ // $Author$
Index: MCPConnection.m
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPConnection.m,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** MCPConnection.m 3 Jun 2002 13:11:45 -0000 1.1.2.3
--- MCPConnection.m 3 Jun 2002 13:39:24 -0000 1.1.2.4
***************
*** 22,26 ****
//
// $Id$
!
#import "MCPConnection.h"
--- 22,27 ----
//
// $Id$
! // $Author$
!
#import "MCPConnection.h"
Index: MCPResult.h
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPResult.h,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** MCPResult.h 3 Jun 2002 13:11:46 -0000 1.1.2.3
--- MCPResult.h 3 Jun 2002 13:39:24 -0000 1.1.2.4
***************
*** 22,25 ****
--- 22,26 ----
//
// $Id$
+ // $Author$
Index: MCPResult.m
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPResult.m,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** MCPResult.m 3 Jun 2002 13:11:46 -0000 1.1.2.3
--- MCPResult.m 3 Jun 2002 13:39:24 -0000 1.1.2.4
***************
*** 22,25 ****
--- 22,26 ----
//
// $Id$
+ // $Author$
Index: MCPNull.h
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPNull.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** MCPNull.h 3 Jun 2002 13:11:46 -0000 1.1.2.1
--- MCPNull.h 3 Jun 2002 13:39:24 -0000 1.1.2.2
***************
*** 21,25 ****
// More info at <http://mysql-cocoa.sourceforge.net/>
//
! // $Id:
#import <Foundation/Foundation.h>
--- 21,26 ----
// More info at <http://mysql-cocoa.sourceforge.net/>
//
! // $Id$
! // $Author$
#import <Foundation/Foundation.h>
Index: MCPNull.m
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPNull.m,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** MCPNull.m 3 Jun 2002 13:11:46 -0000 1.1.2.1
--- MCPNull.m 3 Jun 2002 13:39:24 -0000 1.1.2.2
***************
*** 21,25 ****
// More info at <http://mysql-cocoa.sourceforge.net/>
//
! // $Id:
#import "MCPNull.h"
--- 21,26 ----
// More info at <http://mysql-cocoa.sourceforge.net/>
//
! // $Id$
! // $Author$
#import "MCPNull.h"
Index: MCPResultPlus.h
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPResultPlus.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** MCPResultPlus.h 3 Jun 2002 13:11:46 -0000 1.1.2.1
--- MCPResultPlus.h 3 Jun 2002 13:39:24 -0000 1.1.2.2
***************
*** 21,25 ****
// More info at <http://mysql-cocoa.sourceforge.net/>
//
! // $Id:
#import <Foundation/Foundation.h>
--- 21,26 ----
// More info at <http://mysql-cocoa.sourceforge.net/>
//
! // $Id$
! // $Author$
#import <Foundation/Foundation.h>
Index: MCPResultPlus.m
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPResultPlus.m,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** MCPResultPlus.m 3 Jun 2002 13:11:46 -0000 1.1.2.1
--- MCPResultPlus.m 3 Jun 2002 13:39:24 -0000 1.1.2.2
***************
*** 21,25 ****
// More info at <http://mysql-cocoa.sourceforge.net/>
//
! // $Id:
#import "MCPResultPlus.h"
--- 21,26 ----
// More info at <http://mysql-cocoa.sourceforge.net/>
//
! // $Id$
! // $Author$
#import "MCPResultPlus.h"
|