[Python-modules-commits] r26465 - in packages/django-reversion/trunk/debian (2 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Fri Nov 22 06:36:59 UTC 2013
Date: Friday, November 22, 2013 @ 06:36:58
Author: fladi-guest
Revision: 26465
Use correct BSD-3-clause license in d/copyright.
Modified:
packages/django-reversion/trunk/debian/changelog
packages/django-reversion/trunk/debian/copyright
Modified: packages/django-reversion/trunk/debian/changelog
===================================================================
--- packages/django-reversion/trunk/debian/changelog 2013-11-21 21:08:49 UTC (rev 26464)
+++ packages/django-reversion/trunk/debian/changelog 2013-11-22 06:36:58 UTC (rev 26465)
@@ -1,3 +1,9 @@
+django-reversion (1.8-2) unstable; urgency=low
+
+ * Use correct BSD-3-clause license in d/copyright.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Fri, 22 Nov 2013 07:27:22 +0100
+
django-reversion (1.8-1) unstable; urgency=low
* New upstream release.
Modified: packages/django-reversion/trunk/debian/copyright
===================================================================
--- packages/django-reversion/trunk/debian/copyright 2013-11-21 21:08:49 UTC (rev 26464)
+++ packages/django-reversion/trunk/debian/copyright 2013-11-22 06:36:58 UTC (rev 26465)
@@ -5,24 +5,34 @@
Files: *
Copyright: 2009-2013, David Hall <david at etianen.com>
-License: BSD
+License: BSD-3-clause
Files: debian/*
Copyright: 2010-2013, Michael Fladischer <FladischerMichael at fladi.at>
-License: BSD
+License: BSD-3-clause
-License: BSD
- Redistribution and use in source and binary forms, with or without
- modification, are permitted under the terms of the BSD License.
+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:
.
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
+ 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. Neither the name of David Hall nor the names of its 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.
More information about the Python-modules-commits
mailing list