[Python-modules-commits] r23480 - in packages/python-webob/trunk/debian (copyright)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Thu Feb 14 17:10:43 UTC 2013


    Date: Thursday, February 14, 2013 @ 17:10:40
  Author: zigo
Revision: 23480

Switches webob debian/copyright to parsable format 1.0

Modified:
  packages/python-webob/trunk/debian/copyright

Modified: packages/python-webob/trunk/debian/copyright
===================================================================
--- packages/python-webob/trunk/debian/copyright	2013-02-14 15:35:43 UTC (rev 23479)
+++ packages/python-webob/trunk/debian/copyright	2013-02-14 17:10:40 UTC (rev 23480)
@@ -1,39 +1,34 @@
-This package was originally debianized by Christoph Haas <haas at debian.org> on
-Sun, 20 Apr 2008 10:42:43 +0200 and is maintained by the Debian Python Modules
-Team.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: webob
+Upstream-Contact: Ian Bicking <ianb at colorstudy.com>
+Source: https://github.com/Pylons/webob
 
-It was downloaded from http://pythonpaste.org/webob/
+Files: debian/*
+Copyright: (c) 2008, Christoph Haas <haas at debian.org>
+	(c) 2008-2011, Piotr Ożarowski <piotr at debian.org>
+	(c) 2009, Chris Lamb <lamby at debian.org>
+	(c) 2013, Thomas Goirand <zigo at debian.org>
+License: MIT
 
-Upstream Author: 
+Files: *
+Copyright: 2008-2012, Ian Bicking <ianb at colorstudy.com>
+License: MIT
 
-    Ian Bicking <ianb at colorstudy.com>
-
-Copyright: 
-
-    Copyright © 2008 Ian Bicking
-
-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:
-
-    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 Debian packaging is also licensed under the terms of the above MIT license.
-
+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:
+ .
+ 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.




More information about the Python-modules-commits mailing list