Skip to content

Commit 16c44ab

Browse files
committed
add license information
1 parent 16a6c3e commit 16c44ab

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

THIRD_PARTY_LICENSES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Third Party Licenses
22

3+
## Python C-API compatibility header
4+
5+
This project includes the `pythoncapi_compat.h` header provided by the
6+
`pythoncapi-compat` project. It is located in the `src` directory.
7+
8+
This header is included to allow writing code using C API constructs only
9+
available in newer Python versions.
10+
11+
**License**: Zero Clause BSD
12+
**Copyright**: Contributors to the pythoncapi_compat project.
13+
**Source**: https://github.com/python/pythoncapi_compat
14+
315
## Python Standard Library Compatibility Code
416

517
This project includes the following unmodified functions from the Python 3.13 standard library:
@@ -15,6 +27,23 @@ These are included in `backwards_compat.py` to provide backwards compatibility w
1527

1628
---
1729

30+
### Zero Clause BSD License
31+
32+
BSD Zero Clause License
33+
34+
Copyright Contributors to the pythoncapi_compat project.
35+
36+
Permission to use, copy, modify, and/or distribute this software for any
37+
purpose with or without fee is hereby granted.
38+
39+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
40+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
41+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
42+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
43+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
44+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
45+
PERFORMANCE OF THIS SOFTWARE.
46+
1847
### Python Software Foundation License Version 2
1948

2049
1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation.
@@ -32,3 +61,4 @@ These are included in `backwards_compat.py` to provide backwards compatibility w
3261
7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
3362

3463
8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement.
64+

0 commit comments

Comments
 (0)