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/messageboard/actions/add.php | 4 ---- mod/messageboard/actions/delete.php | 4 ---- 2 files changed, 8 deletions(-) (limited to 'mod/messageboard/actions') diff --git a/mod/messageboard/actions/add.php b/mod/messageboard/actions/add.php index 7b2402732..b782d73ea 100644 --- a/mod/messageboard/actions/add.php +++ b/mod/messageboard/actions/add.php @@ -4,10 +4,6 @@ * Elgg Message board: add message action * * @package ElggMessageBoard - * @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.org/ */ // Get input diff --git a/mod/messageboard/actions/delete.php b/mod/messageboard/actions/delete.php index c903a0d20..6e72c201e 100644 --- a/mod/messageboard/actions/delete.php +++ b/mod/messageboard/actions/delete.php @@ -4,10 +4,6 @@ * Elgg Message board: delete message action * * @package ElggMessageBoard - * @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.org/ */ // Make sure we can get the comment in question -- cgit v1.2.3