Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62d52fd

Browse files
committed
- Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses
to Doc/license.rst.
1 parent 34aa30c commit 62d52fd

3 files changed

Lines changed: 113 additions & 0 deletions

File tree

Doc/license.rst

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,3 +704,92 @@ notice::
704704
***************************************************************/
705705

706706

707+
expat
708+
-----
709+
710+
The :mod:`pyexpat` extension is built using an included copy of the expat
711+
sources unless the build is configured :option:`--with-system-expat`::
712+
713+
Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
714+
and Clark Cooper
715+
716+
Permission is hereby granted, free of charge, to any person obtaining
717+
a copy of this software and associated documentation files (the
718+
"Software"), to deal in the Software without restriction, including
719+
without limitation the rights to use, copy, modify, merge, publish,
720+
distribute, sublicense, and/or sell copies of the Software, and to
721+
permit persons to whom the Software is furnished to do so, subject to
722+
the following conditions:
723+
724+
The above copyright notice and this permission notice shall be included
725+
in all copies or substantial portions of the Software.
726+
727+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
728+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
729+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
730+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
731+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
732+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
733+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
734+
735+
736+
libffi
737+
------
738+
739+
The :mod:`_ctypes` extension is built using an included copy of the libffi
740+
sources unless the build is configured :option:`--with-system-libffi`::
741+
742+
Copyright (c) 1996-2008 Red Hat, Inc and others.
743+
744+
Permission is hereby granted, free of charge, to any person obtaining
745+
a copy of this software and associated documentation files (the
746+
``Software''), to deal in the Software without restriction, including
747+
without limitation the rights to use, copy, modify, merge, publish,
748+
distribute, sublicense, and/or sell copies of the Software, and to
749+
permit persons to whom the Software is furnished to do so, subject to
750+
the following conditions:
751+
752+
The above copyright notice and this permission notice shall be included
753+
in all copies or substantial portions of the Software.
754+
755+
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
756+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
757+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
758+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
759+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
760+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
761+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
762+
DEALINGS IN THE SOFTWARE.
763+
764+
765+
zlib
766+
----
767+
768+
The :mod:`zlib` extension is built using an included copy of the zlib
769+
sources unless the zlib version found on the system is too old to be
770+
used for the build::
771+
772+
Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
773+
774+
This software is provided 'as-is', without any express or implied
775+
warranty. In no event will the authors be held liable for any damages
776+
arising from the use of this software.
777+
778+
Permission is granted to anyone to use this software for any purpose,
779+
including commercial applications, and to alter it and redistribute it
780+
freely, subject to the following restrictions:
781+
782+
1. The origin of this software must not be misrepresented; you must not
783+
claim that you wrote the original software. If you use this software
784+
in a product, an acknowledgment in the product documentation would be
785+
appreciated but is not required.
786+
787+
2. Altered source versions must be plainly marked as such, and must not be
788+
misrepresented as being the original software.
789+
790+
3. This notice may not be removed or altered from any source distribution.
791+
792+
Jean-loup Gailly Mark Adler
793+
794+
795+

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2280,6 +2280,9 @@ Build
22802280
Documentation
22812281
-------------
22822282

2283+
- Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses
2284+
to Doc/license.rst.
2285+
22832286
- Issue #9524: Document that two CTRL* signals are meant for use only
22842287
with os.kill.
22852288

Modules/expat/COPYING

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
2+
and Clark Cooper
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included
13+
in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
18+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
19+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
20+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
21+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)