[Pcsclite-cvs-commit] r6002 - /trunk/PCSC/UnitaryTests/

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Oct 5 13:19:38 UTC 2011


Author: rousseau
Date: Wed Oct  5 13:19:37 2011
New Revision: 6002

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6002
Log:
Move from GPL v2+ to GPL v3+

Modified:
    trunk/PCSC/UnitaryTests/MCT_ReaderDirect.py
    trunk/PCSC/UnitaryTests/SCardBeginTransaction_Disconnect.py
    trunk/PCSC/UnitaryTests/SCardBeginTransaction_ExclusiceMode.py
    trunk/PCSC/UnitaryTests/SCardCancel.py
    trunk/PCSC/UnitaryTests/SCardCancel2.py
    trunk/PCSC/UnitaryTests/SCardConnect_DIRECT.py
    trunk/PCSC/UnitaryTests/SCardConnect_DIRECT2.py
    trunk/PCSC/UnitaryTests/SCardGetAttrib.py
    trunk/PCSC/UnitaryTests/SCardGetStatusChange.py
    trunk/PCSC/UnitaryTests/SCardGetStatusChange2.py
    trunk/PCSC/UnitaryTests/SCardReconnect.py
    trunk/PCSC/UnitaryTests/SCardStatus.py
    trunk/PCSC/UnitaryTests/SCard_fork.py
    trunk/PCSC/UnitaryTests/ThreadSafe.py
    trunk/PCSC/UnitaryTests/ThreadSafeConnect.py
    trunk/PCSC/UnitaryTests/control_get_firmware.py
    trunk/PCSC/UnitaryTests/control_switch_interface.py
    trunk/PCSC/UnitaryTests/getAttrib.py
    trunk/PCSC/UnitaryTests/reset_card.py
    trunk/PCSC/UnitaryTests/stress_apdu.py
    trunk/PCSC/UnitaryTests/stress_get_firmware.py
    trunk/PCSC/UnitaryTests/transmit_loop.py

