svn commit: r447 - trunk/mapbender/http/javascripts/mod_adminNavigation.js

uli at osgeo.org uli at osgeo.org
Wed Jun 14 06:28:30 EDT 2006


Author: uli
Date: 2006-06-14 10:28:30+0000
New Revision: 447

Modified:
   trunk/mapbender/http/javascripts/mod_adminNavigation.js

Log:
long license text removed


Modified: trunk/mapbender/http/javascripts/mod_adminNavigation.js
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/javascripts/mod_adminNavigation.js?view=diff&rev=447&p1=trunk/mapbender/http/javascripts/mod_adminNavigation.js&p2=trunk/mapbender/http/javascripts/mod_adminNavigation.js&r1=446&r2=447
==============================================================================
--- trunk/mapbender/http/javascripts/mod_adminNavigation.js	(original)
+++ trunk/mapbender/http/javascripts/mod_adminNavigation.js	2006-06-14 10:28:30+0000
@@ -1,21 +1,3 @@
-// $Id: mod_adminNavigation.js,v 1.4 2005/09/13 14:38:11 bjoern_heuser Exp $
-// http://www.mapbender.org/index.php/mod_adminNavigation.js
-// Copyright (C) 2002 CCGIS 
-//
-// This program is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2, or (at your option)
-// any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
 function mod_adminNavigation_init(){
 	for (var i=0; i< document.getElementsByTagName("a").length; i++){
 		document.getElementsByTagName("a")[i].onclick = new Function("mod_adminNavigation(this)");




More information about the Mapbender_commits mailing list