diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-22 21:00:32 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-22 21:00:32 +0000 |
commit | 131eb5f919b078e47fe469a8b904c2434f1a2b4f (patch) | |
tree | d7862fcab06135457459bd1b9cc55a6e2f1aeefc /mod/thewire | |
parent | 5b1c53b2d017e4a9f46e28ad9a00caa5af78b119 (diff) | |
download | elgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.gz elgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.bz2 |
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
Diffstat (limited to 'mod/thewire')
-rw-r--r-- | mod/thewire/actions/add.php | 4 | ||||
-rw-r--r-- | mod/thewire/actions/delete.php | 4 | ||||
-rw-r--r-- | mod/thewire/add.php | 4 | ||||
-rw-r--r-- | mod/thewire/everyone.php | 4 | ||||
-rw-r--r-- | mod/thewire/index.php | 4 | ||||
-rw-r--r-- | mod/thewire/start.php | 4 | ||||
-rw-r--r-- | mod/thewire/views/default/object/thewire.php | 4 | ||||
-rw-r--r-- | mod/thewire/views/default/thewire/css.php | 4 | ||||
-rw-r--r-- | mod/thewire/views/default/thewire/forms/add.php | 4 | ||||
-rw-r--r-- | mod/thewire/views/default/thewire/notfound.php | 4 | ||||
-rw-r--r-- | mod/thewire/views/default/thewire/view.php | 4 | ||||
-rw-r--r-- | mod/thewire/views/rss/object/thewire.php | 2 | ||||
-rw-r--r-- | mod/thewire/views/rss/search/object/thewire/entity.php | 1 |
13 files changed, 0 insertions, 47 deletions
diff --git a/mod/thewire/actions/add.php b/mod/thewire/actions/add.php index 987848047..181ac55aa 100644 --- a/mod/thewire/actions/add.php +++ b/mod/thewire/actions/add.php @@ -4,10 +4,6 @@ * Elgg thewire: add shout action * * @package Elggthewire - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.org/ */ // Make sure we're logged in (send us to the front page if not) diff --git a/mod/thewire/actions/delete.php b/mod/thewire/actions/delete.php index 60f69d4e7..98b5114cc 100644 --- a/mod/thewire/actions/delete.php +++ b/mod/thewire/actions/delete.php @@ -4,10 +4,6 @@ * Elgg thewire: delete note action * * @package ElggTheWire - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.org/ */ // Make sure we're logged in (send us to the front page if not) diff --git a/mod/thewire/add.php b/mod/thewire/add.php index 213b633c7..f224d900a 100644 --- a/mod/thewire/add.php +++ b/mod/thewire/add.php @@ -4,10 +4,6 @@ * Elgg thewire add entry page * * @package ElggTheWire - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ * */ diff --git a/mod/thewire/everyone.php b/mod/thewire/everyone.php index f2f557ee9..e226e681b 100644 --- a/mod/thewire/everyone.php +++ b/mod/thewire/everyone.php @@ -4,10 +4,6 @@ * Elgg view all thewire posts from all users page * * @package ElggTheWire - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ // Load Elgg engine diff --git a/mod/thewire/index.php b/mod/thewire/index.php index a1e0a97ab..a7a24a36e 100644 --- a/mod/thewire/index.php +++ b/mod/thewire/index.php @@ -4,10 +4,6 @@ * Elgg thewire index page * * @package Elggthewire - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ // Load Elgg engine diff --git a/mod/thewire/start.php b/mod/thewire/start.php index 9e078fa58..13e14ace3 100644 --- a/mod/thewire/start.php +++ b/mod/thewire/start.php @@ -5,10 +5,6 @@ * The wire is simple twitter like plugin that allows users to post notes to the wire * * @package ElggTheWire - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ /** diff --git a/mod/thewire/views/default/object/thewire.php b/mod/thewire/views/default/object/thewire.php index 387021112..5168190c3 100644 --- a/mod/thewire/views/default/object/thewire.php +++ b/mod/thewire/views/default/object/thewire.php @@ -4,10 +4,6 @@ * Elgg Wire Posts Listings * * @package thewire - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ * * @question - do we want users to be able to edit thewire? * diff --git a/mod/thewire/views/default/thewire/css.php b/mod/thewire/views/default/thewire/css.php index 30959e5d3..3b50be652 100644 --- a/mod/thewire/views/default/thewire/css.php +++ b/mod/thewire/views/default/thewire/css.php @@ -4,10 +4,6 @@ * Elgg thewire CSS extender * * @package ElggTheWire - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ ?> diff --git a/mod/thewire/views/default/thewire/forms/add.php b/mod/thewire/views/default/thewire/forms/add.php index 60d7914ea..90fdabceb 100644 --- a/mod/thewire/views/default/thewire/forms/add.php +++ b/mod/thewire/views/default/thewire/forms/add.php @@ -4,10 +4,6 @@ * Elgg thewire edit/add page * * @package ElggTheWire - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ * */ diff --git a/mod/thewire/views/default/thewire/notfound.php b/mod/thewire/views/default/thewire/notfound.php index bc53815fb..a3d08fe18 100644 --- a/mod/thewire/views/default/thewire/notfound.php +++ b/mod/thewire/views/default/thewire/notfound.php @@ -4,10 +4,6 @@ * Elgg shout not found page * * @package ElggShouts - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ ?> diff --git a/mod/thewire/views/default/thewire/view.php b/mod/thewire/views/default/thewire/view.php index e63f88fc6..725643cd1 100644 --- a/mod/thewire/views/default/thewire/view.php +++ b/mod/thewire/views/default/thewire/view.php @@ -4,10 +4,6 @@ * Elgg thewire view page * * @package ElggTheWire - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ * * @uses $vars['entity'] An array of wire notes to view * diff --git a/mod/thewire/views/rss/object/thewire.php b/mod/thewire/views/rss/object/thewire.php index ce63c5549..23a11a9d3 100644 --- a/mod/thewire/views/rss/object/thewire.php +++ b/mod/thewire/views/rss/object/thewire.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ $owner = $vars['entity']->getOwnerEntity(); diff --git a/mod/thewire/views/rss/search/object/thewire/entity.php b/mod/thewire/views/rss/search/object/thewire/entity.php index ff0b5b480..3d4a17b78 100644 --- a/mod/thewire/views/rss/search/object/thewire/entity.php +++ b/mod/thewire/views/rss/search/object/thewire/entity.php @@ -4,7 +4,6 @@ * Search entity view for RSS feeds. * * @package ElggTheWire - * @link http://elgg.org/ */ if (!array_key_exists('entity', $vars)) { |