aboutsummaryrefslogtreecommitdiff
path: root/mod/file
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
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')
-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
-rw-r--r--mod/file/download.php3
-rw-r--r--mod/file/edit.php3
-rw-r--r--mod/file/friends.php3
-rw-r--r--mod/file/index.php3
-rw-r--r--mod/file/languages/en.php3
-rw-r--r--mod/file/search.php3
-rw-r--r--mod/file/start.php3
-rw-r--r--mod/file/thumbnail.php3
-rw-r--r--mod/file/upload.php3
-rw-r--r--mod/file/views/default/file/css.php4
-rw-r--r--mod/file/views/default/file/icon.php3
-rw-r--r--mod/file/views/default/file/upload.php3
-rw-r--r--mod/file/views/default/object/file.php3
-rw-r--r--mod/file/views/rss/object/file.php4
-rw-r--r--mod/file/world.php3
19 files changed, 0 insertions, 59 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;
diff --git a/mod/file/download.php b/mod/file/download.php
index 6ef8719b3..55c5dc697 100644
--- a/mod/file/download.php
+++ b/mod/file/download.php
@@ -3,9 +3,6 @@
* Elgg file download.
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
diff --git a/mod/file/edit.php b/mod/file/edit.php
index c7b823947..6c7dbd092 100644
--- a/mod/file/edit.php
+++ b/mod/file/edit.php
@@ -3,9 +3,6 @@
* Elgg file saver
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
diff --git a/mod/file/friends.php b/mod/file/friends.php
index 763df85f9..d7d47acf7 100644
--- a/mod/file/friends.php
+++ b/mod/file/friends.php
@@ -3,9 +3,6 @@
* Elgg file browser
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
diff --git a/mod/file/index.php b/mod/file/index.php
index 848de9e53..9c2745f1b 100644
--- a/mod/file/index.php
+++ b/mod/file/index.php
@@ -3,9 +3,6 @@
* Elgg file browser
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*
*
* TODO: File icons, download & mime types
diff --git a/mod/file/languages/en.php b/mod/file/languages/en.php
index 619434e66..9e661c276 100644
--- a/mod/file/languages/en.php
+++ b/mod/file/languages/en.php
@@ -3,9 +3,6 @@
* Elgg file plugin language pack
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
$english = array(
diff --git a/mod/file/search.php b/mod/file/search.php
index acc1f9cda..1b646f361 100644
--- a/mod/file/search.php
+++ b/mod/file/search.php
@@ -4,9 +4,6 @@
* Elgg file search
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
diff --git a/mod/file/start.php b/mod/file/start.php
index 2ba97403e..1910b26b8 100644
--- a/mod/file/start.php
+++ b/mod/file/start.php
@@ -3,9 +3,6 @@
* Elgg file browser
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
/**
diff --git a/mod/file/thumbnail.php b/mod/file/thumbnail.php
index a150cce5a..987153aeb 100644
--- a/mod/file/thumbnail.php
+++ b/mod/file/thumbnail.php
@@ -4,9 +4,6 @@
* Elgg file thumbnail
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
// Get engine
diff --git a/mod/file/upload.php b/mod/file/upload.php
index 7aa0553ca..6f9d3d750 100644
--- a/mod/file/upload.php
+++ b/mod/file/upload.php
@@ -3,9 +3,6 @@
* Elgg file browser uploader
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
diff --git a/mod/file/views/default/file/css.php b/mod/file/views/default/file/css.php
index 6ee41caf5..74f18427e 100644
--- a/mod/file/views/default/file/css.php
+++ b/mod/file/views/default/file/css.php
@@ -3,10 +3,6 @@
* File CSS extender
*
* @package Elgg File Repository
- * @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/
*/
?>
.files .entity_listing .entity_listing_info {
diff --git a/mod/file/views/default/file/icon.php b/mod/file/views/default/file/icon.php
index f1bb3f8e1..1af8f0273 100644
--- a/mod/file/views/default/file/icon.php
+++ b/mod/file/views/default/file/icon.php
@@ -5,9 +5,6 @@
* Optionally you can specify a size.
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
global $CONFIG;
diff --git a/mod/file/views/default/file/upload.php b/mod/file/views/default/file/upload.php
index ae37f53ac..0a94589e5 100644
--- a/mod/file/views/default/file/upload.php
+++ b/mod/file/views/default/file/upload.php
@@ -3,9 +3,6 @@
* Elgg file browser uploader
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
global $CONFIG;
diff --git a/mod/file/views/default/object/file.php b/mod/file/views/default/object/file.php
index ef5c2df07..6c979f13e 100644
--- a/mod/file/views/default/object/file.php
+++ b/mod/file/views/default/object/file.php
@@ -4,9 +4,6 @@
* File renderer.
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
global $CONFIG;
diff --git a/mod/file/views/rss/object/file.php b/mod/file/views/rss/object/file.php
index fdefb4069..b7f8c9f13 100644
--- a/mod/file/views/rss/object/file.php
+++ b/mod/file/views/rss/object/file.php
@@ -5,10 +5,6 @@
*
* @package ElggFile
* @subpackage Core
- * @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/
*/
$title = $vars['entity']->title;
diff --git a/mod/file/world.php b/mod/file/world.php
index 735692d79..eee3609fb 100644
--- a/mod/file/world.php
+++ b/mod/file/world.php
@@ -3,9 +3,6 @@
* Elgg file browser
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010 - 2009
- * @link http://elgg.com/
*/
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");