diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-08-20 18:57:20 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-08-20 18:57:20 +0000 |
commit | 5cf96f32c4c0d462b1e9071b09381e0e89dd0c28 (patch) | |
tree | 3278898bf151d975ab3018f3435e4f05d30fd057 /views/default/output | |
parent | 3d4d41d19b6389e7a26c642b548cbb2331c510aa (diff) | |
download | elgg-5cf96f32c4c0d462b1e9071b09381e0e89dd0c28.tar.gz elgg-5cf96f32c4c0d462b1e9071b09381e0e89dd0c28.tar.bz2 |
Whoa nelly this is a big one: Removed license and copyright for files.
git-svn-id: https://code.elgg.org/elgg/trunk@3427 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/output')
-rw-r--r-- | views/default/output/calendar.php | 4 | ||||
-rw-r--r-- | views/default/output/checkboxes.php | 4 | ||||
-rw-r--r-- | views/default/output/confirmlink.php | 4 | ||||
-rw-r--r-- | views/default/output/date.php | 4 | ||||
-rw-r--r-- | views/default/output/email.php | 4 | ||||
-rw-r--r-- | views/default/output/iframe.php | 2 | ||||
-rw-r--r-- | views/default/output/longtext.php | 4 | ||||
-rw-r--r-- | views/default/output/pulldown.php | 4 | ||||
-rw-r--r-- | views/default/output/radio.php | 4 | ||||
-rw-r--r-- | views/default/output/tagcloud.php | 4 | ||||
-rw-r--r-- | views/default/output/tags.php | 4 | ||||
-rw-r--r-- | views/default/output/text.php | 4 | ||||
-rw-r--r-- | views/default/output/url.php | 4 |
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
|