[Python-modules-commits] [python-amqp] 11/12: Update debian/copyright (project license changed from LGPL-2.1+ to BSD-3-clause)
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Sun Mar 19 09:29:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch debian/experimental
in repository python-amqp.
commit d3453e9d6473739ae636d943dc2b5bbbbfaf08e8
Author: Christopher Hoskin <mans0954 at debian.org>
Date: Sun Mar 19 09:23:29 2017 +0000
Update debian/copyright (project license changed from LGPL-2.1+ to BSD-3-clause)
---
debian/changelog | 1 +
debian/copyright | 52 +++++++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 50 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a67fa87..06b6668 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ python-amqp (2.1.4-1) UNRELEASED; urgency=medium
* Add .egg-info to diff ignore
* Update build dependencies
* Use new tests
+ * Update debian/copyright (project license changed from LGPL-2.1+ to BSD-3-clause)
-- Christopher Hoskin <mans0954 at debian.org> Wed, 15 Mar 2017 19:44:51 +0000
diff --git a/debian/copyright b/debian/copyright
index 9ccfec5..c82dabf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,17 +1,63 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: amqp
-Upstream-Contact: Ask Solem <pyamqp at celeryproject.org>
+Upstream-Contact: Ask Solem <ask at celeryproject.org>
Source: https://pypi.python.org/pypi/amqp
Files: *
Copyright: 2007-2008, Barry Pederson <bp at barryp.org>
- 2012-2013, Ask Solem <pyamqp at celeryproject.org>
-License: LGPL-2.1+
+ 2009-2012 Ask Solem <ask at celeryproject.org>, and individual contributors.
+ 2012-2014 GoPivotal, Inc.
+ 2015-2016 Ask Solem <ask at celeryproject.org> & contributors.
+License: BSD-3-clause
+Comment: License changed from LGPL to BSD-3-clause with agreement of Barry Pederson
+ https://github.com/celery/py-amqp/issues/82
+
+Files: amqp/__init__.py
+ amqp/abstract_channel.py
+ amqp/basic_message.py
+ amqp/channel.py
+ amqp/connection.py
+ amqp/exceptions.py
+ amqp/method_framing.py
+ amqp/serialization.py
+ amqp/transport.py
+Copyright: 2007-2009, Barry Pederson <bp at barryp.org>
+License: BSD-3-clause or LGPL-2.1+
+Comment: See https://github.com/celery/py-amqp/issues/82
+
+
Files: debian/*
Copyright: 2013-2015, Michael Fladischer <fladi at debian.org>
+ 2017 Christopher Hoskin <mans0954 at debian.org>
License: LGPL-2.1+
+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:
+ * 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.
+ * Neither the name of Ask Solem, 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 Ask Solem 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.
+
+
+
License: LGPL-2.1+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-amqp.git
More information about the Python-modules-commits
mailing list