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/pages | |
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/pages')
-rw-r--r-- | mod/pages/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/manifest.xml b/mod/pages/manifest.xml index dfc521e11..6990bd6b0 100644 --- a/mod/pages/manifest.xml +++ b/mod/pages/manifest.xml @@ -9,7 +9,7 @@ <description>Elgg Pages</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> |