[Python-modules-commits] r7732 - in packages/pylons/trunk/debian (changelog copyright)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Feb 23 21:34:34 UTC 2009
Date: Monday, February 23, 2009 @ 21:34:34
Author: piotr
Revision: 7732
debian/copyright updated (added a note about templates)
Modified:
packages/pylons/trunk/debian/changelog
packages/pylons/trunk/debian/copyright
Modified: packages/pylons/trunk/debian/changelog
===================================================================
--- packages/pylons/trunk/debian/changelog 2009-02-23 21:26:06 UTC (rev 7731)
+++ packages/pylons/trunk/debian/changelog 2009-02-23 21:34:34 UTC (rev 7732)
@@ -5,6 +5,7 @@
python-simplejson and python-webob minimum required versions
* Set the minimum required SQLAlchemy version to >= 0.5
* Add python-pkg-resources to Depends
+ * debian/copyright updated (added a note about templates)
-- Piotr Ożarowski <piotr at debian.org> Mon, 23 Feb 2009 21:10:38 +0100
Modified: packages/pylons/trunk/debian/copyright
===================================================================
--- packages/pylons/trunk/debian/copyright 2009-02-23 21:26:06 UTC (rev 7731)
+++ packages/pylons/trunk/debian/copyright 2009-02-23 21:34:34 UTC (rev 7732)
@@ -6,7 +6,8 @@
Upstream Authors: Ben Bangert <ben at groovie.org> and James Gardner
<james at 3aims.com>.
-Copyright (c) 2005-2009 Ben Bangert, James Gardner
+Copyright (c) 2005-2009 Ben Bangert, James Gardner, Philip Jenvey
+ and contributors.
All rights reserved.
@@ -14,6 +15,32 @@
This package is licensed under the 3-clause BSD License.
+
+ ALL TEMPLATES GENERATED ARE COVERED UNDER THE FOLLOWING LICENSE:
+
+ Copyright (c) 2005-2009 Ben Bangert, James Gardner, Philip Jenvey
+ and contributors.
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following condition is
+ met:
+ The name of the author or contributors may not be used to endorse or
+ promote products derived from this software without specific prior
+ written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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.
+
On Debian GNU/Linux systems, the complete text of the BSD license can be
found in `/usr/share/common-licenses/BSD'.
More information about the Python-modules-commits
mailing list