@@ -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+
0 commit comments