You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only 3 header files are included in this distribution: winscard.h, wintypes.h, pcsclite.h
11
8
12
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
9
+
Copyright for winscard.h:
10
+
* Copyright (C) 1999-2003
11
+
* David Corcoran <corcoran@musclecard.com>
12
+
* Copyright (C) 2002-2009
13
+
* Ludovic Rousseau <ludovic.rousseau@free.fr>
13
14
14
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
15
-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
16
-
3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.
15
+
Copyright for wintypes.h:
16
+
* Copyright (C) 1999
17
+
* David Corcoran <corcoran@musclecard.com>
18
+
* Copyright (C) 2002-2011
19
+
* Ludovic Rousseau <ludovic.rousseau@free.fr>
17
20
18
-
Changes to this license can be made only by the copyright author with explicit written consent.
21
+
Copyright for pcsclite.h:
22
+
* Copyright (C) 1999-2004
23
+
* David Corcoran <corcoran@musclecard.com>
24
+
* Copyright (C) 2002-2011
25
+
* Ludovic Rousseau <ludovic.rousseau@free.fr>
26
+
* Copyright (C) 2005
27
+
* Martin Paljak <martin@paljak.pri.ee>
19
28
20
-
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
+
```
21
30
22
-
Some source code files are using other licences. See the [COPYING](https://salsa.debian.org/rousseau/PCSC/-/blob/master/COPYING) file for details.
23
-
24
-
</pre>
31
+
### PC/SC Lite License
32
+
```
33
+
34
+
Redistribution and use in source and binary forms, with or without
35
+
modification, are permitted provided that the following conditions
36
+
are met:
37
+
38
+
1. Redistributions of source code must retain the above copyright
39
+
notice, this list of conditions and the following disclaimer.
40
+
2. 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.
43
+
3. 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
+
46
+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
47
+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
48
+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
49
+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
50
+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
51
+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
52
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
53
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
54
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
55
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* Permission to use, copy, modify, and distribute this software for any
85
-
* purpose with or without fee is hereby granted, provided that the above
86
-
* copyright notice and this permission notice appear in all copies.
87
-
*
88
-
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
89
-
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
90
-
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
91
-
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
92
-
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
93
-
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
94
-
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
95
-
29
+
Some source code files are using other licenses. However, they are not included here and thus this file is a truncated version of the [COPYING](https://salsa.debian.org/rousseau/PCSC/-/blob/master/COPYING) file.
0 commit comments