[Python-modules-commits] r11961 - in packages/python-networkx/trunk/debian (changelog copyright)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Thu Feb 25 22:55:24 UTC 2010
Date: Thursday, February 25, 2010 @ 22:55:23
Author: morph
Revision: 11961
updated upstream copyright authors and license information
Modified:
packages/python-networkx/trunk/debian/changelog
packages/python-networkx/trunk/debian/copyright
Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog 2010-02-25 22:42:10 UTC (rev 11960)
+++ packages/python-networkx/trunk/debian/changelog 2010-02-25 22:55:23 UTC (rev 11961)
@@ -15,6 +15,7 @@
* debian/pyversions
- minimum version set to 2.5
* debian/copyright
+ - updated upstream copyright authors and license information
- update copyright notice for packaging
* debian/watch
- updated to report numerical (with dots) releases
@@ -23,7 +24,7 @@
* debian/patches/20_example_dirs_remove
- don't created empty dirs for examples no more present
- -- Sandro Tosi <morph at debian.org> Thu, 25 Feb 2010 23:41:22 +0100
+ -- Sandro Tosi <morph at debian.org> Thu, 25 Feb 2010 23:54:53 +0100
python-networkx (1.0~rc1~svn1492-2) experimental; urgency=low
Modified: packages/python-networkx/trunk/debian/copyright
===================================================================
--- packages/python-networkx/trunk/debian/copyright 2010-02-25 22:42:10 UTC (rev 11960)
+++ packages/python-networkx/trunk/debian/copyright 2010-02-25 22:55:23 UTC (rev 11961)
@@ -4,10 +4,12 @@
It was downloaded from https://networkx.lanl.gov/
Upstream Authors and Copyright Holders:
- © 2004-2008 Aric Hagberg <hagberg at lanl.gov>
- © 2004-2008 Pieter Swart <swart at lanl.gov>
- © 2004-2008 Dan Schult <dschult at colgate.edu>
+ Copyright (C) 2004-2010, NetworkX Developers
+ Aric Hagberg <hagberg at lanl.gov>
+ Dan Schult <dschult at colgate.edu>
+ Pieter Swart <swart at lanl.gov>
+
Additional Authors having left their copyrights to the Upstream Authors and
Copyright Holders listed just above:
A. L. Barabási and R. Albert
@@ -30,24 +32,37 @@
License:
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
- You should have received a copy of the GNU Lesser General Public
- License along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * 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.
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+ * Neither the name of the NetworkX Developers 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.
+On Debian systems, the complete text of the BSD License can be found in
+`/usr/share/common-licenses/BSD'.
+
The Debian packaging is:
© 2006-2008 Cyril Brulebois <kibi at debian.org>
© 2010 Sandro Tosi <morph at debian.org>
More information about the Python-modules-commits
mailing list