Modified: trunk/PCSC/UnitaryTests/MCT_ReaderDirect.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/MCT_ReaderDirect.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/MCT_ReaderDirect.py (original)
+++ trunk/PCSC/UnitaryTests/MCT_ReaderDirect.py Wed Oct  5 13:19:37 2011
@@ -7,7 +7,7 @@
 
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -16,8 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from smartcard.System import readers
 from smartcard.pcsc.PCSCPart10 import (SCARD_SHARE_DIRECT,

Modified: trunk/PCSC/UnitaryTests/SCardBeginTransaction_Disconnect.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardBeginTransaction_Disconnect.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardBeginTransaction_Disconnect.py (original)
+++ trunk/PCSC/UnitaryTests/SCardBeginTransaction_Disconnect.py Wed Oct  5 13:19:37 2011
@@ -5,7 +5,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -14,8 +14,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 # A bug has been corrected in revision 3467
 # The problem occurs if SCardBeginTransaction() are made without

Modified: trunk/PCSC/UnitaryTests/SCardBeginTransaction_ExclusiceMode.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardBeginTransaction_ExclusiceMode.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardBeginTransaction_ExclusiceMode.py (original)
+++ trunk/PCSC/UnitaryTests/SCardBeginTransaction_ExclusiceMode.py Wed Oct  5 13:19:37 2011
@@ -5,7 +5,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -14,8 +14,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 # Alioth bug [#312960] SCardDisconnect when other context has transaction
 # fixed in revisions 5572 and 5574

Modified: trunk/PCSC/UnitaryTests/SCardCancel.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardCancel.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardCancel.py (original)
+++ trunk/PCSC/UnitaryTests/SCardCancel.py Wed Oct  5 13:19:37 2011
@@ -5,7 +5,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -14,8 +14,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 
 from smartcard.scard import *

Modified: trunk/PCSC/UnitaryTests/SCardCancel2.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardCancel2.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardCancel2.py (original)
+++ trunk/PCSC/UnitaryTests/SCardCancel2.py Wed Oct  5 13:19:37 2011
@@ -6,7 +6,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -15,8 +15,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 # SCardCancel() should do nothing if no cancellable call is ongoing
 # bug fixed in revision 5344

Modified: trunk/PCSC/UnitaryTests/SCardConnect_DIRECT.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardConnect_DIRECT.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardConnect_DIRECT.py (original)
+++ trunk/PCSC/UnitaryTests/SCardConnect_DIRECT.py Wed Oct  5 13:19:37 2011
@@ -5,7 +5,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -14,8 +14,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 # MSDN indicates that pdwActiveProtocol must be set to
 # SCARD_PROTOCOL_UNDEFINED if SCARD_SHARE_DIRECT is used. This behavior

Modified: trunk/PCSC/UnitaryTests/SCardConnect_DIRECT2.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardConnect_DIRECT2.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardConnect_DIRECT2.py (original)
+++ trunk/PCSC/UnitaryTests/SCardConnect_DIRECT2.py Wed Oct  5 13:19:37 2011
@@ -5,7 +5,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -14,8 +14,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 # Scenario
 # use a T=1 card, a TPDU reader

Modified: trunk/PCSC/UnitaryTests/SCardGetAttrib.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardGetAttrib.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardGetAttrib.py (original)
+++ trunk/PCSC/UnitaryTests/SCardGetAttrib.py Wed Oct  5 13:19:37 2011
@@ -7,7 +7,7 @@
 
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -16,8 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 # SCARD_ATTR_VENDOR_IFD_SERIAL_NO support has been added in revision 4956
 

Modified: trunk/PCSC/UnitaryTests/SCardGetStatusChange.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardGetStatusChange.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardGetStatusChange.py (original)
+++ trunk/PCSC/UnitaryTests/SCardGetStatusChange.py Wed Oct  5 13:19:37 2011
@@ -5,7 +5,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -14,8 +14,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 # Check the return value of SCardGetStatusChange() after a reader has
 # been removed.

Modified: trunk/PCSC/UnitaryTests/SCardGetStatusChange2.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardGetStatusChange2.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardGetStatusChange2.py (original)
+++ trunk/PCSC/UnitaryTests/SCardGetStatusChange2.py Wed Oct  5 13:19:37 2011
@@ -5,7 +5,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -14,8 +14,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 # Check the return value of SCardGetStatusChange() for unknown readers
 # Before revision 5881 SCardGetStatusChange() returned SCARD_S_SUCCESS

Modified: trunk/PCSC/UnitaryTests/SCardReconnect.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardReconnect.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardReconnect.py (original)
+++ trunk/PCSC/UnitaryTests/SCardReconnect.py Wed Oct  5 13:19:37 2011
@@ -5,7 +5,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -14,8 +14,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 # SCardReconnect() should block instead of returning SCARD_E_SHARING_VIOLATION
 # when the reconnection requets exclusive access and the reader is

Modified: trunk/PCSC/UnitaryTests/SCardStatus.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardStatus.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardStatus.py (original)
+++ trunk/PCSC/UnitaryTests/SCardStatus.py Wed Oct  5 13:19:37 2011
@@ -6,7 +6,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -15,8 +15,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 
 from smartcard.scard import *

Modified: trunk/PCSC/UnitaryTests/SCard_fork.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCard_fork.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCard_fork.py (original)
+++ trunk/PCSC/UnitaryTests/SCard_fork.py Wed Oct  5 13:19:37 2011
@@ -5,7 +5,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -14,8 +14,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 # you must compile pcsc-lite (src/winscard_clnt.c) with
 # #define DO_CHECK_SAME_PROCESS

Modified: trunk/PCSC/UnitaryTests/ThreadSafe.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/ThreadSafe.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/ThreadSafe.py (original)
+++ trunk/PCSC/UnitaryTests/ThreadSafe.py Wed Oct  5 13:19:37 2011
@@ -7,7 +7,7 @@
 
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -16,8 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 
 from smartcard.scard import (SCardEstablishContext, SCardReleaseContext,

Modified: trunk/PCSC/UnitaryTests/ThreadSafeConnect.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/ThreadSafeConnect.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/ThreadSafeConnect.py (original)
+++ trunk/PCSC/UnitaryTests/ThreadSafeConnect.py Wed Oct  5 13:19:37 2011
@@ -8,7 +8,7 @@
 
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -17,8 +17,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 
 from smartcard.scard import (SCardEstablishContext, SCardReleaseContext,

Modified: trunk/PCSC/UnitaryTests/control_get_firmware.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/control_get_firmware.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/control_get_firmware.py (original)
+++ trunk/PCSC/UnitaryTests/control_get_firmware.py Wed Oct  5 13:19:37 2011
@@ -7,7 +7,7 @@
 
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -16,8 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from smartcard.System import readers
 from smartcard.pcsc.PCSCPart10 import (SCARD_SHARE_DIRECT,

Modified: trunk/PCSC/UnitaryTests/control_switch_interface.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/control_switch_interface.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/control_switch_interface.py (original)
+++ trunk/PCSC/UnitaryTests/control_switch_interface.py Wed Oct  5 13:19:37 2011
@@ -7,7 +7,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -16,8 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from smartcard.System import readers
 from smartcard.pcsc.PCSCPart10 import (SCARD_SHARE_DIRECT,

Modified: trunk/PCSC/UnitaryTests/getAttrib.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/getAttrib.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/getAttrib.py (original)
+++ trunk/PCSC/UnitaryTests/getAttrib.py Wed Oct  5 13:19:37 2011
@@ -7,7 +7,7 @@
 
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -16,8 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from smartcard.System import readers
 from smartcard.scard import (SCARD_ATTR_VENDOR_NAME, SCARD_SHARE_DIRECT,

Modified: trunk/PCSC/UnitaryTests/reset_card.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/reset_card.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/reset_card.py (original)
+++ trunk/PCSC/UnitaryTests/reset_card.py Wed Oct  5 13:19:37 2011
@@ -5,7 +5,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -14,8 +14,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from smartcard.scard import *
 from smartcard.pcsc.PCSCExceptions import *

Modified: trunk/PCSC/UnitaryTests/stress_apdu.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/stress_apdu.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/stress_apdu.py (original)
+++ trunk/PCSC/UnitaryTests/stress_apdu.py Wed Oct  5 13:19:37 2011
@@ -7,7 +7,7 @@
 
 #   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
-#   the free software foundation; either version 2 of the license, or
+#   the free software foundation; either version 3 of the license, or
 #   (at your option) any later version.
 #
 #   this program is distributed in the hope that it will be useful,
@@ -16,8 +16,7 @@
 #   gnu general public license for more details.
 #
 #   you should have received a copy of the gnu general public license along
-#   with this program; if not, write to the free software foundation, inc.,
-#   51 franklin street, fifth floor, boston, ma 02110-1301 usa.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from smartcard.System import readers
 from time import time, ctime

Modified: trunk/PCSC/UnitaryTests/stress_get_firmware.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/stress_get_firmware.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/stress_get_firmware.py (original)
+++ trunk/PCSC/UnitaryTests/stress_get_firmware.py Wed Oct  5 13:19:37 2011
@@ -7,7 +7,7 @@
 
 #   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
-#   the free software foundation; either version 2 of the license, or
+#   the free software foundation; either version 3 of the license, or
 #   (at your option) any later version.
 #
 #   this program is distributed in the hope that it will be useful,
@@ -16,8 +16,7 @@
 #   gnu general public license for more details.
 #
 #   you should have received a copy of the gnu general public license along
-#   with this program; if not, write to the free software foundation, inc.,
-#   51 franklin street, fifth floor, boston, ma 02110-1301 usa.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from smartcard.System import readers
 from smartcard.pcsc.PCSCPart10 import (SCARD_SHARE_DIRECT,

Modified: trunk/PCSC/UnitaryTests/transmit_loop.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/transmit_loop.py?rev=6002&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/transmit_loop.py (original)
+++ trunk/PCSC/UnitaryTests/transmit_loop.py Wed Oct  5 13:19:37 2011
@@ -5,7 +5,7 @@
 #
 #   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
-#   the Free Software Foundation; either version 2 of the License, or
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
 #   This program is distributed in the hope that it will be useful,
@@ -14,8 +14,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from smartcard.System import *
 from smartcard.CardConnection import *




More information about the Pcsclite-cvs-commit mailing list