From 48a380f63ff3d1d6041fb6264cceb910960b6a5c5c52020362efcbbe3b1393e6 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 May 2012 14:07:00 +0000 Subject: [PATCH] Accepting request 122056 from home:babelworx:ldig:branches:devel:languages:python license update: BSD-2-Clause and (GPL-2.0+ or MIT) __init__.py is the only file with a definitive license statement (BSD-2-Clause). Also, package contains jquery components (GPL-2.0+ or MIT) OBS-URL: https://build.opensuse.org/request/show/122056 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=16 --- python-coverage.changes | 8 ++++++++ python-coverage.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-coverage.changes b/python-coverage.changes index 045382b..fd0de2b 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 24 11:47:40 UTC 2012 - cfarrell@suse.com + +- license update: BSD-2-Clause and (GPL-2.0+ or MIT) + __init__.py is the only file with a definitive license statement + (BSD-2-Clause). Also, package contains jquery components (GPL-2.0+ or + MIT) + ------------------------------------------------------------------- Wed May 23 07:30:26 UTC 2012 - highwaystar.ru@gmail.com diff --git a/python-coverage.spec b/python-coverage.spec index 20b6a98..5d7f40e 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -21,7 +21,7 @@ Version: 3.5.1 Release: 0 Url: http://nedbatchelder.com/code/coverage/%{version} Summary: Code coverage measurement for Python -License: BSD-3-Clause +License: BSD-2-Clause and (GPL-2.0+ or MIT) Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build