Report information
The Basics
Id:
47101
Status:
resolved
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
9.11.3, 9.12.1, 9.13.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
Other

Dates
Created:Wed, 31 Jan 2018 12:33:01 -0500
Updated:Thu, 01 Feb 2018 18:41:17 -0500
Closed:Thu, 01 Feb 2018 18:41:17 -0500



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

From: "Tony Finch" <dot@dotat.at>
To: bind9-bugs@isc.org
Date: Wed, 31 Jan 2018 17:32:56 +0000
Subject: [PATCH] Update license metadata in Python setup script
CC: "Tony Finch" <dot@dotat.at>
--- bin/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/python/setup.py b/bin/python/setup.py index 0776f59..e71afd9 100644 --- a/bin/python/setup.py +++ b/bin/python/setup.py @@ -13,6 +13,6 @@ setup(name='isc', url='https://www.isc.org/bind', author='Internet Systems Consortium, Inc', author_email='bind9-bugs@isc.org', - license='ISC', + license='MPL', requires=['ply'], packages=['isc']) -- 2.10.1.445.g3cdd5d1
Updated. No CHANGES note.