components/openstack/cinder/cinder.license
changeset 5405 66fd59fecd68
parent 1760 353323c7bdc1
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
   208    distributed under the License is distributed on an "AS IS" BASIS,
   208    distributed under the License is distributed on an "AS IS" BASIS,
   209    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   209    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   210    See the License for the specific language governing permissions and
   210    See the License for the specific language governing permissions and
   211    limitations under the License.
   211    limitations under the License.
   212 
   212 
   213 # Interactive shell based on Django:
   213 ============================================================
   214 #
   214 
   215 # Copyright (c) 2005, the Lawrence Journal-World
   215 # Copyright (c) 2013, Nebula, Inc.
   216 # All rights reserved.
   216 # Copyright 2010 United States Government as represented by the
   217 #
   217 # Administrator of the National Aeronautics and Space Administration.
   218 # Redistribution and use in source and binary forms, with or without
   218 # All Rights Reserved.
   219 # modification, are permitted provided that the following conditions are met:
   219 #
   220 #
   220 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
   221 #     1. Redistributions of source code must retain the above copyright notice,
   221 #    not use this file except in compliance with the License. You may obtain
   222 #        this list of conditions and the following disclaimer.
   222 #    a copy of the License at
   223 #
   223 #
   224 #     2. Redistributions in binary form must reproduce the above copyright
   224 #         http://www.apache.org/licenses/LICENSE-2.0
   225 #        notice, this list of conditions and the following disclaimer in the
   225 #
   226 #        documentation and/or other materials provided with the distribution.
   226 #    Unless required by applicable law or agreed to in writing, software
   227 #
   227 #    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
   228 #     3. Neither the name of Django nor the names of its contributors may be
   228 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
   229 #        used to endorse or promote products derived from this software without
   229 #    License for the specific language governing permissions and limitations
   230 #        specific prior written permission.
   230 #    under the License.
   231 #
   231 #
   232 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   232 # Colorizer Code is borrowed from Twisted:
   233 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   233 # Copyright (c) 2001-2010 Twisted Matrix Laboratories.
   234 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   234 #
   235 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   235 #    Permission is hereby granted, free of charge, to any person obtaining
   236 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   236 #    a copy of this software and associated documentation files (the
   237 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   237 #    "Software"), to deal in the Software without restriction, including
   238 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   238 #    without limitation the rights to use, copy, modify, merge, publish,
   239 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   239 #    distribute, sublicense, and/or sell copies of the Software, and to
   240 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   240 #    permit persons to whom the Software is furnished to do so, subject to
   241 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   241 #    the following conditions:
   242 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   242 #
       
   243 #    The above copyright notice and this permission notice shall be
       
   244 #    included in all copies or substantial portions of the Software.
       
   245 #
       
   246 #    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
       
   247 #    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
   248 #    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
       
   249 #    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
       
   250 #    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
       
   251 #    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
       
   252 #    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
       
   253 
       
   254 ============================================================
       
   255