diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-18 06:58:45 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-18 06:58:45 -0400 |
commit | 098976fd34e6c98675a20c19fd54329ec44f6261 (patch) | |
tree | f9d95b9a5ebb3fa2f27e40cd6073242e7e82d2ce /mod/htmlawed | |
parent | 9f5634b5eef06a36f39fa3003ecaa969ef86df75 (diff) | |
download | elgg-098976fd34e6c98675a20c19fd54329ec44f6261.tar.gz elgg-098976fd34e6c98675a20c19fd54329ec44f6261.tar.bz2 |
Fixes #4478 corrected license of htmlawed plugin
Diffstat (limited to 'mod/htmlawed')
-rw-r--r-- | mod/htmlawed/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/htmlawed/manifest.xml b/mod/htmlawed/manifest.xml index 5c1f14cb5..074f98fb3 100644 --- a/mod/htmlawed/manifest.xml +++ b/mod/htmlawed/manifest.xml @@ -8,7 +8,7 @@ <description>Provides security filtering. Disabling this plugin is extremely insecure. DO NOT DISABLE.</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> - <license>GNU General Public License version 3</license> + <license>GNU General Public License version 2</license> <requires> <type>elgg_release</type> <version>1.8</version> |