Update the distutils license field
diff --git a/setup.py b/setup.py
index 1a74e6e..cd40c07 100755
--- a/setup.py
+++ b/setup.py
@@ -211,7 +211,7 @@
       maintainer = 'Jean-Paul Calderone',
       maintainer_email = 'exarkun@twistedmatrix.com',
       url = 'http://pyopenssl.sourceforge.net/',
-      license = 'LGPL',
+      license = 'APL2',
       long_description = """\
 High-level wrapper around a subset of the OpenSSL library, includes
  * SSL.Connection objects, wrapping the methods of Python's portable