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