From: "Tony Finch" Return-Path: From dot@dotat.at Wed Jan 31 17:33:00 2018 To: bind9-bugs@isc.org Date: Wed, 31 Jan 2018 17:32:56 +0000 Received: from mx.pao1.isc.org (mx.pao1.isc.org [IPv6:2001:4f8:0:2::2b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id 2770AD78B0E for ; Wed, 31 Jan 2018 17:33:00 +0000 (UTC) Received: from ppsw-30.csi.cam.ac.uk (ppsw-30.csi.cam.ac.uk [131.111.8.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.pao1.isc.org (Postfix) with ESMTPS id 841363AB03C for ; Wed, 31 Jan 2018 17:32:57 +0000 (UTC) Received: from grey.csi.cam.ac.uk ([131.111.57.57]:35857) by ppsw-30.csi.cam.ac.uk (ppsw.cam.ac.uk [131.111.8.136]:25) with esmtps (TLSv1:ECDHE-RSA-AES256-SHA:256) id 1egwFk-0009DR-dN (Exim 4.90) (return-path ); Wed, 31 Jan 2018 17:32:56 +0000 Delivered-To: bind9-confidential@bugs.isc.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mx.pao1.isc.org Message-ID: X-Cam-Antivirus: no malware found content-type: TEXT/PLAIN; charset="utf-8" X-Original-To: bind9-confidential@bugs.isc.org X-Spam-Status: No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=disabled version=3.4.1 MIME-Version: 1.0 X-Cam-Scannerinfo: http://help.uis.cam.ac.uk/email-scanner-virus Subject: [PATCH] Update license metadata in Python setup script X-RT-Incoming-Encryption: Not encrypted CC: "Tony Finch" User-Agent: Alpine 2.11 (DEB 23 2013-08-11) X-RT-Original-Encoding: ascii X-RT-Interface: Email Content-Length: 505 --- 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