Fix license tag in python setup files

Apparently when we relicensed to GPLv3 we missed these two spots.
The actual boilerplate was changed in these files but not the
license tag passed to python setup.
This commit is contained in:
Simo Sorce
2013-12-03 09:21:45 -05:00
committed by Petr Viktorin
parent 2348e0fab7
commit af26e6da46
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ import ipalib
setup(
name='freeipa',
version=ipalib.__version__,
license='GPLv2+',
license='GPLv3+',
url='http://freeipa.org/',
packages=[
'ipalib',