svn commit: r78 - trunk/mapbender/http/php/database-mysql.php
arnulf at osgeo.org
arnulf at osgeo.org
Tue Apr 18 09:28:03 EDT 2006
Author: arnulf
Date: 2006-04-18 13:28:02+0000
New Revision: 78
Modified:
trunk/mapbender/http/php/database-mysql.php
Log:
added license string and svn header vars
Modified: trunk/mapbender/http/php/database-mysql.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/php/database-mysql.php?view=diff&rev=78&p1=trunk/mapbender/http/php/database-mysql.php&p2=trunk/mapbender/http/php/database-mysql.php&r1=77&r2=78
==============================================================================
--- trunk/mapbender/http/php/database-mysql.php (original)
+++ trunk/mapbender/http/php/database-mysql.php 2006-04-18 13:28:02+0000
@@ -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.
+
/**
* \file
* \brief MySQL database connection/querying layer
@@ -21,13 +38,6 @@
* \endcode
*/
-/* SourceForge: Breaking Down the Barriers to Open Source Development
- * Copyright 1999-2001 (c) VA Linux Systems
- * http://sourceforge.net
- *
- * @version $Id: database-mysql.php,v 1.11 2005/10/20 12:15:16 thekla_wirkus Exp $
- */
-
/**
* System-wide database type
*
More information about the Mapbender_commits
mailing list