[Pcsclite-cvs-commit] PCSC/src atrhandler.c,1.5,1.6 atrhandler.h,1.3,1.4 configfile.h,1.2,1.3 debuglog.c,1.16,1.17 debuglog.h,1.8,1.9 dyn_generic.h,1.2,1.3 dyn_hpux.c,1.5,1.6 dyn_macosx.c,1.4,1.5 dyn_unix.c,1.7,1.8 dyn_win32.c,1.6,1.7 eventhandler.c,1.12,1.13 eventhandler.h,1.2,1.3 hotplug.h,1.3,1.4 hotplug_generic.c,1.5,1.6 hotplug_libusb.c,1.13,1.14 hotplug_linux.c,1.17,1.18 hotplug_macosx.c,1.11,1.12 ifdhandler.h,1.4,1.5 ifdwrapper.c,1.6,1.7 ifdwrapper.h,1.2,1.3 mscdefines.h,1.6,1.7 musclecard.c,1.33,1.34 musclecard.h,1.15,1.16 muscletest.c,1.6,1.7 parser.h,1.3,1.4 pcscdaemon.c,1.32,1.33 pcsclite.h,1.22,1.23 powermgt_generic.c,1.2,1.3 powermgt_generic.h,1.1,1.2 prothandler.c,1.5,1.6 prothandler.h,1.3,1.4 readerfactory.c,1.27,1.28 readerfactory.h,1.7,1.8 sys_generic.h,1.5,1.6 sys_unix.c,1.7,1.8 testpcsc.c,1.4,1.5 thread_generic.h,1.7,1.8 thread_unix.c,1.6,1.7 thread_win32.c,1.4,1.5 tokenfactory.c,1.16,1.17 tokenfactory.h,1.2,1.3 winscard.c,1.18,1.19 winscard.h,1.6,1.7 winscard_clnt.c,1.17,1.18 winscard_msg.c,1.13,1.14 winscard_msg.h,1.2,1.3 winscard_scf.c,1.6,1.7 winscard_svc.c,1.8,1.9 winscard_svc.h,1.2,1.3 wintypes.h,1.6,1.7

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Sat, 18 Oct 2003 19:19:39 +0200


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv31595/src

Modified Files:
	atrhandler.c atrhandler.h configfile.h debuglog.c debuglog.h 
	dyn_generic.h dyn_hpux.c dyn_macosx.c dyn_unix.c dyn_win32.c 
	eventhandler.c eventhandler.h hotplug.h hotplug_generic.c 
	hotplug_libusb.c hotplug_linux.c hotplug_macosx.c ifdhandler.h 
	ifdwrapper.c ifdwrapper.h mscdefines.h musclecard.c 
	musclecard.h muscletest.c parser.h pcscdaemon.c pcsclite.h 
	powermgt_generic.c powermgt_generic.h prothandler.c 
	prothandler.h readerfactory.c readerfactory.h sys_generic.h 
	sys_unix.c testpcsc.c thread_generic.h thread_unix.c 
	thread_win32.c tokenfactory.c tokenfactory.h winscard.c 
	winscard.h winscard_clnt.c winscard_msg.c winscard_msg.h 
	winscard_scf.c winscard_svc.c winscard_svc.h wintypes.h 
Log Message:
- Unify the copyright/description header part for most of the files


