[Pcsclite-cvs-commit] r5483 - /trunk/pcsc-tools/pcsc_scan.c
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Wed Jan 5 12:59:13 UTC 2011
Author: rousseau
Date: Wed Jan 5 12:59:11 2011
New Revision: 5483
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5483
Log:
Update copyright date
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=5483&op=diff
==============================================================================
--- trunk/pcsc-tools/pcsc_scan.c (original)
+++ trunk/pcsc-tools/pcsc_scan.c Wed Jan 5 12:59:11 2011
@@ -1,6 +1,6 @@
/*
Scan and print all the PC/SC devices available
- Copyright (C) 2001-2010 Ludovic Rousseau <ludovic.rousseau at free.fr>
+ Copyright (C) 2001-2011 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-2010, Ludovic Rousseau <ludovic.rousseau at free.fr>\n");
+ printf("V " VERSION " (c) 2001-2011, 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