[Pcsclite-cvs-commit] CVS Drivers/ccid/src

CVS User rousseau ludovic.rousseau@free.fr
Mon, 14 Mar 2005 11:56:52 -0700


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv17745/src

Modified Files:
	ccid.c ccid.h ccid_ifdhandler.h ccid_serial.c ccid_serial.h 
	ccid_usb.c ccid_usb.h commands.c commands.h debug.c debug.h 
	defs.h ifdhandler.c utils.c utils.h 
Log Message:
change licence from GNU GPL to GNU LGPL


--- /cvsroot/pcsclite/Drivers/ccid/src/ccid.c	2004/09/08 20:48:30	1.13
+++ /cvsroot/pcsclite/Drivers/ccid/src/ccid.c	2005/03/14 18:56:49	1.14
@@ -2,23 +2,23 @@
     ccid.c: CCID common code
     Copyright (C) 2003   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: ccid.c,v 1.13 2004/09/08 20:48:30 rousseau Exp $
+ * $Id: ccid.c,v 1.14 2005/03/14 18:56:49 rousseau Exp $
  */
 
 #include <stdio.h>
--- /cvsroot/pcsclite/Drivers/ccid/src/ccid.h	2005/02/25 17:24:48	1.20
+++ /cvsroot/pcsclite/Drivers/ccid/src/ccid.h	2005/03/14 18:56:49	1.21
@@ -2,23 +2,23 @@
     ccid.h: CCID structures
     Copyright (C) 2003   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: ccid.h,v 1.20 2005/02/25 17:24:48 rousseau Exp $
+ * $Id: ccid.h,v 1.21 2005/03/14 18:56:49 rousseau Exp $
  */
 
 typedef struct
--- /cvsroot/pcsclite/Drivers/ccid/src/ccid_ifdhandler.h	2004/10/19 08:40:42	1.13
+++ /cvsroot/pcsclite/Drivers/ccid/src/ccid_ifdhandler.h	2005/03/14 18:56:49	1.14
@@ -2,23 +2,23 @@
     ccid_ifdhandler.h: non-generic ifdhandler functions
     Copyright (C) 2004   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: ccid_ifdhandler.h,v 1.13 2004/10/19 08:40:42 rousseau Exp $
+ * $Id: ccid_ifdhandler.h,v 1.14 2005/03/14 18:56:49 rousseau Exp $
  */
 
 #ifndef _ccid_ifd_handler_h_
--- /cvsroot/pcsclite/Drivers/ccid/src/ccid_serial.c	2005/02/21 14:06:53	1.32
+++ /cvsroot/pcsclite/Drivers/ccid/src/ccid_serial.c	2005/03/14 18:56:50	1.33
@@ -4,23 +4,23 @@
  *
  * Thanks to Niki W. Waibel <niki.waibel@gmx.net> for a prototype version
  * 
- * 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 
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library 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
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
  */
 
 /*
- * $Id: ccid_serial.c,v 1.32 2005/02/21 14:06:53 rousseau Exp $
+ * $Id: ccid_serial.c,v 1.33 2005/03/14 18:56:50 rousseau Exp $
  */
 
 #include <stdio.h>
--- /cvsroot/pcsclite/Drivers/ccid/src/ccid_serial.h	2004/07/28 08:33:18	1.7
+++ /cvsroot/pcsclite/Drivers/ccid/src/ccid_serial.h	2005/03/14 18:56:51	1.8
@@ -2,23 +2,23 @@
     ccid_serial.h:  Serial access routines
     Copyright (C) 2003   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: ccid_serial.h,v 1.7 2004/07/28 08:33:18 rousseau Exp $
+ * $Id: ccid_serial.h,v 1.8 2005/03/14 18:56:51 rousseau Exp $
  */
 
 status_t OpenSerial(unsigned int reader_index, int channel);
--- /cvsroot/pcsclite/Drivers/ccid/src/ccid_usb.c	2005/02/20 14:34:42	1.46
+++ /cvsroot/pcsclite/Drivers/ccid/src/ccid_usb.c	2005/03/14 18:56:51	1.47
@@ -2,23 +2,23 @@
     ccid_usb.c: USB access routines using the libusb library
     Copyright (C) 2003-2004   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: ccid_usb.c,v 1.46 2005/02/20 14:34:42 rousseau Exp $
+ * $Id: ccid_usb.c,v 1.47 2005/03/14 18:56:51 rousseau Exp $
  */
 
 #define __CCID_USB__
--- /cvsroot/pcsclite/Drivers/ccid/src/ccid_usb.h	2004/10/07 20:28:49	1.12
+++ /cvsroot/pcsclite/Drivers/ccid/src/ccid_usb.h	2005/03/14 18:56:51	1.13
@@ -2,23 +2,23 @@
     ccid_usb.h:  USB access routines using the libusb library
     Copyright (C) 2003-2004   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: ccid_usb.h,v 1.12 2004/10/07 20:28:49 rousseau Exp $
