From: <jda...@us...> - 2011-10-20 19:55:28
|
Revision: 576 http://pyscard.svn.sourceforge.net/pyscard/?rev=576&view=rev Author: jdaussel Date: 2011-10-20 19:55:21 +0000 (Thu, 20 Oct 2011) Log Message: ----------- ClassLoader is under the PSF license Modified Paths: -------------- trunk/pyscard/src/smartcard/ClassLoader.py Modified: trunk/pyscard/src/smartcard/ClassLoader.py =================================================================== --- trunk/pyscard/src/smartcard/ClassLoader.py 2011-10-20 19:49:05 UTC (rev 575) +++ trunk/pyscard/src/smartcard/ClassLoader.py 2011-10-20 19:55:21 UTC (rev 576) @@ -5,6 +5,8 @@ Source: Robert Brewer at the Python Cookbook: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/223972 + +License: PSF license (http://docs.python.org/license.html). """ import sys This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |