# HG changeset patch # User Arne Babenhauserheide <a...@draketo.de> # Date 1302227553 0 # Node ID cec1633b8c89df7bacf72cef2f7c59c45b097247 # Parent 5fd156734e90b782df2e906d22aa8980324f656b switch license to GPLv3 so we can include files under Apache 2.0. For details, see: http://www.apache.org/licenses/GPL-compatibility.html
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ and will have the ability to create tran author_email = 'anat...@gnu.org', url = 'http://savannah.nongnu.org/projects/pyhurd/', download_url = 'http://pypi.python.org/pypi/PyHurd/', - license = 'GNU GPL2', + license = 'GNU GPL3', classifiers = [ 'Development Status :: 1 - Planning', 'Environment :: Console',