[Pcsclite-cvs-commit] r5439 - /trunk/pcsc-tools/pcsc_scan.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Dec 11 13:45:24 UTC 2010


Author: rousseau
Date: Sat Dec 11 13:45:23 2010
New Revision: 5439

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5439
Log:
update copyright dates

Modified:
    trunk/pcsc-tools/pcsc_scan.c

Modified: trunk/pcsc-tools/pcsc_scan.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/pcsc-tools/pcsc_scan.c?rev=5439&op=diff
==============================================================================
--- trunk/pcsc-tools/pcsc_scan.c (original)
+++ trunk/pcsc-tools/pcsc_scan.c Sat Dec 11 13:45:23 2010
@@ -1,6 +1,6 @@
 /*
     Scan and print all the PC/SC devices available
-    Copyright (C) 2001-2009  Ludovic Rousseau <ludovic.rousseau at free.fr>
+    Copyright (C) 2001-2010  Ludovic Rousseau <ludovic.rousseau at free.fr>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -87,7 +87,7 @@
 	int pnp = TRUE;
 
 	printf("PC/SC device scanner\n");
-	printf("V " VERSION " (c) 2001-2009, Ludovic Rousseau <ludovic.rousseau at free.fr>\n");
+	printf("V " VERSION " (c) 2001-2010, Ludovic Rousseau <ludovic.rousseau at free.fr>\n");
 	printf("Compiled with PC/SC lite version: " PCSCLITE_VERSION_NUMBER "\n");
 
 	while ((opt = getopt(argc, argv, "Vhn")) != EOF)




More information about the Pcsclite-cvs-commit mailing list