aboutsummaryrefslogtreecommitdiff
path: root/mod/messages/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/messages/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/messages/actions')
-rw-r--r--mod/messages/actions/delete.php4
-rw-r--r--mod/messages/actions/send.php4
2 files changed, 0 insertions, 8 deletions
diff --git a/mod/messages/actions/delete.php b/mod/messages/actions/delete.php
index e8a7dfd58..395b5528b 100644
--- a/mod/messages/actions/delete.php
+++ b/mod/messages/actions/delete.php
@@ -5,10 +5,6 @@
* the same message, messages don't actually delete, they are just removed from view for the user who deletes
*
* @package ElggMessages
-* @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-2010
-* @link http://elgg.com/
*/
// Need to be logged in to do this
diff --git a/mod/messages/actions/send.php b/mod/messages/actions/send.php
index 314b01809..59d90a9d2 100644
--- a/mod/messages/actions/send.php
+++ b/mod/messages/actions/send.php
@@ -3,10 +3,6 @@
* Elgg send a message action page
*
* @package ElggMessages
-* @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-2010
-* @link http://elgg.com/
*/
// Make sure we're logged in (send us to the front page if not)