From 131eb5f919b078e47fe469a8b904c2434f1a2b4f Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 22 Oct 2010 21:00:32 +0000 Subject: Removed @license, @copyright, and @author from files. License and copyright are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/notifications/actions/groupsave.php | 4 ---- mod/notifications/actions/save.php | 4 ---- mod/notifications/groups.php | 4 ---- mod/notifications/index.php | 4 ---- mod/notifications/start.php | 4 ---- mod/notifications/views/default/notifications/css.php | 4 ---- mod/notifications/views/default/notifications/subscriptions/form.php | 4 ---- .../views/default/notifications/subscriptions/groupsform.php | 4 ---- 8 files changed, 32 deletions(-) (limited to 'mod/notifications') diff --git a/mod/notifications/actions/groupsave.php b/mod/notifications/actions/groupsave.php index 84154930e..587b1117c 100644 --- a/mod/notifications/actions/groupsave.php +++ b/mod/notifications/actions/groupsave.php @@ -4,10 +4,6 @@ * Elgg notifications group save * * @package ElggNotifications - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ // Load important global vars diff --git a/mod/notifications/actions/save.php b/mod/notifications/actions/save.php index f8b533d23..18f243254 100644 --- a/mod/notifications/actions/save.php +++ b/mod/notifications/actions/save.php @@ -4,10 +4,6 @@ * Elgg notifications * * @package ElggNotifications - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ $user = get_loggedin_user(); diff --git a/mod/notifications/groups.php b/mod/notifications/groups.php index d6de57832..1c1ad77d2 100644 --- a/mod/notifications/groups.php +++ b/mod/notifications/groups.php @@ -4,10 +4,6 @@ * Elgg notifications plugin group index * * @package ElggNotifications - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ // Load Elgg framework diff --git a/mod/notifications/index.php b/mod/notifications/index.php index 93741d76e..904b6f9ff 100644 --- a/mod/notifications/index.php +++ b/mod/notifications/index.php @@ -4,10 +4,6 @@ * Elgg notifications plugin index * * @package ElggNotifications - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ // Load Elgg framework diff --git a/mod/notifications/start.php b/mod/notifications/start.php index 3349d0194..bdc7f15ff 100644 --- a/mod/notifications/start.php +++ b/mod/notifications/start.php @@ -4,10 +4,6 @@ * Elgg notifications plugin * * @package ElggNotifications - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ diff --git a/mod/notifications/views/default/notifications/css.php b/mod/notifications/views/default/notifications/css.php index bd6067c85..19615162b 100644 --- a/mod/notifications/views/default/notifications/css.php +++ b/mod/notifications/views/default/notifications/css.php @@ -3,10 +3,6 @@ * Elgg notifications CSS * * @package notifications - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.org/ */ ?> diff --git a/mod/notifications/views/default/notifications/subscriptions/form.php b/mod/notifications/views/default/notifications/subscriptions/form.php index d4f243e20..f1e103b72 100644 --- a/mod/notifications/views/default/notifications/subscriptions/form.php +++ b/mod/notifications/views/default/notifications/subscriptions/form.php @@ -4,10 +4,6 @@ * Elgg SMS Client * * @package ElggSMS - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ diff --git a/mod/notifications/views/default/notifications/subscriptions/groupsform.php b/mod/notifications/views/default/notifications/subscriptions/groupsform.php index edb9c587c..7840ba2cc 100644 --- a/mod/notifications/views/default/notifications/subscriptions/groupsform.php +++ b/mod/notifications/views/default/notifications/subscriptions/groupsform.php @@ -3,10 +3,6 @@ * Elgg notifications groups subscription form * * @package ElggNotifications - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ global $NOTIFICATION_HANDLERS; -- cgit v1.2.3