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/ODDEntity.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'engine/classes/ODDEntity.php') diff --git a/engine/classes/ODDEntity.php b/engine/classes/ODDEntity.php index 635e2e179..727c96733 100644 --- a/engine/classes/ODDEntity.php +++ b/engine/classes/ODDEntity.php @@ -4,7 +4,6 @@ * ODD Entity class. * @package Elgg * @subpackage Core - * @author Curverider Ltd */ class ODDEntity extends ODD { function __construct($uuid, $class, $subclass = "") { @@ -22,7 +21,6 @@ class ODDEntity extends ODD { * ODD Metadata class. * @package Elgg * @subpackage Core - * @author Curverider Ltd */ class ODDMetaData extends ODD { function __construct($uuid, $entity_uuid, $name, $value, $type = "", $owner_uuid = "") { @@ -45,7 +43,6 @@ class ODDMetaData extends ODD { * ODD Relationship class. * @package Elgg * @subpackage Core - * @author Curverider Ltd */ class ODDRelationship extends ODD { function __construct($uuid1, $type, $uuid2) { -- cgit v1.2.3