From a97ca00ce83f10eaee53681ea5c4d50771890df9 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 2 Feb 2018 10:37:54 +1100 Subject: [PATCH] Update license to 'MPL' [RT #47101] --- 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 0776f5952f..e71afd9cd8 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'])