aboutsummaryrefslogtreecommitdiff
path: root/mod/ecml/views
diff options
context:
space:
mode:
Diffstat (limited to 'mod/ecml/views')
-rw-r--r--mod/ecml/views/default/ecml/help.php4
-rw-r--r--mod/ecml/views/default/ecml/input_ext.php4
-rw-r--r--mod/ecml/views/default/ecml/keywords/blip.tv.php4
-rw-r--r--mod/ecml/views/default/ecml/keywords/dailymotion.php4
-rw-r--r--mod/ecml/views/default/ecml/keywords/entity.php4
-rw-r--r--mod/ecml/views/default/ecml/keywords/googlemaps.php4
-rw-r--r--mod/ecml/views/default/ecml/keywords/livevideo.php4
-rw-r--r--mod/ecml/views/default/ecml/keywords/redlasso.php4
-rw-r--r--mod/ecml/views/default/ecml/keywords/slideshare.php4
-rw-r--r--mod/ecml/views/default/ecml/keywords/user_list.php4
-rw-r--r--mod/ecml/views/default/ecml/keywords/vimeo.php4
-rw-r--r--mod/ecml/views/default/ecml/keywords/youtube.php4
-rw-r--r--mod/ecml/views/default/settings/ecml/edit.php4
13 files changed, 0 insertions, 52 deletions
diff --git a/mod/ecml/views/default/ecml/help.php b/mod/ecml/views/default/ecml/help.php
index 2b33f4f7a..4fca93a2a 100644
--- a/mod/ecml/views/default/ecml/help.php
+++ b/mod/ecml/views/default/ecml/help.php
@@ -3,10 +3,6 @@
* Lists available keywords
*
* @package ECML
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$keywords = $vars['config']->ecml_keywords;
diff --git a/mod/ecml/views/default/ecml/input_ext.php b/mod/ecml/views/default/ecml/input_ext.php
index 5a68f2fa8..6ea688e99 100644
--- a/mod/ecml/views/default/ecml/input_ext.php
+++ b/mod/ecml/views/default/ecml/input_ext.php
@@ -3,10 +3,6 @@
* Displays an ECML icon on ECML-enabled forms
*
* @package ECML
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$docs_href = "{$vars['url']}pg/ecml";
diff --git a/mod/ecml/views/default/ecml/keywords/blip.tv.php b/mod/ecml/views/default/ecml/keywords/blip.tv.php
index 44e14059c..453026533 100644
--- a/mod/ecml/views/default/ecml/keywords/blip.tv.php
+++ b/mod/ecml/views/default/ecml/keywords/blip.tv.php
@@ -3,10 +3,6 @@
* ECML Blip.tv support
*
* @package ECML
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$params = str_replace('?', '', $vars['ecml_params_string']);
diff --git a/mod/ecml/views/default/ecml/keywords/dailymotion.php b/mod/ecml/views/default/ecml/keywords/dailymotion.php
index 1c97792eb..4060d6117 100644
--- a/mod/ecml/views/default/ecml/keywords/dailymotion.php
+++ b/mod/ecml/views/default/ecml/keywords/dailymotion.php
@@ -3,10 +3,6 @@
* ECML Daily Motion support
*
* @package ECML
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$base_url = 'http://www.dailymotion.com/video/';
diff --git a/mod/ecml/views/default/ecml/keywords/entity.php b/mod/ecml/views/default/ecml/keywords/entity.php
index 619b17e44..73491f6a3 100644
--- a/mod/ecml/views/default/ecml/keywords/entity.php
+++ b/mod/ecml/views/default/ecml/keywords/entity.php
@@ -3,10 +3,6 @@
* ECML Generic Object GUID
*
* @package ECML
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$guid = $vars['guid'];
diff --git a/mod/ecml/views/default/ecml/keywords/googlemaps.php b/mod/ecml/views/default/ecml/keywords/googlemaps.php
index 7e6608592..2e13f9f43 100644
--- a/mod/ecml/views/default/ecml/keywords/googlemaps.php
+++ b/mod/ecml/views/default/ecml/keywords/googlemaps.php
@@ -3,10 +3,6 @@
* ECML Google Maps support
*
* @package ECML
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$src = (isset($vars['src'])) ? $vars['src'] : FALSE;
diff --git a/mod/ecml/views/default/ecml/keywords/livevideo.php b/mod/ecml/views/default/ecml/keywords/livevideo.php
index 47e132aac..b445f4575 100644
--- a/mod/ecml/views/default/ecml/keywords/livevideo.php
+++ b/mod/ecml/views/default/ecml/keywords/livevideo.php
@@ -3,10 +3,6 @@
* ECML Live Video support
*
* @package ECML
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$base_url = 'http://www.livevideo.com/video/';
diff --git a/mod/ecml/views/default/ecml/keywords/redlasso.php b/mod/ecml/views/default/ecml/keywords/redlasso.php
index e36a4a92a..462865bec 100644
--- a/mod/ecml/views/default/ecml/keywords/redlasso.php
+++ b/mod/ecml/views/default/ecml/keywords/redlasso.php
@@ -3,10 +3,6 @@
* ECML Red Lasso support
*
* @package ECML
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$vid = (isset($vars['id'])) ? $vars['id'] : FALSE;
diff --git a/mod/ecml/views/default/ecml/keywords/slideshare.php b/mod/ecml/views/default/ecml/keywords/slideshare.php
index 1881a1a89..34db6aed5 100644
--- a/mod/ecml/views/default/ecml/keywords/slideshare.php
+++ b/mod/ecml/views/default/ecml/keywords/slideshare.php
@@ -3,10 +3,6 @@
* ECML Slideshare support
*
* @package ECML
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
// this wants the "wordpress.com" embed code.
diff --git a/mod/ecml/views/default/ecml/keywords/user_list.php b/mod/ecml/views/default/ecml/keywords/user_list.php
index 2f2f09c49..b1c398e2e 100644
--- a/mod/ecml/views/default/ecml/keywords/user_list.php
+++ b/mod/ecml/views/default/ecml/keywords/user_list.php
@@ -3,10 +3,6 @@
* Lists users
*
* @package SitePages
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$only_with_avatars = (isset($vars['only_with_avatars'])) ? $vars['only_with_avatars'] : TRUE;
diff --git a/mod/ecml/views/default/ecml/keywords/vimeo.php b/mod/ecml/views/default/ecml/keywords/vimeo.php
index 6ca1294a8..263eb3740 100644
--- a/mod/ecml/views/default/ecml/keywords/vimeo.php
+++ b/mod/ecml/views/default/ecml/keywords/vimeo.php
@@ -3,10 +3,6 @@
* ECML vimeo support
*
* @package ECML
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$src = (isset($vars['src'])) ? $vars['src'] : FALSE;
diff --git a/mod/ecml/views/default/ecml/keywords/youtube.php b/mod/ecml/views/default/ecml/keywords/youtube.php
index 87fb669d2..c212f6841 100644
--- a/mod/ecml/views/default/ecml/keywords/youtube.php
+++ b/mod/ecml/views/default/ecml/keywords/youtube.php
@@ -3,10 +3,6 @@
* ECML Youtube support
*
* @package ECML
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$src = (isset($vars['src'])) ? $vars['src'] : FALSE;
diff --git a/mod/ecml/views/default/settings/ecml/edit.php b/mod/ecml/views/default/settings/ecml/edit.php
index 1ad88aa9b..1a918fa99 100644
--- a/mod/ecml/views/default/settings/ecml/edit.php
+++ b/mod/ecml/views/default/settings/ecml/edit.php
@@ -3,10 +3,6 @@
* Configs granular access
*
* @package ECML
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
$views = $vars['config']->ecml_parse_views;