Index: atrhandler.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/atrhandler.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- atrhandler.c	7 Sep 2003 18:06:58 -0000	1.5
+++ atrhandler.c	18 Oct 2003 17:19:36 -0000	1.6
@@ -1,15 +1,14 @@
-/******************************************************************
- 
-        MUSCLE SmartCard Development ( http://www.linuxnet.com )
-            Title  : atrhandler.c
-            Author : David Corcoran
-            Date   : 7/27/99
-            License: Copyright (C) 1999 David Corcoran
-                     <corcoran@linuxnet.com> 
-            Purpose: This keeps track of smartcard protocols,
-                     timing issues, and atr handling.
- 
-********************************************************************/
+/*
+ * This keeps track of smartcard protocols, timing issues
+ * and ATR handling.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <syslog.h>

Index: atrhandler.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/atrhandler.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- atrhandler.h	7 Sep 2003 18:06:58 -0000	1.3
+++ atrhandler.h	18 Oct 2003 17:19:36 -0000	1.4
@@ -1,15 +1,14 @@
-/******************************************************************
- 
-        MUSCLE SmartCard Development ( http://www.linuxnet.com )
-            Title  : atrhandler.h
-            Author : David Corcoran
-            Date   : 7/27/99
-	    License: Copyright (C) 1999 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This keeps track of smartcard protocols,
-                     timing issues, and atr handling.
- 
-********************************************************************/
+/*
+ * This keeps track of smartcard protocols, timing issues
+ * and ATR handling.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __atrhandler_h__
 #define __atrhandler_h__

Index: configfile.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/configfile.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configfile.h	4 Apr 2002 19:03:36 -0000	1.2
+++ configfile.h	18 Oct 2003 17:19:36 -0000	1.3
@@ -1,14 +1,13 @@
-/*****************************************************************
-/
-/ File   :   configfile.h
-/ Author :   David Corcoran
-/ Date   :   February 12, 1999 modified 7/28/99
-/ License:   Copyright (C) 1999 David Corcoran
-/	     <corcoran@linuxnet.com>
-/ Purpose:   Header file for reading lexical config files.
-/            See http://www.linuxnet.com for more information.
-/
-******************************************************************/
+/*
+ * Header file for reading lexical config files.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __configfile_h__
 #define __configfile_h__

Index: debuglog.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/debuglog.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- debuglog.c	22 Sep 2003 12:14:25 -0000	1.16
+++ debuglog.c	18 Oct 2003 17:19:36 -0000	1.17
@@ -1,17 +1,14 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : debuglog.c
-	Package: pcsc lite
-	Author : David Corcoran, Ludovic Rousseau
-	Date   : 7/27/99, update 11 Aug, 2002
-	License: Copyright (C) 1999,2002 David Corcoran
-			<corcoran@linuxnet.com>
-	Purpose: This handles debugging. 
-	            
-$Id$
-
-********************************************************************/
+/*
+ * This handles debugging.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999-2002
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #ifdef HAVE_SYSLOG_H

Index: debuglog.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/debuglog.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- debuglog.h	10 Sep 2003 09:24:56 -0000	1.8
+++ debuglog.h	18 Oct 2003 17:19:36 -0000	1.9
@@ -1,17 +1,14 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-    Title  : debuglog.h
-    Package: pcsc lite
-	Authors: David Corcoran, Ludovic Rousseau
-	Date   : 7/27/99, updated 11 Aug, 2002
-	License: Copyright (C) 1999,2002 David Corcoran
-			<corcoran@linuxnet.com>
-	Purpose: This handles debugging. 
-
-$Id$
-
-********************************************************************/
+/*
+ * This handles debugging.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999-2002
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * $Id$
+ */
 
 /*
  * log message is sent to syslog, stdout or stderr depending on --debug

Index: dyn_generic.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/dyn_generic.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dyn_generic.h	4 Apr 2002 19:03:36 -0000	1.2
+++ dyn_generic.h	18 Oct 2003 17:19:36 -0000	1.3
@@ -1,16 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : dyn_generic.h
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 8/12/99
-	    License: Copyright (C) 1999 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This abstracts dynamic library loading 
-                     functions. 
-
-********************************************************************/
+/*
+ * This abstracts dynamic library loading functions.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __dyn_generic_h__
 #define __dyn_generic_h__

Index: dyn_hpux.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/dyn_hpux.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dyn_hpux.c	7 Sep 2003 20:28:53 -0000	1.5
+++ dyn_hpux.c	18 Oct 2003 17:19:36 -0000	1.6
@@ -1,16 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : dyn_hpux.c
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 09/09/01
-	    License: Copyright (C) 2001 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This abstracts dynamic library loading 
-                     functions and timing. 
-
-********************************************************************/
+/*
+ * This abstracts dynamic library loading functions and timing.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <string.h>

Index: dyn_macosx.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/dyn_macosx.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dyn_macosx.c	7 Sep 2003 20:28:53 -0000	1.4
+++ dyn_macosx.c	18 Oct 2003 17:19:36 -0000	1.5
@@ -1,16 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : dyn_macosx.c
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 3/15/00
-            License: Copyright (C) 2000 David Corcoran
-                     <corcoran@linuxnet.com>
-            Purpose: This abstracts dynamic library loading 
-                     functions and timing. 
-
-********************************************************************/
+/*
+ * This abstracts dynamic library loading functions and timing.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2000
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #ifdef __APPLE__

Index: dyn_unix.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/dyn_unix.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dyn_unix.c	8 Sep 2003 12:25:49 -0000	1.7
+++ dyn_unix.c	18 Oct 2003 17:19:36 -0000	1.8
@@ -1,16 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : dyn_unix.c
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 8/12/99
-	License: Copyright (C) 1999 David Corcoran <corcoran@linuxnet.com>
-	Purpose: This abstracts dynamic library loading functions and timing. 
-
-$Id$
-
-********************************************************************/
+/*
+ * This abstracts dynamic library loading functions and timing.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <stdio.h>

Index: dyn_win32.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/dyn_win32.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dyn_win32.c	8 Sep 2003 08:50:50 -0000	1.6
+++ dyn_win32.c	18 Oct 2003 17:19:36 -0000	1.7
@@ -1,17 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : dyn_unix.c
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 8/12/99
-	License: Copyright (C) 1999 David Corcoran
-			<corcoran@linuxnet.com>
-	Purpose: This abstracts dynamic library loading functions and timing. 
-
-$Id$
-
-********************************************************************/
+/*
+ * This abstracts dynamic library loading functions and timing.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #ifdef WIN32

Index: eventhandler.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/eventhandler.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- eventhandler.c	7 Sep 2003 18:06:58 -0000	1.12
+++ eventhandler.c	18 Oct 2003 17:19:36 -0000	1.13
@@ -1,18 +1,14 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : eventhandler.c
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 3/13/00
-	License: Copyright (C) 2000 David Corcoran
-		<corcoran@linuxnet.com>
-	Purpose: This keeps track of card insertion/removal events
-	and updates ATR, protocol, and status information.
-
-$Id$
-
-********************************************************************/
+/*
+ * This keeps track of card insertion/removal events
+ * and updates ATR, protocol, and status information.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2000
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <sys/types.h>

Index: eventhandler.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/eventhandler.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- eventhandler.h	4 Apr 2002 19:03:36 -0000	1.2
+++ eventhandler.h	18 Oct 2003 17:19:36 -0000	1.3
@@ -1,15 +1,14 @@
-/******************************************************************
-
-            Title  : eventhandler.h
-            Package: PC/SC Lite
-            Author : David Corcoran
-            Date   : 10/06/99
-	    License: Copyright (C) 1999 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This handles card insertion/removal events, 
-                     updates ATR, protocol, and status information.
-
-********************************************************************/
+/*
+ * This handles card insertion/removal events, updates ATR,
+ * protocol, and status information.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __eventhandler_h__
 #define __eventhandler_h__

Index: hotplug.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/hotplug.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- hotplug.h	19 Aug 2003 09:27:43 -0000	1.3
+++ hotplug.h	18 Oct 2003 17:19:36 -0000	1.4
@@ -1,16 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : hotplug.h
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 10/25/00
-	License: Copyright (C) 2000-2003 David Corcoran <corcoran@linuxnet.com>
-
-	Purpose: This provides a search API for hot pluggble devices.
-$Id$
-
-********************************************************************/
+/*
+ * This provides a search API for hot pluggble devices.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2000-2003
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __hotplug_h__
 #define __hotplug_h__

Index: hotplug_generic.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/hotplug_generic.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- hotplug_generic.c	8 Sep 2003 11:23:57 -0000	1.5
+++ hotplug_generic.c	18 Oct 2003 17:19:36 -0000	1.6
@@ -1,16 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : hotplug.c
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 10/25/00
-	License: Copyright (C) 2000-2003 David Corcoran, <corcoran@linuxnet.com>
-
-	Purpose: This provides a search API for hot pluggble  devices.
-
-$Id$
-********************************************************************/
+/*
+ * This provides a search API for hot pluggble devices.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2000-2003
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include "wintypes.h"

Index: hotplug_libusb.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/hotplug_libusb.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- hotplug_libusb.c	18 Oct 2003 14:29:40 -0000	1.13
+++ hotplug_libusb.c	18 Oct 2003 17:19:36 -0000	1.14
@@ -1,19 +1,17 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : hotplug_linux.c
-	Package: pcsc lite
-	Author : David Corcoran, Ludovic Rousseau
-	Date   : 02/28/01, last update 4/6/2003
-	License: Copyright (C) 2001,2003 David Corcoran, Ludovic Rousseau
-			<corcoran@linuxnet.com>
-	Purpose: This provides a search API for hot pluggble devices.
-	Credits: The USB code was based partly on Johannes Erdfelt
-		libusb code found at libusb.sourceforge.org
-
-$Id$
-
-********************************************************************/
+/*
+ * This provides a search API for hot pluggble devices.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001-2003
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * The USB code was based partly on Johannes Erdfelt
+ * libusb code found at libusb.sourceforge.net
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #ifdef HAVE_LIBUSB

Index: hotplug_linux.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/hotplug_linux.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- hotplug_linux.c	18 Oct 2003 14:29:40 -0000	1.17
+++ hotplug_linux.c	18 Oct 2003 17:19:36 -0000	1.18
@@ -1,19 +1,17 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : hotplug_linux.c
-	Package: pcsc lite
-	Author : David Corcoran, Ludovic Rousseau
-	Date   : 02/28/01, last update 4/6/2003
-	License: Copyright (C) 2001,2003 David Corcoran, <corcoran@linuxnet.com>
-							Ludovic Rousseau, <ludovic.rousseau>
-	Purpose: This provides a search API for hot pluggble devices.
-	Credits: The USB code was based partly on Johannes Erdfelt
-		libusb code found at libusb.sourceforge.org
-
-$Id$
-
-********************************************************************/
+/*
+ * This provides a search API for hot pluggble devices.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001-2003
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * The USB code was based partly on Johannes Erdfelt
+ * libusb code found at libusb.sourceforge.net
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #if defined(__linux__) && !defined(HAVE_LIBUSB)

Index: hotplug_macosx.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/hotplug_macosx.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- hotplug_macosx.c	8 Sep 2003 18:52:31 -0000	1.11
+++ hotplug_macosx.c	18 Oct 2003 17:19:36 -0000	1.12
@@ -1,17 +1,15 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : hotplug_macosx.c
-	Package: pcsc lite
-	Author : Stephen M. Webb <stephenw@cryptocard.com>
-			Ludovic Rousseau <ludovic.rousseau@free.fr>
-	Date   : 03 Dec 2002
-	License: Copyright (C) 2002 David Corcoran <corcoran@linuxnet.com>
-
-	Purpose: This provides a search API for hot pluggble devices.
-
-$Id$
-********************************************************************/
+/*
+ * This provides a search API for hot pluggble devices.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2002
+ *  Stephen M. Webb <stephenw@cryptocard.com>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #ifdef __APPLE__

Index: ifdhandler.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/ifdhandler.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ifdhandler.h	18 Sep 2003 06:10:21 -0000	1.4
+++ ifdhandler.h	18 Oct 2003 17:19:36 -0000	1.5
@@ -1,14 +1,13 @@
-/*****************************************************************
-/
-/ File   :   ifdhandler.h
-/ Author :   David Corcoran
-/ Date   :   November 7, 1998
-/ License:   Copyright (C) 1999 David Corcoran
-/	     <corcoran@linuxnet.com>
-/ Purpose:   This provides reader specific low-level calls.
-/            See http://www.linuxnet.com for more information.
-/
-******************************************************************/
+/*
+ * This provides reader specific low-level calls.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef _ifd_handler_h_
 #define _ifd_handler_h_

Index: ifdwrapper.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/ifdwrapper.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ifdwrapper.c	11 Sep 2003 21:25:38 -0000	1.6
+++ ifdwrapper.c	18 Oct 2003 17:19:36 -0000	1.7
@@ -1,14 +1,13 @@
-/******************************************************************
-
-            Title  : ifdwrapper.c
-            Package: PC/SC Lite
-            Author : David Corcoran
-            Date   : 10/08/99
-	    License: Copyright (C) 1999 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This wraps the dynamic ifdhandler functions.
-
-********************************************************************/
+/*
+ * This wraps the dynamic ifdhandler functions.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include "wintypes.h"

Index: ifdwrapper.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/ifdwrapper.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ifdwrapper.h	4 Apr 2002 19:03:36 -0000	1.2
+++ ifdwrapper.h	18 Oct 2003 17:19:36 -0000	1.3
@@ -1,16 +1,14 @@
-/******************************************************************
-
-            Title  : ifdwrapper.h
-            Package: PC/SC Lite
-            Author : David Corcoran
-            Date   : 10/08/99
-	    License: Copyright (C) 1999 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This wraps the dynamic ifdhandler functions.
-	             This abstraction will eventually allow multiple card
-	             slots in the same terminal.
-
-********************************************************************/
+/*
+ * This wraps the dynamic ifdhandler functions. The abstraction will
+ * eventually allow multiple card slots in the same terminal.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __ifdwrapper_h__
 #define __ifdwrapper_h__

Index: mscdefines.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/mscdefines.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mscdefines.h	7 Sep 2003 18:06:58 -0000	1.6
+++ mscdefines.h	18 Oct 2003 17:19:36 -0000	1.7
@@ -1,19 +1,16 @@
-/******************************************************************
-
-        MUSCLE SmartCard Development ( http://www.linuxnet.com )
-            Title  : mscdefines.h
-            Package: MuscleCard Framework
-            Author : David Corcoran
-            Date   : 10/02/01
-            License: Copyright (C) 2001-2002 David Corcoran
-                     <corcoran@linuxnet.com>
-            Purpose: This provides high level definitions for
-                     data types, structures.
-
-	    You may not remove this header from this file
-	    without prior permission from the author.
-   
-********************************************************************/
+/*
+ * This provides high level definitions for data types, structures.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001-2002
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * You may not remove this header from this file
+ * without prior permission from the author.
+ *
+ * $Id$
+ */
 
 #ifndef __mscdefines_h__
 #define __mscdefines_h__

