[Pcsclite-cvs-commit] r3447 - in /trunk/PCSC/UnitaryTests: SCardCancel.py SCardGetStatusChange/SCardGetStatusChange.py SCardGetStatusChange/SCardGetStatusChange_PnP.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Apr 14 13:56:54 UTC 2009


Author: rousseau
Date: Tue Apr 14 13:56:53 2009
New Revision: 3447

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3447
Log:
add license information

Modified:
    trunk/PCSC/UnitaryTests/SCardCancel.py
    trunk/PCSC/UnitaryTests/SCardGetStatusChange/SCardGetStatusChange.py
    trunk/PCSC/UnitaryTests/SCardGetStatusChange/SCardGetStatusChange_PnP.py

Modified: trunk/PCSC/UnitaryTests/SCardCancel.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardCancel.py?rev=3447&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardCancel.py (original)
+++ trunk/PCSC/UnitaryTests/SCardCancel.py Tue Apr 14 13:56:53 2009
@@ -1,4 +1,22 @@
 #! /usr/bin/env python
+
+#   SCardCancel.py : Unitary test for SCardCancel()
+#   Copyright (C) 2008-2009  Ludovic Rousseau
+#
+#   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
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   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.
+
 
 from smartcard.scard import *
 import threading

Modified: trunk/PCSC/UnitaryTests/SCardGetStatusChange/SCardGetStatusChange.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardGetStatusChange/SCardGetStatusChange.py?rev=3447&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardGetStatusChange/SCardGetStatusChange.py (original)
+++ trunk/PCSC/UnitaryTests/SCardGetStatusChange/SCardGetStatusChange.py Tue Apr 14 13:56:53 2009
@@ -1,11 +1,22 @@
 #! /usr/bin/env python
 # -*- coding: UTF-8 -*-
 
-"""Unit tests for unlock a SCardGetStatusChange()
-
-Copyright 2008 Ludovic Rousseau
-
-"""
+#   SCardGetStatusChange.py : Unit tests for unlock a SCardGetStatusChange()
+#   Copyright (C) 2008-2009  Ludovic Rousseau
+#
+#   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
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   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.
 
 
 from smartcard.System import readers

Modified: trunk/PCSC/UnitaryTests/SCardGetStatusChange/SCardGetStatusChange_PnP.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/SCardGetStatusChange/SCardGetStatusChange_PnP.py?rev=3447&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/SCardGetStatusChange/SCardGetStatusChange_PnP.py (original)
+++ trunk/PCSC/UnitaryTests/SCardGetStatusChange/SCardGetStatusChange_PnP.py Tue Apr 14 13:56:53 2009
@@ -1,11 +1,22 @@
 #! /usr/bin/env python
 # -*- coding: UTF-8 -*-
 
-"""Unit tests for unlock a SCardGetStatusChange()
-
-Copyright 2009 Ludovic Rousseau
-
-"""
+#   SCardGetStatusChange.py : Unit tests for unlock a SCardGetStatusChange()
+#   Copyright (C) 2008-2009  Ludovic Rousseau
+#
+#   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
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   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.
 
 
 from smartcard.System import readers




More information about the Pcsclite-cvs-commit mailing list