[Python-modules-commits] r5627 - in packages/nevow/trunk/debian (changelog copyright)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Fri Jun 13 19:53:20 UTC 2008


    Date: Friday, June 13, 2008 @ 19:53:19
  Author: bernat
Revision: 5627

Switch to machine-readble debian/copyright file.

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

Modified: packages/nevow/trunk/debian/changelog
===================================================================
--- packages/nevow/trunk/debian/changelog	2008-06-13 19:46:55 UTC (rev 5626)
+++ packages/nevow/trunk/debian/changelog	2008-06-13 19:53:19 UTC (rev 5627)
@@ -4,6 +4,7 @@
     Nevow plugin detection by Twisted. (Closes: #486148)
   * Removes DM-Upload-Allowed field.
   * Bump standard version to 3.8.0.
+  * Switch to machine-readble debian/copyright file.
 
  -- Vincent Bernat <bernat at debian.org>  Fri, 13 Jun 2008 21:34:48 +0200
 

Modified: packages/nevow/trunk/debian/copyright
===================================================================
--- packages/nevow/trunk/debian/copyright	2008-06-13 19:46:55 UTC (rev 5626)
+++ packages/nevow/trunk/debian/copyright	2008-06-13 19:53:19 UTC (rev 5627)
@@ -1,11 +1,7 @@
-This package was debianized by Tommi Virtanen tv at debian.org on
-Sun, 28 Mar 2004 16:44:10 +0300.
+This package was downloaded from http://divmod.org/trac/wiki/DivmodNevow
 
-It was originally downloaded from http://divmod.org/trac/wiki/DivmodNevow
-
-Upstream Authors: Donovan Preston et al <dp at divmod.org>
-
-Copyright: (c) 2004
+Files: *
+Copyright: © 2004
    Donovan Preston
    Matt Goodall
    James Y. Knight
@@ -20,28 +16,38 @@
    Tommi Virtanen
    Michal Pasternak
    Valentino Volonghi
+License: MIT
+ 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:
 
-License:
-   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 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.
 
-   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: examples/blogengine/smtpserver.py
+Copyright: © 2001-2004 Twisted Matrix Laboratories
+License: MIT
 
-Those files have different copyright but are still licensed under the
-same license (MIT):
- - examples/blogengine/smtpserver.py (c) 2001-2004 Twisted Matrix Laboratories.
- - nevow/js/Divmod/Base.js (c) 2005 Bob Ippolito.  All rights Reserved
+Files: nevow/js/Divmod/Base.js
+Copyright: © 2005 Bob Ippolito
+License: MIT
+
+Files: debian/*
+Copyright: © 2004 Tommi Virtanen <tv at debian.org>
+           © 2007-2008 Vincent Bernat <bernat at debian.org>
+License: GPL-2+
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'.




More information about the Python-modules-commits mailing list