Index: musclecard.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/musclecard.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- musclecard.c	8 Sep 2003 09:51:46 -0000	1.33
+++ musclecard.c	18 Oct 2003 17:19:36 -0000	1.34
@@ -1,22 +1,17 @@
-/******************************************************************
- 
-        MUSCLE SmartCard Development ( http://www.linuxnet.com )
-            Title  : musclecard.c
-            Package: MuscleCard Framework
-            Author : David Corcoran
-            Date   : 09/26/01
-            License: Copyright (C) 2001-2002 David Corcoran
-                     <corcoran@linuxnet.com>
-                     2003 Ludovic Rousseau <ludovic.rousseau@free.fr>
-            Purpose: This loads MuscleCard plug-ins and provides functions for
-            applications.
-
-            You may not remove this header from this file without 
-            prior permission from the author.
-
-$Id$
-  
-********************************************************************/
+/*
+ * This abstracts the MUSCLE Card Edge Inteface.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001-2003
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * You may not remove this header from this file without 
+ * prior permission from the author.
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <string.h>

Index: musclecard.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/musclecard.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- musclecard.h	7 Sep 2003 18:06:58 -0000	1.15
+++ musclecard.h	18 Oct 2003 17:19:36 -0000	1.16
@@ -1,18 +1,16 @@
-/******************************************************************
- 
-        MUSCLE SmartCard Development ( http://www.linuxnet.com )
-            Title  : musclecard.h
-            Package: MuscleCard Framework
-            Author : David Corcoran
-            Date   : 11/28/01
-            License: Copyright (C) 2001 David Corcoran
-                     <corcoran@linuxnet.com>
-            Purpose: This abstracts the MUSCLE Card Edge Inteface
-
-	    You may not remove this header from this file
-	    without prior permission from the author.
- 
-********************************************************************/
+/*
+ * This abstracts the MUSCLE Card Edge Inteface.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001-2002
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * You may not remove this header from this file
+ * without prior permission from the author.
+ *
+ * $Id$
+ */
 
 #ifndef __musclecard_h__
 #define __musclecard_h__

