aboutsummaryrefslogtreecommitdiff
path: root/actions
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 /actions
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
Diffstat (limited to 'actions')
-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
40 files changed, 34 insertions, 80 deletions
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/
*/