diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-08-20 18:57:20 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-08-20 18:57:20 +0000 |
commit | 5cf96f32c4c0d462b1e9071b09381e0e89dd0c28 (patch) | |
tree | 3278898bf151d975ab3018f3435e4f05d30fd057 /actions/admin | |
parent | 3d4d41d19b6389e7a26c642b548cbb2331c510aa (diff) | |
download | elgg-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/admin')
-rw-r--r-- | actions/admin/plugins/disable.php | 2 | ||||
-rw-r--r-- | actions/admin/plugins/disableall.php | 2 | ||||
-rw-r--r-- | actions/admin/plugins/enable.php | 2 | ||||
-rw-r--r-- | actions/admin/plugins/enableall.php | 2 | ||||
-rw-r--r-- | actions/admin/plugins/reorder.php | 4 | ||||
-rw-r--r-- | actions/admin/site/update_basic.php | 4 | ||||
-rw-r--r-- | actions/admin/user/ban.php | 2 | ||||
-rw-r--r-- | actions/admin/user/delete.php | 2 | ||||
-rw-r--r-- | actions/admin/user/makeadmin.php | 2 | ||||
-rw-r--r-- | actions/admin/user/removeadmin.php | 2 | ||||
-rw-r--r-- | actions/admin/user/resetpassword.php | 2 | ||||
-rw-r--r-- | actions/admin/user/unban.php | 2 |
12 files changed, 4 insertions, 24 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/ */ |