components/python/cinderclient/cinderclient.license
changeset 6822 1b782154d546
parent 1760 353323c7bdc1
equal deleted inserted replaced
6821:e3c34501ae8e 6822:1b782154d546
     6 
     6 
     7 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     7 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     8 
     8 
     9 See the License for the specific language governing permissions and limitations under the License.
     9 See the License for the specific language governing permissions and limitations under the License.
    10 
    10 
       
    11 
    11 Copyright (c) 2009 Jacob Kaplan-Moss - initial codebase (< v2.1)
    12 Copyright (c) 2009 Jacob Kaplan-Moss - initial codebase (< v2.1)
    12 Copyright (c) 2011 Rackspace - OpenStack extensions (>= v2.1)
    13 Copyright (c) 2011 Rackspace - OpenStack extensions (>= v2.1)
    13 All rights reserved.
    14 All rights reserved.
    14 
    15 
    15 		                 Apache License
    16 
       
    17                                  Apache License
    16                            Version 2.0, January 2004
    18                            Version 2.0, January 2004
    17                         http://www.apache.org/licenses/
    19                         http://www.apache.org/licenses/
    18 
    20 
    19    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    21    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    20 
    22 
   185       of any other Contributor, and only if You agree to indemnify,
   187       of any other Contributor, and only if You agree to indemnify,
   186       defend, and hold each Contributor harmless for any liability
   188       defend, and hold each Contributor harmless for any liability
   187       incurred by, or claims asserted against, such Contributor by reason
   189       incurred by, or claims asserted against, such Contributor by reason
   188       of your accepting any such warranty or additional liability.
   190       of your accepting any such warranty or additional liability.
   189 
   191 
   190    END OF TERMS AND CONDITIONS
   192 --- License for python-cinderclient versions prior to 2.1 ---
   191 
   193 
   192    APPENDIX: How to apply the Apache License to your work.
   194 All rights reserved.
   193 
   195 
   194       To apply the Apache License to your work, attach the following
   196 Redistribution and use in source and binary forms, with or without
   195       boilerplate notice, with the fields enclosed by brackets "[]"
   197 modification, are permitted provided that the following conditions are met:
   196       replaced with your own identifying information. (Don't include
   198 
   197       the brackets!)  The text should be enclosed in the appropriate
   199     1. Redistributions of source code must retain the above copyright notice,
   198       comment syntax for the file format. We also recommend that a
   200        this list of conditions and the following disclaimer.
   199       file or class name and description of purpose be included on the
   201 
   200       same "printed page" as the copyright notice for easier
   202     2. Redistributions in binary form must reproduce the above copyright
   201       identification within third-party archives.
   203        notice, this list of conditions and the following disclaimer in the
   202 
   204        documentation and/or other materials provided with the distribution.
   203    Copyright [yyyy] [name of copyright owner]
   205 
   204 
   206     3. Neither the name of this project nor the names of its contributors may
   205    Licensed under the Apache License, Version 2.0 (the "License");
   207     be used to endorse or promote products derived from this software without
   206    you may not use this file except in compliance with the License.
   208     specific prior written permission.
   207    You may obtain a copy of the License at
   209 
   208 
   210 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
   209        http://www.apache.org/licenses/LICENSE-2.0
   211 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   210 
   212 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   211    Unless required by applicable law or agreed to in writing, software
   213 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
   212    distributed under the License is distributed on an "AS IS" BASIS,
   214 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   213    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   215 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   214    See the License for the specific language governing permissions and
   216 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   215    limitations under the License.
   217 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
       
   218 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
       
   219 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
   220 
       
   221 
       
   222 ============================================================
       
   223 Additional license/copyrights seen:
       
   224 
       
   225 #!/usr/bin/env python
       
   226 
       
   227 # Copyright (c) 2013, Nebula, Inc.
       
   228 # Copyright 2010 United States Government as represented by the
       
   229 # Administrator of the National Aeronautics and Space Administration.
       
   230 # All Rights Reserved.
       
   231 #
       
   232 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
       
   233 #    not use this file except in compliance with the License. You may obtain
       
   234 #    a copy of the License at
       
   235 #
       
   236 #         http://www.apache.org/licenses/LICENSE-2.0
       
   237 #
       
   238 #    Unless required by applicable law or agreed to in writing, software
       
   239 #    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
       
   240 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
       
   241 #    License for the specific language governing permissions and limitations
       
   242 #    under the License.
       
   243 #
       
   244 # Colorizer Code is borrowed from Twisted:
       
   245 # Copyright (c) 2001-2010 Twisted Matrix Laboratories.
       
   246 #
       
   247 #    Permission is hereby granted, free of charge, to any person obtaining
       
   248 #    a copy of this software and associated documentation files (the
       
   249 #    "Software"), to deal in the Software without restriction, including
       
   250 #    without limitation the rights to use, copy, modify, merge, publish,
       
   251 #    distribute, sublicense, and/or sell copies of the Software, and to
       
   252 #    permit persons to whom the Software is furnished to do so, subject to
       
   253 #    the following conditions:
       
   254 #
       
   255 #    The above copyright notice and this permission notice shall be
       
   256 #    included in all copies or substantial portions of the Software.
       
   257 #
       
   258 #    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
       
   259 #    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
   260 #    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
       
   261 #    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
       
   262 #    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
       
   263 #    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
       
   264 #    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.