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

Skip to content

Commit 2d181de

Browse files
author
Stefan Krah
committed
Merge 3.3.
2 parents 2dae92a + 1761fa9 commit 2d181de

36 files changed

Lines changed: 69 additions & 36 deletions

Doc/license.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+

Modules/_decimal/libmpdec/basearith.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
2+
* Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

Modules/_decimal/libmpdec/basearith.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
2+
* Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

Modules/_decimal/libmpdec/bits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
2+
* Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

Modules/_decimal/libmpdec/constants.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
2+
* Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

Modules/_decimal/libmpdec/constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
2+
* Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

Modules/_decimal/libmpdec/context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
2+
* Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

Modules/_decimal/libmpdec/convolute.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
2+
* Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

Modules/_decimal/libmpdec/convolute.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
2+
* Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

Modules/_decimal/libmpdec/crt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
2+
* Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

0 commit comments

Comments
 (0)