From 079c4c746b913e74d47adcfd20ac556aeab5cfb4 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 1 Jul 2008 15:29:56 -0400 Subject: correct license info in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9482477..49c9d97 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( author = "Tim Olsen", author_email = "tolsen@limespot.com", description = "Kerberos over HTTP Negotiate/SPNEGO support for urllib2", - license = "GPLv3", + license = "Apache 2.0", url = "http://limedav.com/hg/urllib2_kerberos/", keywords = "urllib2 kerberos http negotiate spnego", -- cgit