[Pcsclite-cvs-commit] PCSC/src configfile.l,1.3,1.4 tokenparser.l,1.8,1.9

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Sat, 18 Oct 2003 20:24:02 +0200


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

Modified Files:
	configfile.l tokenparser.l 
Log Message:
- Unify the copyright/description header part for most of the files


Index: configfile.l
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/configfile.l,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- configfile.l	31 Mar 2002 03:42:59 -0000	1.3
+++ configfile.l	18 Oct 2003 18:24:00 -0000	1.4
@@ -1,14 +1,13 @@
-/*****************************************************************
-
-  File   :   configfile.ll
-  Author :   David Corcoran
-  Date   :   February 12, 1999 modified 7/28/99
-  Purpose:   Reads lexical config files and updates database.
-             See http://www.linuxnet.com for more information.
-  License:   Copyright (C) 1999 David Corcoran
-             <corcoran@linuxnet.com>
-
-******************************************************************/
+/*
+ * Reads lexical config files and updates database.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 1999
+ *  David Corcoran <corcoran@linuxnet.com>
+ *
+ * $Id$
+ */
 
 %{
 int evaluatetoken( char *pcToken );

Index: tokenparser.l
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/tokenparser.l,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- tokenparser.l	7 Sep 2003 18:06:58 -0000	1.8
+++ tokenparser.l	18 Oct 2003 18:24:00 -0000	1.9
@@ -1,15 +1,14 @@
-/*****************************************************************
-
-  File   :   tokenparser.l
-  Author :   David Corcoran
-  Date   :   February 12, 1999, modified August 2003
-  Purpose:   Reads lexical config files and updates database.
-             See http://www.linuxnet.com for more information.
-  License:   Copyright (C) 1999-2003 David Corcoran <corcoran@linuxnet.com>
-             Ludovic Rousseau <ludovic.rousseau@free.fr>
-$Id$
-
-******************************************************************/
+/*
+ * Reads lexical config files and updates database.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2001-2003
+ *  David Corcoran <corcoran@linuxnet.com>
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * $Id$
+ */
 
 %{