Skip to content

Commit bc24ebf

Browse files
Replace old linuxnet.com domaine name
web site moved from http://www.linuxnet.com to http://pcsclite.alioth.debian.org/pcsclite.html David email moved tom [email protected] to [email protected] git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/PCSC@6851 0ce88b0d-b2fd-0310-8134-9614164e65ea
1 parent 320a5e4 commit bc24ebf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+114
-114
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Main authors:
2-
- David Corcoran <corcoran@linuxnet.com>
2+
- David Corcoran <corcoran@musclecard.com>
33
- Ludovic Rousseau <[email protected]>
44
- Damien Sauveron <[email protected]>
55

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 1999-2003 David Corcoran <corcoran@linuxnet.com>
1+
Copyright (c) 1999-2003 David Corcoran <corcoran@musclecard.com>
22
Copyright (c) 2001-2011 Ludovic Rousseau <[email protected]>
33
All rights reserved.
44

DRIVERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
DRIVERS
22

3-
To install USB drivers, download the driver from http://www.linuxnet.com/
4-
and copy it to a temporary location. After you have unarchived the files
5-
copy the directory to /usr/local/pcsc/drivers/. If the directory
6-
/usr/local/pcsc/drivers/ does not exist create it before copying the driver
7-
directory to it.
3+
To install USB drivers, download the driver from
4+
http://musclecard.com/software.html and copy it to a temporary location.
5+
After you have unarchived the files copy the directory to
6+
/usr/local/pcsc/drivers/. If the directory /usr/local/pcsc/drivers/
7+
does not exist create it before copying the driver directory to it.
88

99
Example Mac OS X, Linux 2.4:
1010

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ QUESTIONS:
107107

108108
The API documentation is provided in PDF format under the docs
109109
directory. For questions, please email me at:
110-
<David Corcoran> corcoran@linuxnet.com
110+
<David Corcoran> corcoran@musclecard.com
111111

112112
On some plateforms (GNU/Linux on mips and mipsel, FreeBSD and possibly
113113
other *BSD suystems) you must use:

UnitaryTests/BufferOverflow.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* MUSCLE SmartCard Development ( http://www.linuxnet.com )
2+
* MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html )
33
*
44
* Copyright (C) 2009
55
* Ludovic Rousseau <[email protected]>

doc/example/pcsc_demo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Sample program to use PC/SC API.
33
*
4-
* MUSCLE SmartCard Development ( http://www.linuxnet.com )
4+
* MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html )
55
*
66
* Copyright (C) 2003-2011
77
* Ludovic Rousseau <[email protected]>

src/PCSC/debuglog.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* MUSCLE SmartCard Development ( http://www.linuxnet.com )
2+
* MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html )
33
*
44
* Copyright (C) 1999-2004
5-
* David Corcoran <corcoran@linuxnet.com>
5+
* David Corcoran <corcoran@musclecard.com>
66
* Copyright (C) 1999-2011
77
* Ludovic Rousseau <[email protected]>
88
*

src/PCSC/ifdhandler.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* MUSCLE SmartCard Development ( http://www.linuxnet.com )
2+
* MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html )
33
*
44
* Copyright (C) 1999-2004
5-
* David Corcoran <corcoran@linuxnet.com>
5+
* David Corcoran <corcoran@musclecard.com>
66
* Copyright (C) 2003-2004
77
* Damien Sauveron <[email protected]>
88
* Copyright (C) 2002-2011

src/PCSC/pcsclite.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* MUSCLE SmartCard Development ( http://www.linuxnet.com )
2+
* MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html )
33
*
44
* Copyright (C) 1999-2004
5-
* David Corcoran <corcoran@linuxnet.com>
5+
* David Corcoran <corcoran@musclecard.com>
66
* Copyright (C) 2002-2011
77
* Ludovic Rousseau <[email protected]>
88
* Copyright (C) 2005

src/PCSC/reader.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* MUSCLE SmartCard Development ( http://www.linuxnet.com )
2+
* MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html )
33
*
44
* Copyright (C) 1999-2005
5-
* David Corcoran <corcoran@linuxnet.com>
5+
* David Corcoran <corcoran@musclecard.com>
66
* Copyright (C) 2005-2009
77
* Ludovic Rousseau <[email protected]>
88
*

0 commit comments

Comments
 (0)