@@ -934,3 +934,36 @@ on the cfuhash project::
934934 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
935935 OF THE POSSIBILITY OF SUCH DAMAGE.
936936
937+
938+ libmpdec
939+ --------
940+
941+ The :mod: `_decimal ` Module is built using an included copy of the libmpdec
942+ library unless the build is configured ``--with-system-libmpdec ``::
943+
944+ Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
945+
946+ Redistribution and use in source and binary forms, with or without
947+ modification, are permitted provided that the following conditions
948+ are met:
949+
950+ 1. Redistributions of source code must retain the above copyright
951+ notice, this list of conditions and the following disclaimer.
952+
953+ 2. Redistributions in binary form must reproduce the above copyright
954+ notice, this list of conditions and the following disclaimer in the
955+ documentation and/or other materials provided with the distribution.
956+
957+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND
958+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
959+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
960+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
961+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
962+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
963+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
964+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
965+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
966+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
967+ SUCH DAMAGE.
968+
969+
0 commit comments