aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/actions
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-22 21:00:32 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-22 21:00:32 +0000
commit131eb5f919b078e47fe469a8b904c2434f1a2b4f (patch)
treed7862fcab06135457459bd1b9cc55a6e2f1aeefc /mod/notifications/actions
parent5b1c53b2d017e4a9f46e28ad9a00caa5af78b119 (diff)
downloadelgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.gz
elgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.bz2
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
Diffstat (limited to 'mod/notifications/actions')
-rw-r--r--mod/notifications/actions/groupsave.php4
-rw-r--r--mod/notifications/actions/save.php4
2 files changed, 0 insertions, 8 deletions
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();