Index: muscletest.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/muscletest.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- muscletest.c	7 Sep 2003 18:06:58 -0000	1.6
+++ muscletest.c	18 Oct 2003 17:19:36 -0000	1.7
@@ -1,16 +1,13 @@
- /******************************************************************
- 
-        MUSCLE SmartCard Development ( http://www.linuxnet.com )
-            Title  : test.c
-            Package: card edge
-            Author : David Corcoran
-            Date   : 10/04/01
-            License: Copyright (C) 2001 David Corcoran
-                     <corcoran@linuxnet.com>
-            Purpose: This tests the virtual card edge
- 
- 
-********************************************************************/
+/*
+ * This tests the virtual card edge.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include <stdio.h>
 #include <stdlib.h>

Index: parser.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/parser.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- parser.h	11 Aug 2003 09:55:36 -0000	1.3
+++ parser.h	18 Oct 2003 17:19:36 -0000	1.4
@@ -1,15 +1,14 @@
-/*****************************************************************
-
-  File   :   parser.h
-  Author :   Toni Andjelkovic
-  Date   :   August 11, 2003
-  Purpose:   Reads lexical config files and updates database.
-             See http://www.linuxnet.com for more information.
-  License:   Copyright (C) 2003 Toni Andjelkovic <toni@soth.at>
-             Ludovic Rousseau <ludovic.rousseau@free.fr>
-$Id$
-
-******************************************************************/
+/*
+ * Reads lexical config files and updates database.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2003
+ *  Toni Andjelkovic <toni@soth.at>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * $Id$
+ */
 
 #define TOKEN_MAX_KEY_SIZE   200
 #define TOKEN_MAX_VALUE_SIZE 200

