svn commit: r475 - trunk/mapbender/http/include/dyn_css.php

vera_schulze at osgeo.org vera_schulze at osgeo.org
Mon Jun 19 10:07:03 EDT 2006


Author: vera_schulze
Date: 2006-06-19 14:07:03+0000
New Revision: 475

Modified:
   trunk/mapbender/http/include/dyn_css.php

Log:
added license

Modified: trunk/mapbender/http/include/dyn_css.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/include/dyn_css.php?view=diff&rev=475&p1=trunk/mapbender/http/include/dyn_css.php&p2=trunk/mapbender/http/include/dyn_css.php&r1=474&r2=475
==============================================================================
--- trunk/mapbender/http/include/dyn_css.php	(original)
+++ trunk/mapbender/http/include/dyn_css.php	2006-06-19 14:07:03+0000
@@ -1,4 +1,22 @@
 <?php
+# $Id$
+# $Header: /cvsroot/mapbender/mapbender/http/classes/class_wfs.php,v 1.15 2006/03/09 13:55:46 uli_rothstein Exp $
+# 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.
+
 if(!isset($gui_id) && isset($_REQUEST["guiID"])){
 	$gui_id = $_REQUEST["guiID"];
 }




More information about the Mapbender_commits mailing list