From 65cc8e0ab7d40ab3352721394884e28478c3b8e1 Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Wed, 21 Jun 2006 15:15:53 +0000 Subject: [PATCH] Added full text of license to repository. git-svn-id: http://svn.openlayers.org/trunk/openlayers@654 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- art/zoombar.svg | 18 +++++++++--------- build/license.txt | 3 ++- license.txt | 27 +++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 10 deletions(-) create mode 100644 license.txt diff --git a/art/zoombar.svg b/art/zoombar.svg index a88ff36a91..51ab84982a 100644 --- a/art/zoombar.svg +++ b/art/zoombar.svg @@ -12,12 +12,12 @@ height="18" id="svg2" sodipodi:version="0.32" - inkscape:version="0.43" + inkscape:version="0.42" version="1.0" inkscape:export-filename="C:\Documents and Settings\crschmidt\Desktop\zoombar.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" - sodipodi:docbase="C:\Documents and Settings\crschmidt\Desktop" + sodipodi:docbase="/home/ubuntu" sodipodi:docname="zoombar.svg"> @@ -28,9 +28,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-117.50597" - inkscape:cy="65.94562" + inkscape:zoom="50.252138" + inkscape:cx="-117.01166" + inkscape:cy="65.417749" inkscape:document-units="px" inkscape:current-layer="layer1" showguides="false" @@ -38,7 +38,7 @@ inkscape:window-width="1024" inkscape:window-height="721" inkscape:window-x="-4" - inkscape:window-y="-4" /> + inkscape:window-y="26" /> @@ -55,18 +55,18 @@ inkscape:groupmode="layer" id="layer1"> diff --git a/build/license.txt b/build/license.txt index b70ce578f3..440b22ffa9 100644 --- a/build/license.txt +++ b/build/license.txt @@ -3,7 +3,8 @@ OpenLayers.js -- OpenLayers Map Viewer Library Copyright 2005-2006 MetaCarta, Inc., released under the BSD License. - + Please see http://svn.openlayers.org/trunk/openlayers/license.txt + for the full text of the license. Includes compressed code under the following licenses: diff --git a/license.txt b/license.txt new file mode 100644 index 0000000000..3f8302b898 --- /dev/null +++ b/license.txt @@ -0,0 +1,27 @@ +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 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.