aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-08-20 18:57:20 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-08-20 18:57:20 +0000
commit5cf96f32c4c0d462b1e9071b09381e0e89dd0c28 (patch)
tree3278898bf151d975ab3018f3435e4f05d30fd057
parent3d4d41d19b6389e7a26c642b548cbb2331c510aa (diff)
downloadelgg-5cf96f32c4c0d462b1e9071b09381e0e89dd0c28.tar.gz
elgg-5cf96f32c4c0d462b1e9071b09381e0e89dd0c28.tar.bz2
Whoa nelly this is a big one: Removed license and copyright for files.
git-svn-id: https://code.elgg.org/elgg/trunk@3427 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--_css/css.php4
-rw-r--r--_css/js.php4
-rw-r--r--account/forgotten_password.php2
-rw-r--r--account/register.php4
-rw-r--r--actions/admin/plugins/disable.php2
-rw-r--r--actions/admin/plugins/disableall.php2
-rw-r--r--actions/admin/plugins/enable.php2
-rw-r--r--actions/admin/plugins/enableall.php2
-rw-r--r--actions/admin/plugins/reorder.php4
-rw-r--r--actions/admin/site/update_basic.php4
-rw-r--r--actions/admin/user/ban.php2
-rw-r--r--actions/admin/user/delete.php2
-rw-r--r--actions/admin/user/makeadmin.php2
-rw-r--r--actions/admin/user/removeadmin.php2
-rw-r--r--actions/admin/user/resetpassword.php2
-rw-r--r--actions/admin/user/unban.php2
-rw-r--r--actions/comments/add.php4
-rw-r--r--actions/comments/delete.php4
-rw-r--r--actions/email/save.php2
-rw-r--r--actions/entities/delete.php2
-rw-r--r--actions/friends/add.php4
-rw-r--r--actions/friends/addcollection.php4
-rw-r--r--actions/friends/deletecollection.php4
-rw-r--r--actions/friends/editcollection.php4
-rw-r--r--actions/friends/remove.php4
-rw-r--r--actions/import/opendd.php2
-rw-r--r--actions/login.php4
-rw-r--r--actions/logout.php4
-rw-r--r--actions/notifications/settings/usersettings/save.php2
-rw-r--r--actions/plugins/settings/save.php2
-rw-r--r--actions/plugins/usersettings/save.php2
-rw-r--r--actions/register.php4
-rw-r--r--actions/systemsettings/install.php4
-rw-r--r--actions/user/default_access.php2
-rw-r--r--actions/user/language.php2
-rw-r--r--actions/user/name.php2
-rw-r--r--actions/user/password.php2
-rw-r--r--actions/user/passwordreset.php2
-rw-r--r--actions/user/requestnewpassword.php2
-rw-r--r--actions/useradd.php2
-rw-r--r--actions/usersettings/save.php4
-rw-r--r--actions/widgets/add.php4
-rw-r--r--actions/widgets/reorder.php4
-rw-r--r--actions/widgets/save.php4
-rw-r--r--admin/index.php4
-rw-r--r--admin/plugins.php2
-rw-r--r--admin/site.php4
-rw-r--r--admin/statistics.php2
-rw-r--r--admin/user.php4
-rw-r--r--dashboard/index.php4
-rw-r--r--dashboard/latest.php4
-rw-r--r--engine/handlers/action_handler.php4
-rw-r--r--engine/handlers/cron_handler.php2
-rw-r--r--engine/handlers/pagehandler.php4
-rw-r--r--engine/handlers/xml-rpc_handler.php2
-rw-r--r--engine/lib/access.php4
-rw-r--r--engine/lib/actions.php2
-rw-r--r--engine/lib/activity.php4
-rw-r--r--engine/lib/admin.php4
-rw-r--r--engine/lib/annotations.php4
-rw-r--r--engine/lib/api.php2
-rw-r--r--engine/lib/cache.php2
-rw-r--r--engine/lib/calendar.php2
-rw-r--r--engine/lib/configuration.php4
-rw-r--r--engine/lib/cron.php2
-rw-r--r--engine/lib/database.php4
-rw-r--r--engine/lib/elgglib.php2
-rw-r--r--engine/lib/entities.php4
-rw-r--r--engine/lib/exceptions.php2
-rw-r--r--engine/lib/export.php2
-rw-r--r--engine/lib/extender.php2
-rw-r--r--engine/lib/filestore.php2
-rw-r--r--engine/lib/group.php4
-rw-r--r--engine/lib/input.php4
-rw-r--r--engine/lib/install.php4
-rw-r--r--engine/lib/languages.php4
-rw-r--r--engine/lib/location.php2
-rw-r--r--engine/lib/mb_wrapper.php2
-rw-r--r--engine/lib/memcache.php2
-rw-r--r--engine/lib/metadata.php4
-rw-r--r--engine/lib/metastrings.php2
-rw-r--r--engine/lib/notification.php4
-rw-r--r--engine/lib/objects.php4
-rw-r--r--engine/lib/opendd.php2
-rw-r--r--engine/lib/pagehandler.php4
-rw-r--r--engine/lib/pageowner.php4
-rw-r--r--engine/lib/pam.php4
-rw-r--r--engine/lib/ping.php2
-rw-r--r--engine/lib/plugins.php4
-rw-r--r--engine/lib/query.php2
-rw-r--r--engine/lib/relationships.php2
-rw-r--r--engine/lib/river2.php4
-rw-r--r--engine/lib/search.php2
-rw-r--r--engine/lib/sessions.php4
-rw-r--r--engine/lib/sites.php4
-rw-r--r--engine/lib/social.php4
-rw-r--r--engine/lib/statistics.php2
-rw-r--r--engine/lib/system_log.php2
-rw-r--r--engine/lib/tags.php4
-rw-r--r--engine/lib/testing.php2
-rw-r--r--engine/lib/users.php4
-rw-r--r--engine/lib/usersettings.php2
-rw-r--r--engine/lib/version.php4
-rw-r--r--engine/lib/widgets.php4
-rw-r--r--engine/lib/xml-rpc.php2
-rw-r--r--engine/lib/xml.php2
-rw-r--r--engine/schema/mysql.sql6
-rw-r--r--engine/start.php4
-rw-r--r--entities/index.php4
-rw-r--r--entities/list.php4
-rw-r--r--friends/add.php4
-rw-r--r--friends/collections.php4
-rw-r--r--friends/edit.php4
-rw-r--r--friends/index.php4
-rw-r--r--friends/of.php4
-rw-r--r--friends/pickercallback.php4
-rw-r--r--index.php4
-rw-r--r--install.php4
-rw-r--r--mod/crontrigger/start.php2
-rw-r--r--mod/diagnostics/actions/download.php2
-rw-r--r--mod/diagnostics/index.php2
-rw-r--r--mod/diagnostics/languages/en.php2
-rw-r--r--mod/diagnostics/start.php2
-rw-r--r--mod/diagnostics/testreport.php2
-rw-r--r--mod/diagnostics/unittester.php2
-rw-r--r--mod/diagnostics/views/default/diagnostics/forms/download.php2
-rw-r--r--mod/diagnostics/views/default/diagnostics/runalltests.php2
-rw-r--r--mod/diagnostics/views/default/diagnostics/test.php2
-rw-r--r--mod/diagnostics/views/default/diagnostics/testresult.php2
-rw-r--r--mod/garbagecollector/languages/en.php2
-rw-r--r--mod/garbagecollector/start.php2
-rw-r--r--mod/htmlawed/start.php2
-rw-r--r--mod/logbrowser/index.php4
-rw-r--r--mod/logbrowser/languages/en.php2
-rw-r--r--mod/logbrowser/start.php2
-rw-r--r--mod/logbrowser/views/default/logbrowser/css.php2
-rw-r--r--mod/logbrowser/views/default/object/logwrapper.php4
-rw-r--r--mod/logrotate/languages/en.php2
-rw-r--r--mod/logrotate/start.php2
-rw-r--r--mod/uservalidationbyemail/actions/email/confirm.php2
-rw-r--r--mod/uservalidationbyemail/languages/en.php2
-rw-r--r--mod/uservalidationbyemail/start.php2
-rw-r--r--search/groups.php4
-rw-r--r--search/index.php4
-rw-r--r--search/users.php4
-rw-r--r--services/api/rest.php2
-rw-r--r--services/export/handler.php2
-rw-r--r--settings/index.php2
-rw-r--r--settings/plugins.php2
-rw-r--r--settings/statistics.php2
-rw-r--r--settings/user.php2
-rw-r--r--simplecache/view.php2
-rw-r--r--upgrade.php2
-rw-r--r--version.php4
-rw-r--r--views/default/account/forms/forgotten_password.php2
-rw-r--r--views/default/account/forms/login.php4
-rw-r--r--views/default/account/forms/register.php4
-rw-r--r--views/default/account/forms/useradd.php2
-rw-r--r--views/default/admin/main.php4
-rw-r--r--views/default/admin/main_opt/plugins.php2
-rw-r--r--views/default/admin/main_opt/site.php2
-rw-r--r--views/default/admin/main_opt/statistics.php2
-rw-r--r--views/default/admin/main_opt/user.php2
-rw-r--r--views/default/admin/plugins.php2
-rw-r--r--views/default/admin/plugins_opt/plugin.php2
-rw-r--r--views/default/admin/site.php2
-rw-r--r--views/default/admin/statistics.php4
-rw-r--r--views/default/admin/statistics_opt/basic.php2
-rw-r--r--views/default/admin/statistics_opt/numentities.php4
-rw-r--r--views/default/admin/statistics_opt/online.php4
-rw-r--r--views/default/admin/user.php2
-rw-r--r--views/default/admin/user_opt/adduser.php2
-rw-r--r--views/default/admin/user_opt/search.php2
-rw-r--r--views/default/ajax/loader.php4
-rw-r--r--views/default/annotation/generic_comment.php4
-rw-r--r--views/default/api/output.php2
-rw-r--r--views/default/basic_elements/welcome.php4
-rw-r--r--views/default/canvas/default.php4
-rw-r--r--views/default/canvas/layouts/edit_layout.php4
-rw-r--r--views/default/canvas/layouts/one_column.php2
-rw-r--r--views/default/canvas/layouts/sidebar_boxes.php4
-rw-r--r--views/default/canvas/layouts/two_column_left_sidebar.php2
-rw-r--r--views/default/canvas/layouts/two_column_right_sidebar.php2
-rw-r--r--views/default/canvas/layouts/widgets.php2
-rw-r--r--views/default/comments/forms/edit.php4
-rw-r--r--views/default/css.php2
-rw-r--r--views/default/export/entity.php2
-rw-r--r--views/default/export/metadata.php2
-rw-r--r--views/default/export/relationship.php2
-rw-r--r--views/default/friends/collection.php4
-rw-r--r--views/default/friends/collections.php4
-rw-r--r--views/default/friends/forms/collectionfields.php4
-rw-r--r--views/default/friends/forms/edit.php2
-rw-r--r--views/default/friends/list.php4
-rw-r--r--views/default/friends/picker.php4
-rw-r--r--views/default/friends/tablelist.php2
-rw-r--r--views/default/friends/tablelistcountupdate.php4
-rw-r--r--views/default/graphics/icon.php2
-rw-r--r--views/default/group/default.php2
-rw-r--r--views/default/input/access.php4
-rw-r--r--views/default/input/button.php2
-rw-r--r--views/default/input/calendar.php4
-rw-r--r--views/default/input/captcha.php2
-rw-r--r--views/default/input/checkboxes.php4
-rw-r--r--views/default/input/email.php4
-rw-r--r--views/default/input/file.php4
-rw-r--r--views/default/input/form.php2
-rw-r--r--views/default/input/hidden.php2
-rw-r--r--views/default/input/longtext.php4
-rw-r--r--views/default/input/password.php4
-rw-r--r--views/default/input/plaintext.php4
-rw-r--r--views/default/input/pulldown.php4
-rw-r--r--views/default/input/radio.php4
-rw-r--r--views/default/input/reset.php2
-rw-r--r--views/default/input/securitytoken.php2
-rw-r--r--views/default/input/submit.php2
-rw-r--r--views/default/input/tags.php4
-rw-r--r--views/default/input/text.php4
-rw-r--r--views/default/input/url.php4
-rw-r--r--views/default/input/urlshortener.php2
-rw-r--r--views/default/messages/errors/error.php4
-rw-r--r--views/default/messages/errors/list.php4
-rw-r--r--views/default/messages/exceptions/exception.php4
-rw-r--r--views/default/messages/list.php4
-rw-r--r--views/default/messages/messages/list.php4
-rw-r--r--views/default/messages/messages/message.php4
-rw-r--r--views/default/navigation/pagination.php2
-rw-r--r--views/default/navigation/topbar_tools.php2
-rw-r--r--views/default/navigation/viewtype.php4
-rw-r--r--views/default/notifications/settings/usersettings.php4
-rw-r--r--views/default/object/default.php2
-rw-r--r--views/default/object/object.php2
-rw-r--r--views/default/object/plugin.php2
-rw-r--r--views/default/object/widget.php4
-rw-r--r--views/default/output/calendar.php4
-rw-r--r--views/default/output/checkboxes.php4
-rw-r--r--views/default/output/confirmlink.php4
-rw-r--r--views/default/output/date.php4
-rw-r--r--views/default/output/email.php4
-rw-r--r--views/default/output/iframe.php2
-rw-r--r--views/default/output/longtext.php4
-rw-r--r--views/default/output/pulldown.php4
-rw-r--r--views/default/output/radio.php4
-rw-r--r--views/default/output/tagcloud.php4
-rw-r--r--views/default/output/tags.php4
-rw-r--r--views/default/output/text.php4
-rw-r--r--views/default/output/url.php4
-rw-r--r--views/default/page_elements/elgg_topbar.php2
-rw-r--r--views/default/page_elements/footer.php2
-rw-r--r--views/default/page_elements/header.php2
-rw-r--r--views/default/page_elements/header_contents.php4
-rw-r--r--views/default/page_elements/owner_block.php4
-rw-r--r--views/default/page_elements/spotlight.php2
-rw-r--r--views/default/page_elements/title.php2
-rw-r--r--views/default/pageshells/pageshell.php2
-rw-r--r--views/default/river/dashboard.php2
-rw-r--r--views/default/river/item/wrapper.php4
-rw-r--r--views/default/river/relationship/friend/create.php2
-rw-r--r--views/default/river/wrapper.php4
-rw-r--r--views/default/search/gallery.php4
-rw-r--r--views/default/search/gallery_listing.php4
-rw-r--r--views/default/search/listing.php4
-rw-r--r--views/default/settings/install.php4
-rw-r--r--views/default/settings/system.php4
-rw-r--r--views/default/site/default.php2
-rw-r--r--views/default/spotlight/default.php4
-rw-r--r--views/default/text/about.php4
-rw-r--r--views/default/text/privacy_view.php4
-rw-r--r--views/default/text/tos_view.php4
-rw-r--r--views/default/user/default.php4
-rw-r--r--views/default/user/settings/default_access.php4
-rw-r--r--views/default/user/settings/email.php4
-rw-r--r--views/default/user/settings/language.php2
-rw-r--r--views/default/user/settings/name.php4
-rw-r--r--views/default/user/settings/password.php4
-rw-r--r--views/default/usersettings/main.php2
-rw-r--r--views/default/usersettings/main_opt/plugins.php2
-rw-r--r--views/default/usersettings/main_opt/statistics.php2
-rw-r--r--views/default/usersettings/main_opt/user.php2
-rw-r--r--views/default/usersettings/plugins.php2
-rw-r--r--views/default/usersettings/plugins_opt/plugin.php2
-rw-r--r--views/default/usersettings/statistics.php2
-rw-r--r--views/default/usersettings/statistics_opt/numentities.php4
-rw-r--r--views/default/usersettings/statistics_opt/online.php2
-rw-r--r--views/default/welcome.php4
-rw-r--r--views/default/welcome/logged_in.php2
-rw-r--r--views/default/welcome/logged_out.php2
-rw-r--r--views/default/widgets/editwrapper.php4
-rw-r--r--views/default/widgets/wrapper.php4
-rw-r--r--views/failsafe/canvas/default.php4
-rw-r--r--views/failsafe/input/access.php4
-rw-r--r--views/failsafe/input/button.php2
-rw-r--r--views/failsafe/input/checkboxes.php4
-rw-r--r--views/failsafe/input/form.php2
-rw-r--r--views/failsafe/input/hidden.php2
-rw-r--r--views/failsafe/input/longtext.php4
-rw-r--r--views/failsafe/input/pulldown.php4
-rw-r--r--views/failsafe/input/reset.php2
-rw-r--r--views/failsafe/input/submit.php2
-rw-r--r--views/failsafe/input/text.php4
-rw-r--r--views/failsafe/messages/errors/error.php4
-rw-r--r--views/failsafe/messages/errors/list.php4
-rw-r--r--views/failsafe/messages/exceptions/exception.php2
-rw-r--r--views/failsafe/messages/list.php4
-rw-r--r--views/failsafe/messages/messages/list.php4
-rw-r--r--views/failsafe/messages/messages/message.php4
-rw-r--r--views/failsafe/messages/sanitisation/htaccess.php4
-rw-r--r--views/failsafe/messages/sanitisation/settings.php2
-rw-r--r--views/failsafe/pageshells/pageshell.php2
-rw-r--r--views/failsafe/settings/install.php4
-rw-r--r--views/failsafe/settings/system.php4
-rw-r--r--views/foaf/canvas/default.php4
-rw-r--r--views/foaf/pageshells/pageshell.php2
-rw-r--r--views/foaf/user/default.php4
-rw-r--r--views/ical/canvas/default.php2
-rw-r--r--views/ical/export/entity.php2
-rw-r--r--views/ical/object/default.php2
-rw-r--r--views/ical/pageshells/pageshell.php2
-rw-r--r--views/ical/search/entity_list.php2
-rw-r--r--views/js/object/default.php4
-rw-r--r--views/js/pageshells/pageshell.php4
-rw-r--r--views/js/user/default.php4
-rw-r--r--views/json/api/output.php2
-rw-r--r--views/json/canvas/default.php2
-rw-r--r--views/json/export/entity.php2
-rw-r--r--views/json/export/metadata.php2
-rw-r--r--views/json/export/relationship.php2
-rw-r--r--views/json/group/default.php2
-rw-r--r--views/json/messages/exceptions/exception.php2
-rw-r--r--views/json/object/default.php2
-rw-r--r--views/json/pageshells/pageshell.php2
-rw-r--r--views/json/search/entity_list.php2
-rw-r--r--views/json/site/default.php2
-rw-r--r--views/json/user/default.php2
-rw-r--r--views/opendd/canvas/default.php2
-rw-r--r--views/opendd/export/entity.php2
-rw-r--r--views/opendd/export/metadata.php2
-rw-r--r--views/opendd/export/relationship.php2
-rw-r--r--views/opendd/group/default.php2
-rw-r--r--views/opendd/messages/exceptions/exception.php4
-rw-r--r--views/opendd/object/default.php2
-rw-r--r--views/opendd/pageshells/pageshell.php2
-rw-r--r--views/opendd/site/default.php2
-rw-r--r--views/opendd/user/default.php2
-rw-r--r--views/php/api/output.php2
-rw-r--r--views/php/canvas/default.php2
-rw-r--r--views/php/export/entity.php2
-rw-r--r--views/php/export/metadata.php2
-rw-r--r--views/php/export/relationship.php2
-rw-r--r--views/php/group/default.php2
-rw-r--r--views/php/messages/exceptions/exception.php2
-rw-r--r--views/php/object/default.php2
-rw-r--r--views/php/pageshells/pageshell.php2
-rw-r--r--views/php/search/entity_list.php2
-rw-r--r--views/php/site/default.php2
-rw-r--r--views/php/user/default.php2
-rw-r--r--views/rss/annotation/default.php4
-rw-r--r--views/rss/canvas/default.php4
-rw-r--r--views/rss/group/default.php4
-rw-r--r--views/rss/object/default.php4
-rw-r--r--views/rss/pageshells/pageshell.php2
-rw-r--r--views/rss/user/default.php4
-rw-r--r--views/xml/api/output.php2
-rw-r--r--views/xml/messages/exceptions/exception.php4
-rw-r--r--views/xml/pageshells/pageshell.php2
-rw-r--r--views/xml/xml-rpc/output.php2
366 files changed, 342 insertions, 736 deletions
diff --git a/_css/css.php b/_css/css.php
index 20d76a25f..1cc3eb038 100644
--- a/_css/css.php
+++ b/_css/css.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/_css/js.php b/_css/js.php
index cfec5d91a..3839b76e4 100644
--- a/_css/js.php
+++ b/_css/js.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/account/forgotten_password.php b/account/forgotten_password.php
index e28609f08..014dd8b46 100644
--- a/account/forgotten_password.php
+++ b/account/forgotten_password.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/account/register.php b/account/register.php
index e781dc8ad..350a770e9 100644
--- a/account/register.php
+++ b/account/register.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/admin/plugins/disable.php b/actions/admin/plugins/disable.php
index f0e07d49b..2241730ad 100644
--- a/actions/admin/plugins/disable.php
+++ b/actions/admin/plugins/disable.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/admin/plugins/disableall.php b/actions/admin/plugins/disableall.php
index 00a5713d5..5d0be4ad6 100644
--- a/actions/admin/plugins/disableall.php
+++ b/actions/admin/plugins/disableall.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/admin/plugins/enable.php b/actions/admin/plugins/enable.php
index 841bc9aae..26d7abaf4 100644
--- a/actions/admin/plugins/enable.php
+++ b/actions/admin/plugins/enable.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/admin/plugins/enableall.php b/actions/admin/plugins/enableall.php
index 7789e1e6d..596955884 100644
--- a/actions/admin/plugins/enableall.php
+++ b/actions/admin/plugins/enableall.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/admin/plugins/reorder.php b/actions/admin/plugins/reorder.php
index c7a0f77bd..50409df95 100644
--- a/actions/admin/plugins/reorder.php
+++ b/actions/admin/plugins/reorder.php
@@ -4,9 +4,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/admin/site/update_basic.php b/actions/admin/site/update_basic.php
index 69481011b..d56e1d296 100644
--- a/actions/admin/site/update_basic.php
+++ b/actions/admin/site/update_basic.php
@@ -7,9 +7,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/admin/user/ban.php b/actions/admin/user/ban.php
index 65590f044..831513a29 100644
--- a/actions/admin/user/ban.php
+++ b/actions/admin/user/ban.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/admin/user/delete.php b/actions/admin/user/delete.php
index 0ee87a98d..b14b17278 100644
--- a/actions/admin/user/delete.php
+++ b/actions/admin/user/delete.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/admin/user/makeadmin.php b/actions/admin/user/makeadmin.php
index 440dd616a..fbf4293c5 100644
--- a/actions/admin/user/makeadmin.php
+++ b/actions/admin/user/makeadmin.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/admin/user/removeadmin.php b/actions/admin/user/removeadmin.php
index 7cd06bc05..851a0aafd 100644
--- a/actions/admin/user/removeadmin.php
+++ b/actions/admin/user/removeadmin.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/admin/user/resetpassword.php b/actions/admin/user/resetpassword.php
index 18574d143..c2d3af160 100644
--- a/actions/admin/user/resetpassword.php
+++ b/actions/admin/user/resetpassword.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/admin/user/unban.php b/actions/admin/user/unban.php
index 06f71d47c..64ba3516c 100644
--- a/actions/admin/user/unban.php
+++ b/actions/admin/user/unban.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/comments/add.php b/actions/comments/add.php
index ea3b0326e..b026c64f0 100644
--- a/actions/comments/add.php
+++ b/actions/comments/add.php
@@ -4,9 +4,9 @@
* Elgg add comment action
*
* @package Elgg
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider <curverider.co.uk>
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/comments/delete.php b/actions/comments/delete.php
index 76c29449a..2d3b9b3fd 100644
--- a/actions/comments/delete.php
+++ b/actions/comments/delete.php
@@ -4,9 +4,9 @@
* Elgg delete comment action
*
* @package Elgg
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider <curverider.co.uk>
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/email/save.php b/actions/email/save.php
index 9e3434cf0..6c166242b 100644
--- a/actions/email/save.php
+++ b/actions/email/save.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/entities/delete.php b/actions/entities/delete.php
index 9eb465363..fb9d98d1c 100644
--- a/actions/entities/delete.php
+++ b/actions/entities/delete.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/friends/add.php b/actions/friends/add.php
index 74238b3a0..004b0eaad 100644
--- a/actions/friends/add.php
+++ b/actions/friends/add.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/friends/addcollection.php b/actions/friends/addcollection.php
index 27dfc1547..bda98984b 100644
--- a/actions/friends/addcollection.php
+++ b/actions/friends/addcollection.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/friends/deletecollection.php b/actions/friends/deletecollection.php
index 99bfdc832..674e68751 100644
--- a/actions/friends/deletecollection.php
+++ b/actions/friends/deletecollection.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/friends/editcollection.php b/actions/friends/editcollection.php
index 5b828e190..a1a38845f 100644
--- a/actions/friends/editcollection.php
+++ b/actions/friends/editcollection.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/friends/remove.php b/actions/friends/remove.php
index ef0cdb46e..d1911bb90 100644
--- a/actions/friends/remove.php
+++ b/actions/friends/remove.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/import/opendd.php b/actions/import/opendd.php
index dcf11f55f..9f01c879d 100644
--- a/actions/import/opendd.php
+++ b/actions/import/opendd.php
@@ -7,9 +7,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/login.php b/actions/login.php
index 99a1bb54d..1d2b7bc07 100644
--- a/actions/login.php
+++ b/actions/login.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/logout.php b/actions/logout.php
index 4e6bb393e..078e5a7aa 100644
--- a/actions/logout.php
+++ b/actions/logout.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/notifications/settings/usersettings/save.php b/actions/notifications/settings/usersettings/save.php
index a6a21c8a0..41e9e2b17 100644
--- a/actions/notifications/settings/usersettings/save.php
+++ b/actions/notifications/settings/usersettings/save.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/plugins/settings/save.php b/actions/plugins/settings/save.php
index 574b98ef2..25eba2d72 100644
--- a/actions/plugins/settings/save.php
+++ b/actions/plugins/settings/save.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/plugins/usersettings/save.php b/actions/plugins/usersettings/save.php
index b34c80828..61e5c7afc 100644
--- a/actions/plugins/usersettings/save.php
+++ b/actions/plugins/usersettings/save.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/register.php b/actions/register.php
index fdf2596fc..27d9ca23f 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php
index e2e0de5aa..1d9f63a9f 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -7,9 +7,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/user/default_access.php b/actions/user/default_access.php
index 264bfb45b..0f062ed19 100644
--- a/actions/user/default_access.php
+++ b/actions/user/default_access.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/user/language.php b/actions/user/language.php
index ec910c12a..cec650d7d 100644
--- a/actions/user/language.php
+++ b/actions/user/language.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/user/name.php b/actions/user/name.php
index a69d44487..1c102c25f 100644
--- a/actions/user/name.php
+++ b/actions/user/name.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/user/password.php b/actions/user/password.php
index 7e097e132..e8d67a87b 100644
--- a/actions/user/password.php
+++ b/actions/user/password.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/user/passwordreset.php b/actions/user/passwordreset.php
index acc24d341..ea744b955 100644
--- a/actions/user/passwordreset.php
+++ b/actions/user/passwordreset.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/user/requestnewpassword.php b/actions/user/requestnewpassword.php
index beb19ed1f..2dff5f34d 100644
--- a/actions/user/requestnewpassword.php
+++ b/actions/user/requestnewpassword.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/useradd.php b/actions/useradd.php
index 6d9ca1d2d..cf4f03ffe 100644
--- a/actions/useradd.php
+++ b/actions/useradd.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/actions/usersettings/save.php b/actions/usersettings/save.php
index 04d7532d0..b720c371a 100644
--- a/actions/usersettings/save.php
+++ b/actions/usersettings/save.php
@@ -4,8 +4,8 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @copyright Curverider Ltd 2008-2009
+
+
* @link http://elgg.org/
*/
diff --git a/actions/widgets/add.php b/actions/widgets/add.php
index ff4af4a47..76aaa3b17 100644
--- a/actions/widgets/add.php
+++ b/actions/widgets/add.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/widgets/reorder.php b/actions/widgets/reorder.php
index 47f799889..6f3142e8d 100644
--- a/actions/widgets/reorder.php
+++ b/actions/widgets/reorder.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/actions/widgets/save.php b/actions/widgets/save.php
index e86632c6e..c6e06a12f 100644
--- a/actions/widgets/save.php
+++ b/actions/widgets/save.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/admin/index.php b/admin/index.php
index dbe5185aa..969d91f7e 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/admin/plugins.php b/admin/plugins.php
index 4ec3dfa56..dcf0fead0 100644
--- a/admin/plugins.php
+++ b/admin/plugins.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/admin/site.php b/admin/site.php
index 18666eace..dc8aed1a1 100644
--- a/admin/site.php
+++ b/admin/site.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/admin/statistics.php b/admin/statistics.php
index ba0a916e8..19c6a2731 100644
--- a/admin/statistics.php
+++ b/admin/statistics.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/admin/user.php b/admin/user.php
index f6798f4da..84e4f1d83 100644
--- a/admin/user.php
+++ b/admin/user.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/dashboard/index.php b/dashboard/index.php
index ceedbc09a..260d5b46e 100644
--- a/dashboard/index.php
+++ b/dashboard/index.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/dashboard/latest.php b/dashboard/latest.php
index 3769bced2..c49b6fc20 100644
--- a/dashboard/latest.php
+++ b/dashboard/latest.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/handlers/action_handler.php b/engine/handlers/action_handler.php
index 9dc9a4408..1e769eebd 100644
--- a/engine/handlers/action_handler.php
+++ b/engine/handlers/action_handler.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
/**
diff --git a/engine/handlers/cron_handler.php b/engine/handlers/cron_handler.php
index 5259fe5a3..a379a0e20 100644
--- a/engine/handlers/cron_handler.php
+++ b/engine/handlers/cron_handler.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/handlers/pagehandler.php b/engine/handlers/pagehandler.php
index f292dd90f..167d54957 100644
--- a/engine/handlers/pagehandler.php
+++ b/engine/handlers/pagehandler.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/handlers/xml-rpc_handler.php b/engine/handlers/xml-rpc_handler.php
index ca75a9c24..6be9b4a09 100644
--- a/engine/handlers/xml-rpc_handler.php
+++ b/engine/handlers/xml-rpc_handler.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/access.php b/engine/lib/access.php
index 9765b2d58..7f3a8131f 100644
--- a/engine/lib/access.php
+++ b/engine/lib/access.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/actions.php b/engine/lib/actions.php
index 0a56ea475..f06f6f0aa 100644
--- a/engine/lib/actions.php
+++ b/engine/lib/actions.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/activity.php b/engine/lib/activity.php
index 818d16a4b..2528f2d3c 100644
--- a/engine/lib/activity.php
+++ b/engine/lib/activity.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/admin.php b/engine/lib/admin.php
index b5ef60d5d..a8272dc83 100644
--- a/engine/lib/admin.php
+++ b/engine/lib/admin.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php
index 15d66e396..4e506a75a 100644
--- a/engine/lib/annotations.php
+++ b/engine/lib/annotations.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/api.php b/engine/lib/api.php
index 213670906..a8e8549fc 100644
--- a/engine/lib/api.php
+++ b/engine/lib/api.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/cache.php b/engine/lib/cache.php
index 703f61bd2..e7ed6c73c 100644
--- a/engine/lib/cache.php
+++ b/engine/lib/cache.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage API
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/calendar.php b/engine/lib/calendar.php
index 7b121cc49..1f25eda44 100644
--- a/engine/lib/calendar.php
+++ b/engine/lib/calendar.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/configuration.php b/engine/lib/configuration.php
index e5c87acb6..0317c821c 100644
--- a/engine/lib/configuration.php
+++ b/engine/lib/configuration.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/cron.php b/engine/lib/cron.php
index 9cee79100..e991e49a2 100644
--- a/engine/lib/cron.php
+++ b/engine/lib/cron.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/database.php b/engine/lib/database.php
index f4ae22b7d..8b154eefe 100644
--- a/engine/lib/database.php
+++ b/engine/lib/database.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php
index d04efff99..06af14fcb 100644
--- a/engine/lib/elgglib.php
+++ b/engine/lib/elgglib.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index a3f623b55..19d9051e3 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/exceptions.php b/engine/lib/exceptions.php
index 21349547f..95f2bfc82 100644
--- a/engine/lib/exceptions.php
+++ b/engine/lib/exceptions.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Exceptions
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/export.php b/engine/lib/export.php
index 1f84f09a7..0e487faab 100644
--- a/engine/lib/export.php
+++ b/engine/lib/export.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/extender.php b/engine/lib/extender.php
index daa763fa0..a298671f3 100644
--- a/engine/lib/extender.php
+++ b/engine/lib/extender.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/filestore.php b/engine/lib/filestore.php
index 3699092cb..a7df5a8f0 100644
--- a/engine/lib/filestore.php
+++ b/engine/lib/filestore.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage API
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/group.php b/engine/lib/group.php
index 1303f0a2a..ce859df6b 100644
--- a/engine/lib/group.php
+++ b/engine/lib/group.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/input.php b/engine/lib/input.php
index 51bddf9f8..338df2a08 100644
--- a/engine/lib/input.php
+++ b/engine/lib/input.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/install.php b/engine/lib/install.php
index 0bdab1bb1..6faa70ef5 100644
--- a/engine/lib/install.php
+++ b/engine/lib/install.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/languages.php b/engine/lib/languages.php
index 7eda8b20e..bca0466ea 100644
--- a/engine/lib/languages.php
+++ b/engine/lib/languages.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/location.php b/engine/lib/location.php
index 69e2fe2b1..0edada0ae 100644
--- a/engine/lib/location.php
+++ b/engine/lib/location.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/mb_wrapper.php b/engine/lib/mb_wrapper.php
index 411a2d5c2..6221f4aa1 100644
--- a/engine/lib/mb_wrapper.php
+++ b/engine/lib/mb_wrapper.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/memcache.php b/engine/lib/memcache.php
index cd35af5c0..5f65ce9a7 100644
--- a/engine/lib/memcache.php
+++ b/engine/lib/memcache.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage API
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/metadata.php b/engine/lib/metadata.php
index 59136eb98..9aa033061 100644
--- a/engine/lib/metadata.php
+++ b/engine/lib/metadata.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/metastrings.php b/engine/lib/metastrings.php
index 2e308e12e..94529e16f 100644
--- a/engine/lib/metastrings.php
+++ b/engine/lib/metastrings.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/notification.php b/engine/lib/notification.php
index 554480390..f1336d1b8 100644
--- a/engine/lib/notification.php
+++ b/engine/lib/notification.php
@@ -15,9 +15,9 @@
*
* @package Elgg
* @subpackage API
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/objects.php b/engine/lib/objects.php
index 7d888f9a6..4090c1c24 100644
--- a/engine/lib/objects.php
+++ b/engine/lib/objects.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/opendd.php b/engine/lib/opendd.php
index 65fe74ce1..4917120fd 100644
--- a/engine/lib/opendd.php
+++ b/engine/lib/opendd.php
@@ -4,10 +4,8 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
* @version 0.4
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/pagehandler.php b/engine/lib/pagehandler.php
index 23594c5c7..3669635e2 100644
--- a/engine/lib/pagehandler.php
+++ b/engine/lib/pagehandler.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/pageowner.php b/engine/lib/pageowner.php
index f4a4234fb..3737f42f4 100644
--- a/engine/lib/pageowner.php
+++ b/engine/lib/pageowner.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/pam.php b/engine/lib/pam.php
index b5bb90f55..255a10089 100644
--- a/engine/lib/pam.php
+++ b/engine/lib/pam.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/ping.php b/engine/lib/ping.php
index 36d588ef0..af42b9a87 100644
--- a/engine/lib/ping.php
+++ b/engine/lib/ping.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltdsend_api_get_call
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php
index c80105453..4f8cd8bbe 100644
--- a/engine/lib/plugins.php
+++ b/engine/lib/plugins.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/query.php b/engine/lib/query.php
index 118545b9b..9d8b00be2 100644
--- a/engine/lib/query.php
+++ b/engine/lib/query.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php
index d8541e5e6..92a88781f 100644
--- a/engine/lib/relationships.php
+++ b/engine/lib/relationships.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/river2.php b/engine/lib/river2.php
index 945eb1d68..dd0d2f76f 100644
--- a/engine/lib/river2.php
+++ b/engine/lib/river2.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/search.php b/engine/lib/search.php
index 01ba7b907..6a9d023b8 100644
--- a/engine/lib/search.php
+++ b/engine/lib/search.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/sessions.php b/engine/lib/sessions.php
index e3988955b..fd569a0e1 100644
--- a/engine/lib/sessions.php
+++ b/engine/lib/sessions.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/sites.php b/engine/lib/sites.php
index 711637d33..c088e2476 100644
--- a/engine/lib/sites.php
+++ b/engine/lib/sites.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/social.php b/engine/lib/social.php
index 80dbafee4..b00b56d79 100644
--- a/engine/lib/social.php
+++ b/engine/lib/social.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
/**
diff --git a/engine/lib/statistics.php b/engine/lib/statistics.php
index 22e1e74ec..b79938aab 100644
--- a/engine/lib/statistics.php
+++ b/engine/lib/statistics.php
@@ -7,9 +7,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/system_log.php b/engine/lib/system_log.php
index c72838909..dd32602be 100644
--- a/engine/lib/system_log.php
+++ b/engine/lib/system_log.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/tags.php b/engine/lib/tags.php
index ccb208f98..8fdb6ecb7 100644
--- a/engine/lib/tags.php
+++ b/engine/lib/tags.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/testing.php b/engine/lib/testing.php
index 6af96d8cf..6c3fe619f 100644
--- a/engine/lib/testing.php
+++ b/engine/lib/testing.php
@@ -7,9 +7,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/users.php b/engine/lib/users.php
index 254a9e7a6..b56ecdcf6 100644
--- a/engine/lib/users.php
+++ b/engine/lib/users.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/usersettings.php b/engine/lib/usersettings.php
index cde8b6691..5a562540f 100644
--- a/engine/lib/usersettings.php
+++ b/engine/lib/usersettings.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/version.php b/engine/lib/version.php
index b34ac7dcc..47bb36972 100644
--- a/engine/lib/version.php
+++ b/engine/lib/version.php
@@ -6,8 +6,8 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @copyright Curverider Ltd 2008-2009
+
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/widgets.php b/engine/lib/widgets.php
index d363f0c78..8793370ef 100644
--- a/engine/lib/widgets.php
+++ b/engine/lib/widgets.php
@@ -6,8 +6,8 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @copyright Curverider Ltd 2008-2009
+
+
* @link http://elgg.org/
*/
diff --git a/engine/lib/xml-rpc.php b/engine/lib/xml-rpc.php
index cc7a26be1..1e2167507 100644
--- a/engine/lib/xml-rpc.php
+++ b/engine/lib/xml-rpc.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/lib/xml.php b/engine/lib/xml.php
index fb25b6afd..e0bb0b17a 100644
--- a/engine/lib/xml.php
+++ b/engine/lib/xml.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql
index 941f46c2a..8a21c1733 100644
--- a/engine/schema/mysql.sql
+++ b/engine/schema/mysql.sql
@@ -2,10 +2,6 @@
-- Main Elgg database
--
-- @link http://elgg.org/
--- @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
--- @author Curverider Ltd
--- @copyright Curverider Ltd 2008-2009
--- @link http://elgg.org/
--
-- --------------------------------------------------------
@@ -369,4 +365,4 @@ CREATE TABLE `prefix_system_log` (
KEY `subject_guid` (`subject_guid`),
KEY `object_guid` (`object_guid`),
KEY `posted` (`posted`)
-) ENGINE = MYISAM DEFAULT CHARSET=utf8; \ No newline at end of file
+) ENGINE = MYISAM DEFAULT CHARSET=utf8;
diff --git a/engine/start.php b/engine/start.php
index 8abf75f6c..c387e2fce 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/entities/index.php b/entities/index.php
index 4f16298e0..5b6b104b6 100644
--- a/entities/index.php
+++ b/entities/index.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/entities/list.php b/entities/list.php
index a24086404..e6505a6e9 100644
--- a/entities/list.php
+++ b/entities/list.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/friends/add.php b/friends/add.php
index 74e81b8de..edca9d96e 100644
--- a/friends/add.php
+++ b/friends/add.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/friends/collections.php b/friends/collections.php
index d8a85c18c..f507654e4 100644
--- a/friends/collections.php
+++ b/friends/collections.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/friends/edit.php b/friends/edit.php
index 25dd5d4bf..5ece2596a 100644
--- a/friends/edit.php
+++ b/friends/edit.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/friends/index.php b/friends/index.php
index 80a909890..1c85cdc6f 100644
--- a/friends/index.php
+++ b/friends/index.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/friends/of.php b/friends/of.php
index f1b060f20..4ae20dc7d 100644
--- a/friends/of.php
+++ b/friends/of.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/friends/pickercallback.php b/friends/pickercallback.php
index 6b85076ec..2cbe82506 100644
--- a/friends/pickercallback.php
+++ b/friends/pickercallback.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/index.php b/index.php
index 305d713a8..8da033bd9 100644
--- a/index.php
+++ b/index.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/install.php b/install.php
index 49c56fa3d..50447941a 100644
--- a/install.php
+++ b/install.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/mod/crontrigger/start.php b/mod/crontrigger/start.php
index 963c749df..11d467db7 100644
--- a/mod/crontrigger/start.php
+++ b/mod/crontrigger/start.php
@@ -8,9 +8,7 @@
* where possible.
*
* @package ElggCronTrigger
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/diagnostics/actions/download.php b/mod/diagnostics/actions/download.php
index c06c47949..628d19115 100644
--- a/mod/diagnostics/actions/download.php
+++ b/mod/diagnostics/actions/download.php
@@ -3,9 +3,7 @@
* Elgg diagnostics
*
* @package ElggDiagnostics
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/diagnostics/index.php b/mod/diagnostics/index.php
index 54c8e9c4f..11f489475 100644
--- a/mod/diagnostics/index.php
+++ b/mod/diagnostics/index.php
@@ -3,9 +3,7 @@
* Elgg diagnostics
*
* @package ElggDiagnostics
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/diagnostics/languages/en.php b/mod/diagnostics/languages/en.php
index df6ffdf73..94d3fb995 100644
--- a/mod/diagnostics/languages/en.php
+++ b/mod/diagnostics/languages/en.php
@@ -3,9 +3,7 @@
* Elgg diagnostics language pack.
*
* @package ElggDiagnostics
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/diagnostics/start.php b/mod/diagnostics/start.php
index de8e09468..1e05f2bee 100644
--- a/mod/diagnostics/start.php
+++ b/mod/diagnostics/start.php
@@ -3,9 +3,7 @@
* Elgg diagnostics
*
* @package ElggDiagnostics
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/diagnostics/testreport.php b/mod/diagnostics/testreport.php
index 979cca267..2068ec280 100644
--- a/mod/diagnostics/testreport.php
+++ b/mod/diagnostics/testreport.php
@@ -3,9 +3,7 @@
* Elgg diagnostics - test report
*
* @package ElggDiagnostics
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/diagnostics/unittester.php b/mod/diagnostics/unittester.php
index d0aa0c8c4..8b1993041 100644
--- a/mod/diagnostics/unittester.php
+++ b/mod/diagnostics/unittester.php
@@ -3,9 +3,7 @@
* Elgg diagnostics - unit tester
*
* @package ElggDiagnostics
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/diagnostics/views/default/diagnostics/forms/download.php b/mod/diagnostics/views/default/diagnostics/forms/download.php
index 950134fac..93d1f12be 100644
--- a/mod/diagnostics/views/default/diagnostics/forms/download.php
+++ b/mod/diagnostics/views/default/diagnostics/forms/download.php
@@ -3,9 +3,7 @@
* Elgg diagnostics
*
* @package ElggDiagnostics
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/diagnostics/views/default/diagnostics/runalltests.php b/mod/diagnostics/views/default/diagnostics/runalltests.php
index 12bbf2a4a..a21c58c80 100644
--- a/mod/diagnostics/views/default/diagnostics/runalltests.php
+++ b/mod/diagnostics/views/default/diagnostics/runalltests.php
@@ -3,9 +3,7 @@
* Elgg diagnostics - unit tester
*
* @package ElggDiagnostics
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/diagnostics/views/default/diagnostics/test.php b/mod/diagnostics/views/default/diagnostics/test.php
index 9edfb4c66..7546e6024 100644
--- a/mod/diagnostics/views/default/diagnostics/test.php
+++ b/mod/diagnostics/views/default/diagnostics/test.php
@@ -3,9 +3,7 @@
* Elgg diagnostics
*
* @package ElggDiagnostics
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/diagnostics/views/default/diagnostics/testresult.php b/mod/diagnostics/views/default/diagnostics/testresult.php
index ad43aadfb..8db769f1d 100644
--- a/mod/diagnostics/views/default/diagnostics/testresult.php
+++ b/mod/diagnostics/views/default/diagnostics/testresult.php
@@ -3,9 +3,7 @@
* Elgg diagnostics - test report
*
* @package ElggDiagnostics
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/garbagecollector/languages/en.php b/mod/garbagecollector/languages/en.php
index fc6b58521..bfc56bdaa 100644
--- a/mod/garbagecollector/languages/en.php
+++ b/mod/garbagecollector/languages/en.php
@@ -3,9 +3,7 @@
* Elgg garbage collector language pack.
*
* @package ElggGarbageCollector
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/garbagecollector/start.php b/mod/garbagecollector/start.php
index 8e4445e83..63dfc9d4c 100644
--- a/mod/garbagecollector/start.php
+++ b/mod/garbagecollector/start.php
@@ -3,9 +3,7 @@
* Elgg garbage collector.
*
* @package ElggGarbageCollector
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/htmlawed/start.php b/mod/htmlawed/start.php
index 50385d375..b180be811 100644
--- a/mod/htmlawed/start.php
+++ b/mod/htmlawed/start.php
@@ -3,10 +3,8 @@
* Elgg htmLawed tag filtering.
*
* @package ElgghtmLawed
- * @license http://www.gnu.org/licenses/gpl.html GNU Public License version 3
* @author Curverider Ltd
* @author Brett Profitt
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/logbrowser/index.php b/mod/logbrowser/index.php
index 7ed84fdda..975173700 100644
--- a/mod/logbrowser/index.php
+++ b/mod/logbrowser/index.php
@@ -3,9 +3,9 @@
* Elgg log browser.
*
* @package ElggLogBrowser
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.com/
*/
diff --git a/mod/logbrowser/languages/en.php b/mod/logbrowser/languages/en.php
index c703707b3..a100e7ff7 100644
--- a/mod/logbrowser/languages/en.php
+++ b/mod/logbrowser/languages/en.php
@@ -3,9 +3,7 @@
* Elgg log browser plugin language pack
*
* @package ElggLogBrowser
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/logbrowser/start.php b/mod/logbrowser/start.php
index 59450241f..52e1f8617 100644
--- a/mod/logbrowser/start.php
+++ b/mod/logbrowser/start.php
@@ -3,9 +3,7 @@
* Elgg log browser.
*
* @package ElggLogBrowser
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/logbrowser/views/default/logbrowser/css.php b/mod/logbrowser/views/default/logbrowser/css.php
index ad821d9be..960f63c44 100644
--- a/mod/logbrowser/views/default/logbrowser/css.php
+++ b/mod/logbrowser/views/default/logbrowser/css.php
@@ -4,9 +4,7 @@
* Elgg logbrowser CSS
*
* @package logbrowser
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/mod/logbrowser/views/default/object/logwrapper.php b/mod/logbrowser/views/default/object/logwrapper.php
index 416296473..bae5d4240 100644
--- a/mod/logbrowser/views/default/object/logwrapper.php
+++ b/mod/logbrowser/views/default/object/logwrapper.php
@@ -3,9 +3,9 @@
* Elgg log browser.
*
* @package ElggLogBrowser
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.com/
*/
diff --git a/mod/logrotate/languages/en.php b/mod/logrotate/languages/en.php
index 27e43edca..6032cebd5 100644
--- a/mod/logrotate/languages/en.php
+++ b/mod/logrotate/languages/en.php
@@ -3,9 +3,7 @@
* Elgg log rotator language pack.
*
* @package ElggLogRotate
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/logrotate/start.php b/mod/logrotate/start.php
index a65805b92..fb6674356 100644
--- a/mod/logrotate/start.php
+++ b/mod/logrotate/start.php
@@ -3,9 +3,7 @@
* Elgg log rotator.
*
* @package ElggLogRotate
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/uservalidationbyemail/actions/email/confirm.php b/mod/uservalidationbyemail/actions/email/confirm.php
index b8120a4eb..b5c493de0 100644
--- a/mod/uservalidationbyemail/actions/email/confirm.php
+++ b/mod/uservalidationbyemail/actions/email/confirm.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/mod/uservalidationbyemail/languages/en.php b/mod/uservalidationbyemail/languages/en.php
index f1741e463..44eb5e45b 100644
--- a/mod/uservalidationbyemail/languages/en.php
+++ b/mod/uservalidationbyemail/languages/en.php
@@ -3,9 +3,7 @@
* Email user validation plugin language pack.
*
* @package ElggUserValidationByEmail
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/mod/uservalidationbyemail/start.php b/mod/uservalidationbyemail/start.php
index a990843d6..fc6f5cc14 100644
--- a/mod/uservalidationbyemail/start.php
+++ b/mod/uservalidationbyemail/start.php
@@ -4,9 +4,7 @@
* Non-admin or admin created accounts are invalid until their email address is confirmed.
*
* @package ElggUserValidationByEmail
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/search/groups.php b/search/groups.php
index d3e6f7686..4b0825d79 100644
--- a/search/groups.php
+++ b/search/groups.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/search/index.php b/search/index.php
index 038d494fb..4366ade31 100644
--- a/search/index.php
+++ b/search/index.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/search/users.php b/search/users.php
index e07feddbb..5be11e020 100644
--- a/search/users.php
+++ b/search/users.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/services/api/rest.php b/services/api/rest.php
index e13b466bb..5e99d58b7 100644
--- a/services/api/rest.php
+++ b/services/api/rest.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage API
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/services/export/handler.php b/services/export/handler.php
index cf3b191df..d198149da 100644
--- a/services/export/handler.php
+++ b/services/export/handler.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/settings/index.php b/settings/index.php
index 3f46f1771..7bf02273a 100644
--- a/settings/index.php
+++ b/settings/index.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/settings/plugins.php b/settings/plugins.php
index 6969c777f..3db665a16 100644
--- a/settings/plugins.php
+++ b/settings/plugins.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/settings/statistics.php b/settings/statistics.php
index 8d1f13696..45de3ba5c 100644
--- a/settings/statistics.php
+++ b/settings/statistics.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/settings/user.php b/settings/user.php
index 11f7abbe8..fdf055303 100644
--- a/settings/user.php
+++ b/settings/user.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/simplecache/view.php b/simplecache/view.php
index 1fae66a29..bb5eb2e03 100644
--- a/simplecache/view.php
+++ b/simplecache/view.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/upgrade.php b/upgrade.php
index ac4cb57ca..e1b297d83 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -7,9 +7,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/version.php b/version.php
index 2dd83b0d0..73255d970 100644
--- a/version.php
+++ b/version.php
@@ -8,8 +8,6 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
@@ -18,4 +16,4 @@
$release = '1.5'; // Human-friendly version name
-?> \ No newline at end of file
+?>
diff --git a/views/default/account/forms/forgotten_password.php b/views/default/account/forms/forgotten_password.php
index 1b111ea9e..1ab2bd42e 100644
--- a/views/default/account/forms/forgotten_password.php
+++ b/views/default/account/forms/forgotten_password.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/account/forms/login.php b/views/default/account/forms/login.php
index d1e069453..11edfc25f 100644
--- a/views/default/account/forms/login.php
+++ b/views/default/account/forms/login.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/account/forms/register.php b/views/default/account/forms/register.php
index 1bc6d00e3..16307fd0d 100644
--- a/views/default/account/forms/register.php
+++ b/views/default/account/forms/register.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/account/forms/useradd.php b/views/default/account/forms/useradd.php
index 2b57f205a..dac31a692 100644
--- a/views/default/account/forms/useradd.php
+++ b/views/default/account/forms/useradd.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/admin/main.php b/views/default/admin/main.php
index e1ed8c25f..98c9495e1 100644
--- a/views/default/admin/main.php
+++ b/views/default/admin/main.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/admin/main_opt/plugins.php b/views/default/admin/main_opt/plugins.php
index 80472c771..33467f7a2 100644
--- a/views/default/admin/main_opt/plugins.php
+++ b/views/default/admin/main_opt/plugins.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/admin/main_opt/site.php b/views/default/admin/main_opt/site.php
index 00f37c2c8..0cfd9f70c 100644
--- a/views/default/admin/main_opt/site.php
+++ b/views/default/admin/main_opt/site.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
?>
diff --git a/views/default/admin/main_opt/statistics.php b/views/default/admin/main_opt/statistics.php
index 4c16153ef..b42825fa8 100644
--- a/views/default/admin/main_opt/statistics.php
+++ b/views/default/admin/main_opt/statistics.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
?>
diff --git a/views/default/admin/main_opt/user.php b/views/default/admin/main_opt/user.php
index 8e87bae66..284bab255 100644
--- a/views/default/admin/main_opt/user.php
+++ b/views/default/admin/main_opt/user.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
?>
diff --git a/views/default/admin/plugins.php b/views/default/admin/plugins.php
index 9e14eaa2e..e62943d46 100644
--- a/views/default/admin/plugins.php
+++ b/views/default/admin/plugins.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/admin/plugins_opt/plugin.php b/views/default/admin/plugins_opt/plugin.php
index fd0a7ec9a..375f27a01 100644
--- a/views/default/admin/plugins_opt/plugin.php
+++ b/views/default/admin/plugins_opt/plugin.php
@@ -7,9 +7,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/admin/site.php b/views/default/admin/site.php
index a1acae53a..077ce3bf3 100644
--- a/views/default/admin/site.php
+++ b/views/default/admin/site.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/admin/statistics.php b/views/default/admin/statistics.php
index 920bf2870..bf4818b64 100644
--- a/views/default/admin/statistics.php
+++ b/views/default/admin/statistics.php
@@ -4,9 +4,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/admin/statistics_opt/basic.php b/views/default/admin/statistics_opt/basic.php
index 59545081e..aa6b48edf 100644
--- a/views/default/admin/statistics_opt/basic.php
+++ b/views/default/admin/statistics_opt/basic.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/admin/statistics_opt/numentities.php b/views/default/admin/statistics_opt/numentities.php
index f7e96fb94..d187655c3 100644
--- a/views/default/admin/statistics_opt/numentities.php
+++ b/views/default/admin/statistics_opt/numentities.php
@@ -4,9 +4,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/admin/statistics_opt/online.php b/views/default/admin/statistics_opt/online.php
index 9add25d02..403168ef0 100644
--- a/views/default/admin/statistics_opt/online.php
+++ b/views/default/admin/statistics_opt/online.php
@@ -4,9 +4,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/admin/user.php b/views/default/admin/user.php
index 117656fa0..afd4bdd51 100644
--- a/views/default/admin/user.php
+++ b/views/default/admin/user.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/admin/user_opt/adduser.php b/views/default/admin/user_opt/adduser.php
index 0c274bcd4..146a7bfa7 100644
--- a/views/default/admin/user_opt/adduser.php
+++ b/views/default/admin/user_opt/adduser.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
?>
diff --git a/views/default/admin/user_opt/search.php b/views/default/admin/user_opt/search.php
index b201c0384..10c9b4088 100644
--- a/views/default/admin/user_opt/search.php
+++ b/views/default/admin/user_opt/search.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
?>
diff --git a/views/default/ajax/loader.php b/views/default/ajax/loader.php
index d30d8ee5d..5fe407fd5 100644
--- a/views/default/ajax/loader.php
+++ b/views/default/ajax/loader.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/annotation/generic_comment.php b/views/default/annotation/generic_comment.php
index 48022ebb5..43254d610 100644
--- a/views/default/annotation/generic_comment.php
+++ b/views/default/annotation/generic_comment.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
*/
diff --git a/views/default/api/output.php b/views/default/api/output.php
index cadc5d410..112b09e64 100644
--- a/views/default/api/output.php
+++ b/views/default/api/output.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/default/basic_elements/welcome.php b/views/default/basic_elements/welcome.php
index bbcc6438e..89b6e58d3 100644
--- a/views/default/basic_elements/welcome.php
+++ b/views/default/basic_elements/welcome.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/canvas/default.php b/views/default/canvas/default.php
index ef6d6b41d..34ff1984d 100644
--- a/views/default/canvas/default.php
+++ b/views/default/canvas/default.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/canvas/layouts/edit_layout.php b/views/default/canvas/layouts/edit_layout.php
index 39e07bd19..1537f98ae 100644
--- a/views/default/canvas/layouts/edit_layout.php
+++ b/views/default/canvas/layouts/edit_layout.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008
+
* @link http://elgg.org/
*/
diff --git a/views/default/canvas/layouts/one_column.php b/views/default/canvas/layouts/one_column.php
index 5af218e08..bb5681f4c 100644
--- a/views/default/canvas/layouts/one_column.php
+++ b/views/default/canvas/layouts/one_column.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/canvas/layouts/sidebar_boxes.php b/views/default/canvas/layouts/sidebar_boxes.php
index 136620a3d..6e6f80c21 100644
--- a/views/default/canvas/layouts/sidebar_boxes.php
+++ b/views/default/canvas/layouts/sidebar_boxes.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008
+
* @link http://elgg.org/
*/
diff --git a/views/default/canvas/layouts/two_column_left_sidebar.php b/views/default/canvas/layouts/two_column_left_sidebar.php
index 705c9b176..4be8939bb 100644
--- a/views/default/canvas/layouts/two_column_left_sidebar.php
+++ b/views/default/canvas/layouts/two_column_left_sidebar.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/canvas/layouts/two_column_right_sidebar.php b/views/default/canvas/layouts/two_column_right_sidebar.php
index efa8c25a6..ab38e6529 100644
--- a/views/default/canvas/layouts/two_column_right_sidebar.php
+++ b/views/default/canvas/layouts/two_column_right_sidebar.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/canvas/layouts/widgets.php b/views/default/canvas/layouts/widgets.php
index 22e7bd8dd..04df22bf9 100644
--- a/views/default/canvas/layouts/widgets.php
+++ b/views/default/canvas/layouts/widgets.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/comments/forms/edit.php b/views/default/comments/forms/edit.php
index a8f5980c7..e13f13977 100644
--- a/views/default/comments/forms/edit.php
+++ b/views/default/comments/forms/edit.php
@@ -4,9 +4,9 @@
* Elgg comments add form
*
* @package Elgg
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd <info@elgg.com>
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.com/
*
* @uses $vars['entity']
diff --git a/views/default/css.php b/views/default/css.php
index 11df2710d..0bbd0cad5 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -8,8 +8,6 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['wwwroot'] The site URL
diff --git a/views/default/export/entity.php b/views/default/export/entity.php
index d35f0955f..3bca680f8 100644
--- a/views/default/export/entity.php
+++ b/views/default/export/entity.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/export/metadata.php b/views/default/export/metadata.php
index 32d68116b..d021ba436 100644
--- a/views/default/export/metadata.php
+++ b/views/default/export/metadata.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/export/relationship.php b/views/default/export/relationship.php
index a97240413..a91d38115 100644
--- a/views/default/export/relationship.php
+++ b/views/default/export/relationship.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/friends/collection.php b/views/default/friends/collection.php
index 1a9949cc9..501283fc3 100644
--- a/views/default/friends/collection.php
+++ b/views/default/friends/collection.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @see collections.php
diff --git a/views/default/friends/collections.php b/views/default/friends/collections.php
index 6a77f7773..63446ec89 100644
--- a/views/default/friends/collections.php
+++ b/views/default/friends/collections.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['collections'] The array of friends collections
diff --git a/views/default/friends/forms/collectionfields.php b/views/default/friends/forms/collectionfields.php
index 3df713106..0b387f830 100644
--- a/views/default/friends/forms/collectionfields.php
+++ b/views/default/friends/forms/collectionfields.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/friends/forms/edit.php b/views/default/friends/forms/edit.php
index 924c479e0..d9434f10b 100644
--- a/views/default/friends/forms/edit.php
+++ b/views/default/friends/forms/edit.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['object'] Optionally, the collection edit
diff --git a/views/default/friends/list.php b/views/default/friends/list.php
index e529f8a4b..c6709a2c1 100644
--- a/views/default/friends/list.php
+++ b/views/default/friends/list.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['friends'] The array of ElggUser objects
diff --git a/views/default/friends/picker.php b/views/default/friends/picker.php
index 50c06b65a..0dcb208aa 100644
--- a/views/default/friends/picker.php
+++ b/views/default/friends/picker.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['entities'] The array of ElggUser objects
diff --git a/views/default/friends/tablelist.php b/views/default/friends/tablelist.php
index eca106b69..af37ff4ed 100644
--- a/views/default/friends/tablelist.php
+++ b/views/default/friends/tablelist.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['entities'] The array of ElggUser objects
diff --git a/views/default/friends/tablelistcountupdate.php b/views/default/friends/tablelistcountupdate.php
index 5468bfbba..14728d16a 100644
--- a/views/default/friends/tablelistcountupdate.php
+++ b/views/default/friends/tablelistcountupdate.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['count'] The count
diff --git a/views/default/graphics/icon.php b/views/default/graphics/icon.php
index c776da8cc..ca1bc2054 100644
--- a/views/default/graphics/icon.php
+++ b/views/default/graphics/icon.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/group/default.php b/views/default/group/default.php
index 50bbcea15..a3fa96724 100644
--- a/views/default/group/default.php
+++ b/views/default/group/default.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/input/access.php b/views/default/input/access.php
index 38a43ec8c..ccb38b54f 100644
--- a/views/default/input/access.php
+++ b/views/default/input/access.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/button.php b/views/default/input/button.php
index 5f48fe6a3..4a21a3127 100644
--- a/views/default/input/button.php
+++ b/views/default/input/button.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/calendar.php b/views/default/input/calendar.php
index 81f2f58cb..69ef01ee7 100644
--- a/views/default/input/calendar.php
+++ b/views/default/input/calendar.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/captcha.php b/views/default/input/captcha.php
index 2e0a29286..f4ebc218a 100644
--- a/views/default/input/captcha.php
+++ b/views/default/input/captcha.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
?> \ No newline at end of file
diff --git a/views/default/input/checkboxes.php b/views/default/input/checkboxes.php
index 6a7713b01..7e6c70a54 100644
--- a/views/default/input/checkboxes.php
+++ b/views/default/input/checkboxes.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/email.php b/views/default/input/email.php
index cb38543df..75d7eec39 100644
--- a/views/default/input/email.php
+++ b/views/default/input/email.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/file.php b/views/default/input/file.php
index 3b1a43bda..ec961b6d0 100644
--- a/views/default/input/file.php
+++ b/views/default/input/file.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/form.php b/views/default/input/form.php
index a7ba8e45f..0a4619ac1 100644
--- a/views/default/input/form.php
+++ b/views/default/input/form.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['body'] The body of the form (made up of other input/xxx views and html
diff --git a/views/default/input/hidden.php b/views/default/input/hidden.php
index d1750b6f3..2338a66bb 100644
--- a/views/default/input/hidden.php
+++ b/views/default/input/hidden.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/longtext.php b/views/default/input/longtext.php
index 83c0f5a60..c17b770d4 100644
--- a/views/default/input/longtext.php
+++ b/views/default/input/longtext.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/password.php b/views/default/input/password.php
index c8b7d5e06..9a7e678fb 100644
--- a/views/default/input/password.php
+++ b/views/default/input/password.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/plaintext.php b/views/default/input/plaintext.php
index 105c8780d..ee5854a0a 100644
--- a/views/default/input/plaintext.php
+++ b/views/default/input/plaintext.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/pulldown.php b/views/default/input/pulldown.php
index fe53865f8..c73e6b6c9 100644
--- a/views/default/input/pulldown.php
+++ b/views/default/input/pulldown.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/radio.php b/views/default/input/radio.php
index e6fcb8aa5..b94ed8080 100644
--- a/views/default/input/radio.php
+++ b/views/default/input/radio.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/reset.php b/views/default/input/reset.php
index c2e77670f..96fc57a4f 100644
--- a/views/default/input/reset.php
+++ b/views/default/input/reset.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/securitytoken.php b/views/default/input/securitytoken.php
index b1461a2ce..fa202548e 100644
--- a/views/default/input/securitytoken.php
+++ b/views/default/input/securitytoken.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/input/submit.php b/views/default/input/submit.php
index 1602a9009..66e5c543b 100644
--- a/views/default/input/submit.php
+++ b/views/default/input/submit.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/tags.php b/views/default/input/tags.php
index 3e8bb8023..dc38c979d 100644
--- a/views/default/input/tags.php
+++ b/views/default/input/tags.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/text.php b/views/default/input/text.php
index dfe7265da..86950ff9d 100644
--- a/views/default/input/text.php
+++ b/views/default/input/text.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/url.php b/views/default/input/url.php
index 31e973eb5..ba77f486f 100644
--- a/views/default/input/url.php
+++ b/views/default/input/url.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/input/urlshortener.php b/views/default/input/urlshortener.php
index ac39d689f..4707809f5 100644
--- a/views/default/input/urlshortener.php
+++ b/views/default/input/urlshortener.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
?> \ No newline at end of file
diff --git a/views/default/messages/errors/error.php b/views/default/messages/errors/error.php
index 71289bdf4..1702142b3 100644
--- a/views/default/messages/errors/error.php
+++ b/views/default/messages/errors/error.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] An error message (string)
diff --git a/views/default/messages/errors/list.php b/views/default/messages/errors/list.php
index 8acdd047b..63e0a91f3 100644
--- a/views/default/messages/errors/list.php
+++ b/views/default/messages/errors/list.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] An array of error messages
diff --git a/views/default/messages/exceptions/exception.php b/views/default/messages/exceptions/exception.php
index f3668e3e6..7381c969b 100644
--- a/views/default/messages/exceptions/exception.php
+++ b/views/default/messages/exceptions/exception.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] An exception
diff --git a/views/default/messages/list.php b/views/default/messages/list.php
index 1af190215..d454841d8 100644
--- a/views/default/messages/list.php
+++ b/views/default/messages/list.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] The array of message registers
diff --git a/views/default/messages/messages/list.php b/views/default/messages/messages/list.php
index 1f14990ac..6a1473582 100644
--- a/views/default/messages/messages/list.php
+++ b/views/default/messages/messages/list.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] An array of system messages
diff --git a/views/default/messages/messages/message.php b/views/default/messages/messages/message.php
index 27771e4ef..1221e1001 100644
--- a/views/default/messages/messages/message.php
+++ b/views/default/messages/messages/message.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] A system message (string)
diff --git a/views/default/navigation/pagination.php b/views/default/navigation/pagination.php
index b4f47c491..e141675c8 100644
--- a/views/default/navigation/pagination.php
+++ b/views/default/navigation/pagination.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/default/navigation/topbar_tools.php b/views/default/navigation/topbar_tools.php
index 1c2d17b80..49dacde72 100644
--- a/views/default/navigation/topbar_tools.php
+++ b/views/default/navigation/topbar_tools.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/default/navigation/viewtype.php b/views/default/navigation/viewtype.php
index 0d8d5bd24..63d79af8b 100644
--- a/views/default/navigation/viewtype.php
+++ b/views/default/navigation/viewtype.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/notifications/settings/usersettings.php b/views/default/notifications/settings/usersettings.php
index 0d743139a..8b34975c7 100644
--- a/views/default/notifications/settings/usersettings.php
+++ b/views/default/notifications/settings/usersettings.php
@@ -4,9 +4,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/object/default.php b/views/default/object/default.php
index 7f4611190..10ac062d1 100644
--- a/views/default/object/default.php
+++ b/views/default/object/default.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/object/object.php b/views/default/object/object.php
index f0e5a1efb..a27a2910f 100644
--- a/views/default/object/object.php
+++ b/views/default/object/object.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/object/plugin.php b/views/default/object/plugin.php
index 86a066f58..5f9c5354c 100644
--- a/views/default/object/plugin.php
+++ b/views/default/object/plugin.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/object/widget.php b/views/default/object/widget.php
index 4364152a1..a08eaf2dc 100644
--- a/views/default/object/widget.php
+++ b/views/default/object/widget.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/output/calendar.php b/views/default/output/calendar.php
index d08c05cef..353dd9b21 100644
--- a/views/default/output/calendar.php
+++ b/views/default/output/calendar.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/output/checkboxes.php b/views/default/output/checkboxes.php
index bb6df92bd..462d6969e 100644
--- a/views/default/output/checkboxes.php
+++ b/views/default/output/checkboxes.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['text'] The text to display
diff --git a/views/default/output/confirmlink.php b/views/default/output/confirmlink.php
index a89299300..c5440ab88 100644
--- a/views/default/output/confirmlink.php
+++ b/views/default/output/confirmlink.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['text'] The text of the link
diff --git a/views/default/output/date.php b/views/default/output/date.php
index b275163ed..6973a6c92 100644
--- a/views/default/output/date.php
+++ b/views/default/output/date.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] A UNIX epoch timestamp
diff --git a/views/default/output/email.php b/views/default/output/email.php
index cad9a9348..6c8e66901 100644
--- a/views/default/output/email.php
+++ b/views/default/output/email.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The email address to display
diff --git a/views/default/output/iframe.php b/views/default/output/iframe.php
index ba3065dca..eb0cea0b4 100644
--- a/views/default/output/iframe.php
+++ b/views/default/output/iframe.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] Source of the page
diff --git a/views/default/output/longtext.php b/views/default/output/longtext.php
index ef43faa69..101e72198 100644
--- a/views/default/output/longtext.php
+++ b/views/default/output/longtext.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['text'] The text to display
diff --git a/views/default/output/pulldown.php b/views/default/output/pulldown.php
index 1045d19be..ebda77471 100644
--- a/views/default/output/pulldown.php
+++ b/views/default/output/pulldown.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['text'] The text to display
diff --git a/views/default/output/radio.php b/views/default/output/radio.php
index 0f34d843b..1d93dc8a0 100644
--- a/views/default/output/radio.php
+++ b/views/default/output/radio.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['text'] The text to display
diff --git a/views/default/output/tagcloud.php b/views/default/output/tagcloud.php
index 463b25116..10da20034 100644
--- a/views/default/output/tagcloud.php
+++ b/views/default/output/tagcloud.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['tagcloud'] An array of stdClass objects with two elements: 'tag' (the text of the tag) and 'total' (the number of elements with this tag)
diff --git a/views/default/output/tags.php b/views/default/output/tags.php
index d437475f6..87b23cb63 100644
--- a/views/default/output/tags.php
+++ b/views/default/output/tags.php
@@ -8,9 +8,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['tags'] The tags to display
diff --git a/views/default/output/text.php b/views/default/output/text.php
index f2911f26d..ca667f98a 100644
--- a/views/default/output/text.php
+++ b/views/default/output/text.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['text'] The text to display
diff --git a/views/default/output/url.php b/views/default/output/url.php
index 454b7fc70..87f551ed1 100644
--- a/views/default/output/url.php
+++ b/views/default/output/url.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The URL to display
diff --git a/views/default/page_elements/elgg_topbar.php b/views/default/page_elements/elgg_topbar.php
index ee4332780..46314f2ad 100644
--- a/views/default/page_elements/elgg_topbar.php
+++ b/views/default/page_elements/elgg_topbar.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/default/page_elements/footer.php b/views/default/page_elements/footer.php
index 9f36e2bf1..0679a988e 100644
--- a/views/default/page_elements/footer.php
+++ b/views/default/page_elements/footer.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/default/page_elements/header.php b/views/default/page_elements/header.php
index 3de6c2ede..4204c87fe 100644
--- a/views/default/page_elements/header.php
+++ b/views/default/page_elements/header.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2009
* @link http://elgg.org/
*
* @uses $vars['config'] The site configuration settings, imported
diff --git a/views/default/page_elements/header_contents.php b/views/default/page_elements/header_contents.php
index 796f0d6f2..904378ef4 100644
--- a/views/default/page_elements/header_contents.php
+++ b/views/default/page_elements/header_contents.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2009
+
* @link http://elgg.org/
**/
diff --git a/views/default/page_elements/owner_block.php b/views/default/page_elements/owner_block.php
index 9d06d6c57..8296f2e5e 100644
--- a/views/default/page_elements/owner_block.php
+++ b/views/default/page_elements/owner_block.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
*/
diff --git a/views/default/page_elements/spotlight.php b/views/default/page_elements/spotlight.php
index e2dd0c629..5b5a90ac7 100644
--- a/views/default/page_elements/spotlight.php
+++ b/views/default/page_elements/spotlight.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/default/page_elements/title.php b/views/default/page_elements/title.php
index e8f8751c4..173672cb3 100644
--- a/views/default/page_elements/title.php
+++ b/views/default/page_elements/title.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['title'] The page title
diff --git a/views/default/pageshells/pageshell.php b/views/default/pageshells/pageshell.php
index 99fe38f6c..8e7f29667 100644
--- a/views/default/pageshells/pageshell.php
+++ b/views/default/pageshells/pageshell.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['config'] The site configuration settings, imported
diff --git a/views/default/river/dashboard.php b/views/default/river/dashboard.php
index 0684b410d..aa9b65615 100644
--- a/views/default/river/dashboard.php
+++ b/views/default/river/dashboard.php
@@ -3,9 +3,7 @@
* Elgg river for dashboard.
*
* @package Elgg
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/views/default/river/item/wrapper.php b/views/default/river/item/wrapper.php
index ca7f7dc25..457e25abe 100644
--- a/views/default/river/item/wrapper.php
+++ b/views/default/river/item/wrapper.php
@@ -5,9 +5,9 @@
* Wraps all river items.
*
* @package Elgg
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.com/
*/
diff --git a/views/default/river/relationship/friend/create.php b/views/default/river/relationship/friend/create.php
index a14451c39..1378d8088 100644
--- a/views/default/river/relationship/friend/create.php
+++ b/views/default/river/relationship/friend/create.php
@@ -4,9 +4,7 @@
* Display something in the river when a relationship is created.
*
* @package Elgg
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*/
diff --git a/views/default/river/wrapper.php b/views/default/river/wrapper.php
index c1cb03225..23dd508fd 100644
--- a/views/default/river/wrapper.php
+++ b/views/default/river/wrapper.php
@@ -5,9 +5,9 @@
* Wraps all river items.
*
* @package Elgg
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.com/
*/
diff --git a/views/default/search/gallery.php b/views/default/search/gallery.php
index 057155dae..366cd713b 100644
--- a/views/default/search/gallery.php
+++ b/views/default/search/gallery.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/search/gallery_listing.php b/views/default/search/gallery_listing.php
index 60bd699e3..4c0f40643 100644
--- a/views/default/search/gallery_listing.php
+++ b/views/default/search/gallery_listing.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/search/listing.php b/views/default/search/listing.php
index 764930bbc..0a9d01fee 100644
--- a/views/default/search/listing.php
+++ b/views/default/search/listing.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/settings/install.php b/views/default/settings/install.php
index 4167c8375..6a3e075d9 100644
--- a/views/default/settings/install.php
+++ b/views/default/settings/install.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
*/
diff --git a/views/default/settings/system.php b/views/default/settings/system.php
index fe5e7b245..91c8e11aa 100644
--- a/views/default/settings/system.php
+++ b/views/default/settings/system.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['action'] If set, the place to forward the form to (usually action/systemsettings/save)
diff --git a/views/default/site/default.php b/views/default/site/default.php
index 66ec49654..44f052d18 100644
--- a/views/default/site/default.php
+++ b/views/default/site/default.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/spotlight/default.php b/views/default/spotlight/default.php
index 16f282244..d228400a4 100644
--- a/views/default/spotlight/default.php
+++ b/views/default/spotlight/default.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
*/
diff --git a/views/default/text/about.php b/views/default/text/about.php
index e47aca979..20504e9a4 100644
--- a/views/default/text/about.php
+++ b/views/default/text/about.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
*/
diff --git a/views/default/text/privacy_view.php b/views/default/text/privacy_view.php
index b7bebee80..aeca248b3 100644
--- a/views/default/text/privacy_view.php
+++ b/views/default/text/privacy_view.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
*/
diff --git a/views/default/text/tos_view.php b/views/default/text/tos_view.php
index e26dfb9b6..74be5a64b 100644
--- a/views/default/text/tos_view.php
+++ b/views/default/text/tos_view.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
*/
diff --git a/views/default/user/default.php b/views/default/user/default.php
index 61c6172bf..58b5ede8a 100644
--- a/views/default/user/default.php
+++ b/views/default/user/default.php
@@ -5,8 +5,8 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @copyright Curverider Ltd 2008-2009
+
+
* @link http://elgg.org/
*/
diff --git a/views/default/user/settings/default_access.php b/views/default/user/settings/default_access.php
index c53b27233..38b194d7d 100644
--- a/views/default/user/settings/default_access.php
+++ b/views/default/user/settings/default_access.php
@@ -4,9 +4,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
if ($vars['config']->allow_user_default_access) {
diff --git a/views/default/user/settings/email.php b/views/default/user/settings/email.php
index 6f77c6683..8a9d986d9 100644
--- a/views/default/user/settings/email.php
+++ b/views/default/user/settings/email.php
@@ -4,9 +4,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/user/settings/language.php b/views/default/user/settings/language.php
index fab67eca2..fa5dec0fa 100644
--- a/views/default/user/settings/language.php
+++ b/views/default/user/settings/language.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/user/settings/name.php b/views/default/user/settings/name.php
index b66228779..f127532d6 100644
--- a/views/default/user/settings/name.php
+++ b/views/default/user/settings/name.php
@@ -4,9 +4,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/user/settings/password.php b/views/default/user/settings/password.php
index 7296de1c0..d467cd05e 100644
--- a/views/default/user/settings/password.php
+++ b/views/default/user/settings/password.php
@@ -4,9 +4,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/usersettings/main.php b/views/default/usersettings/main.php
index 39ef5486e..9a7afbf51 100644
--- a/views/default/usersettings/main.php
+++ b/views/default/usersettings/main.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/usersettings/main_opt/plugins.php b/views/default/usersettings/main_opt/plugins.php
index 8498cfd93..a6b51fa64 100644
--- a/views/default/usersettings/main_opt/plugins.php
+++ b/views/default/usersettings/main_opt/plugins.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/usersettings/main_opt/statistics.php b/views/default/usersettings/main_opt/statistics.php
index 575501913..4a9131d0c 100644
--- a/views/default/usersettings/main_opt/statistics.php
+++ b/views/default/usersettings/main_opt/statistics.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
?>
diff --git a/views/default/usersettings/main_opt/user.php b/views/default/usersettings/main_opt/user.php
index 84b81a5aa..d3298cd2e 100644
--- a/views/default/usersettings/main_opt/user.php
+++ b/views/default/usersettings/main_opt/user.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
?>
diff --git a/views/default/usersettings/plugins.php b/views/default/usersettings/plugins.php
index c18c5aaef..af4f4bb36 100644
--- a/views/default/usersettings/plugins.php
+++ b/views/default/usersettings/plugins.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/usersettings/plugins_opt/plugin.php b/views/default/usersettings/plugins_opt/plugin.php
index cd3ff3acd..a7935f2ee 100644
--- a/views/default/usersettings/plugins_opt/plugin.php
+++ b/views/default/usersettings/plugins_opt/plugin.php
@@ -7,9 +7,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/usersettings/statistics.php b/views/default/usersettings/statistics.php
index 1b167b9a0..f01ac524d 100644
--- a/views/default/usersettings/statistics.php
+++ b/views/default/usersettings/statistics.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/usersettings/statistics_opt/numentities.php b/views/default/usersettings/statistics_opt/numentities.php
index 6922580a5..ce048b7bb 100644
--- a/views/default/usersettings/statistics_opt/numentities.php
+++ b/views/default/usersettings/statistics_opt/numentities.php
@@ -4,9 +4,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/usersettings/statistics_opt/online.php b/views/default/usersettings/statistics_opt/online.php
index 1683cca23..f364e6cab 100644
--- a/views/default/usersettings/statistics_opt/online.php
+++ b/views/default/usersettings/statistics_opt/online.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/welcome.php b/views/default/welcome.php
index 20d223bcc..238b485e9 100644
--- a/views/default/welcome.php
+++ b/views/default/welcome.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/welcome/logged_in.php b/views/default/welcome/logged_in.php
index c44aa4b64..14681cfc9 100644
--- a/views/default/welcome/logged_in.php
+++ b/views/default/welcome/logged_in.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/welcome/logged_out.php b/views/default/welcome/logged_out.php
index e10af8828..c3981c404 100644
--- a/views/default/welcome/logged_out.php
+++ b/views/default/welcome/logged_out.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/default/widgets/editwrapper.php b/views/default/widgets/editwrapper.php
index 7be892924..45e935412 100644
--- a/views/default/widgets/editwrapper.php
+++ b/views/default/widgets/editwrapper.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/default/widgets/wrapper.php b/views/default/widgets/wrapper.php
index 63c024cc4..a5d36b1e3 100644
--- a/views/default/widgets/wrapper.php
+++ b/views/default/widgets/wrapper.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/failsafe/canvas/default.php b/views/failsafe/canvas/default.php
index ef6d6b41d..34ff1984d 100644
--- a/views/failsafe/canvas/default.php
+++ b/views/failsafe/canvas/default.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/failsafe/input/access.php b/views/failsafe/input/access.php
index d3bbaa407..d83b265ce 100644
--- a/views/failsafe/input/access.php
+++ b/views/failsafe/input/access.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/button.php b/views/failsafe/input/button.php
index 4d0da9b72..0f6fdf6a5 100644
--- a/views/failsafe/input/button.php
+++ b/views/failsafe/input/button.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/checkboxes.php b/views/failsafe/input/checkboxes.php
index a66b2a084..46894c5cb 100644
--- a/views/failsafe/input/checkboxes.php
+++ b/views/failsafe/input/checkboxes.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/form.php b/views/failsafe/input/form.php
index f02b97dfa..99b6f9965 100644
--- a/views/failsafe/input/form.php
+++ b/views/failsafe/input/form.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['body'] The body of the form (made up of other input/xxx views and html
diff --git a/views/failsafe/input/hidden.php b/views/failsafe/input/hidden.php
index 6fcd56e4a..58b86c25e 100644
--- a/views/failsafe/input/hidden.php
+++ b/views/failsafe/input/hidden.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/longtext.php b/views/failsafe/input/longtext.php
index c28028217..41cb395c2 100644
--- a/views/failsafe/input/longtext.php
+++ b/views/failsafe/input/longtext.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/pulldown.php b/views/failsafe/input/pulldown.php
index fcd13a6b3..a0e91ce25 100644
--- a/views/failsafe/input/pulldown.php
+++ b/views/failsafe/input/pulldown.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/reset.php b/views/failsafe/input/reset.php
index c2e77670f..96fc57a4f 100644
--- a/views/failsafe/input/reset.php
+++ b/views/failsafe/input/reset.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/submit.php b/views/failsafe/input/submit.php
index f87600e63..79d6522b9 100644
--- a/views/failsafe/input/submit.php
+++ b/views/failsafe/input/submit.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/text.php b/views/failsafe/input/text.php
index 94559afd6..2195741f2 100644
--- a/views/failsafe/input/text.php
+++ b/views/failsafe/input/text.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/messages/errors/error.php b/views/failsafe/messages/errors/error.php
index ca45a936a..ea43f1c37 100644
--- a/views/failsafe/messages/errors/error.php
+++ b/views/failsafe/messages/errors/error.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] An error message (string)
diff --git a/views/failsafe/messages/errors/list.php b/views/failsafe/messages/errors/list.php
index 41f2ad406..fd90a8d1f 100644
--- a/views/failsafe/messages/errors/list.php
+++ b/views/failsafe/messages/errors/list.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] An array of error messages
diff --git a/views/failsafe/messages/exceptions/exception.php b/views/failsafe/messages/exceptions/exception.php
index 91fe35928..12e49c50f 100644
--- a/views/failsafe/messages/exceptions/exception.php
+++ b/views/failsafe/messages/exceptions/exception.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['object'] An exception
diff --git a/views/failsafe/messages/list.php b/views/failsafe/messages/list.php
index 1af190215..d454841d8 100644
--- a/views/failsafe/messages/list.php
+++ b/views/failsafe/messages/list.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] The array of message registers
diff --git a/views/failsafe/messages/messages/list.php b/views/failsafe/messages/messages/list.php
index 19e0f1f70..d103060b2 100644
--- a/views/failsafe/messages/messages/list.php
+++ b/views/failsafe/messages/messages/list.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] An array of system messages
diff --git a/views/failsafe/messages/messages/message.php b/views/failsafe/messages/messages/message.php
index 20416cd07..b3286e469 100644
--- a/views/failsafe/messages/messages/message.php
+++ b/views/failsafe/messages/messages/message.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] A system message (string)
diff --git a/views/failsafe/messages/sanitisation/htaccess.php b/views/failsafe/messages/sanitisation/htaccess.php
index db5824453..5bfbb38f8 100644
--- a/views/failsafe/messages/sanitisation/htaccess.php
+++ b/views/failsafe/messages/sanitisation/htaccess.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/failsafe/messages/sanitisation/settings.php b/views/failsafe/messages/sanitisation/settings.php
index 23641118b..ac17d16cd 100644
--- a/views/failsafe/messages/sanitisation/settings.php
+++ b/views/failsafe/messages/sanitisation/settings.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/failsafe/pageshells/pageshell.php b/views/failsafe/pageshells/pageshell.php
index e95bc3139..d5ae145b4 100644
--- a/views/failsafe/pageshells/pageshell.php
+++ b/views/failsafe/pageshells/pageshell.php
@@ -6,9 +6,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['config'] The site configuration settings, imported
diff --git a/views/failsafe/settings/install.php b/views/failsafe/settings/install.php
index 4167c8375..6a3e075d9 100644
--- a/views/failsafe/settings/install.php
+++ b/views/failsafe/settings/install.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
*/
diff --git a/views/failsafe/settings/system.php b/views/failsafe/settings/system.php
index 420dc45aa..85f625336 100644
--- a/views/failsafe/settings/system.php
+++ b/views/failsafe/settings/system.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['action'] If set, the place to forward the form to (usually action/systemsettings/save)
diff --git a/views/foaf/canvas/default.php b/views/foaf/canvas/default.php
index ef6d6b41d..34ff1984d 100644
--- a/views/foaf/canvas/default.php
+++ b/views/foaf/canvas/default.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/foaf/pageshells/pageshell.php b/views/foaf/pageshells/pageshell.php
index 051c35e38..6c0461fc2 100644
--- a/views/foaf/pageshells/pageshell.php
+++ b/views/foaf/pageshells/pageshell.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/foaf/user/default.php b/views/foaf/user/default.php
index 750ab8623..8a14e5f28 100644
--- a/views/foaf/user/default.php
+++ b/views/foaf/user/default.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/ical/canvas/default.php b/views/ical/canvas/default.php
index bda23f11f..38977dca9 100644
--- a/views/ical/canvas/default.php
+++ b/views/ical/canvas/default.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/ical/export/entity.php b/views/ical/export/entity.php
index 0413cd56a..cac1f17ba 100644
--- a/views/ical/export/entity.php
+++ b/views/ical/export/entity.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/ical/object/default.php b/views/ical/object/default.php
index 4b9b075f6..29e4ab219 100644
--- a/views/ical/object/default.php
+++ b/views/ical/object/default.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/ical/pageshells/pageshell.php b/views/ical/pageshells/pageshell.php
index 29894cdad..eee032681 100644
--- a/views/ical/pageshells/pageshell.php
+++ b/views/ical/pageshells/pageshell.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/ical/search/entity_list.php b/views/ical/search/entity_list.php
index 8712f7134..9e5737bbe 100644
--- a/views/ical/search/entity_list.php
+++ b/views/ical/search/entity_list.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/js/object/default.php b/views/js/object/default.php
index 81bb4c315..be4043ea4 100644
--- a/views/js/object/default.php
+++ b/views/js/object/default.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/js/pageshells/pageshell.php b/views/js/pageshells/pageshell.php
index 5217cac66..784febb1a 100644
--- a/views/js/pageshells/pageshell.php
+++ b/views/js/pageshells/pageshell.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/js/user/default.php b/views/js/user/default.php
index 81bb4c315..be4043ea4 100644
--- a/views/js/user/default.php
+++ b/views/js/user/default.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/json/api/output.php b/views/json/api/output.php
index cb86a12db..eeea0400e 100644
--- a/views/json/api/output.php
+++ b/views/json/api/output.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/json/canvas/default.php b/views/json/canvas/default.php
index 0c7ab191f..3aab42f49 100644
--- a/views/json/canvas/default.php
+++ b/views/json/canvas/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/json/export/entity.php b/views/json/export/entity.php
index c5369eea1..9eeec770f 100644
--- a/views/json/export/entity.php
+++ b/views/json/export/entity.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/json/export/metadata.php b/views/json/export/metadata.php
index d1a5a44d8..01df5567e 100644
--- a/views/json/export/metadata.php
+++ b/views/json/export/metadata.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/json/export/relationship.php b/views/json/export/relationship.php
index 4b5006d73..07b7e3b0e 100644
--- a/views/json/export/relationship.php
+++ b/views/json/export/relationship.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/json/group/default.php b/views/json/group/default.php
index fd043c6b9..8c02f7d5e 100644
--- a/views/json/group/default.php
+++ b/views/json/group/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/json/messages/exceptions/exception.php b/views/json/messages/exceptions/exception.php
index 55a61f0ff..3a5888af4 100644
--- a/views/json/messages/exceptions/exception.php
+++ b/views/json/messages/exceptions/exception.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['object'] An exception
diff --git a/views/json/object/default.php b/views/json/object/default.php
index fd043c6b9..8c02f7d5e 100644
--- a/views/json/object/default.php
+++ b/views/json/object/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/json/pageshells/pageshell.php b/views/json/pageshells/pageshell.php
index ae51b49e5..ca1f41a28 100644
--- a/views/json/pageshells/pageshell.php
+++ b/views/json/pageshells/pageshell.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/json/search/entity_list.php b/views/json/search/entity_list.php
index a948f4895..9ca58a8b8 100644
--- a/views/json/search/entity_list.php
+++ b/views/json/search/entity_list.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/json/site/default.php b/views/json/site/default.php
index fd043c6b9..8c02f7d5e 100644
--- a/views/json/site/default.php
+++ b/views/json/site/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/json/user/default.php b/views/json/user/default.php
index fd043c6b9..8c02f7d5e 100644
--- a/views/json/user/default.php
+++ b/views/json/user/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/opendd/canvas/default.php b/views/opendd/canvas/default.php
index 6a1355a92..a5cc56917 100644
--- a/views/opendd/canvas/default.php
+++ b/views/opendd/canvas/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/opendd/export/entity.php b/views/opendd/export/entity.php
index a7c2c993c..60b6628ef 100644
--- a/views/opendd/export/entity.php
+++ b/views/opendd/export/entity.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/opendd/export/metadata.php b/views/opendd/export/metadata.php
index 2177d049a..de29017dd 100644
--- a/views/opendd/export/metadata.php
+++ b/views/opendd/export/metadata.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/opendd/export/relationship.php b/views/opendd/export/relationship.php
index 27cc8319b..39d7a163a 100644
--- a/views/opendd/export/relationship.php
+++ b/views/opendd/export/relationship.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/opendd/group/default.php b/views/opendd/group/default.php
index 9f3fe5e2c..9b9f3169d 100644
--- a/views/opendd/group/default.php
+++ b/views/opendd/group/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/opendd/messages/exceptions/exception.php b/views/opendd/messages/exceptions/exception.php
index 01ac49bfe..feeb51f18 100644
--- a/views/opendd/messages/exceptions/exception.php
+++ b/views/opendd/messages/exceptions/exception.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] An exception
diff --git a/views/opendd/object/default.php b/views/opendd/object/default.php
index 9f3fe5e2c..9b9f3169d 100644
--- a/views/opendd/object/default.php
+++ b/views/opendd/object/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/opendd/pageshells/pageshell.php b/views/opendd/pageshells/pageshell.php
index 606825484..4778d0e13 100644
--- a/views/opendd/pageshells/pageshell.php
+++ b/views/opendd/pageshells/pageshell.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/opendd/site/default.php b/views/opendd/site/default.php
index 9f3fe5e2c..9b9f3169d 100644
--- a/views/opendd/site/default.php
+++ b/views/opendd/site/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/opendd/user/default.php b/views/opendd/user/default.php
index 9f3fe5e2c..9b9f3169d 100644
--- a/views/opendd/user/default.php
+++ b/views/opendd/user/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/php/api/output.php b/views/php/api/output.php
index d23a1bdeb..1e4133772 100644
--- a/views/php/api/output.php
+++ b/views/php/api/output.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/php/canvas/default.php b/views/php/canvas/default.php
index 6a1355a92..a5cc56917 100644
--- a/views/php/canvas/default.php
+++ b/views/php/canvas/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/php/export/entity.php b/views/php/export/entity.php
index 6a8b48abc..a23f2c1d8 100644
--- a/views/php/export/entity.php
+++ b/views/php/export/entity.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/php/export/metadata.php b/views/php/export/metadata.php
index 843d951a3..e0d5cc4a7 100644
--- a/views/php/export/metadata.php
+++ b/views/php/export/metadata.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/php/export/relationship.php b/views/php/export/relationship.php
index 56abecbca..ef6482a64 100644
--- a/views/php/export/relationship.php
+++ b/views/php/export/relationship.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/php/group/default.php b/views/php/group/default.php
index ccd9ef497..d976764d9 100644
--- a/views/php/group/default.php
+++ b/views/php/group/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/php/messages/exceptions/exception.php b/views/php/messages/exceptions/exception.php
index ee7b4b82a..4e66eb016 100644
--- a/views/php/messages/exceptions/exception.php
+++ b/views/php/messages/exceptions/exception.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['object'] An exception
diff --git a/views/php/object/default.php b/views/php/object/default.php
index ccd9ef497..d976764d9 100644
--- a/views/php/object/default.php
+++ b/views/php/object/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/php/pageshells/pageshell.php b/views/php/pageshells/pageshell.php
index 0af9d1860..a956a4432 100644
--- a/views/php/pageshells/pageshell.php
+++ b/views/php/pageshells/pageshell.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/php/search/entity_list.php b/views/php/search/entity_list.php
index 8712f7134..9e5737bbe 100644
--- a/views/php/search/entity_list.php
+++ b/views/php/search/entity_list.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/php/site/default.php b/views/php/site/default.php
index 6a1355a92..a5cc56917 100644
--- a/views/php/site/default.php
+++ b/views/php/site/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/php/user/default.php b/views/php/user/default.php
index ccd9ef497..d976764d9 100644
--- a/views/php/user/default.php
+++ b/views/php/user/default.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/rss/annotation/default.php b/views/rss/annotation/default.php
index 718a6b5e3..982654246 100644
--- a/views/rss/annotation/default.php
+++ b/views/rss/annotation/default.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
*/
diff --git a/views/rss/canvas/default.php b/views/rss/canvas/default.php
index ef6d6b41d..34ff1984d 100644
--- a/views/rss/canvas/default.php
+++ b/views/rss/canvas/default.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/rss/group/default.php b/views/rss/group/default.php
index 24030b8e7..93dfe83e2 100644
--- a/views/rss/group/default.php
+++ b/views/rss/group/default.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/rss/object/default.php b/views/rss/object/default.php
index 42fb4b4b9..69d16d4f6 100644
--- a/views/rss/object/default.php
+++ b/views/rss/object/default.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/rss/pageshells/pageshell.php b/views/rss/pageshells/pageshell.php
index 2dfc8917f..2abb83c5a 100644
--- a/views/rss/pageshells/pageshell.php
+++ b/views/rss/pageshells/pageshell.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/rss/user/default.php b/views/rss/user/default.php
index 317ff4724..98683d0cb 100644
--- a/views/rss/user/default.php
+++ b/views/rss/user/default.php
@@ -5,9 +5,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*/
diff --git a/views/xml/api/output.php b/views/xml/api/output.php
index 375a7c57b..07b300073 100644
--- a/views/xml/api/output.php
+++ b/views/xml/api/output.php
@@ -5,9 +5,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/xml/messages/exceptions/exception.php b/views/xml/messages/exceptions/exception.php
index 01ac49bfe..feeb51f18 100644
--- a/views/xml/messages/exceptions/exception.php
+++ b/views/xml/messages/exceptions/exception.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['object'] An exception
diff --git a/views/xml/pageshells/pageshell.php b/views/xml/pageshells/pageshell.php
index f1bc6b68f..e633a7bca 100644
--- a/views/xml/pageshells/pageshell.php
+++ b/views/xml/pageshells/pageshell.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/xml/xml-rpc/output.php b/views/xml/xml-rpc/output.php
index 6b834de3f..31c888c3c 100644
--- a/views/xml/xml-rpc/output.php
+++ b/views/xml/xml-rpc/output.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/