[Pcsclite-cvs-commit] PCSC/src/utils bundleTool.c,1.9,1.10 formaticc.c,1.8,1.9 installifd.c,1.7,1.8

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


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

Modified Files:
	bundleTool.c formaticc.c installifd.c 
Log Message:
- Unify the copyright/description header part for most of the files


Index: bundleTool.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/utils/bundleTool.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- bundleTool.c	8 Sep 2003 11:21:14 -0000	1.9
+++ bundleTool.c	18 Oct 2003 17:19:36 -0000	1.10
@@ -1,20 +1,13 @@
-/******************************************************************
- 
-	MUSCLE SmartCard Development ( http://www.linuxnet.com )
-	Title  : bundleTool.c
-	Package: MuscleCard Framework
-	Author : David Corcoran
-	Date   : 03/11/01
-	License: Copyright (C) 2002 David Corcoran
-			<corcoran@linuxnet.com>
-	Purpose: This automatically updates the Info.plist
-
-	You may not remove this header from this file
-	without prior permission from the author.
-
-$Id$
- 
-********************************************************************/
+/*
+ * This automatically updates the Info.plist.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001-2002
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <string.h>

Index: formaticc.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/utils/formaticc.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- formaticc.c	8 Sep 2003 11:21:14 -0000	1.8
+++ formaticc.c	18 Oct 2003 17:19:36 -0000	1.9
@@ -1,24 +1,20 @@
-/******************************************************************
- 
-        MUSCLE SmartCard Development ( http://www.linuxnet.com )
-            Title  : formaticc.c
-            Package: pcsc lite
-            Author : David Corcoran, Ludovic Rousseau
-            Date   : 5/16/00, 8/16/2002
-            License: Copyright (C) 2000 David Corcoran
-                     <corcoran@linuxnet.com>
-            Purpose: This is an APDU robot for pcsc-lite.
- 
-$Id$
-
-********************************************************************/
+/*
+ * This is an APDU robot for pcsc-lite.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2000-2002
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * $Id$
+ */
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <wintypes.h>
 #include <winscard.h>
-#include "configfile.h"
 
 #ifndef MAXHOSTNAMELEN
 #define MAXHOSTNAMELEN 64
@@ -235,4 +231,3 @@
 
 	return 0;
 }
-

Index: installifd.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/utils/installifd.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- installifd.c	8 Sep 2003 11:21:14 -0000	1.7
+++ installifd.c	18 Oct 2003 17:19:36 -0000	1.8
@@ -1,19 +1,14 @@
-/******************************************************************
- 
-        MUSCLE SmartCard Development ( http://www.linuxnet.com )
-            Title  : installifd.c
-            Package: pcsc lite
-            Author : David Corcoran
-            Date   : 5/16/00
-            License: Copyright (C) 2000 David Corcoran
-                     <corcoran@linuxnet.com>
-                     2003 Ludovic Rousseau
-                     <ludovic.rousseau@free.fr>
-            Purpose: This is a reader installer for pcsc-lite.
- 
-$Id$
-
-********************************************************************/
+/*
+ * This is a reader installer for pcsc-lite.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2000-2003
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * $Id$
+ */
 
 #include "config.h"
 #include <stdio.h>