diff options
author | shadchin <shadchin@yandex-team.com> | 2023-10-10 07:21:01 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-10-10 07:38:40 +0300 |
commit | 25c03424b1ed6907903a2289fa3e4aceb67fd8a2 (patch) | |
tree | f43d130edc5095c48f840e74d76be7da998ebb44 /contrib/python/pexpect/py3/LICENSE | |
parent | 5dd2101e2bd35b691c97ef56ba91c3b0b548c49f (diff) | |
download | ydb-25c03424b1ed6907903a2289fa3e4aceb67fd8a2.tar.gz |
Split pexpect on py2/py3
Diffstat (limited to 'contrib/python/pexpect/py3/LICENSE')
-rw-r--r-- | contrib/python/pexpect/py3/LICENSE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/python/pexpect/py3/LICENSE b/contrib/python/pexpect/py3/LICENSE new file mode 100644 index 0000000000..754db5afcb --- /dev/null +++ b/contrib/python/pexpect/py3/LICENSE @@ -0,0 +1,20 @@ +ISC LICENSE + + This license is approved by the OSI and FSF as GPL-compatible. + http://opensource.org/licenses/isc-license.txt + + Copyright (c) 2013-2014, Pexpect development team + Copyright (c) 2012, Noah Spurrier <noah@noah.org> + + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + |