aboutsummaryrefslogtreecommitdiff
path: root/views/default/output
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/output')
-rw-r--r--views/default/output/calendar.php4
-rw-r--r--views/default/output/checkboxes.php4
-rw-r--r--views/default/output/confirmlink.php4
-rw-r--r--views/default/output/date.php4
-rw-r--r--views/default/output/email.php4
-rw-r--r--views/default/output/iframe.php2
-rw-r--r--views/default/output/longtext.php4
-rw-r--r--views/default/output/pulldown.php4
-rw-r--r--views/default/output/radio.php4
-rw-r--r--views/default/output/tagcloud.php4
-rw-r--r--views/default/output/tags.php4
-rw-r--r--views/default/output/text.php4
-rw-r--r--views/default/output/url.php4
13 files changed, 24 insertions, 26 deletions
diff --git a/views/default/output/calendar.php b/views/default/output/calendar.php
index d08c05cef..353dd9b21 100644
--- a/views/default/output/calendar.php
+++ b/views/default/output/calendar.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/default/output/checkboxes.php b/views/default/output/checkboxes.php
index bb6df92bd..462d6969e 100644
--- a/views/default/output/checkboxes.php
+++ b/views/default/output/checkboxes.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['text'] The text to display
diff --git a/views/default/output/confirmlink.php b/views/default/output/confirmlink.php
index a89299300..c5440ab88 100644
--- a/views/default/output/confirmlink.php
+++ b/views/default/output/confirmlink.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['text'] The text of the link
diff --git a/views/default/output/date.php b/views/default/output/date.php
index b275163ed..6973a6c92 100644
--- a/views/default/output/date.php
+++ b/views/default/output/date.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] A UNIX epoch timestamp
diff --git a/views/default/output/email.php b/views/default/output/email.php
index cad9a9348..6c8e66901 100644
--- a/views/default/output/email.php
+++ b/views/default/output/email.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The email address to display
diff --git a/views/default/output/iframe.php b/views/default/output/iframe.php
index ba3065dca..eb0cea0b4 100644
--- a/views/default/output/iframe.php
+++ b/views/default/output/iframe.php
@@ -4,9 +4,7 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] Source of the page
diff --git a/views/default/output/longtext.php b/views/default/output/longtext.php
index ef43faa69..101e72198 100644
--- a/views/default/output/longtext.php
+++ b/views/default/output/longtext.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['text'] The text to display
diff --git a/views/default/output/pulldown.php b/views/default/output/pulldown.php
index 1045d19be..ebda77471 100644
--- a/views/default/output/pulldown.php
+++ b/views/default/output/pulldown.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['text'] The text to display
diff --git a/views/default/output/radio.php b/views/default/output/radio.php
index 0f34d843b..1d93dc8a0 100644
--- a/views/default/output/radio.php
+++ b/views/default/output/radio.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['text'] The text to display
diff --git a/views/default/output/tagcloud.php b/views/default/output/tagcloud.php
index 463b25116..10da20034 100644
--- a/views/default/output/tagcloud.php
+++ b/views/default/output/tagcloud.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['tagcloud'] An array of stdClass objects with two elements: 'tag' (the text of the tag) and 'total' (the number of elements with this tag)
diff --git a/views/default/output/tags.php b/views/default/output/tags.php
index d437475f6..87b23cb63 100644
--- a/views/default/output/tags.php
+++ b/views/default/output/tags.php
@@ -8,9 +8,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['tags'] The tags to display
diff --git a/views/default/output/text.php b/views/default/output/text.php
index f2911f26d..ca667f98a 100644
--- a/views/default/output/text.php
+++ b/views/default/output/text.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['text'] The text to display
diff --git a/views/default/output/url.php b/views/default/output/url.php
index 454b7fc70..87f551ed1 100644
--- a/views/default/output/url.php
+++ b/views/default/output/url.php
@@ -6,9 +6,9 @@
*
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+
* @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+
* @link http://elgg.org/
*
* @uses $vars['value'] The URL to display