Index: pcscdaemon.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/pcscdaemon.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- pcscdaemon.c	8 Sep 2003 10:36:09 -0000	1.32
+++ pcscdaemon.c	18 Oct 2003 17:19:36 -0000	1.33
@@ -1,16 +1,13 @@
-/******************************************************************
-
-	Title  : pcscdaemon.c
-	Package: PC/SC Lite
-	Author : David Corcoran
-	Date   : 10/24/99
-	License: Copyright (C) 1999 David Corcoran
-			<corcoran@linuxnet.com>
-	Purpose: This is the main pcscd daemon.
-
-$Id$
-
-********************************************************************/
+/*
+ * This is the main pcscd daemon.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <time.h>

Index: pcsclite.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/pcsclite.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- pcsclite.h	16 Sep 2003 13:50:32 -0000	1.22
+++ pcsclite.h	18 Oct 2003 17:19:36 -0000	1.23
@@ -1,19 +1,14 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : pcsclite.h
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 7/27/99
-	License: Copyright (C) 1999 David Corcoran
-			<corcoran@linuxnet.com>
-		2003 Ludovic Rousseau
-			<ludovic.rousseau@free.fr>
-	Purpose: This keeps a list of defines for pcsc lite.            
-
-$Id$
-
-********************************************************************/
+/*
+ * This keeps a list of defines for pcsc-lite.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999-2003
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * $Id$
+ */
 
 #ifndef __pcsclite_h__
 #define __pcsclite_h__

