diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-08 06:45:18 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-16 19:53:03 -0500 |
commit | 77b53f716a9043b89a7ad128eec34c910006fe24 (patch) | |
tree | fc63e8f0538c4cf0f9b1e47a658c06de5995a64c /mod/bookmarks/manifest.xml | |
parent | ba2a8532175992897d0a3559e6c1f66010eaa3fc (diff) | |
download | elgg-77b53f716a9043b89a7ad128eec34c910006fe24.tar.gz elgg-77b53f716a9043b89a7ad128eec34c910006fe24.tar.bz2 |
it is GPL General Public License not GPL Public License
Diffstat (limited to 'mod/bookmarks/manifest.xml')
-rw-r--r-- | mod/bookmarks/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bookmarks/manifest.xml b/mod/bookmarks/manifest.xml index 679d3f1d8..b95af87f8 100644 --- a/mod/bookmarks/manifest.xml +++ b/mod/bookmarks/manifest.xml @@ -10,7 +10,7 @@ <description>Adds the ability for users to bookmark internal and external sites. Other users can then comment on the bookmarks.</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> |