|
From: <lu...@us...> - 2011-10-19 12:11:05
|
Revision: 570
http://pyscard.svn.sourceforge.net/pyscard/?rev=570&view=rev
Author: ludov
Date: 2011-10-19 12:10:58 +0000 (Wed, 19 Oct 2011)
Log Message:
-----------
Use the same licence as the pyscard project
See Support Requests 3163588 "Licence Clarification"
https://sourceforge.net/tracker/?func=detail&aid=3163588&group_id=196342&atid=957073
Modified Paths:
--------------
trunk/pyscard/src/smartcard/scard/pyscard-reader.h
Modified: trunk/pyscard/src/smartcard/scard/pyscard-reader.h
===================================================================
--- trunk/pyscard/src/smartcard/scard/pyscard-reader.h 2011-10-16 18:42:02 UTC (rev 569)
+++ trunk/pyscard/src/smartcard/scard/pyscard-reader.h 2011-10-19 12:10:58 UTC (rev 570)
@@ -1,12 +1,31 @@
/*==============================================================================
-This file contains SCARD_ATTR attributes definitions taken from reader.h, in
-MUSCLE SmartCard Development ( http://www.linuxnet.com ). It allows to
-build pyscard on Mac OS X without any dependency on the muscle source code.
-Indeed, default Mac OS X does not containt reader.h as part of the PCSC.framework.
+This file contains SCARD_ATTR attributes definitions taken from
+reader.h, in MUSCLE SmartCard Development ( http://www.linuxnet.com ).
+It allows to build pyscard on Mac OS X without any dependency on the
+muscle source code. Indeed, default Mac OS X does not containt reader.h
+as part of the PCSC.framework.
Copyright (C) 1999-2005 David Corcoran <cor...@li...>
Copyright (C) 1999-2009 Ludovic Rousseau <lud...@fr...>
-================================================================================
+
+The licence of reader.h pcsc-lite is 3-clauses BSD and can be relicenced
+in LGPL v2+ for pyscard.
+
+This file is part of pyscard.
+
+pyscard is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 2.1 of the License, or
+(at your option) any later version.
+
+pyscard 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 Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with pyscard; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
==============================================================================*/
#define SCARD_ATTR_VALUE(Class, Tag) ((((ULONG)(Class)) << 16) | ((ULONG)(Tag)))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|