diff options
Diffstat (limited to 'mod/thewire/views/default')
-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 |
5 files changed, 0 insertions, 20 deletions
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 * |