aboutsummaryrefslogtreecommitdiff
path: root/mod/file/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/file/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/file/actions')
-rw-r--r--mod/file/actions/delete.php3
-rw-r--r--mod/file/actions/download.php3
-rw-r--r--mod/file/actions/save.php3
-rw-r--r--mod/file/actions/upload.php3
4 files changed, 0 insertions, 12 deletions
diff --git a/mod/file/actions/delete.php b/mod/file/actions/delete.php
index 7e826278c..e7ad90289 100644
--- a/mod/file/actions/delete.php
+++ b/mod/file/actions/delete.php
@@ -4,9 +4,6 @@
* Elgg file delete
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
$guid = (int) get_input('file');
diff --git a/mod/file/actions/download.php b/mod/file/actions/download.php
index ef5f24964..210735b74 100644
--- a/mod/file/actions/download.php
+++ b/mod/file/actions/download.php
@@ -3,9 +3,6 @@
* Elgg file browser download action.
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
// Get the guid
diff --git a/mod/file/actions/save.php b/mod/file/actions/save.php
index e2f401e8d..5e2045ae8 100644
--- a/mod/file/actions/save.php
+++ b/mod/file/actions/save.php
@@ -3,9 +3,6 @@
* Elgg file browser save action
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
global $CONFIG;
diff --git a/mod/file/actions/upload.php b/mod/file/actions/upload.php
index 1f12dad9a..367488d7c 100644
--- a/mod/file/actions/upload.php
+++ b/mod/file/actions/upload.php
@@ -3,9 +3,6 @@
* Elgg file browser uploader/edit action
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
global $CONFIG;