[Pcsclite-cvs-commit] PCSC/src pcscdaemon.c,1.48,1.49

sauveron-guest@haydn.debian.org sauveron-guest@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv8780/src

Modified Files:
	pcscdaemon.c 
Log Message:
Typo in email address.

Index: pcscdaemon.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/pcscdaemon.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- pcscdaemon.c	19 Apr 2004 16:42:02 -0000	1.48
+++ pcscdaemon.c	19 Apr 2004 16:49:39 -0000	1.49
@@ -514,7 +514,7 @@
 {
 	printf("%s version %s.\n",  PACKAGE, VERSION);
 	printf("Copyright (C) 1999-2002 by David Corcoran <corcoran@linuxnet.com>.\n");
-	printf("Copyright (C) 2001-2004 by Ludovic Rousseau <ludovic.rouseau@free.fr>.\n");
+	printf("Copyright (C) 2001-2004 by Ludovic Rousseau <ludovic.rousseau@free.fr>.\n");
 	printf("Copyright (C) 2003-2004 by Damien Sauveron <sauveron@labri.fr>.\n");
 	printf("Report bugs to <sclinux@linuxnet.com>.\n");
 }