[Mapbender-commits] r2694 - trunk/mapbender/core

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jul 22 04:09:47 EDT 2008


Author: christoph
Date: 2008-07-22 04:09:46 -0400 (Tue, 22 Jul 2008)
New Revision: 2694

Modified:
   trunk/mapbender/core/globalSettings.php
   trunk/mapbender/core/i18n.php
   trunk/mapbender/core/system.php
Log:
set correct svn keywords and license

Modified: trunk/mapbender/core/globalSettings.php
===================================================================
--- trunk/mapbender/core/globalSettings.php	2008-07-22 08:05:05 UTC (rev 2693)
+++ trunk/mapbender/core/globalSettings.php	2008-07-22 08:09:46 UTC (rev 2694)
@@ -1,4 +1,21 @@
 <?php
+# $Id$
+# 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.
+
 //
 // start the session
 //


Property changes on: trunk/mapbender/core/globalSettings.php
___________________________________________________________________
Name: svn:keywords
   + HeadURL Id LastChangedBy LastChangedDate LastChangedRevision

Modified: trunk/mapbender/core/i18n.php
===================================================================
--- trunk/mapbender/core/i18n.php	2008-07-22 08:05:05 UTC (rev 2693)
+++ trunk/mapbender/core/i18n.php	2008-07-22 08:09:46 UTC (rev 2694)
@@ -1,4 +1,21 @@
 <?php
+# $Id$
+# 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 _mb ($someString) {
 		if (USE_I18N) {
 			return _($someString);


Property changes on: trunk/mapbender/core/i18n.php
___________________________________________________________________
Name: svn:keywords
   + HeadURL Id LastChangedBy LastChangedDate LastChangedRevision

Modified: trunk/mapbender/core/system.php
===================================================================
--- trunk/mapbender/core/system.php	2008-07-22 08:05:05 UTC (rev 2693)
+++ trunk/mapbender/core/system.php	2008-07-22 08:09:46 UTC (rev 2694)
@@ -1,5 +1,5 @@
 <?php
-# $Id:$
+# $Id$
 # Copyright (C) 2002 CCGIS 
 #
 # This program is free software; you can redistribute it and/or modify


Property changes on: trunk/mapbender/core/system.php
___________________________________________________________________
Name: svn:keywords
   + HeadURL Id LastChangedBy LastChangedDate LastChangedRevision



More information about the Mapbender_commits mailing list