[Mapbender-commits] r6562 - trunk/build/osgeolive

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sun Jul 4 12:30:39 EDT 2010


Author: astrid_emde
Date: 2010-07-04 16:30:39 +0000 (Sun, 04 Jul 2010)
New Revision: 6562

Modified:
   trunk/build/osgeolive/install_mapbender.sh
Log:
copyreight changed to copyright for osgeolive

Modified: trunk/build/osgeolive/install_mapbender.sh
===================================================================
--- trunk/build/osgeolive/install_mapbender.sh	2010-07-04 12:22:42 UTC (rev 6561)
+++ trunk/build/osgeolive/install_mapbender.sh	2010-07-04 16:30:39 UTC (rev 6562)
@@ -1,53 +1,22 @@
 #!/bin/sh
-# Copyright 2009, Open Source Geospatial Foundation. All rights reserved.
-#
-# This program is dual licensed under the GNU General Public License: 
-# http://svn.mapbender.org/trunk/mapbender/gpl.txt
-# and Simplified BSD license:
-# http://svn.osgeo.org/mapbender/trunk/mapbender/license/simplified_bsd.txt
-#
-# This file is part of Mapbender.
-#
-#######################  GNU General Public License  ########################
-# Mapbender 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 3 of the License, or
-# (at your option) any later version.
-#
-# Mapbender 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 Mapbender.  If not, see <http://www.gnu.org/licenses/>.
-#
-#######################    Simplified BSD License    ########################
-# Redistribution and use in source and binary forms, with or without 
-# modification, are permitted provided that the following conditions are met:
-#    * Redistributions of source code must retain the above copyright 
-#      notice, this list of conditions and the following disclaimer.
-#    * Redistributions in binary form must reproduce the above copyright 
-#      notice, this list of conditions and the following disclaimer in the
-#      documentation and/or other materials provided with the 
-#      distribution.
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 
-# IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-# PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-# HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 
-# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
-# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
-# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
-# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
-# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-# http://opensource.org/licenses/bsd-license.php
+# Copyright (c) 2009 The Open Source Geospatial Foundation.
+# Licensed under the GNU LGPL.
+# 
+# This library is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation, either version 2.1 of the License,
+# or any later version.  This library 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 Lesser General Public License for more details, either
+# in the "LICENSE.LGPL.txt" file distributed with this software or at
+# web page "http://www.fsf.org/licenses/lgpl.html".
 
+
 # About:
 # =====
-# This script will install mapbender
+# This script will install mapbender and will create a database mapbender in PostgreSQL with PostGIS. 
+# The script will also add an ALIAS for Mapbender and an ALIAS for Mapbender owsproxy
 
 # Running:
 # =======



More information about the Mapbender_commits mailing list