[Mysql-cocoa-commits] CVS: SMySQL SMySQL.h,1.2.2.5,1.2.2.6 SMySQLConstants.h,1.1.2.2,1.1.2.3 MCPConn
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-12-02 16:55:46
|
Update of /cvsroot/mysql-cocoa/SMySQL In directory sc8-pr-cvs1:/tmp/cvs-serv9756 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 MCPFastQueries.h MCPFastQueries.m Log Message: Modified the copyright to make more clear who owns it. Serge Cohen; 2002-12-02. Index: SMySQL.h =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.h,v retrieving revision 1.2.2.5 retrieving revision 1.2.2.6 diff -C2 -d -r1.2.2.5 -r1.2.2.6 *** SMySQL.h 12 Jun 2002 16:20:38 -0000 1.2.2.5 --- SMySQL.h 2 Dec 2002 16:55:25 -0000 1.2.2.6 *************** *** 4,8 **** * * Created by serge cohen (ser...@m4...) on Sat Dec 08 2001. ! * Copyright (c) 2001 MySQL Cocoa project. * * This code is free software; you can redistribute it and/or modify it under --- 4,8 ---- * * Created by serge cohen (ser...@m4...) on Sat Dec 08 2001. ! * Copyright (c) 2001 Serge Cohen. * * This code is free software; you can redistribute it and/or modify it under Index: SMySQLConstants.h =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/SMySQLConstants.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** SMySQLConstants.h 3 Jun 2002 13:39:24 -0000 1.1.2.2 --- SMySQLConstants.h 2 Dec 2002 16:55:26 -0000 1.1.2.3 *************** *** 4,8 **** // // Created by Serge Cohen (ser...@m4...) on Mon Jun 03 2002. ! // Copyright (c) 2001 MySQL Cocoa project. // // This code is free software; you can redistribute it and/or modify it under --- 4,8 ---- // // Created by Serge Cohen (ser...@m4...) on Mon Jun 03 2002. ! // Copyright (c) 2001 Serge Cohen. // // This code is free software; you can redistribute it and/or modify it under Index: MCPConnection.h =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPConnection.h,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** MCPConnection.h 23 Jul 2002 14:56:43 -0000 1.1.2.5 --- MCPConnection.h 2 Dec 2002 16:55:27 -0000 1.1.2.6 *************** *** 4,8 **** // // Created by serge cohen (ser...@m4...) on Sat Dec 08 2001. ! // Copyright (c) 2001 MySQL Cocoa project. // // This code is free software; you can redistribute it and/or modify it under --- 4,8 ---- // // Created by serge cohen (ser...@m4...) on Sat Dec 08 2001. ! // Copyright (c) 2001 Serge Cohen. // // This code is free software; you can redistribute it and/or modify it under Index: MCPConnection.m =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPConnection.m,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -C2 -d -r1.1.2.10 -r1.1.2.11 *** MCPConnection.m 29 Nov 2002 12:02:11 -0000 1.1.2.10 --- MCPConnection.m 2 Dec 2002 16:55:28 -0000 1.1.2.11 *************** *** 4,8 **** // // Created by serge cohen (ser...@m4...) on Sat Dec 08 2001. ! // Copyright (c) 2001 MySQL Cocoa project. // // This code is free software; you can redistribute it and/or modify it under --- 4,8 ---- // // Created by serge cohen (ser...@m4...) on Sat Dec 08 2001. ! // Copyright (c) 2001 Serge Cohen. // // This code is free software; you can redistribute it and/or modify it under Index: MCPResult.h =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPResult.h,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** MCPResult.h 23 Jul 2002 14:56:43 -0000 1.1.2.5 --- MCPResult.h 2 Dec 2002 16:55:28 -0000 1.1.2.6 *************** *** 4,8 **** // // Created by serge cohen (ser...@m4...) on Sat Dec 08 2001. ! // Copyright (c) 2001 MySQL Cocoa project. // // This code is free software; you can redistribute it and/or modify it under --- 4,8 ---- // // Created by serge cohen (ser...@m4...) on Sat Dec 08 2001. ! // Copyright (c) 2001 Serge Cohen. // // This code is free software; you can redistribute it and/or modify it under Index: MCPResult.m =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPResult.m,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -C2 -d -r1.1.2.10 -r1.1.2.11 *** MCPResult.m 29 Nov 2002 12:02:11 -0000 1.1.2.10 --- MCPResult.m 2 Dec 2002 16:55:29 -0000 1.1.2.11 *************** *** 4,8 **** // // Created by serge cohen (ser...@m4...) on Sat Dec 08 2001. ! // Copyright (c) 2001 MySQL Cocoa project. // // This code is free software; you can redistribute it and/or modify it under --- 4,8 ---- // // Created by serge cohen (ser...@m4...) on Sat Dec 08 2001. ! // Copyright (c) 2001 Serge Cohen. // // This code is free software; you can redistribute it and/or modify it under Index: MCPNull.h =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPNull.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** MCPNull.h 3 Jun 2002 13:39:24 -0000 1.1.2.2 --- MCPNull.h 2 Dec 2002 16:55:29 -0000 1.1.2.3 *************** *** 4,8 **** // // Created by Serge Cohen (ser...@m4...) on Sun Jun 02 2002. ! // Copyright (c) 2001 MySQL Cocoa project. // // This code is free software; you can redistribute it and/or modify it under --- 4,8 ---- // // Created by Serge Cohen (ser...@m4...) on Sun Jun 02 2002. ! // Copyright (c) 2001 Serge Cohen. // // This code is free software; you can redistribute it and/or modify it under Index: MCPNull.m =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPNull.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 *** MCPNull.m 29 Nov 2002 12:00:08 -0000 1.1.2.3 --- MCPNull.m 2 Dec 2002 16:55:30 -0000 1.1.2.4 *************** *** 4,8 **** // // Created by Serge Cohen (ser...@m4...) on Sun Jun 02 2002. ! // Copyright (c) 2001 MySQL Cocoa project. // // This code is free software; you can redistribute it and/or modify it under --- 4,8 ---- // // Created by Serge Cohen (ser...@m4...) on Sun Jun 02 2002. ! // Copyright (c) 2001 Serge Cohen. // // This code is free software; you can redistribute it and/or modify it under Index: MCPResultPlus.h =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPResultPlus.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** MCPResultPlus.h 3 Jun 2002 13:39:24 -0000 1.1.2.2 --- MCPResultPlus.h 2 Dec 2002 16:55:30 -0000 1.1.2.3 *************** *** 4,8 **** // // Created by Serge Cohen (ser...@m4...) on Mon Jun 03 2002. ! // Copyright (c) 2001 MySQL Cocoa project. // // This code is free software; you can redistribute it and/or modify it under --- 4,8 ---- // // Created by Serge Cohen (ser...@m4...) on Mon Jun 03 2002. ! // Copyright (c) 2001 Serge Cohen. // // This code is free software; you can redistribute it and/or modify it under Index: MCPResultPlus.m =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPResultPlus.m,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** MCPResultPlus.m 29 Nov 2002 12:00:08 -0000 1.1.2.4 --- MCPResultPlus.m 2 Dec 2002 16:55:31 -0000 1.1.2.5 *************** *** 4,8 **** // // Created by Serge Cohen (ser...@m4...) on Mon Jun 03 2002. ! // Copyright (c) 2001 MySQL Cocoa project. // // This code is free software; you can redistribute it and/or modify it under --- 4,8 ---- // // Created by Serge Cohen (ser...@m4...) on Mon Jun 03 2002. ! // Copyright (c) 2001 Serge Cohen. // // This code is free software; you can redistribute it and/or modify it under Index: MCPFastQueries.h =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPFastQueries.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 *** MCPFastQueries.h 12 Jun 2002 16:20:38 -0000 1.1.2.3 --- MCPFastQueries.h 2 Dec 2002 16:55:32 -0000 1.1.2.4 *************** *** 4,8 **** // // Created by Serge Cohen (ser...@m4...) on Mon Jun 03 2002. ! // Copyright (c) 2001 MySQL Cocoa project. // // This code is free software; you can redistribute it and/or modify it under --- 4,8 ---- // // Created by Serge Cohen (ser...@m4...) on Mon Jun 03 2002. ! // Copyright (c) 2001 Serge Cohen. // // This code is free software; you can redistribute it and/or modify it under Index: MCPFastQueries.m =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/Attic/MCPFastQueries.m,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -d -r1.1.2.6 -r1.1.2.7 *** MCPFastQueries.m 29 Nov 2002 12:02:11 -0000 1.1.2.6 --- MCPFastQueries.m 2 Dec 2002 16:55:32 -0000 1.1.2.7 *************** *** 4,8 **** // // Created by Serge Cohen (ser...@m4...) on Mon Jun 03 2002. ! // Copyright (c) 2001 MySQL Cocoa project. // // This code is free software; you can redistribute it and/or modify it under --- 4,8 ---- // // Created by Serge Cohen (ser...@m4...) on Mon Jun 03 2002. ! // Copyright (c) 2001 Serge Cohen. // // This code is free software; you can redistribute it and/or modify it under |