From c46233a8a32bb6848f85c70d015f7b9f9dd73ad1 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 18 Feb 2011 19:38:38 +0000 Subject: Removing unneeded @copyright and @license tags. git-svn-id: http://code.elgg.org/elgg/trunk@8295 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/thewire/scripts/counter.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mod/thewire/views/default') diff --git a/mod/thewire/views/default/thewire/scripts/counter.js b/mod/thewire/views/default/thewire/scripts/counter.js index 7486bd1de..0d416fa9a 100644 --- a/mod/thewire/views/default/thewire/scripts/counter.js +++ b/mod/thewire/views/default/thewire/scripts/counter.js @@ -2,10 +2,6 @@ * Elgg thewire text counter * * @package ElggTheWire - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ * * @question - do we want users to be able to edit thewire? * @@ -26,4 +22,4 @@ function textCounter(field,cntfield,maxlimit) { // otherwise, update 'characters left' counter cntfield.value = maxlimit - field.value.length; } -} \ No newline at end of file +} -- cgit v1.2.3