diff options
author | tailor <dag@janrain.com> | 2008-05-30 23:43:59 +0000 |
---|---|---|
committer | tailor <dag@janrain.com> | 2008-05-30 23:43:59 +0000 |
commit | 749a7d663d4a1e18864df4c78e3dc500f9a7f87f (patch) | |
tree | eb45d76f064cc1d06f9eccae918699c05b20ec4d /admin/xmlconfig.py | |
parent | 0f02cd32ac681d5a921084d7653e7ea2f62e2f2f (diff) | |
download | php-openid-749a7d663d4a1e18864df4c78e3dc500f9a7f87f.zip php-openid-749a7d663d4a1e18864df4c78e3dc500f9a7f87f.tar.gz php-openid-749a7d663d4a1e18864df4c78e3dc500f9a7f87f.tar.bz2 |
[project @ Update license strings to say Apache]
Diffstat (limited to 'admin/xmlconfig.py')
-rw-r--r-- | admin/xmlconfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/xmlconfig.py b/admin/xmlconfig.py index 468a4e8..ac029b5 100644 --- a/admin/xmlconfig.py +++ b/admin/xmlconfig.py @@ -28,10 +28,10 @@ package_description = 'An implementation of the OpenID single sign-on authentica package_summary = 'PHP OpenID' # License string. -license_name = 'LGPL' +license_name = 'Apache' # License URI. -license_uri = 'http://www.gnu.org/copyleft/lesser.txt' +license_uri = 'http://www.apache.org/licenses/LICENSE-2.0' # Director(ies) containing package source, relative to the admin/ # directory. All .php files in these directories will be included in |