removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / clone.inc.php
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/clone.inc.php b/mods/phpdoc2/PhpDocumentor/phpDocumentor/clone.inc.php
deleted file mode 100644 (file)
index a7ea631..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<?php\r
-/**\r
- * Object clone method\r
- *\r
- * phpDocumentor :: automatic documentation generator\r
- * \r
- * PHP versions 4 and 5\r
- *\r
- * Copyright (c) 2001-2006 Gregory Beaver\r
- * \r
- * LICENSE:\r
- * \r
- * This library is free software; you can redistribute it\r
- * and/or modify it under the terms of the GNU Lesser General\r
- * Public License as published by the Free Software Foundation;\r
- * either version 2.1 of the License, or (at your option) any\r
- * later version.\r
- * \r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- * \r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- *\r
- * @category  ToolsAndUtilities\r
- * @package   phpDocumentor\r
- * @author    Greg Beaver <cellog@php.net>\r
- * @copyright 2001-2006 Gregory Beaver\r
- * @license   http://www.opensource.org/licenses/lgpl-license.php LGPL\r
- * @version   CVS: $Id: clone.inc.php,v 1.3 2007/09/30 02:08:08 ashnazg Exp $\r
- * @filesource\r
- * @link      http://www.phpdoc.org\r
- * @link      http://pear.php.net/PhpDocumentor\r
- * @since     1.0rc1\r
- * @todo      CS cleanup - change package to PhpDocumentor\r
- */\r
-/**\r
- * Clone an object in PHP 4\r
- *\r
- * @param object $obj the object to be cloned\r
- *\r
- * @return object the new clone\r
- * @todo CS cleanup - rename function to PhpDocumentor_clone\r
- */\r
-function phpDocumentor_clone($obj)\r
-{\r
-    return $obj;\r
-}\r
-\r
-?>\r