[Mapbender-commits] r1536 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jul 25 10:18:30 EDT 2007


Author: astrid_emde
Date: 2007-07-25 10:18:30 -0400 (Wed, 25 Jul 2007)
New Revision: 1536

Modified:
   trunk/mapbender/http/php/createImageFromText.php
Log:
license added

Modified: trunk/mapbender/http/php/createImageFromText.php
===================================================================
--- trunk/mapbender/http/php/createImageFromText.php	2007-07-25 14:10:03 UTC (rev 1535)
+++ trunk/mapbender/http/php/createImageFromText.php	2007-07-25 14:18:30 UTC (rev 1536)
@@ -1,10 +1,23 @@
 <?php
-/*
- * Created on 08.06.2007
- *
- * To change the template for this generated file go to
- * Window - Preferences - PHPeclipse - PHP - Code Templates
- */
+# $Id$
+# Modul Maintainer Christoph Baudson
+# http://www.mapbender.org/index.php/createImageFromText
+# 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.
+
 $text = $_GET["text"];
 $angle = intval($_GET["angle"]);
 



More information about the Mapbender_commits mailing list