~ubuntu-branches/ubuntu/utopic/python3.3/utopic

« back to all changes in this revision

Viewing changes to Doc/license.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-01-27 12:13:57 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20140127121357-60ennw934dn1qirz
Tags: 3.3.4~rc1-1
Python 3.3.4 release candidate 1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
   analyze, test, perform and/or display publicly, prepare derivative works,
85
85
   distribute, and otherwise use Python |release| alone or in any derivative
86
86
   version, provided, however, that PSF's License Agreement and PSF's notice of
87
 
   copyright, i.e., "Copyright © 2001-2013 Python Software Foundation; All Rights
 
87
   copyright, i.e., "Copyright © 2001-2014 Python Software Foundation; All Rights
88
88
   Reserved" are retained in Python |release| alone or in any derivative version
89
89
   prepared by Licensee.
90
90
 
845
845
  Jean-loup Gailly        Mark Adler
846
846
  jloup@gzip.org          madler@alumni.caltech.edu
847
847
 
 
848
 
 
849
libmpdec
 
850
--------
 
851
 
 
852
The :mod:`_decimal` Module is built using an included copy of the libmpdec
 
853
library unless the build is configured ``--with-system-libmpdec``::
 
854
 
 
855
   Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
 
856
 
 
857
   Redistribution and use in source and binary forms, with or without
 
858
   modification, are permitted provided that the following conditions
 
859
   are met:
 
860
 
 
861
   1. Redistributions of source code must retain the above copyright
 
862
      notice, this list of conditions and the following disclaimer.
 
863
 
 
864
   2. Redistributions in binary form must reproduce the above copyright
 
865
      notice, this list of conditions and the following disclaimer in the
 
866
      documentation and/or other materials provided with the distribution.
 
867
 
 
868
   THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND
 
869
   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
870
   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
871
   ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 
872
   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 
873
   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 
874
   OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 
875
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 
876
   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 
877
   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 
878
   SUCH DAMAGE.
 
879
 
 
880