diff --git a/AUTHORS b/AUTHORS index 24858e37..c2211778 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ Main authors: -- David Corcoran +- David Corcoran - Ludovic Rousseau - Damien Sauveron diff --git a/COPYING b/COPYING index deeebe02..cf4bed7f 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 1999-2003 David Corcoran +Copyright (c) 1999-2003 David Corcoran Copyright (c) 2001-2011 Ludovic Rousseau All rights reserved. diff --git a/DRIVERS b/DRIVERS index 3ef7b8e2..eab0a141 100644 --- a/DRIVERS +++ b/DRIVERS @@ -1,10 +1,10 @@ DRIVERS -To install USB drivers, download the driver from http://www.linuxnet.com/ -and copy it to a temporary location. After you have unarchived the files -copy the directory to /usr/local/pcsc/drivers/. If the directory -/usr/local/pcsc/drivers/ does not exist create it before copying the driver -directory to it. +To install USB drivers, download the driver from +http://musclecard.com/software.html and copy it to a temporary location. +After you have unarchived the files copy the directory to +/usr/local/pcsc/drivers/. If the directory /usr/local/pcsc/drivers/ +does not exist create it before copying the driver directory to it. Example Mac OS X, Linux 2.4: diff --git a/README b/README index 7cdb49b3..7cc17d11 100644 --- a/README +++ b/README @@ -107,7 +107,7 @@ QUESTIONS: The API documentation is provided in PDF format under the docs directory. For questions, please email me at: - corcoran@linuxnet.com + corcoran@musclecard.com On some plateforms (GNU/Linux on mips and mipsel, FreeBSD and possibly other *BSD suystems) you must use: diff --git a/UnitaryTests/BufferOverflow.c b/UnitaryTests/BufferOverflow.c index 8699b2cc..72c4a145 100644 --- a/UnitaryTests/BufferOverflow.c +++ b/UnitaryTests/BufferOverflow.c @@ -1,5 +1,5 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2009 * Ludovic Rousseau diff --git a/doc/example/pcsc_demo.c b/doc/example/pcsc_demo.c index 01ed8a48..abe83b76 100644 --- a/doc/example/pcsc_demo.c +++ b/doc/example/pcsc_demo.c @@ -1,7 +1,7 @@ /* * Sample program to use PC/SC API. * - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2003-2011 * Ludovic Rousseau diff --git a/src/PCSC/debuglog.h b/src/PCSC/debuglog.h index 04f25852..817d3b09 100644 --- a/src/PCSC/debuglog.h +++ b/src/PCSC/debuglog.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2004 - * David Corcoran + * David Corcoran * Copyright (C) 1999-2011 * Ludovic Rousseau * diff --git a/src/PCSC/ifdhandler.h b/src/PCSC/ifdhandler.h index 411853de..e6b784db 100644 --- a/src/PCSC/ifdhandler.h +++ b/src/PCSC/ifdhandler.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2004 - * David Corcoran + * David Corcoran * Copyright (C) 2003-2004 * Damien Sauveron * Copyright (C) 2002-2011 diff --git a/src/PCSC/pcsclite.h.in b/src/PCSC/pcsclite.h.in index 779a9095..287e3c54 100644 --- a/src/PCSC/pcsclite.h.in +++ b/src/PCSC/pcsclite.h.in @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2004 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2011 * Ludovic Rousseau * Copyright (C) 2005 diff --git a/src/PCSC/reader.h b/src/PCSC/reader.h index c0e83444..1aad235d 100644 --- a/src/PCSC/reader.h +++ b/src/PCSC/reader.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2005 - * David Corcoran + * David Corcoran * Copyright (C) 2005-2009 * Ludovic Rousseau * diff --git a/src/PCSC/winscard.h b/src/PCSC/winscard.h index d64b56d4..73e7150e 100644 --- a/src/PCSC/winscard.h +++ b/src/PCSC/winscard.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2003 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2009 * Ludovic Rousseau * diff --git a/src/PCSC/wintypes.h b/src/PCSC/wintypes.h index 26e62386..64246c22 100644 --- a/src/PCSC/wintypes.h +++ b/src/PCSC/wintypes.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2011 * Ludovic Rousseau * diff --git a/src/atrhandler.c b/src/atrhandler.c index 18194073..97c990ae 100644 --- a/src/atrhandler.c +++ b/src/atrhandler.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2002 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2011 * Ludovic Rousseau * diff --git a/src/atrhandler.h b/src/atrhandler.h index 47f7e552..95d54876 100644 --- a/src/atrhandler.h +++ b/src/atrhandler.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2002 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2009 * Ludovic Rousseau * diff --git a/src/auth.c b/src/auth.c index a0b0c082..f6609549 100644 --- a/src/auth.c +++ b/src/auth.c @@ -1,5 +1,5 @@ /* - * MUSCLE SmartCard Development ( http://musclecard.com/ ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2013 Red Hat * diff --git a/src/auth.h b/src/auth.h index a9cec429..3b3a6b39 100644 --- a/src/auth.h +++ b/src/auth.h @@ -1,5 +1,5 @@ /* - * MUSCLE SmartCard Development ( http://musclecard.com/ ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2013 Red Hat * diff --git a/src/configfile.h b/src/configfile.h index 549d3642..10305d3d 100644 --- a/src/configfile.h +++ b/src/configfile.h @@ -1,10 +1,10 @@ /* * Header file for reading lexical config files. * - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2002 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2010 * Ludovic Rousseau * diff --git a/src/configfile.l b/src/configfile.l index b9c44e4c..775bccad 100644 --- a/src/configfile.l +++ b/src/configfile.l @@ -1,10 +1,10 @@ /* * Reads lexical config files and updates database. * - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2002 - * David Corcoran + * David Corcoran * Copyright (C) 2004 * Damien Sauveron * Copyright (C) 2004-2010 diff --git a/src/debug.c b/src/debug.c index 6f286f9d..023d9400 100644 --- a/src/debug.c +++ b/src/debug.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2002 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2011 * Ludovic Rousseau * diff --git a/src/debuglog.c b/src/debuglog.c index 45f0da05..040ddf07 100644 --- a/src/debuglog.c +++ b/src/debuglog.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2002 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2011 * Ludovic Rousseau * diff --git a/src/dyn_generic.h b/src/dyn_generic.h index 18d84f1f..2d3fcfc1 100644 --- a/src/dyn_generic.h +++ b/src/dyn_generic.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2009 * Ludovic Rousseau * diff --git a/src/dyn_hpux.c b/src/dyn_hpux.c index bcde1d04..790175c9 100644 --- a/src/dyn_hpux.c +++ b/src/dyn_hpux.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2001 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2010 * Ludovic Rousseau * diff --git a/src/dyn_macosx.c b/src/dyn_macosx.c index 9632db62..74686521 100644 --- a/src/dyn_macosx.c +++ b/src/dyn_macosx.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2000 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2010 * Ludovic Rousseau * diff --git a/src/dyn_unix.c b/src/dyn_unix.c index 698518e0..e09a1076 100644 --- a/src/dyn_unix.c +++ b/src/dyn_unix.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2002 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2010 * Ludovic Rousseau * diff --git a/src/error.c b/src/error.c index ee01c012..3ee35d5c 100644 --- a/src/error.c +++ b/src/error.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2002 - * David Corcoran + * David Corcoran * Copyright (C) 2006-2009 * Ludovic Rousseau * diff --git a/src/eventhandler.c b/src/eventhandler.c index b330f454..45d8a5a1 100644 --- a/src/eventhandler.c +++ b/src/eventhandler.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2000-2002 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2011 * Ludovic Rousseau * diff --git a/src/eventhandler.h b/src/eventhandler.h index 04b00f61..e17651dc 100644 --- a/src/eventhandler.h +++ b/src/eventhandler.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2002 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2010 * Ludovic Rousseau * diff --git a/src/hotplug.h b/src/hotplug.h index b482dc7b..927a39df 100644 --- a/src/hotplug.h +++ b/src/hotplug.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2000-2003 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2009 * Ludovic Rousseau * diff --git a/src/hotplug_generic.c b/src/hotplug_generic.c index 71088593..4a39f463 100644 --- a/src/hotplug_generic.c +++ b/src/hotplug_generic.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2000-2003 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2011 * Ludovic Rousseau * diff --git a/src/hotplug_libudev.c b/src/hotplug_libudev.c index 94ee5231..5256a13b 100644 --- a/src/hotplug_libudev.c +++ b/src/hotplug_libudev.c @@ -1,5 +1,5 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2011 * Ludovic Rousseau diff --git a/src/hotplug_libusb.c b/src/hotplug_libusb.c index cd4d8699..ba6a6368 100644 --- a/src/hotplug_libusb.c +++ b/src/hotplug_libusb.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2001-2004 - * David Corcoran + * David Corcoran * Copyright (C) 2003-2011 * Ludovic Rousseau * Copyright (C) 2003 diff --git a/src/hotplug_linux.c b/src/hotplug_linux.c index db447eaf..0350ab3b 100644 --- a/src/hotplug_linux.c +++ b/src/hotplug_linux.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2001-2003 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2011 * Ludovic Rousseau * diff --git a/src/hotplug_macosx.c b/src/hotplug_macosx.c index d7a97c65..a647fd62 100644 --- a/src/hotplug_macosx.c +++ b/src/hotplug_macosx.c @@ -1,12 +1,12 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2002-2004 * Stephen M. Webb * Copyright (C) 2002-2011 * Ludovic Rousseau * Copyright (C) 2002 - * David Corcoran + * David Corcoran * Copyright (C) 2003 * Antti Tapaninen * diff --git a/src/ifdwrapper.c b/src/ifdwrapper.c index 454099a8..715398b6 100644 --- a/src/ifdwrapper.c +++ b/src/ifdwrapper.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2004 - * David Corcoran + * David Corcoran * Copyright (C) 2003-2004 * Damien Sauveron * Copyright (C) 2002-2011 diff --git a/src/ifdwrapper.h b/src/ifdwrapper.h index 4dc5ffcf..4e0ca8d7 100644 --- a/src/ifdwrapper.h +++ b/src/ifdwrapper.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2004 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2010 * Ludovic Rousseau * diff --git a/src/misc.h b/src/misc.h index 02df67da..2f77b660 100644 --- a/src/misc.h +++ b/src/misc.h @@ -1,7 +1,7 @@ /* * This handles GCC attributes * - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2005-2010 * Ludovic Rousseau diff --git a/src/parser.h b/src/parser.h index c05f7193..18e686d8 100644 --- a/src/parser.h +++ b/src/parser.h @@ -1,5 +1,5 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2003 * Toni Andjelkovic diff --git a/src/pcscd.h.in b/src/pcscd.h.in index 1f37ddf5..ac9c06be 100644 --- a/src/pcscd.h.in +++ b/src/pcscd.h.in @@ -1,5 +1,5 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2006-2011 * Ludovic Rousseau diff --git a/src/pcscdaemon.c b/src/pcscdaemon.c index 52ad1dbd..19f7c0aa 100644 --- a/src/pcscdaemon.c +++ b/src/pcscdaemon.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2002 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2011 * Ludovic Rousseau * @@ -798,7 +798,7 @@ static void signal_trap(int sig) static void print_version (void) { printf("%s version %s.\n", PACKAGE, VERSION); - printf("Copyright (C) 1999-2002 by David Corcoran .\n"); + printf("Copyright (C) 1999-2002 by David Corcoran .\n"); printf("Copyright (C) 2001-2011 by Ludovic Rousseau .\n"); printf("Copyright (C) 2003-2004 by Damien Sauveron .\n"); printf("Report bugs to .\n"); diff --git a/src/powermgt_generic.c b/src/powermgt_generic.c index e6d9c5a4..01823e6a 100644 --- a/src/powermgt_generic.c +++ b/src/powermgt_generic.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2000-2003 - * David Corcoran + * David Corcoran * Copyright (C) 2003 * Antti Tapaninen * Copyright (C) 2004-2009 diff --git a/src/powermgt_generic.h b/src/powermgt_generic.h index 2693f521..a38604cb 100644 --- a/src/powermgt_generic.h +++ b/src/powermgt_generic.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2002 - * David Corcoran + * David Corcoran * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/src/prothandler.c b/src/prothandler.c index 7097d929..9c85bb3f 100644 --- a/src/prothandler.c +++ b/src/prothandler.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999 - * David Corcoran + * David Corcoran * Copyright (C) 2004-2011 * Ludovic Rousseau * diff --git a/src/prothandler.h b/src/prothandler.h index 4a0dde33..75e3dbf9 100644 --- a/src/prothandler.h +++ b/src/prothandler.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999 - * David Corcoran + * David Corcoran * Copyright (C) 2004 * Ludovic Rousseau * diff --git a/src/readerfactory.c b/src/readerfactory.c index caf828e6..bccb8f5d 100644 --- a/src/readerfactory.c +++ b/src/readerfactory.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2004 - * David Corcoran + * David Corcoran * Copyright (C) 2003-2004 * Damien Sauveron * Copyright (C) 2002-2011 diff --git a/src/readerfactory.h b/src/readerfactory.h index 2b840b54..9cbf2539 100644 --- a/src/readerfactory.h +++ b/src/readerfactory.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2011 * Ludovic Rousseau * diff --git a/src/strlcpycat.h b/src/strlcpycat.h index bb0c5cfa..bac1a8ba 100644 --- a/src/strlcpycat.h +++ b/src/strlcpycat.h @@ -1,5 +1,5 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2004-2010 * Ludovic Rousseau diff --git a/src/sys_generic.h b/src/sys_generic.h index 570a7065..1529018a 100644 --- a/src/sys_generic.h +++ b/src/sys_generic.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2010 * Ludovic Rousseau * diff --git a/src/sys_unix.c b/src/sys_unix.c index a6501b99..4592751e 100644 --- a/src/sys_unix.c +++ b/src/sys_unix.c @@ -1,10 +1,10 @@ /* * This handles abstract system level calls. * - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2010 * Ludovic Rousseau * diff --git a/src/testpcsc.c b/src/testpcsc.c index 56d6208b..72086b58 100644 --- a/src/testpcsc.c +++ b/src/testpcsc.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999 - * David Corcoran + * David Corcoran * Copyright (C) 2004-2010 * Ludovic Rousseau * diff --git a/src/tokenparser.l b/src/tokenparser.l index ef333936..3dbe9789 100644 --- a/src/tokenparser.l +++ b/src/tokenparser.l @@ -1,10 +1,10 @@ /* * Reads lexical config files and updates database. * - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2001-2003 - * David Corcoran + * David Corcoran * Copyright (C) 2003-2010 * Ludovic Rousseau * diff --git a/src/utils.c b/src/utils.c index ff2e3bfa..fb2c76f8 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,5 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2006-2011 * Ludovic Rousseau diff --git a/src/utils.h b/src/utils.h index deda6547..93e4dab6 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,5 +1,5 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2006-2009 * Ludovic Rousseau diff --git a/src/utils/README b/src/utils/README index 673d1248..65eb1a77 100644 --- a/src/utils/README +++ b/src/utils/README @@ -1,5 +1,5 @@ # utils -# David Corcoran +# David Corcoran Installation: type make diff --git a/src/utils/formaticc.c b/src/utils/formaticc.c index 4b3ba76d..8d802465 100644 --- a/src/utils/formaticc.c +++ b/src/utils/formaticc.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2000-2002 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2009 * Ludovic Rousseau * diff --git a/src/utils/installifd.c b/src/utils/installifd.c index 684d3cde..9517e588 100644 --- a/src/utils/installifd.c +++ b/src/utils/installifd.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2000-2003 - * David Corcoran + * David Corcoran * Copyright (C) 2002-2009 * Ludovic Rousseau * @@ -154,7 +154,7 @@ int main(/*@unused@*/ int argc, /*@unused@*/ char *argv[]) } fprintf(fd, "%s", "# Configuration file for pcsc-lite\n"); - fprintf(fd, "%s", "# David Corcoran + * David Corcoran * Copyright (C) 2002-2011 * Ludovic Rousseau * diff --git a/src/winscard_clnt.c b/src/winscard_clnt.c index 988295d5..a53f9e89 100644 --- a/src/winscard_clnt.c +++ b/src/winscard_clnt.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999-2004 - * David Corcoran + * David Corcoran * Copyright (C) 2003-2004 * Damien Sauveron * Copyright (C) 2005 diff --git a/src/winscard_msg.c b/src/winscard_msg.c index 28158375..ff790719 100644 --- a/src/winscard_msg.c +++ b/src/winscard_msg.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2001-2004 - * David Corcoran + * David Corcoran * Copyright (C) 2003-2004 * Damien Sauveron * Copyright (C) 2002-2010 diff --git a/src/winscard_msg.h b/src/winscard_msg.h index b57670af..3f4376e1 100644 --- a/src/winscard_msg.h +++ b/src/winscard_msg.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2001-2004 - * David Corcoran + * David Corcoran * Copyright (C) 2003-2004 * Damien Sauveron * Copyright (C) 2002-2010 diff --git a/src/winscard_msg_srv.c b/src/winscard_msg_srv.c index 7b84b7dc..459b6545 100644 --- a/src/winscard_msg_srv.c +++ b/src/winscard_msg_srv.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2001-2004 - * David Corcoran + * David Corcoran * Copyright (C) 2003-2004 * Damien Sauveron * Copyright (C) 2002-2010 diff --git a/src/winscard_svc.c b/src/winscard_svc.c index 570b2d72..13e6d99c 100644 --- a/src/winscard_svc.c +++ b/src/winscard_svc.c @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2001-2004 - * David Corcoran + * David Corcoran * Copyright (C) 2003-2004 * Damien Sauveron * Copyright (C) 2002-2011 diff --git a/src/winscard_svc.h b/src/winscard_svc.h index 8cd7fa4e..d53397f7 100644 --- a/src/winscard_svc.h +++ b/src/winscard_svc.h @@ -1,8 +1,8 @@ /* - * MUSCLE SmartCard Development ( http://www.linuxnet.com ) + * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 2001-2004 - * David Corcoran + * David Corcoran * Copyright (C) 2003-2004 * Damien Sauveron * Copyright (C) 2002-2010