Index: powermgt_generic.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/powermgt_generic.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- powermgt_generic.c	8 Sep 2003 11:23:57 -0000	1.2
+++ powermgt_generic.c	18 Oct 2003 17:19:36 -0000	1.3
@@ -1,14 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : powermgt_generic.c
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 09/07/03
-	License: Copyright (C) 2000-2003 David Corcoran, <corcoran@linuxnet.com>
-
-$Id$
-********************************************************************/
+/*
+ * This handles power management routines.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2000-2003
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include "wintypes.h"

Index: powermgt_generic.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/powermgt_generic.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- powermgt_generic.h	23 Apr 2002 17:49:17 -0000	1.1
+++ powermgt_generic.h	18 Oct 2003 17:19:36 -0000	1.2
@@ -1,17 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : powermgt_generic.h
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 04/22/02
-	License: Copyright (C) 2002 David Corcoran
-		<corcoran@linuxnet.com>
-	Purpose: This handles power management routines. 
-
-$Id$
-
-********************************************************************/
+/*
+ * This handles power management routines.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2002
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __powermgt_generic_h__
 #define __powermgt_generic_h__

Index: prothandler.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/prothandler.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- prothandler.c	7 Sep 2003 18:06:58 -0000	1.5
+++ prothandler.c	18 Oct 2003 17:19:36 -0000	1.6
@@ -1,14 +1,13 @@
-/******************************************************************
-
-            Title  : prothandler.c
-            Package: PC/SC Lite
-            Author : David Corcoran
-            Date   : 10/06/99
-	    License: Copyright (C) 1999 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This handles protocol defaults, PTS, etc.
-
-********************************************************************/
+/*
+ * This handles protocol defaults, PTS, etc.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <string.h>

Index: prothandler.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/prothandler.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- prothandler.h	30 Oct 2002 17:45:34 -0000	1.3
+++ prothandler.h	18 Oct 2003 17:19:36 -0000	1.4
@@ -1,14 +1,13 @@
-/******************************************************************
-
-            Title  : prothandler.h
-            Package: PC/SC Lite
-            Author : David Corcoran
-            Date   : 10/06/99
-	    License: Copyright (C) 1999 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This handles protocol defaults, PTS, etc.
-
-********************************************************************/
+/*
+ * This handles protocol defaults, PTS, etc.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __prothandler_h__
 #define __prothandler_h__

Index: readerfactory.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/readerfactory.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- readerfactory.c	29 Sep 2003 14:05:26 -0000	1.27
+++ readerfactory.c	18 Oct 2003 17:19:36 -0000	1.28
@@ -1,20 +1,14 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : readerfactory.c
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 7/27/99
-	License: Copyright (C) 1999 David Corcoran
-			<corcoran@linuxnet.com>
-	         Copyright (C) 2003 Damien Sauveron
-			<damien.sauveron@labri.fr>
-	Purpose: This keeps track of a list of currently 
-	available reader structures.
-
-$Id$
-
-********************************************************************/
+/*
+ * This keeps track of a list of currently available reader structures.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999-2003
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Damien Sauveron <damien.sauveron@labri.fr>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <stdio.h>

Index: readerfactory.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/readerfactory.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- readerfactory.h	29 Sep 2003 13:33:14 -0000	1.7
+++ readerfactory.h	18 Oct 2003 17:19:36 -0000	1.8
@@ -1,16 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : readerfactory.h
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 7/27/99
-	    License: Copyright (C) 1999 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This keeps track of a list of currently 
-	             available reader structures.
-
-********************************************************************/
+/*
+ * This keeps track of a list of currently available reader structures.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __readerfactory_h__
 #define __readerfactory_h__

Index: sys_generic.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/sys_generic.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sys_generic.h	7 Sep 2003 17:20:22 -0000	1.5
+++ sys_generic.h	18 Oct 2003 17:19:36 -0000	1.6
@@ -1,17 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : sys_generic.h
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 11/8/99
-	License: Copyright (C) 1999 David Corcoran
-		<corcoran@linuxnet.com>
-	Purpose: This handles abstract system level calls. 
-
-$Id$
-
-********************************************************************/
+/*
+ * This handles abstract system level calls.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __sys_generic_h__
 #define __sys_generic_h__

Index: sys_unix.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/sys_unix.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sys_unix.c	7 Sep 2003 20:28:53 -0000	1.7
+++ sys_unix.c	18 Oct 2003 17:19:36 -0000	1.8
@@ -1,17 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : sys_unix.c
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 11/8/99
-	License: Copyright (C) 1999 David Corcoran
-			<corcoran@linuxnet.com>
-	Purpose: This handles abstract system level calls. 
-
-$Id$
-
-********************************************************************/
+/*
+ * This handles abstract system level calls.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <sys/types.h>

Index: testpcsc.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/testpcsc.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- testpcsc.c	8 Sep 2003 08:50:50 -0000	1.4
+++ testpcsc.c	18 Oct 2003 17:19:36 -0000	1.5
@@ -1,15 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : test.c
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 7/27/99
-	    License: Copyright (C) 1999 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This is a test program for pcsc-lite.
-	            
-********************************************************************/
+/*
+ * This is a test program for pcsc-lite.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <stdio.h>

Index: thread_generic.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/thread_generic.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- thread_generic.h	7 Sep 2003 18:06:58 -0000	1.7
+++ thread_generic.h	18 Oct 2003 17:19:36 -0000	1.8
@@ -1,15 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : thread_generic.h
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 3/24/00
-	    License: Copyright (C) 2000 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This provides system specific thread calls. 
-	            
-********************************************************************/
+/*
+ * This provides system specific thread calls.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2000
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __thread_generic_h__
 #define __thread_generic_h__

Index: thread_unix.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/thread_unix.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- thread_unix.c	7 Sep 2003 18:06:58 -0000	1.6
+++ thread_unix.c	18 Oct 2003 17:19:36 -0000	1.7
@@ -1,15 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : thread_unix.c
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 7/6/00
-	    License: Copyright (C) 2000 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This handles thread function abstraction.
-	            
-********************************************************************/
+/*
+ * This handles thread function abstraction.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2000
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include "wintypes.h"

Index: thread_win32.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/thread_win32.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- thread_win32.c	8 Sep 2003 10:35:59 -0000	1.4
+++ thread_win32.c	18 Oct 2003 17:19:36 -0000	1.5
@@ -1,14 +1,13 @@
-/******************************************************************
-
-    MUSCLE SmartCard Development ( http://www.linuxnet.com )
-    Title  : thread_win32.c
-    Package: pcsc lite
-    Author : Jamie Nicolson
-    Date   : 02/20/2003
-    License: Copyright (C) 2003 Netscape Communications Corporation
-    Purpose: This handles thread and mutex functions for Windows.
-
-********************************************************************/
+/*
+ * This handles thread and mutex functions for Windows.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2003
+ *  Jamie Nicolson / Netscape Communications Corporation
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include "thread_generic.h"

Index: tokenfactory.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/tokenfactory.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- tokenfactory.c	15 Oct 2003 20:27:55 -0000	1.16
+++ tokenfactory.c	18 Oct 2003 17:19:36 -0000	1.17
@@ -1,15 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-		Title  : cardfactory.c
-		Package: pcsc lite
-		Author : David Corcoran
-		Date   : 01/01/00
-		Purpose: This handles card abstraction attachment. 
-
- $Id$
-
-*******************************************************************/
+/*
+ * This handles card abstraction attachment.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2000
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <stdio.h>

Index: tokenfactory.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/tokenfactory.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tokenfactory.h	4 Apr 2002 19:03:36 -0000	1.2
+++ tokenfactory.h	18 Oct 2003 17:19:36 -0000	1.3
@@ -1,16 +1,16 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : cardfactory.h
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 01/01/00
-            Purpose: This handles card abstraction attachment. 
-	            
-********************************************************************/
+/*
+ * This handles card abstraction attachment.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2000
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
-#ifndef __cardfactory_h__
-#define __cardfactory_h__
+#ifndef __tokenfactory_h__
+#define __tokenfactory_h__
 
 #include "mscdefines.h"
 
@@ -30,4 +30,4 @@
 }
 #endif
 
-#endif							/* __cardfactory_h__ */
+#endif							/* __tokenfactory_h__ */

