[Mysql-cocoa-commits] CVS: SMySQL/MCPFoundationKit MCPNumber.h,1.1,1.2 MCPNumber.m,1.1,1.2
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2004-08-04 23:44:17
|
Update of /cvsroot/mysql-cocoa/SMySQL/MCPFoundationKit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6462/MCPFoundationKit Modified Files: MCPNumber.h MCPNumber.m Log Message: Corrected the Copyright statement of the MCPNumber class files (header and implementation). 2004-08-05; Serge Cohen. Index: MCPNumber.h =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/MCPFoundationKit/MCPNumber.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MCPNumber.h 4 Aug 2004 23:24:06 -0000 1.1 --- MCPNumber.h 4 Aug 2004 23:44:08 -0000 1.2 *************** *** 3,9 **** // NumberTest // ! // Created by Serge Cohen on Tue Aug 03 2004. ! // Copyright (c) 2004 __MyCompanyName__. All rights reserved. // #import <Foundation/Foundation.h> --- 3,26 ---- // NumberTest // ! // 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 + // the terms of the GNU General Public License as published by the Free + // Software Foundation; either version 2 of the License, or any later version. + // + // This code 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. + // + // For a copy of the GNU General Public License, visit <http://www.gnu.org/> or + // write to the Free Software Foundation, Inc., 59 Temple Place--Suite 330, + // Boston, MA 02111-1307, USA. + // + // More info at <http://mysql-cocoa.sourceforge.net/> + // + // $Id$ + // $Author$ #import <Foundation/Foundation.h> Index: MCPNumber.m =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/MCPFoundationKit/MCPNumber.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MCPNumber.m 4 Aug 2004 23:24:06 -0000 1.1 --- MCPNumber.m 4 Aug 2004 23:44:08 -0000 1.2 *************** *** 3,9 **** // NumberTest // ! // Created by Serge Cohen on Tue Aug 03 2004. ! // Copyright (c) 2004 __MyCompanyName__. All rights reserved. // #import "MCPNumber.h" --- 3,26 ---- // NumberTest // ! // 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 + // the terms of the GNU General Public License as published by the Free + // Software Foundation; either version 2 of the License, or any later version. + // + // This code 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. + // + // For a copy of the GNU General Public License, visit <http://www.gnu.org/> or + // write to the Free Software Foundation, Inc., 59 Temple Place--Suite 330, + // Boston, MA 02111-1307, USA. + // + // More info at <http://mysql-cocoa.sourceforge.net/> + // + // $Id$ + // $Author$ #import "MCPNumber.h" |