From 7ced2241fe4fc2df60d009b58d52e501bb07a171 Mon Sep 17 00:00:00 2001 From: jrf Date: Fri, 20 Oct 2006 19:41:24 +0000 Subject: [PATCH] splitting release and repository licenses git-svn-id: http://svn.openlayers.org/trunk/openlayers@1711 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- license.txt => release-license.txt | 2 ++ repository-license.txt | 35 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) rename license.txt => release-license.txt (95%) create mode 100644 repository-license.txt diff --git a/license.txt b/release-license.txt similarity index 95% rename from license.txt rename to release-license.txt index 3f8302b898..5799697a51 100644 --- a/license.txt +++ b/release-license.txt @@ -1,3 +1,5 @@ +This license applies to official code releases at www.openlayers.org: + Copyright (c) 2005-2006 MetaCarta, Inc. All rights reserved. diff --git a/repository-license.txt b/repository-license.txt new file mode 100644 index 0000000000..596af4a2d3 --- /dev/null +++ b/repository-license.txt @@ -0,0 +1,35 @@ +This license applies to all code and content in the OpenLayers code +repository at svn.openlayers.org: + +Copyright (c) 2005-2006 MetaCarta, Inc. +All rights reserved. + +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. + + * Neither the name of MetaCarta, Inc. nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +This license grants no rights to any components related to natural language +processing, free text querying, or unstructured information retrieval. This +license grants no rights to components that implement inventions on which +MetaCarta has patents or has filed applications for patents. + +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 OWNER 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.