Index: winscard.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- winscard.c	8 Sep 2003 08:50:50 -0000	1.18
+++ winscard.c	18 Oct 2003 17:19:36 -0000	1.19
@@ -1,20 +1,15 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : winscard.c
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 7/27/1999, 11/29/2002
-	License: Copyright (C) 1999 David Corcoran
-				<corcoran@linuxnet.com>
-			Copyright (C) 2002,2003 Ludovic Rousseau
-				<ludovic.rousseau@free.fr>
-	Purpose: This handles smartcard reader communications. 
-		This is the heart of the M$ smartcard API.
-
-	$Id$
-
-********************************************************************/
+/*
+ * This handles smartcard reader communications.
+ * This is the heart of the M$ smartcard API.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999-2003
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <stdlib.h>

Index: winscard.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- winscard.h	7 Sep 2003 18:06:58 -0000	1.6
+++ winscard.h	18 Oct 2003 17:19:36 -0000	1.7
@@ -1,19 +1,14 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : winscard.h
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 7/27/99
- 	    License: Copyright (C) 1999 David Corcoran
-	             <corcoran@linuxnet.com>
-		     Copyright (C) 2003, Ludovic Rousseau
-		     <ludovic.rousseau@free.fr>
-            Purpose: This handles smartcard reader communications. 
-	            
-$Id$
-
-********************************************************************/
+/*
+ * This handles smartcard reader communications.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999-2003
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * $Id$
+ */
 
 #ifndef __winscard_h__
 #define __winscard_h__

