aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/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/reportedcontent/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/reportedcontent/actions')
-rw-r--r--mod/reportedcontent/actions/add.php4
-rw-r--r--mod/reportedcontent/actions/archive.php4
-rw-r--r--mod/reportedcontent/actions/delete.php4
3 files changed, 0 insertions, 12 deletions
diff --git a/mod/reportedcontent/actions/add.php b/mod/reportedcontent/actions/add.php
index 80f67eab4..6e86c4cf6 100644
--- a/mod/reportedcontent/actions/add.php
+++ b/mod/reportedcontent/actions/add.php
@@ -4,10 +4,6 @@
* Elgg report action
*
* @package ElggReportContent
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider <info@elgg.com>
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$title = get_input('title');
diff --git a/mod/reportedcontent/actions/archive.php b/mod/reportedcontent/actions/archive.php
index c6cfe58bb..3bd10f520 100644
--- a/mod/reportedcontent/actions/archive.php
+++ b/mod/reportedcontent/actions/archive.php
@@ -3,10 +3,6 @@
* Elgg reported content: archive action
*
* @package ElggReportedContent
- * @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.org/
*/
// Make sure we're logged in and are admin
diff --git a/mod/reportedcontent/actions/delete.php b/mod/reportedcontent/actions/delete.php
index d24000476..3e38d2069 100644
--- a/mod/reportedcontent/actions/delete.php
+++ b/mod/reportedcontent/actions/delete.php
@@ -3,10 +3,6 @@
* Elgg reported content: delete action
*
* @package ElggReportedCOntent
- * @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.org/
*/
// Make sure we're logged in and are admin