[Python-modules-commits] r17781 - in packages/python-llfuse/trunk/debian (changelog copyright)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Sat Jul 9 20:13:37 UTC 2011
Date: Saturday, July 9, 2011 @ 20:13:36
Author: nikratio-guest
Revision: 17781
Added license for doc/html/_static/*. Thanks to Jakub Wilk.
Modified:
packages/python-llfuse/trunk/debian/changelog
packages/python-llfuse/trunk/debian/copyright
Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog 2011-07-09 20:04:11 UTC (rev 17780)
+++ packages/python-llfuse/trunk/debian/changelog 2011-07-09 20:13:36 UTC (rev 17781)
@@ -3,9 +3,11 @@
* NOT RELEASED YET
* Use underscore.js from libjs-underscore rather than shipping
our own version.
+ * Added correct copyright information for files in doc/html/_static
+ (which come from the python-sphinx package).
* Thanks to Jakub Wilk for his packaging review.
- -- Nikolaus Rath <Nikolaus at rath.org> Sat, 09 Jul 2011 15:52:34 -0400
+ -- Nikolaus Rath <Nikolaus at rath.org> Sat, 09 Jul 2011 16:11:57 -0400
python-llfuse (0.33-1) unstable; urgency=low
Modified: packages/python-llfuse/trunk/debian/copyright
===================================================================
--- packages/python-llfuse/trunk/debian/copyright 2011-07-09 20:04:11 UTC (rev 17780)
+++ packages/python-llfuse/trunk/debian/copyright 2011-07-09 20:13:36 UTC (rev 17781)
@@ -19,3 +19,29 @@
License can be found in the `/usr/share/common-licenses/LGPL-2'
file.
+Files: doc/html/_static/*
+Copyright: Copyright (c) 2007-2011 by the Sphinx team (see Sphinx's AUTHORS file).
+ All rights reserved.
+License: BSD-2-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 copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ 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