Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cython
Upstream-Contact: cython-devel@python.org
Source: http://github.com/cython/cython
Files-Excluded:
 Demos/benchmarks/chaos.py
 Demos/benchmarks/richards.py
Comment: Two files excluded because of unclear licensing conditions

Files: *
Copyright: Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.
License: Apache-2.0
Comment:
 The COPYING.txt file reads as follows:
 .
 The original Pyrex code as of 2006-04 is licensed under the following
 license: "Copyright stuff: Pyrex is free of restrictions. You may use,
 redistribute, modify and distribute modified versions."
 .
 ------------------
 .
 Cython, which derives from Pyrex, is licensed under the Apache 2.0
 Software License.  More precisely, all modifications and new code
 made to go from Pyrex to Cython are so licensed.
 .
 See LICENSE.txt for more details.
 .
 ------------------
 .
 The output of a Cython compilation is NOT considered a derivative
 work of Cython.  Specifically, though the compilation process may
 embed snippets of varying lengths into the final output, these
 snippets, as embedded in the output, do not encumber the resulting
 output with any license restrictions.

Files: tests/run/test_unicode.pyx
Copyright: CNRI
License: Apache-2.0
Comment: The license is not explicitly stated in the file, but
 the whole work claims Apache-2.0.  (This was not part of the last Pyrex
 release.)

Files: Tools/site_scons/site_tools/pyext.py
Copyright: David Cournapeau, Dag Sverre Seljebotn
License: Expat
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Files: Cython/Build/IpythonMagic.py
Copyright: Brian Granger, Martín Gaitán, 2010-2011 IPython Development Team
Comment: The file states:
    Author:
    * Brian Granger
    .
    Code moved from IPython and adapted by:
    * Martín Gaitán
    .
    Parts of this code were taken from Cython.inline.
 .
 The parts taken from IPython are licensed under the Modified BSD License,
 the rest is (presumably) Apache-2.0
License: BSD-3-clause and Apache-2.0

Files: debian/*
Copyright: 2007-2013 Ondrej Certik, Yaroslav Halchenko
 2024 Julian Gilbey
License: Apache-2.0

License: Apache-2.0
 Licensed to the Apache Software Foundation (ASF) under one or more contributor
 license agreements. The ASF licenses this work to You under the Apache License,
 Version 2.0 (the "License"); you may not use this work except in compliance
 with the License.  You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 On a Debian system, the license can be found at
 /usr/share/common-licenses/Apache-2.0 .

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
 Redistributions of source code must retain the above copyright notice,
 this list of conditions and the following disclaimer.
 .
 Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 .
 Neither the name of the IPython Development Team nor the names of its
 contributors may be used to endorse or promote products derived from this
 software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.