aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-18 18:51:56 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-18 18:51:56 +0000
commit73c248a96ce5e12f3d0695d3185e12f702f0bbc7 (patch)
tree1099cfbbf81f6e7932545ac5d3afa67f08d36b22
parentcff1ffacfb5a757df36eab3a81862e1ee83ca0e5 (diff)
downloadelgg-73c248a96ce5e12f3d0695d3185e12f702f0bbc7.tar.gz
elgg-73c248a96ce5e12f3d0695d3185e12f702f0bbc7.tar.bz2
Updated copyright and author information in plugin manifests.
git-svn-id: http://code.elgg.org/elgg/trunk@8291 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--mod/blog/manifest.xml8
-rw-r--r--mod/bookmarks/manifest.xml9
-rw-r--r--mod/categories/manifest.xml5
-rw-r--r--mod/custom_index/manifest.xml4
-rw-r--r--mod/defaultwidgets/manifest.xml4
-rw-r--r--mod/developers/manifest.xml2
-rw-r--r--mod/diagnostics/manifest.xml4
-rw-r--r--mod/embed/manifest.xml4
-rw-r--r--mod/externalpages/manifest.xml6
-rw-r--r--mod/file/manifest.xml4
-rw-r--r--mod/garbagecollector/manifest.xml4
-rw-r--r--mod/groups/manifest.xml4
-rw-r--r--mod/htmlawed/manifest.xml4
-rw-r--r--mod/invitefriends/manifest.xml4
-rw-r--r--mod/logbrowser/manifest.xml4
-rw-r--r--mod/logrotate/manifest.xml4
-rw-r--r--mod/messageboard/manifest.xml4
-rw-r--r--mod/messages/manifest.xml3
-rw-r--r--mod/notifications/manifest.xml4
-rw-r--r--mod/oauth_lib/manifest.xml4
-rw-r--r--mod/pages/manifest.xml4
-rw-r--r--mod/profile/manifest.xml2
-rw-r--r--mod/reportedcontent/manifest.xml4
-rw-r--r--mod/search/manifest.xml4
-rw-r--r--mod/tagcloud/manifest.xml2
-rw-r--r--mod/thewire/manifest.xml4
-rw-r--r--mod/tinymce/manifest.xml4
-rw-r--r--mod/twitter/manifest.xml4
-rw-r--r--mod/twitterservice/manifest.xml4
-rw-r--r--mod/uservalidationbyemail/manifest.xml4
-rw-r--r--mod/zaudio/manifest.xml4
31 files changed, 66 insertions, 63 deletions
diff --git a/mod/blog/manifest.xml b/mod/blog/manifest.xml
index 4d84e25b2..6bc570449 100644
--- a/mod/blog/manifest.xml
+++ b/mod/blog/manifest.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Blog</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.8</version>
- <blurb>Elgg blog plugin</blurb>
- <description>Elgg blog plugin</description>
+ <blurb>Blog plugin</blurb>
+ <description>Adds simple blogging capabilities to your Elgg installation.</description>
<website>http://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>
diff --git a/mod/bookmarks/manifest.xml b/mod/bookmarks/manifest.xml
index 82deaf5b4..62fb61b1e 100644
--- a/mod/bookmarks/manifest.xml
+++ b/mod/bookmarks/manifest.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Bookmarks</name>
- <author>Curverider</author>
- <version>1.7</version>
- <description>Elgg bookmarks plugin.</description>
+ <author>Core developers</author>
+ <version>1.8</version>
+ <blurb>Add and comment on bookmarks.</blurb>
+ <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>(C) Curverider 2008-2010</copyright>
+ <copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_version</type>
diff --git a/mod/categories/manifest.xml b/mod/categories/manifest.xml
index cc4e339ce..89c7d452b 100644
--- a/mod/categories/manifest.xml
+++ b/mod/categories/manifest.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Site-wide Categories</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.7</version>
+ <blurb>Add site-wide categories</blurb>
<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>(C) Curverider 2008-2010</copyright>
+ <copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_version</type>
diff --git a/mod/custom_index/manifest.xml b/mod/custom_index/manifest.xml
index fe4dcacf0..2db898b41 100644
--- a/mod/custom_index/manifest.xml
+++ b/mod/custom_index/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Custom Index</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.8</version>
<description>A demonstration of how to create a front page plugin.</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>
diff --git a/mod/defaultwidgets/manifest.xml b/mod/defaultwidgets/manifest.xml
index bb3e4332c..6aea32ab0 100644
--- a/mod/defaultwidgets/manifest.xml
+++ b/mod/defaultwidgets/manifest.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Default Widgets</name>
- <author>Milan Magudia &amp; Curverider</author>
+ <author>Milan Magudia &amp; Core developers</author>
<version>2.04</version>
<description>This plugin enables an administrator to define a default set of widgets for new users</description>
- <copyright>HedgeHogs &amp; Curverider Ltd</copyright>
+ <copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_version</type>
diff --git a/mod/developers/manifest.xml b/mod/developers/manifest.xml
index 407c65bf1..7dbde85ea 100644
--- a/mod/developers/manifest.xml
+++ b/mod/developers/manifest.xml
@@ -6,7 +6,7 @@
<blurb>Developer tools</blurb>
<description>A set of tools for writing plugins and themes.</description>
<website>http://www.elgg.org/</website>
- <copyright>(C) Cash Costello 2011</copyright>
+ <copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 2</license>
<requires>
diff --git a/mod/diagnostics/manifest.xml b/mod/diagnostics/manifest.xml
index 194306f7b..c9b0876dc 100644
--- a/mod/diagnostics/manifest.xml
+++ b/mod/diagnostics/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Diagnostics</name>
- <author>Curverider Ltd</author>
+ <author>Core developers</author>
<version>1.5</version>
<description>Elgg diagnostics tool</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>
diff --git a/mod/embed/manifest.xml b/mod/embed/manifest.xml
index aeb85430a..3d3b37406 100644
--- a/mod/embed/manifest.xml
+++ b/mod/embed/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Embed</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.8</version>
<description>Allows users to easily upload and embed media into text areas.</description>
<website>http://www.elgg.org/</website>
- <copyright>(C) Curverider 2009-2010</copyright>
+ <copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_version</type>
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>
diff --git a/mod/file/manifest.xml b/mod/file/manifest.xml
index 545e40905..51222ca94 100644
--- a/mod/file/manifest.xml
+++ b/mod/file/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>File</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.8</version>
<description>File browser plugin</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>
diff --git a/mod/garbagecollector/manifest.xml b/mod/garbagecollector/manifest.xml
index a9135321d..9f300d5b6 100644
--- a/mod/garbagecollector/manifest.xml
+++ b/mod/garbagecollector/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Garbage Collector</name>
- <author>Curverider ltd</author>
+ <author>Core developers</author>
<version>1.5</version>
<description>Perform some database cleanup tasks</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>
diff --git a/mod/groups/manifest.xml b/mod/groups/manifest.xml
index ce079b18f..f11b326f3 100644
--- a/mod/groups/manifest.xml
+++ b/mod/groups/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Groups</name>
- <author>Curverider ltd</author>
+ <author>Core developers</author>
<version>1.8</version>
<description>Provides group support for elgg</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>
diff --git a/mod/htmlawed/manifest.xml b/mod/htmlawed/manifest.xml
index 2168619fb..f2a943c76 100644
--- a/mod/htmlawed/manifest.xml
+++ b/mod/htmlawed/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>HTMLawed</name>
- <author>Curverider Ltd</author>
+ <author>Core developers</author>
<version>1.5</version>
<description>Provides security filtering. Disabling this plugin is extremely insecure. DO NOT DISABLE.</description>
<website>http://www.elgg.org/</website>
- <copyright>(C) Curverider 2008-2010</copyright>
+ <copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 3</license>
<requires>
<type>elgg_version</type>
diff --git a/mod/invitefriends/manifest.xml b/mod/invitefriends/manifest.xml
index adb8832e6..7e7e0c10b 100644
--- a/mod/invitefriends/manifest.xml
+++ b/mod/invitefriends/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Invite Friends</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.7</version>
<description>Invite friends to Elgg network via email invites.</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>
diff --git a/mod/logbrowser/manifest.xml b/mod/logbrowser/manifest.xml
index 7898092b5..29a25e900 100644
--- a/mod/logbrowser/manifest.xml
+++ b/mod/logbrowser/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Log Browser</name>
- <author>Curverider Ltd</author>
+ <author>Core developers</author>
<version>1.5</version>
<description>Browse the system event log</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>
diff --git a/mod/logrotate/manifest.xml b/mod/logrotate/manifest.xml
index a54095149..e08c106de 100644
--- a/mod/logrotate/manifest.xml
+++ b/mod/logrotate/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Log Rotate</name>
- <author>Curverider Ltd</author>
+ <author>Core developers</author>
<version>1.5</version>
<description>Rotate the system log at specific intervals</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>
diff --git a/mod/messageboard/manifest.xml b/mod/messageboard/manifest.xml
index c29acbd4f..fa8774cf5 100644
--- a/mod/messageboard/manifest.xml
+++ b/mod/messageboard/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Message Board</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.7</version>
<description>This plugin allows users to put a message board on their profile for other users to post comments.</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>
diff --git a/mod/messages/manifest.xml b/mod/messages/manifest.xml
index 35377cc5f..359ba526d 100644
--- a/mod/messages/manifest.xml
+++ b/mod/messages/manifest.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Messages</name>
- <author>Curverider?</author>
+ <author>Core developers</author>
<version>1.8</version>
<description>Elgg internal messages plugin. This plugin lets user send each other messages.</description>
+ <copyright>See COPYRIGHT.txt</copyright>
<website>http://www.elgg.org/</website>
<license>GNU Public License version 2</license>
<requires>
diff --git a/mod/notifications/manifest.xml b/mod/notifications/manifest.xml
index a7d197937..4c1e3252a 100644
--- a/mod/notifications/manifest.xml
+++ b/mod/notifications/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Notifications</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.7</version>
<description>Elgg notifications plugin</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>
diff --git a/mod/oauth_lib/manifest.xml b/mod/oauth_lib/manifest.xml
index c91f5c168..b57640979 100644
--- a/mod/oauth_lib/manifest.xml
+++ b/mod/oauth_lib/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>OAuth Libraries</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.8</version>
<description>OAuth libraries</description>
<website>http://www.elgg.org/</website>
- <copyright>(C) Curverider 2010</copyright>
+ <copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_version</type>
diff --git a/mod/pages/manifest.xml b/mod/pages/manifest.xml
index fdd9af2d6..e19ed4de7 100644
--- a/mod/pages/manifest.xml
+++ b/mod/pages/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Pages</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.8</version>
<description>Elgg Pages</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>
diff --git a/mod/profile/manifest.xml b/mod/profile/manifest.xml
index ac0b5a444..cffd611df 100644
--- a/mod/profile/manifest.xml
+++ b/mod/profile/manifest.xml
@@ -7,7 +7,7 @@
<category>bundled</category>
<category>social</category>
<website>http://elgg.org/</website>
- <copyright>(C) The Elgg Foundation and others</copyright>
+ <copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License Version 2</license>
<activate_on_install>true</activate_on_install>
<admin_interface>advanced</admin_interface>
diff --git a/mod/reportedcontent/manifest.xml b/mod/reportedcontent/manifest.xml
index 2f37c5bfe..a219fce7f 100644
--- a/mod/reportedcontent/manifest.xml
+++ b/mod/reportedcontent/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Reported Content</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.7</version>
<description>Adds the option for users to report content and for admins to check it out.</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>
diff --git a/mod/search/manifest.xml b/mod/search/manifest.xml
index a9b50af17..68a534037 100644
--- a/mod/search/manifest.xml
+++ b/mod/search/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Search</name>
- <author>Curverider Ltd, The MITRE Corporation</author>
+ <author>The MITRE Corporation, Core developers</author>
<version>1.8</version>
<description>Allow search across entities of the site</description>
<website>http://www.elgg.org/</website>
- <copyright>(C) Curverider 2008-2010, MITRE 2009</copyright>
+ <copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_version</type>
diff --git a/mod/tagcloud/manifest.xml b/mod/tagcloud/manifest.xml
index a49e8ff62..b059f6a98 100644
--- a/mod/tagcloud/manifest.xml
+++ b/mod/tagcloud/manifest.xml
@@ -5,7 +5,7 @@
<version>1.0</version>
<description>Widget-based tag clouds.</description>
<website>http://cashcostello.com/</website>
- <copyright>(C) Cash Costello 2008-2011</copyright>
+ <copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_version</type>
diff --git a/mod/thewire/manifest.xml b/mod/thewire/manifest.xml
index 47fc97846..87a044364 100644
--- a/mod/thewire/manifest.xml
+++ b/mod/thewire/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>The Wire</name>
- <author>Curverider and JHU/APL</author>
+ <author>JHU/APL and core developers</author>
<version>1.8</version>
<description>Microblogging for Elgg</description>
<website>http://www.elgg.org/</website>
- <copyright>(C) Curverider 2008-2010 JHU/APL 2011</copyright>
+ <copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_version</type>
diff --git a/mod/tinymce/manifest.xml b/mod/tinymce/manifest.xml
index 0eeab71eb..1c5cd5a48 100644
--- a/mod/tinymce/manifest.xml
+++ b/mod/tinymce/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>TinyMCE</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.8</version>
<description>TinyMCE plugin.</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>
diff --git a/mod/twitter/manifest.xml b/mod/twitter/manifest.xml
index f6c4f3984..40944f109 100644
--- a/mod/twitter/manifest.xml
+++ b/mod/twitter/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Twitter</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.7</version>
<description>Elgg simple twitter widget</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>
diff --git a/mod/twitterservice/manifest.xml b/mod/twitterservice/manifest.xml
index 993cef1d8..0b9311cae 100644
--- a/mod/twitterservice/manifest.xml
+++ b/mod/twitterservice/manifest.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Twitter Services</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.8</version>
<description>Allows users to authenticate their Elgg account with Twitter.</description>
<category>service</category>
<category>official</category>
<website>http://www.elgg.org/</website>
- <copyright>(C) Curverider 2010</copyright>
+ <copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_version</type>
diff --git a/mod/uservalidationbyemail/manifest.xml b/mod/uservalidationbyemail/manifest.xml
index d7fbdbe7e..65052bb17 100644
--- a/mod/uservalidationbyemail/manifest.xml
+++ b/mod/uservalidationbyemail/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>User Validation by Email</name>
- <author>Curverider Ltd</author>
+ <author>Core developers</author>
<version>1.7</version>
<description>Simple user account validation via email.</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>
diff --git a/mod/zaudio/manifest.xml b/mod/zaudio/manifest.xml
index 80a703bf2..8401ffef1 100644
--- a/mod/zaudio/manifest.xml
+++ b/mod/zaudio/manifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Zaudio</name>
- <author>Curverider</author>
+ <author>Core developers</author>
<version>1.8</version>
<description>This simple plugin lets users play mp3's in the page.</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>