[Mapbender-commits] r6536 - trunk/build/osgeolive
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sat Jul 3 09:53:33 EDT 2010
Author: astrid_emde
Date: 2010-07-03 13:53:33 +0000 (Sat, 03 Jul 2010)
New Revision: 6536
Modified:
trunk/build/osgeolive/install_mapbender.sh
Log:
license text changed to http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt
Modified: trunk/build/osgeolive/install_mapbender.sh
===================================================================
--- trunk/build/osgeolive/install_mapbender.sh 2010-07-03 13:16:06 UTC (rev 6535)
+++ trunk/build/osgeolive/install_mapbender.sh 2010-07-03 13:53:33 UTC (rev 6536)
@@ -1,16 +1,49 @@
#!/bin/sh
-# Copyright (c) 2009 The Open Source Geospatial Foundation.
-# Licensed under the GNU LGPL.
-#
-# This program 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 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 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".
+# 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
# About:
# =====
More information about the Mapbender_commits
mailing list