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 --- engine/classes/ElggFile.php | 1 - 1 file changed, 1 deletion(-) (limited to 'engine/classes/ElggFile.php') diff --git a/engine/classes/ElggFile.php b/engine/classes/ElggFile.php index 68ed2f2f2..a1bc81118 100644 --- a/engine/classes/ElggFile.php +++ b/engine/classes/ElggFile.php @@ -15,7 +15,6 @@ * there are many occasions where you may want access to file data on datastores using the ElggFile interface * but do not want to create an Entity reference to it in the system (temporary files for example). * - * @author Curverider Ltd */ class ElggFile extends ElggObject { /** Filestore */ -- cgit v1.2.3