From 131eb5f919b078e47fe469a8b904c2434f1a2b4f Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 22 Oct 2010 21:00:32 +0000 Subject: 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 --- mod/tinymce/start.php | 4 ---- mod/tinymce/views/default/input/longtext.php | 4 ---- 2 files changed, 8 deletions(-) (limited to 'mod/tinymce') diff --git a/mod/tinymce/start.php b/mod/tinymce/start.php index 6a79524d7..fd5c4176b 100644 --- a/mod/tinymce/start.php +++ b/mod/tinymce/start.php @@ -3,10 +3,6 @@ * TinyMCE wysiwyg editor * * @package TinyMCE - * @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/ **/ function tinymce_init() { diff --git a/mod/tinymce/views/default/input/longtext.php b/mod/tinymce/views/default/input/longtext.php index 2f16c0fe7..840c14daa 100644 --- a/mod/tinymce/views/default/input/longtext.php +++ b/mod/tinymce/views/default/input/longtext.php @@ -4,10 +4,6 @@ * Displays a long text input field * * @package ElggTinyMCE - * @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/ * * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag -- cgit v1.2.3