0607905771
Replace the Python license from pyo3-ffi/LICENSE with an ACKNOWLEDGEMENTS file. Relicense under the parent Apache 2.0 license. pyo3-ffi contains a Rust reproduction of the CPython header files, only copying what is absolutely necessary for binary compatibility. As such, it is unnecessary to include the Python license. Fixes #3124
7 lines
266 B
Plaintext
7 lines
266 B
Plaintext
This is a Rust reimplementation of the CPython public header files as necessary
|
|
for binary compatibility, with additional metadata to support PyPy.
|
|
|
|
For original implementations please see:
|
|
- https://github.com/python/cpython
|
|
- https://foss.heptapod.net/pypy/pypy
|