[Python-modules-commits] r28115 - in packages/genshi/trunk/debian (changelog copyright)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Mon Mar 10 06:13:30 UTC 2014


    Date: Monday, March 10, 2014 @ 06:13:29
  Author: zigo
Revision: 28115

Rewrote debian/copyright using parseable format 1.0.

Modified:
  packages/genshi/trunk/debian/changelog
  packages/genshi/trunk/debian/copyright

Modified: packages/genshi/trunk/debian/changelog
===================================================================
--- packages/genshi/trunk/debian/changelog	2014-03-10 06:13:24 UTC (rev 28114)
+++ packages/genshi/trunk/debian/changelog	2014-03-10 06:13:29 UTC (rev 28115)
@@ -4,6 +4,7 @@
   * Using  X-Python-Version: >= 2.7 and X-Python3-Version: >= 3.2, << 3.4, to
     allow easy backports and reflect reality.
   * Added "- Python {2,3}.x" in short descriptions.
+  * Rewrote debian/copyright using parseable format 1.0.
 
  -- Thomas Goirand <zigo at debian.org>  Mon, 10 Mar 2014 05:56:20 +0000
 

Modified: packages/genshi/trunk/debian/copyright
===================================================================
--- packages/genshi/trunk/debian/copyright	2014-03-10 06:13:24 UTC (rev 28114)
+++ packages/genshi/trunk/debian/copyright	2014-03-10 06:13:29 UTC (rev 28115)
@@ -1,42 +1,55 @@
-This package was debianized by Arnaud Fontaine <arnau at debian.org> on
-Fri, 25 Aug 2006 14:00:37 +0200.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Genshi
+Source: http://genshi.edgewall.org/wiki/Download
 
-It was downloaded from http://genshi.edgewall.org/wiki/Download
+Files: debian/*
+Copyright: (c) 2006-2011, Arnaud Fontaine <arnau at debian.org>
+           (c) 
+License: GPL
 
-Author: Edgewall Software <info at edgewall.org>
+Files: *
+Copyright: (c) 2006-2012, Edgewall Software <info at edgewall.org>
+           (c) 2012-2014, Barry Warsaw <barry at debian.org>
+License: BSD-3-clause
 
-Copyright: 2006-2011 Edgewall Software
-   All rights reserved.
+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:
+ .
+  1. Redistributions of source code must retain the above copyright notice,
+     this list of conditions and the following disclaimer.
+ .
+  2. 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.
+ .
+  3. The name of the author may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR “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 AUTHOR 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.
 
-   Redistribution and use in source  and binary forms, with or without
-   modification, are permitted  provided that the following conditions
-   are met:
-
-     1. Redistributions of source code must retain the above copyright
-        notice, this list of conditions and the following disclaimer.
-
-     2. 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.
-
-     3. The name of  the author may not be used  to endorse or promote
-        products  derived from  this software  without  specific prior
-        written permission.
-
-   THIS SOFTWARE IS PROVIDED BY THE  AUTHOR “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 AUTHOR  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.
-
-The   Debian    packaging   is   (C)    2006-2011,   Arnaud   Fontaine
-<arnau at debian.org> and is licensed  under the GPL.  On Debian systems,
-the complete  text of the GNU  General Public License can  be found in
-`/usr/share/common-licenses/GPL'.
+License: GPL
+ This program is free software; you can redistribute it and/or modify it under
+ the terms of the GNU General Public License as published by the Free Software
+ Foundation; either version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along with
+ this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General Public License v2
+ (GPL) can be found in /usr/share/common-licenses/GPL-2.




More information about the Python-modules-commits mailing list