From af26e6da4650b3a429af31bc38b546eff27e38c6 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 3 Dec 2013 09:21:45 -0500 Subject: 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. --- setup-client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup-client.py') diff --git a/setup-client.py b/setup-client.py index 1f427b6e1..332d29264 100755 --- a/setup-client.py +++ b/setup-client.py @@ -29,7 +29,7 @@ import ipalib setup( name='freeipa', version=ipalib.__version__, - license='GPLv2+', + license='GPLv3+', url='http://freeipa.org/', packages=[ 'ipalib', -- cgit