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 --- mod/search/views/rss/search/comments/entity.php | 2 -- mod/search/views/rss/search/entity.php | 2 -- mod/search/views/rss/search/listing.php | 2 -- 3 files changed, 6 deletions(-) (limited to 'mod/search/views/rss') diff --git a/mod/search/views/rss/search/comments/entity.php b/mod/search/views/rss/search/comments/entity.php index 1b788fbae..9bdc062c7 100644 --- a/mod/search/views/rss/search/comments/entity.php +++ b/mod/search/views/rss/search/comments/entity.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ $entity = $vars['entity']; diff --git a/mod/search/views/rss/search/entity.php b/mod/search/views/rss/search/entity.php index a8f9ebcc4..54f241982 100644 --- a/mod/search/views/rss/search/entity.php +++ b/mod/search/views/rss/search/entity.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd , The MITRE Corporation - * @link http://elgg.org/ */ if (!array_key_exists('entity', $vars) || !($vars['entity'] instanceof ElggEntity)) { diff --git a/mod/search/views/rss/search/listing.php b/mod/search/views/rss/search/listing.php index 40aae018d..92f6553b9 100644 --- a/mod/search/views/rss/search/listing.php +++ b/mod/search/views/rss/search/listing.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd , The MITRE Corporation - * @link http://elgg.org/ */ $entities = $vars['results']['entities']; -- cgit v1.2.3