[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1 of 3] switch license to GPLv3 so we can include files under Apa
From: |
arne_bab |
Subject: |
[PATCH 1 of 3] switch license to GPLv3 so we can include files under Apache 2.0. For details, see: http://www.apache.org/licenses/GPL-compatibility.html |
Date: |
Fri, 08 Apr 2011 04:21:26 +0200 |
User-agent: |
Mercurial-patchbomb/1.8.2 |
# HG changeset patch
# User Arne Babenhauserheide <arne@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 = 'anatoly@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',