1## PC/SC Lite v1.9.9 2 3### PC/SC Lite Notice 4``` 5MUSCLE SmartCard Development ( https://pcsclite.apdu.fr/ ) 6 7Only 3 header files are included in this distribution: winscard.h, wintypes.h, pcsclite.h 8 9Copyright for winscard.h: 10 * Copyright (C) 1999-2003 11 * David Corcoran <[email protected]> 12 * Copyright (C) 2002-2009 13 * Ludovic Rousseau <[email protected]> 14 15Copyright for wintypes.h: 16 * Copyright (C) 1999 17 * David Corcoran <[email protected]> 18 * Copyright (C) 2002-2011 19 * Ludovic Rousseau <[email protected]> 20 21Copyright for pcsclite.h: 22 * Copyright (C) 1999-2004 23 * David Corcoran <[email protected]> 24 * Copyright (C) 2002-2011 25 * Ludovic Rousseau <[email protected]> 26 * Copyright (C) 2005 27 * Martin Paljak <[email protected]> 28 29``` 30 31### PC/SC Lite License 32``` 33 34Redistribution and use in source and binary forms, with or without 35modification, are permitted provided that the following conditions 36are met: 37 381. Redistributions of source code must retain the above copyright 39 notice, this list of conditions and the following disclaimer. 402. Redistributions in binary form must reproduce the above copyright 41 notice, this list of conditions and the following disclaimer in the 42 documentation and/or other materials provided with the distribution. 433. The name of the author may not be used to endorse or promote products 44 derived from this software without specific prior written permission. 45 46THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 47IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 48OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 49IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 50INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 51NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 52DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 53THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 54(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 55THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 56 57``` 58