[Python-modules-commits] r29097 - in packages/python-django-registration/trunk/debian (2 files)

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Tue May 27 12:37:44 UTC 2014


    Date: Tuesday, May 27, 2014 @ 12:37:43
  Author: hertzog
Revision: 29097

Update debian/copyright to follow new copyright format.

Modified:
  packages/python-django-registration/trunk/debian/changelog
  packages/python-django-registration/trunk/debian/copyright

Modified: packages/python-django-registration/trunk/debian/changelog
===================================================================
--- packages/python-django-registration/trunk/debian/changelog	2014-05-27 12:23:40 UTC (rev 29096)
+++ packages/python-django-registration/trunk/debian/changelog	2014-05-27 12:37:43 UTC (rev 29097)
@@ -3,6 +3,7 @@
   * Drop David Spreen from Uploaders. Closes: #738931
   * Add send_signal_only_once_when_activating_user.patch submitted
     by Mark Caglienzi <mark.caglienzi at gmail.com>. Closes: #745756
+  * Update debian/copyright to follow new copyright format.
 
  -- Raphaël Hertzog <hertzog at debian.org>  Tue, 27 May 2014 14:23:29 +0200
 

Modified: packages/python-django-registration/trunk/debian/copyright
===================================================================
--- packages/python-django-registration/trunk/debian/copyright	2014-05-27 12:23:40 UTC (rev 29096)
+++ packages/python-django-registration/trunk/debian/copyright	2014-05-27 12:37:43 UTC (rev 29097)
@@ -1,19 +1,23 @@
-This package was debianized by Raphael Hertzog <hertzog at debian.org>.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-registration
+Upstream-Contact: James Bennett <james at b-list.org>
+Source: https://bitbucket.org/ubernostrum/django-registration/
+Comment:
+ The upstream author stopped maintaining this Django application.
 
-It was downloaded from https://bitbucket.org/ubernostrum/django-registration/
+Files: *
+Copyright: 2007-2013, James Bennett
+License: BSD-3-Clause
 
-Upstream Author: James Bennett <james at b-list.org>
+Files: debian/*
+Copyright: 2007-2014, Raphaël Hertzog <hertzog at debian.org>
+License: BSD-3-clause
 
-Copyright:
-----------
-
-Copyright (c) 2007, James Bennett
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
+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
@@ -23,16 +27,15 @@
     * Neither the name of the author nor the names of other
       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.
-
+ .
+ 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.




More information about the Python-modules-commits mailing list