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 --- views/xml/api/output.php | 2 -- views/xml/messages/exceptions/exception.php | 2 -- views/xml/page_shells/default.php | 2 -- views/xml/xml-rpc/output.php | 2 -- 4 files changed, 8 deletions(-) (limited to 'views/xml') diff --git a/views/xml/api/output.php b/views/xml/api/output.php index c2385b6e3..42afd44bb 100644 --- a/views/xml/api/output.php +++ b/views/xml/api/output.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * */ diff --git a/views/xml/messages/exceptions/exception.php b/views/xml/messages/exceptions/exception.php index cc899ac18..31d153b88 100644 --- a/views/xml/messages/exceptions/exception.php +++ b/views/xml/messages/exceptions/exception.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['object'] An exception */ diff --git a/views/xml/page_shells/default.php b/views/xml/page_shells/default.php index ed7cb13f3..0f0aecbe4 100644 --- a/views/xml/page_shells/default.php +++ b/views/xml/page_shells/default.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * */ diff --git a/views/xml/xml-rpc/output.php b/views/xml/xml-rpc/output.php index d3ea5bc97..4276029d1 100644 --- a/views/xml/xml-rpc/output.php +++ b/views/xml/xml-rpc/output.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ $result = $vars['result']; -- cgit v1.2.3