diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-08 06:45:18 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-08 06:45:18 -0500 |
commit | 1c0bda3d9868cf62788eaf88317af35326e0b4e7 (patch) | |
tree | e849f10c10a24759d8951e98d0d770ebc7eb583f /mod/categories | |
parent | 42e3a3353eb524fc984f72e2b525d5597444d1aa (diff) | |
download | elgg-1c0bda3d9868cf62788eaf88317af35326e0b4e7.tar.gz elgg-1c0bda3d9868cf62788eaf88317af35326e0b4e7.tar.bz2 |
it is GPL General Public License not GPL Public License
Diffstat (limited to 'mod/categories')
-rw-r--r-- | mod/categories/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/categories/manifest.xml b/mod/categories/manifest.xml index a2f4d97fc..4a6bd0864 100644 --- a/mod/categories/manifest.xml +++ b/mod/categories/manifest.xml @@ -9,7 +9,7 @@ <description>Site-wide Categories lets administrators define categories that users across the site can add content to.</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> - <license>GNU Public License version 2</license> + <license>GNU General Public License version 2</license> <requires> <type>elgg_release</type> <version>1.8</version> |