[Python-apps-commits] r9617 - in packages/cython/trunk/debian (changelog copyright)
yoh at users.alioth.debian.org
yoh at users.alioth.debian.org
Wed May 8 16:11:23 UTC 2013
Date: Wednesday, May 8, 2013 @ 16:11:21
Author: yoh
Revision: 9617
debian/copyright - machine readable now (and correct license Apache-2.0)
Modified:
packages/cython/trunk/debian/changelog
packages/cython/trunk/debian/copyright
Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog 2013-05-08 16:11:13 UTC (rev 9616)
+++ packages/cython/trunk/debian/changelog 2013-05-08 16:11:21 UTC (rev 9617)
@@ -5,6 +5,8 @@
* debian/upstream
- added to facilitate referencing etc.
- added to be installed among docs
+ * debian/copyright
+ - machine readable now (and correct license Apache-2.0)
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
Modified: packages/cython/trunk/debian/copyright
===================================================================
--- packages/cython/trunk/debian/copyright 2013-05-08 16:11:13 UTC (rev 9616)
+++ packages/cython/trunk/debian/copyright 2013-05-08 16:11:21 UTC (rev 9617)
@@ -1,61 +1,24 @@
-It was downloaded from http://cython.org/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cython
+Upstream-Contact: cython-devel at python.org
+Source: http://github.com/cython/cython
-This package was debianized by Ondrej Certik <ondrej at certik.cz> on
-Tue, 20 Nov 2007 23:30:02 +0100
+Files: *
+Copyright: 2007-2013 Stefan Behnel, Robert Bradshaw, Dag Sverre Seljebotn, Greg Ewing,
+ William Stein, Gabriel Gellner, et al.
+License: Apache-2.0
-Upstream Authors:
+Files: debian/*
+Copyright: 2007-2013 Ondrej Certik, Yaroslav Halchenko
+License: Apache-2.0
- Stefan Behnel, Robert Bradshaw, and William Stein
-
-Copyright 2007 Stefan Behnel, Robert Bradshaw, and William Stein
-
-The PYTHON SOFTWARE FOUNDATION LICENSE:
-
-PSF LICENSE AGREEMENT FOR PYTHON 2.4
-------------------------------------
-
-1. This LICENSE AGREEMENT is between the Python Software Foundation
-("PSF"), and the Individual or Organization ("Licensee") accessing and
-otherwise using Python 2.4 software in source or binary form and its
-associated documentation.
-
-2. Subject to the terms and conditions of this License Agreement, PSF
-hereby grants Licensee a nonexclusive, royalty-free, world-wide
-license to reproduce, analyze, test, perform and/or display publicly,
-prepare derivative works, distribute, and otherwise use Python 2.4
-alone or in any derivative version, provided, however, that PSF's
-License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
-2001, 2002, 2003, 2004 Python Software Foundation; All Rights Reserved"
-are retained in Python 2.4 alone or in any derivative version prepared
-by Licensee.
-
-3. In the event Licensee prepares a derivative work that is based on
-or incorporates Python 2.4 or any part thereof, and wants to make
-the derivative work available to others as provided herein, then
-Licensee hereby agrees to include in any such work a brief summary of
-the changes made to Python 2.4.
-
-4. PSF is making Python 2.4 available to Licensee on an "AS IS"
-basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.4 WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
-2.4 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
-A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.4,
-OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-6. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-7. Nothing in this License Agreement shall be deemed to create any
-relationship of agency, partnership, or joint venture between PSF and
-Licensee. This License Agreement does not grant permission to use PSF
-trademarks or trade name in a trademark sense to endorse or promote
-products or services of Licensee, or any third party.
-
-8. By copying, installing or otherwise using Python 2.4, Licensee
-agrees to be bound by the terms and conditions of this License
-Agreement.
+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 .
More information about the Python-apps-commits
mailing list