[Python-modules-commits] [python-pysnmp4] 05/08: d/copyright: move from BSD-3-clause to BSD-2-clause
Vincent Bernat
bernat at moszumanska.debian.org
Sun Dec 31 13:50:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to annotated tag debian/4.4.3-1
in repository python-pysnmp4.
commit 0507bdf5adfcb15506ad9e28a8e710252cd76441
Author: Vincent Bernat <vincent at bernat.im>
Date: Sun Dec 31 14:13:24 2017 +0100
d/copyright: move from BSD-3-clause to BSD-2-clause
---
debian/changelog | 1 +
debian/copyright | 59 +++++++++++++++++++++++++++++---------------------------
2 files changed, 32 insertions(+), 28 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f785439..8e0311e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ python-pysnmp4 (4.4.3-1) UNRELEASED; urgency=medium
* d/watch: tarballs are now released on GitHub.
* d/control: bump Standards-Version.
* d/control: add test suite.
+ * d/copyright: move from BSD-3-clause to BSD-2-clause.
-- Vincent Bernat <bernat at debian.org> Sun, 31 Dec 2017 14:08:51 +0100
diff --git a/debian/copyright b/debian/copyright
index 9f66c45..7794d86 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,40 +4,20 @@ Upstream-Contact: Ilya Etingof <ilya at glas.net>
Source: http://pysnmp.sourceforge.net/download.html
Files: *
-Copyright: 1999-2012, Ilya Etingof <ilya at glas.net>, all rights reserved.
-License: BSD-3-clause
- THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION
- ENDANGERING HUMAN LIFE OR PROPERTY.
- .
- 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.
- .
- * The name of the authors may not 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 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.
+Copyright: 1999-2017, Ilya Etingof <ilya at glas.net>, all rights reserved.
+License: BSD-2-clause
Files: pysnmp/carrier/twisted/dispatch.py
pysnmp/carrier/twisted/base.py
Copyright: 2008 Truelite Srl <info at truelite.it>
License: GPL-2
+Files: pysnmp/carrier/asyncio/*
+ pysnmp/hlapi/asyncio/*
+Copyright: 2005-2017, Ilya Etingof <etingof at gmail.com>
+ 2014, Zebra Technologies
+License: BSD-2-clause
+
Files: debian/*
Copyright: 2006-2012 Jan Lübbe <jluebbe at debian.org>
2006-2012 Arnaud Fontaine <arnau at debian.org>
@@ -60,3 +40,26 @@ License: GPL-2
.
On Debian systems, the full text of the GNU General Public License version 2
can be found in the file `/usr/share/common-licenses/GPL-2'.
+
+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 HOLDER 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysnmp4.git
More information about the Python-modules-commits
mailing list