[Pcsclite-cvs-commit] PCSC/win32 win32_pcsclite.h,1.2,1.3

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


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

Modified Files:
	win32_pcsclite.h 
Log Message:
- Unify the copyright/description header part for most of the files


Index: win32_pcsclite.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/win32/win32_pcsclite.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- win32_pcsclite.h	6 May 2002 23:01:24 -0000	1.2
+++ win32_pcsclite.h	18 Oct 2003 17:19:36 -0000	1.3
@@ -1,17 +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>
-	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__
@@ -20,8 +17,8 @@
 extern "C"
 {
 #endif
-
-#include <winscard.h>
+
+#include <winscard.h>
 
 	typedef SCARDCONTEXT *PSCARDCONTEXT;
 	typedef SCARDCONTEXT *LPSCARDCONTEXT;