Index: winscard_clnt.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard_clnt.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- winscard_clnt.c	15 Oct 2003 08:56:11 -0000	1.17
+++ winscard_clnt.c	18 Oct 2003 17:19:36 -0000	1.18
@@ -1,18 +1,14 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : winscard_clnt.c
-	Package: pcsc lite
-	Author : David Corcoran
-	Date   : 10/27/99
-	License: Copyright (C) 1999 David Corcoran
-			<corcoran@linuxnet.com>
-	Purpose: This handles smartcard reader communications.
-	This file forwards requests over message queues.
-
-$Id$
-
-********************************************************************/
+/*
+ * This handles smartcard reader communications and
+ * forwarding requests over message queues.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <stdlib.h>

Index: winscard_msg.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard_msg.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- winscard_msg.c	15 Oct 2003 17:40:49 -0000	1.13
+++ winscard_msg.c	18 Oct 2003 17:19:36 -0000	1.14
@@ -1,16 +1,13 @@
-/******************************************************************
-
-	Title  : winscard_msg.c
-	Package: PC/SC Lite
-	Author : David Corcoran
-	Date   : 04/19/01
-	License: Copyright (C) 2001 David Corcoran
-			<corcoran@linuxnet.com>
-	Purpose: This is responsible for client/server transport.
-
-$Id$
-
-********************************************************************/
+/*
+ * This is responsible for client/server transport.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <fcntl.h>

Index: winscard_msg.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard_msg.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- winscard_msg.h	4 Apr 2002 19:03:36 -0000	1.2
+++ winscard_msg.h	18 Oct 2003 17:19:36 -0000	1.3
@@ -1,16 +1,14 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : winscard_msg.h
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 03/30/01
-	    License: Copyright (C) 2001 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This defines some structures and defines to
-	             be used over the transport layer.
-
-********************************************************************/
+/*
+ * This defines some structures and defines to be used over
+ * the transport layer.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __winscard_msg_h__
 #define __winscard_msg_h__

Index: winscard_scf.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard_scf.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- winscard_scf.c	23 Sep 2003 12:28:18 -0000	1.6
+++ winscard_scf.c	18 Oct 2003 17:19:36 -0000	1.7
@@ -1,16 +1,14 @@
-/******************************************************************
-
-        MUSCLE SmartCard Development ( http://www.linuxnet.com )
-            Title  : winscard_scf.c
-            Package: pcsc-lite
-            Author : Najam Siddiqui
-                     David Corcoran
-            Date   : 6/24/02
-            License: Copyright (C) 2002 David Corcoran
-                     <corcoran@linuxnet.com>
-            Purpose: This provides PC/SC to SCF shimming.. 
-                     Copy this file to pcsc-lite../src/winscard_clnt.c
-********************************************************************/
+/*
+ * This provides PC/SC to SCF shimming.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2002
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Najam Siddiqui
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <stdlib.h>

Index: winscard_svc.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard_svc.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- winscard_svc.c	13 Oct 2003 20:26:03 -0000	1.8
+++ winscard_svc.c	18 Oct 2003 17:19:36 -0000	1.9
@@ -1,17 +1,14 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : winscard_svc.c
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 03/30/01
-	    License: Copyright (C) 2001 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This demarshalls functions over the message
-	             queue and keeps track of clients and their
-                     handles.
-
-********************************************************************/
+/*
+ * This demarshalls functions over the message queue and keeps
+ * track of clients and their handles.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <time.h>

Index: winscard_svc.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard_svc.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- winscard_svc.h	4 Apr 2002 19:03:36 -0000	1.2
+++ winscard_svc.h	18 Oct 2003 17:19:36 -0000	1.3
@@ -1,17 +1,14 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : winscard_svc.h
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 03/30/01
-	    License: Copyright (C) 2001 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This demarshalls functions over the message
-	             queue and keeps track of clients and their
-                     handles.
-
-********************************************************************/
+/*
+ * This demarshalls functions over the message queue and
+ * keeps track of clients and their handles.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __winscard_svc_h__
 #define __winscard_svc_h__

Index: wintypes.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/wintypes.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- wintypes.h	7 Sep 2003 18:06:58 -0000	1.6
+++ wintypes.h	18 Oct 2003 17:19:36 -0000	1.7
@@ -1,16 +1,13 @@
-/******************************************************************
-
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	    Title  : wintypes.h
-	    Package: pcsc lite
-            Author : David Corcoran
-            Date   : 7/27/99
-	    License: Copyright (C) 1999 David Corcoran
-	             <corcoran@linuxnet.com>
-            Purpose: This keeps a list of Windows(R) types.
-
-	$Id$
-********************************************************************/
+/*
+ * This keeps a list of Windows(R) types.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #ifndef __wintypes_h__
 #define __wintypes_h__