+ * $Id: ccid_usb.h,v 1.13 2005/03/14 18:56:51 rousseau Exp $
  */
 
 status_t OpenUSB(unsigned int reader_index, int channel);
--- /cvsroot/pcsclite/Drivers/ccid/src/commands.c	2005/01/13 09:35:16	1.37
+++ /cvsroot/pcsclite/Drivers/ccid/src/commands.c	2005/03/14 18:56:51	1.38
@@ -2,23 +2,23 @@
     commands.c: Commands sent to the card
     Copyright (C) 2003-2004   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: commands.c,v 1.37 2005/01/13 09:35:16 rousseau Exp $
+ * $Id: commands.c,v 1.38 2005/03/14 18:56:51 rousseau Exp $
  */
 
 #include <string.h>
--- /cvsroot/pcsclite/Drivers/ccid/src/commands.h	2004/10/19 07:22:06	1.13
+++ /cvsroot/pcsclite/Drivers/ccid/src/commands.h	2005/03/14 18:56:52	1.14
@@ -2,23 +2,23 @@
     commands.h: Commands sent to the card
     Copyright (C) 2003   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: commands.h,v 1.13 2004/10/19 07:22:06 rousseau Exp $
+ * $Id: commands.h,v 1.14 2005/03/14 18:56:52 rousseau Exp $
  */
 
 #define SIZE_GET_SLOT_STATUS 10
--- /cvsroot/pcsclite/Drivers/ccid/src/debug.c	2005/02/23 12:15:54	1.4
+++ /cvsroot/pcsclite/Drivers/ccid/src/debug.c	2005/03/14 18:56:52	1.5
@@ -2,23 +2,23 @@
     debug.c: log (or not) messages
     Copyright (C) 2003-2005   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: debug.c,v 1.4 2005/02/23 12:15:54 rousseau Exp $
+ * $Id: debug.c,v 1.5 2005/03/14 18:56:52 rousseau Exp $
  */
 
 
--- /cvsroot/pcsclite/Drivers/ccid/src/debug.h	2004/06/30 13:28:22	1.8
+++ /cvsroot/pcsclite/Drivers/ccid/src/debug.h	2005/03/14 18:56:52	1.9
@@ -2,23 +2,23 @@
     debug.h: log (or not) messages using syslog
     Copyright (C) 2003   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: debug.h,v 1.8 2004/06/30 13:28:22 rousseau Exp $
+ * $Id: debug.h,v 1.9 2005/03/14 18:56:52 rousseau Exp $
  */
 
 /*
--- /cvsroot/pcsclite/Drivers/ccid/src/defs.h	2004/06/30 13:30:04	1.7
+++ /cvsroot/pcsclite/Drivers/ccid/src/defs.h	2005/03/14 18:56:52	1.8
@@ -2,23 +2,23 @@
     defs.h:
     Copyright (C) 2003   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: defs.h,v 1.7 2004/06/30 13:30:04 rousseau Exp $
+ * $Id: defs.h,v 1.8 2005/03/14 18:56:52 rousseau Exp $
  */
 
 #include <PCSC/pcsclite.h>
--- /cvsroot/pcsclite/Drivers/ccid/src/ifdhandler.c	2005/02/28 09:35:56	1.58
+++ /cvsroot/pcsclite/Drivers/ccid/src/ifdhandler.c	2005/03/14 18:56:52	1.59
@@ -2,22 +2,22 @@
     ifdhandler.c: IFDH API
     Copyright (C) 2003   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
-/* $Id: ifdhandler.c,v 1.58 2005/02/28 09:35:56 rousseau Exp $ */
+/* $Id: ifdhandler.c,v 1.59 2005/03/14 18:56:52 rousseau Exp $ */
 
 #include <stdio.h>
 #include <string.h>
--- /cvsroot/pcsclite/Drivers/ccid/src/utils.c	2004/08/24 07:30:21	1.11
+++ /cvsroot/pcsclite/Drivers/ccid/src/utils.c	2005/03/14 18:56:52	1.12
@@ -2,23 +2,23 @@
     utils.c:
     Copyright (C) 2003-2004   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: utils.c,v 1.11 2004/08/24 07:30:21 rousseau Exp $
+ * $Id: utils.c,v 1.12 2005/03/14 18:56:52 rousseau Exp $
  */
 
 #include <PCSC/pcsclite.h>
--- /cvsroot/pcsclite/Drivers/ccid/src/utils.h	2004/07/28 08:30:30	1.2
+++ /cvsroot/pcsclite/Drivers/ccid/src/utils.h	2005/03/14 18:56:52	1.3
@@ -2,23 +2,23 @@
     utils.c:
     Copyright (C) 2003-2004   Ludovic Rousseau
 
-    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 library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library 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.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser 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
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */
 
 /*
- * $Id: utils.h,v 1.2 2004/07/28 08:30:30 rousseau Exp $
+ * $Id: utils.h,v 1.3 2005/03/14 18:56:52 rousseau Exp $
  */
 
 #ifndef TRUE