components/openstack/keystone/keystone.license
branchs11u3-sru
changeset 6035 c9748fcc32de
parent 3028 5e73a3a3f66a
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
   207    Unless required by applicable law or agreed to in writing, software
   207    Unless required by applicable law or agreed to in writing, software
   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 
       
   213 ============================================================
       
   214 
       
   215 # Copyright (c) 2013, Nebula, Inc.
       
   216 # Copyright 2010 United States Government as represented by the
       
   217 # Administrator of the National Aeronautics and Space Administration.
       
   218 # All Rights Reserved.
       
   219 #
       
   220 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
       
   221 #    not use this file except in compliance with the License. You may obtain
       
   222 #    a copy of the License at
       
   223 #
       
   224 #         http://www.apache.org/licenses/LICENSE-2.0
       
   225 #
       
   226 #    Unless required by applicable law or agreed to in writing, software
       
   227 #    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
       
   228 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
       
   229 #    License for the specific language governing permissions and limitations
       
   230 #    under the License.
       
   231 #
       
   232 # Colorizer Code is borrowed from Twisted:
       
   233 # Copyright (c) 2001-2010 Twisted Matrix Laboratories.
       
   234 #
       
   235 #    Permission is hereby granted, free of charge, to any person obtaining
       
   236 #    a copy of this software and associated documentation files (the
       
   237 #    "Software"), to deal in the Software without restriction, including
       
   238 #    without limitation the rights to use, copy, modify, merge, publish,
       
   239 #    distribute, sublicense, and/or sell copies of the Software, and to
       
   240 #    permit persons to whom the Software is furnished to do so, subject to
       
   241 #    the following conditions:
       
   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 ============================================================