From: Mark Andrews Date: Thu, 1 Feb 2018 23:37:54 +0000 (+1100) Subject: Update license to 'MPL' [RT #47101] X-Git-Tag: v9.13.0~195 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a97ca00ce83f10eaee53681ea5c4d50771890df9;p=thirdparty%2Fbind9.git Update license to 'MPL' [RT #47101] --- diff --git a/bin/python/setup.py b/bin/python/setup.py index 0776f5952fb..e71afd9cd8b 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'])