Skip to content

Commit

Permalink
Release date for 1.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaussel committed Apr 8, 2012
1 parent 999dc50 commit d9abed6
Show file tree
Hide file tree
Showing 134 changed files with 156 additions and 156 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pyscard smartcard library for python
http://pyscard.sourceforge.net/
-------------------------------------------------------------------------------

Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]

This file is part of pyscard.
Expand All @@ -24,7 +24,7 @@ along with pyscard; if not, write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

-------------------------------------------------------------------------------
Last update : pyscard 1.6.14 (October 2011)
Last update : pyscard 1.6.14 (April 2012)
-------------------------------------------------------------------------------

pyscard is a python module adding smart cards support to python.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/ATR.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/AbstractCardRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Card.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = "gemalto http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/CardConnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/CardConnectionDecorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/CardConnectionEvent.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/CardConnectionObserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/CardMonitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/CardNames.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/CardRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/CardService.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/CardType.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.6.14 (October 2011)
1.6.14 (April 2012s)
===================
* added support for windows 64bit amd64 (Jean-Daniel Aussel)
* support python "new" classes (derive classes from object) (Ludovic Rousseau from chrysn feature request ID 3110077)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/framework/sample_CustomCardType.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/framework/sample_CustomErrorChecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/framework/sample_ErrorChecking.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/framework/sample_MonitorCards.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/framework/sample_MonitorReaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/framework/sample_toHexString.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/scard-api/sample_getATR.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
Copyright 2010 Ludovic Rousseau
Author: Ludovic Rousseau, mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/scard-api/sample_getAttrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
Copyright 2010 Ludovic Rousseau
Author: Ludovic Rousseau, mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/scard-api/sample_getStatusChange.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
Copyright 2010 Ludovic Rousseau
Author: Ludovic Rousseau, mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/scard-api/sample_listCards.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
Copyright 2010 Ludovic Rousseau
Author: Ludovic Rousseau, mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/scard-api/sample_listInterfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
Copyright 2010 Ludovic Rousseau
Author: Ludovic Rousseau, mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/scard-api/sample_locateCards.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
Copyright 2010 Ludovic Rousseau
Author: Ludovic Rousseau, mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/scard-api/sample_readerGroups.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
Copyright 2010 Ludovic Rousseau
Author: Ludovic Rousseau, mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/scard-api/sample_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
Copyright 2010 Ludovic Rousseau
Author: Ludovic Rousseau, mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/scard-api/sample_selectDFTelecom.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
Copyright 2010 Ludovic Rousseau
Author: Ludovic Rousseau, mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/scard-api/sample_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
Copyright 2010 Ludovic Rousseau
Author: Ludovic Rousseau, mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/simple/getATR.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
Copyright 2010 Ludovic Rousseau
Author: Ludovic Rousseau, mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/simple/selectDF_TELECOM.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
Copyright 2010 Ludovic Rousseau
Author: Ludovic Rousseau, mailto:[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/wx/apdumanager/apdumanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/wx/apdumanager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
2 changes: 1 addition & 1 deletion smartcard/Examples/wx/cardmonitor/cardmonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "http://www.gemalto.com"
Copyright 2001-2011 gemalto
Copyright 2001-2012 gemalto
Author: Jean-Daniel Aussel, mailto:[email protected]
This file is part of pyscard.
Expand Down
Loading

0 comments on commit d9abed6

Please sign in to comment.