mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Petr Viktorin
parent
2348e0fab7
commit
af26e6da46
@@ -29,7 +29,7 @@ import ipalib
|
||||
setup(
|
||||
name='freeipa',
|
||||
version=ipalib.__version__,
|
||||
license='GPLv2+',
|
||||
license='GPLv3+',
|
||||
url='http://freeipa.org/',
|
||||
packages=[
|
||||
'ipalib',
|
||||
|
||||
Reference in New Issue
Block a user