diff options
Diffstat (limited to 'mod/externalpages')
-rw-r--r-- | mod/externalpages/manifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/externalpages/manifest.xml b/mod/externalpages/manifest.xml index 235074276..ac9629092 100644 --- a/mod/externalpages/manifest.xml +++ b/mod/externalpages/manifest.xml @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>External Pages</name> - <author>Curverider</author> + <author>Core developers</author> <version>1.8</version> <description>Create simple web pages for about, contact, privacy, and terms.</description> <website>http://www.elgg.org/</website> - <copyright>(C) Curverider 2008-2010</copyright> + <copyright>See COPYRIGHT.txt</copyright> <license>GNU Public License version 2</license> <requires> <type>elgg_version</type> <version>2010030101</version> </requires> <admin_interface>advanced</admin_interface> -</plugin_manifest>
\ No newline at end of file +</plugin_manifest> |