diff options
author | shadchin <shadchin@yandex-team.com> | 2023-10-02 15:08:44 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-10-02 15:35:28 +0300 |
commit | 78229dda48cda2402d17aa589f9e2165b3513caf (patch) | |
tree | ab840878d8609ee3f8b0d44f0dc04ef47e94ee23 /contrib/python/cryptography/py3/LICENSE | |
parent | 991934594f5abcdb6405f3021b7a3ba9c1b38349 (diff) | |
download | ydb-78229dda48cda2402d17aa589f9e2165b3513caf.tar.gz |
Split cryptography on py2/py3
Diffstat (limited to 'contrib/python/cryptography/py3/LICENSE')
-rw-r--r-- | contrib/python/cryptography/py3/LICENSE | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/python/cryptography/py3/LICENSE b/contrib/python/cryptography/py3/LICENSE new file mode 100644 index 0000000000..07074259b6 --- /dev/null +++ b/contrib/python/cryptography/py3/LICENSE @@ -0,0 +1,6 @@ +This software is made available under the terms of *either* of the licenses +found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made +under the terms of *both* these licenses. + +The code used in the OS random engine is derived from CPython, and is licensed +under the terms of the PSF License Agreement. |