From: <lu...@us...> - 2015-02-18 17:10:57
|
Revision: 663 http://sourceforge.net/p/pyscard/code/663 Author: ludov Date: 2015-02-18 17:10:54 +0000 (Wed, 18 Feb 2015) Log Message: ----------- Add Author and Licence chapters Modified Paths: -------------- trunk/contrib/parseATR/README.rst Modified: trunk/contrib/parseATR/README.rst =================================================================== --- trunk/contrib/parseATR/README.rst 2015-02-18 17:10:31 UTC (rev 662) +++ trunk/contrib/parseATR/README.rst 2015-02-18 17:10:54 UTC (rev 663) @@ -3,7 +3,31 @@ This Python code parses a smart card ATR and display the result. +Author +****** +Ludovic Rousseau <lud...@fr...> + +Licence +******* + + Copyright (C) 2009-2015 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. + + parseATR.py *********** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |