components/python/boto/boto.license
changeset 1484 01108fd9c6ef
equal deleted inserted replaced
1483:19c865f422ea 1484:01108fd9c6ef
       
     1 # Copyright (c) 2009 Chris Moyer http://coredumped.org
       
     2 #
       
     3 # Permission is hereby granted, free of charge, to any person obtaining a
       
     4 # copy of this software and associated documentation files (the
       
     5 # "Software"), to deal in the Software without restriction, including
       
     6 # without limitation the rights to use, copy, modify, merge, publish, dis-
       
     7 # tribute, sublicense, and/or sell copies of the Software, and to permit
       
     8 # persons to whom the Software is furnished to do so, subject to the fol-
       
     9 # lowing conditions:
       
    10 #
       
    11 # The above copyright notice and this permission notice shall be included
       
    12 # in all copies or substantial portions of the Software.
       
    13 # 
       
    14 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
       
    15 # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
       
    16 # ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
       
    17 # SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
       
    18 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
       
    19 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
       
    20 # IN THE SOFTWARE.
       
    21 #
       
    22 
       
    23 --------------------------------------------------------------------------------
       
    24 
       
    25 The following additional copyrights apply with the above MIT license
       
    26 
       
    27 # Copyright (c) 2006-2010 Chris Moyer http://coredumped.org/
       
    28 # Copyright (c) 2006-2012 Mitch Garnaat http://garnaat.org/
       
    29 # Copyright (c) 2008 Chris Moyer http://coredumped.org/
       
    30 # Copyright (c) 2009-2011 Reza Lotun http://reza.lotun.name/
       
    31 # Copyright (c) 2009-2012 Mitch Garnaat http://garnaat.org/
       
    32 # Copyright (c) 2010 Chris Moyer http://coredumped.org/
       
    33 # Copyright (c) 2010 Hunter Blanks http://artifex.org/~hblanks/
       
    34 # Copyright (c) 2010 Jason R. Coombs http://www.jaraco.com/
       
    35 # Copyright (c) 2010 Jeremy Thurgood <[email protected]>
       
    36 # Copyright (c) 2010 Robert Mela
       
    37 # Copyright (c) 2010 Spotify AB
       
    38 # Copyright (c) 2010-2011 Yelp
       
    39 # Copyright (c) 2010-2011, Eucalyptus Systems, Inc.
       
    40 # Copyright (c) 2010, Google, Inc.
       
    41 # Copyright (c) 2011 Amazon.com, Inc. or its affiliates.  All Rights Reserved
       
    42 # Copyright (c) 2011 Blue Pines Technologies LLC, Brad Carleton
       
    43 # Copyright (c) 2011 Brian Beach
       
    44 # Copyright (c) 2011 Chris Moyer http://coredumped.org/
       
    45 # Copyright (c) 2011 Harry Marr http://hmarr.com/
       
    46 # Copyright (c) 2011 Jann Kleen
       
    47 # Copyright (c) 2011 Jim Browne http://www.42lines.net
       
    48 # Copyright (c) 2011 Joel Barciauskas http://joel.barciausk.as/
       
    49 # Copyright (c) 2011, Nexenta Systems, Inc.
       
    50 # Copyright (c) 2012 42 Lines Inc., Jim Browne
       
    51 # Copyright (c) 2012 Amazon.com, Inc. or its affiliates.
       
    52 # Copyright (c) 2012 Amazon.com, Inc. or its affiliates.  All Rights Reserved
       
    53 # Copyright (c) 2012 Andy Davidoff http://www.disruptek.com/
       
    54 # Copyright (c) 2012 Miguel Olivares http://moliware.com/
       
    55 # Copyright (c) 2012 Robie Basak <[email protected]>
       
    56 # Copyright (c) 2012 Thomas Parslow http://almostobsolete.net/
       
    57 # Copyright (c) 2012, Google, Inc.
       
    58 # Copyright (c) 2013 Amazon.com, Inc. or its affiliates.
       
    59 # Copyright (c) 2013 Amazon.com, Inc. or its affiliates.  All Rights Reserved
       
    60 # Copyright (c) 2013 Franc Carter - [email protected]
       
    61 # Copyright (c) 2013, Google, Inc.
       
    62 # Copyright 2010 Google Inc.
       
    63 # Copyright 2011 Google Inc.
       
    64 # Copyright 2011, Nexenta Systems Inc.
       
    65 # Copyright 2012 Google Inc.
       
    66 # Copyright 2012 Kodi Arfer
       
    67 # Copyright 2013 Google Inc.
       
    68 
       
    69 --------------------------------------------------------------------------------
       
    70 
       
    71 boto-2.9.9/tests/unit/s3/test_uri.py 
       
    72 boto-2.9.9/boto/https_connection.py
       
    73 
       
    74                                  Apache License
       
    75                            Version 2.0, January 2004
       
    76                         http://www.apache.org/licenses/
       
    77 
       
    78    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
       
    79 
       
    80    1. Definitions.
       
    81 
       
    82       "License" shall mean the terms and conditions for use, reproduction,
       
    83       and distribution as defined by Sections 1 through 9 of this document.
       
    84 
       
    85       "Licensor" shall mean the copyright owner or entity authorized by
       
    86       the copyright owner that is granting the License.
       
    87 
       
    88       "Legal Entity" shall mean the union of the acting entity and all
       
    89       other entities that control, are controlled by, or are under common
       
    90       control with that entity. For the purposes of this definition,
       
    91       "control" means (i) the power, direct or indirect, to cause the
       
    92       direction or management of such entity, whether by contract or
       
    93       otherwise, or (ii) ownership of fifty percent (50%) or more of the
       
    94       outstanding shares, or (iii) beneficial ownership of such entity.
       
    95 
       
    96       "You" (or "Your") shall mean an individual or Legal Entity
       
    97       exercising permissions granted by this License.
       
    98 
       
    99       "Source" form shall mean the preferred form for making modifications,
       
   100       including but not limited to software source code, documentation
       
   101       source, and configuration files.
       
   102 
       
   103       "Object" form shall mean any form resulting from mechanical
       
   104       transformation or translation of a Source form, including but
       
   105       not limited to compiled object code, generated documentation,
       
   106       and conversions to other media types.
       
   107 
       
   108       "Work" shall mean the work of authorship, whether in Source or
       
   109       Object form, made available under the License, as indicated by a
       
   110       copyright notice that is included in or attached to the work
       
   111       (an example is provided in the Appendix below).
       
   112 
       
   113       "Derivative Works" shall mean any work, whether in Source or Object
       
   114       form, that is based on (or derived from) the Work and for which the
       
   115       editorial revisions, annotations, elaborations, or other modifications
       
   116       represent, as a whole, an original work of authorship. For the purposes
       
   117       of this License, Derivative Works shall not include works that remain
       
   118       separable from, or merely link (or bind by name) to the interfaces of,
       
   119       the Work and Derivative Works thereof.
       
   120 
       
   121       "Contribution" shall mean any work of authorship, including
       
   122       the original version of the Work and any modifications or additions
       
   123       to that Work or Derivative Works thereof, that is intentionally
       
   124       submitted to Licensor for inclusion in the Work by the copyright owner
       
   125       or by an individual or Legal Entity authorized to submit on behalf of
       
   126       the copyright owner. For the purposes of this definition, "submitted"
       
   127       means any form of electronic, verbal, or written communication sent
       
   128       to the Licensor or its representatives, including but not limited to
       
   129       communication on electronic mailing lists, source code control systems,
       
   130       and issue tracking systems that are managed by, or on behalf of, the
       
   131       Licensor for the purpose of discussing and improving the Work, but
       
   132       excluding communication that is conspicuously marked or otherwise
       
   133       designated in writing by the copyright owner as "Not a Contribution."
       
   134 
       
   135       "Contributor" shall mean Licensor and any individual or Legal Entity
       
   136       on behalf of whom a Contribution has been received by Licensor and
       
   137       subsequently incorporated within the Work.
       
   138 
       
   139    2. Grant of Copyright License. Subject to the terms and conditions of
       
   140       this License, each Contributor hereby grants to You a perpetual,
       
   141       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
       
   142       copyright license to reproduce, prepare Derivative Works of,
       
   143       publicly display, publicly perform, sublicense, and distribute the
       
   144       Work and such Derivative Works in Source or Object form.
       
   145 
       
   146    3. Grant of Patent License. Subject to the terms and conditions of
       
   147       this License, each Contributor hereby grants to You a perpetual,
       
   148       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
       
   149       (except as stated in this section) patent license to make, have made,
       
   150       use, offer to sell, sell, import, and otherwise transfer the Work,
       
   151       where such license applies only to those patent claims licensable
       
   152       by such Contributor that are necessarily infringed by their
       
   153       Contribution(s) alone or by combination of their Contribution(s)
       
   154       with the Work to which such Contribution(s) was submitted. If You
       
   155       institute patent litigation against any entity (including a
       
   156       cross-claim or counterclaim in a lawsuit) alleging that the Work
       
   157       or a Contribution incorporated within the Work constitutes direct
       
   158       or contributory patent infringement, then any patent licenses
       
   159       granted to You under this License for that Work shall terminate
       
   160       as of the date such litigation is filed.
       
   161 
       
   162    4. Redistribution. You may reproduce and distribute copies of the
       
   163       Work or Derivative Works thereof in any medium, with or without
       
   164       modifications, and in Source or Object form, provided that You
       
   165       meet the following conditions:
       
   166 
       
   167       (a) You must give any other recipients of the Work or
       
   168           Derivative Works a copy of this License; and
       
   169 
       
   170       (b) You must cause any modified files to carry prominent notices
       
   171           stating that You changed the files; and
       
   172 
       
   173       (c) You must retain, in the Source form of any Derivative Works
       
   174           that You distribute, all copyright, patent, trademark, and
       
   175           attribution notices from the Source form of the Work,
       
   176           excluding those notices that do not pertain to any part of
       
   177           the Derivative Works; and
       
   178 
       
   179       (d) If the Work includes a "NOTICE" text file as part of its
       
   180           distribution, then any Derivative Works that You distribute must
       
   181           include a readable copy of the attribution notices contained
       
   182           within such NOTICE file, excluding those notices that do not
       
   183           pertain to any part of the Derivative Works, in at least one
       
   184           of the following places: within a NOTICE text file distributed
       
   185           as part of the Derivative Works; within the Source form or
       
   186           documentation, if provided along with the Derivative Works; or,
       
   187           within a display generated by the Derivative Works, if and
       
   188           wherever such third-party notices normally appear. The contents
       
   189           of the NOTICE file are for informational purposes only and
       
   190           do not modify the License. You may add Your own attribution
       
   191           notices within Derivative Works that You distribute, alongside
       
   192           or as an addendum to the NOTICE text from the Work, provided
       
   193           that such additional attribution notices cannot be construed
       
   194           as modifying the License.
       
   195 
       
   196       You may add Your own copyright statement to Your modifications and
       
   197       may provide additional or different license terms and conditions
       
   198       for use, reproduction, or distribution of Your modifications, or
       
   199       for any such Derivative Works as a whole, provided Your use,
       
   200       reproduction, and distribution of the Work otherwise complies with
       
   201       the conditions stated in this License.
       
   202 
       
   203    5. Submission of Contributions. Unless You explicitly state otherwise,
       
   204       any Contribution intentionally submitted for inclusion in the Work
       
   205       by You to the Licensor shall be under the terms and conditions of
       
   206       this License, without any additional terms or conditions.
       
   207       Notwithstanding the above, nothing herein shall supersede or modify
       
   208       the terms of any separate license agreement you may have executed
       
   209       with Licensor regarding such Contributions.
       
   210 
       
   211    6. Trademarks. This License does not grant permission to use the trade
       
   212       names, trademarks, service marks, or product names of the Licensor,
       
   213       except as required for reasonable and customary use in describing the
       
   214       origin of the Work and reproducing the content of the NOTICE file.
       
   215 
       
   216    7. Disclaimer of Warranty. Unless required by applicable law or
       
   217       agreed to in writing, Licensor provides the Work (and each
       
   218       Contributor provides its Contributions) on an "AS IS" BASIS,
       
   219       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
       
   220       implied, including, without limitation, any warranties or conditions
       
   221       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
       
   222       PARTICULAR PURPOSE. You are solely responsible for determining the
       
   223       appropriateness of using or redistributing the Work and assume any
       
   224       risks associated with Your exercise of permissions under this License.
       
   225 
       
   226    8. Limitation of Liability. In no event and under no legal theory,
       
   227       whether in tort (including negligence), contract, or otherwise,
       
   228       unless required by applicable law (such as deliberate and grossly
       
   229       negligent acts) or agreed to in writing, shall any Contributor be
       
   230       liable to You for damages, including any direct, indirect, special,
       
   231       incidental, or consequential damages of any character arising as a
       
   232       result of this License or out of the use or inability to use the
       
   233       Work (including but not limited to damages for loss of goodwill,
       
   234       work stoppage, computer failure or malfunction, or any and all
       
   235       other commercial damages or losses), even if such Contributor
       
   236       has been advised of the possibility of such damages.
       
   237 
       
   238    9. Accepting Warranty or Additional Liability. While redistributing
       
   239       the Work or Derivative Works thereof, You may choose to offer,
       
   240       and charge a fee for, acceptance of support, warranty, indemnity,
       
   241       or other liability obligations and/or rights consistent with this
       
   242       License. However, in accepting such obligations, You may act only
       
   243       on Your own behalf and on Your sole responsibility, not on behalf
       
   244       of any other Contributor, and only if You agree to indemnify,
       
   245       defend, and hold each Contributor harmless for any liability
       
   246       incurred by, or claims asserted against, such Contributor by reason
       
   247       of your accepting any such warranty or additional liability.
       
   248 
       
   249    END OF TERMS AND CONDITIONS
       
   250 
       
   251    APPENDIX: How to apply the Apache License to your work.
       
   252 
       
   253       To apply the Apache License to your work, attach the following
       
   254       boilerplate notice, with the fields enclosed by brackets "[]"
       
   255       replaced with your own identifying information. (Don't include
       
   256       the brackets!)  The text should be enclosed in the appropriate
       
   257       comment syntax for the file format. We also recommend that a
       
   258       file or class name and description of purpose be included on the
       
   259       same "printed page" as the copyright notice for easier
       
   260       identification within third-party archives.
       
   261 
       
   262    Copyright [yyyy] [name of copyright owner]
       
   263 
       
   264    Licensed under the Apache License, Version 2.0 (the "License");
       
   265    you may not use this file except in compliance with the License.
       
   266    You may obtain a copy of the License at
       
   267 
       
   268        http://www.apache.org/licenses/LICENSE-2.0
       
   269 
       
   270    Unless required by applicable law or agreed to in writing, software
       
   271    distributed under the License is distributed on an "AS IS" BASIS,
       
   272    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       
   273    See the License for the specific language governing permissions and
       
   274    limitations under the License.
       
   275 
       
   276 
       
   277 --------------------------------------------------------------------------------
       
   278 
       
   279 
       
   280 boto-2.9.9/tests/integration/s3/other_cacerts.txt
       
   281 boto-2.9.9/boto/cacerts/cacerts.txt
       
   282 
       
   283 # ***** BEGIN LICENSE BLOCK *****
       
   284 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
       
   285 #
       
   286 # The contents of this file are subject to the Mozilla Public License Version
       
   287 # 1.1 (the "License"); you may not use this file except in compliance with
       
   288 # the License. You may obtain a copy of the License at
       
   289 # http://www.mozilla.org/MPL/
       
   290 #
       
   291 # Software distributed under the License is distributed on an "AS IS" basis,
       
   292 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
       
   293 # for the specific language governing rights and limitations under the
       
   294 # License.
       
   295 #
       
   296 # The Original Code is the Netscape security libraries.
       
   297 #
       
   298 # The Initial Developer of the Original Code is
       
   299 # Netscape Communications Corporation.
       
   300 # Portions created by the Initial Developer are Copyright (C) 1994-2000
       
   301 # the Initial Developer. All Rights Reserved.
       
   302 #
       
   303 # Contributor(s):
       
   304 #
       
   305 # Alternatively, the contents of this file may be used under the terms of
       
   306 # either the GNU General Public License Version 2 or later (the "GPL"), or
       
   307 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
       
   308 # in which case the provisions of the GPL or the LGPL are applicable instead
       
   309 # of those above. If you wish to allow use of your version of this file only
       
   310 # under the terms of either the GPL or the LGPL, and not to allow others to
       
   311 # use your version of this file under the terms of the MPL, indicate your
       
   312 # decision by deleting the provisions above and replace them with the notice
       
   313 # and other provisions required by the GPL or the LGPL. If you do not delete
       
   314 # the provisions above, a recipient may use your version of this file under
       
   315 # the terms of any one of the MPL, the GPL or the LGPL.
       
   316 #
       
   317 # ***** END LICENSE BLOCK *****
       
   318 
       
   319 Oracle chooses the LGPLv2.1 license
       
   320 
       
   321 --------------------------------------------------------------------------------
       
   322 
       
   323                 GNU LESSER GENERAL PUBLIC LICENSE
       
   324                    Version 2.1, February 1999 
       
   325 
       
   326 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
       
   327 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
       
   328 Everyone is permitted to copy and distribute verbatim copies
       
   329 of this license document, but changing it is not allowed.
       
   330 
       
   331 [This is the first released version of the Lesser GPL. It also counts
       
   332 as the successor of the GNU Library Public License, version 2, hence
       
   333 the version number 2.1.]
       
   334 
       
   335 Preamble
       
   336 
       
   337 The licenses for most software are designed to take away your
       
   338 freedom to share and change it. By contrast, the GNU General Public
       
   339 Licenses are intended to guarantee your freedom to share and change
       
   340 free software--to make sure the software is free for all its users.
       
   341 
       
   342 This license, the Lesser General Public License, applies to some
       
   343 specially designated software packages--typically libraries--of the
       
   344 Free Software Foundation and other authors who decide to use it. You
       
   345 can use it too, but we suggest you first think carefully about whether
       
   346 this license or the ordinary General Public License is the better
       
   347 strategy to use in any particular case, based on the explanations below.
       
   348 
       
   349 When we speak of free software, we are referring to freedom of use,
       
   350 not price. Our General Public Licenses are designed to make sure that
       
   351 you have the freedom to distribute copies of free software (and charge
       
   352 for this service if you wish); that you receive source code or can get
       
   353 it if you want it; that you can change the software and use pieces of
       
   354 it in new free programs; and that you are informed that you can do
       
   355 these things.
       
   356 
       
   357 To protect your rights, we need to make restrictions that forbid
       
   358 distributors to deny you these rights or to ask you to surrender these
       
   359 rights. These restrictions translate to certain responsibilities for
       
   360 you if you distribute copies of the library or if you modify it.
       
   361 
       
   362 For example, if you distribute copies of the library, whether gratis
       
   363 or for a fee, you must give the recipients all the rights that we gave
       
   364 you. You must make sure that they, too, receive or can get the source
       
   365 code. If you link other code with the library, you must provide
       
   366 complete object files to the recipients, so that they can relink them
       
   367 with the library after making changes to the library and recompiling
       
   368 it. And you must show them these terms so they know their rights.
       
   369 
       
   370 We protect your rights with a two-step method: (1) we copyright the
       
   371 library, and (2) we offer you this license, which gives you legal
       
   372 permission to copy, distribute and/or modify the library.
       
   373 
       
   374 To protect each distributor, we want to make it very clear that
       
   375 there is no warranty for the free library. Also, if the library is
       
   376 modified by someone else and passed on, the recipients should know
       
   377 that what they have is not the original version, so that the original
       
   378 author's reputation will not be affected by problems that might be
       
   379 introduced by others.
       
   380 
       
   381 Finally, software patents pose a constant threat to the existence of
       
   382 any free program. We wish to make sure that a company cannot
       
   383 effectively restrict the users of a free program by obtaining a
       
   384 restrictive license from a patent holder. Therefore, we insist that
       
   385 any patent license obtained for a version of the library must be
       
   386 consistent with the full freedom of use specified in this license.
       
   387 
       
   388 Most GNU software, including some libraries, is covered by the
       
   389 ordinary GNU General Public License. This license, the GNU Lesser
       
   390 General Public License, applies to certain designated libraries, and
       
   391 is quite different from the ordinary General Public License. We use
       
   392 this license for certain libraries in order to permit linking those
       
   393 libraries into non-free programs.
       
   394 
       
   395 When a program is linked with a library, whether statically or using
       
   396 a shared library, the combination of the two is legally speaking a
       
   397 combined work, a derivative of the original library. The ordinary
       
   398 General Public License therefore permits such linking only if the
       
   399 entire combination fits its criteria of freedom. The Lesser General
       
   400 Public License permits more lax criteria for linking other code with
       
   401 the library.
       
   402 
       
   403 We call this license the "Lesser" General Public License because it
       
   404 does Less to protect the user's freedom than the ordinary General
       
   405 Public License. It also provides other free software developers Less
       
   406 of an advantage over competing non-free programs. These disadvantages
       
   407 are the reason we use the ordinary General Public License for many
       
   408 libraries. However, the Lesser license provides advantages in certain
       
   409 special circumstances.
       
   410 
       
   411 For example, on rare occasions, there may be a special need to
       
   412 encourage the widest possible use of a certain library, so that it becomes
       
   413 a de-facto standard. To achieve this, non-free programs must be
       
   414 allowed to use the library. A more frequent case is that a free
       
   415 library does the same job as widely used non-free libraries. In this
       
   416 case, there is little to gain by limiting the free library to free
       
   417 software only, so we use the Lesser General Public License.
       
   418 
       
   419 In other cases, permission to use a particular library in non-free
       
   420 programs enables a greater number of people to use a large body of
       
   421 free software. For example, permission to use the GNU C Library in
       
   422 non-free programs enables many more people to use the whole GNU
       
   423 operating system, as well as its variant, the GNU/Linux operating
       
   424 system.
       
   425 
       
   426 Although the Lesser General Public License is Less protective of the
       
   427 users' freedom, it does ensure that the user of a program that is
       
   428 linked with the Library has the freedom and the wherewithal to run
       
   429 that program using a modified version of the Library.
       
   430 
       
   431 The precise terms and conditions for copying, distribution and
       
   432 modification follow. Pay close attention to the difference between a
       
   433 "work based on the library" and a "work that uses the library". The
       
   434 former contains code derived from the library, whereas the latter must
       
   435 be combined with the library in order to run.
       
   436 
       
   437 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
       
   438 
       
   439 0. This License Agreement applies to any software library or other
       
   440 program which contains a notice placed by the copyright holder or
       
   441 other authorized party saying it may be distributed under the terms of
       
   442 this Lesser General Public License (also called "this License").
       
   443 Each licensee is addressed as "you".
       
   444 
       
   445 A "library" means a collection of software functions and/or data
       
   446 prepared so as to be conveniently linked with application programs
       
   447 (which use some of those functions and data) to form executables.
       
   448 
       
   449 The "Library", below, refers to any such software library or work
       
   450 which has been distributed under these terms. A "work based on the
       
   451 Library" means either the Library or any derivative work under
       
   452 copyright law: that is to say, a work containing the Library or a
       
   453 portion of it, either verbatim or with modifications and/or translated
       
   454 straightforwardly into another language. (Hereinafter, translation is
       
   455 included without limitation in the term "modification".)
       
   456 
       
   457 "Source code" for a work means the preferred form of the work for
       
   458 making modifications to it. For a library, complete source code means
       
   459 all the source code for all modules it contains, plus any associated
       
   460 interface definition files, plus the scripts used to control compilation
       
   461 and installation of the library.
       
   462 
       
   463 Activities other than copying, distribution and modification are not
       
   464 covered by this License; they are outside its scope. The act of
       
   465 running a program using the Library is not restricted, and output from
       
   466 such a program is covered only if its contents constitute a work based
       
   467 on the Library (independent of the use of the Library in a tool for
       
   468 writing it). Whether that is true depends on what the Library does
       
   469 and what the program that uses the Library does.
       
   470 
       
   471 1. You may copy and distribute verbatim copies of the Library's
       
   472 complete source code as you receive it, in any medium, provided that
       
   473 you conspicuously and appropriately publish on each copy an
       
   474 appropriate copyright notice and disclaimer of warranty; keep intact
       
   475 all the notices that refer to this License and to the absence of any
       
   476 warranty; and distribute a copy of this License along with the
       
   477 Library.
       
   478 
       
   479 You may charge a fee for the physical act of transferring a copy,
       
   480 and you may at your option offer warranty protection in exchange for a
       
   481 fee.
       
   482 
       
   483 2. You may modify your copy or copies of the Library or any portion
       
   484 of it, thus forming a work based on the Library, and copy and
       
   485 distribute such modifications or work under the terms of Section 1
       
   486 above, provided that you also meet all of these conditions:
       
   487 
       
   488 a) The modified work must itself be a software library.
       
   489 
       
   490 b) You must cause the files modified to carry prominent notices
       
   491 stating that you changed the files and the date of any change.
       
   492 
       
   493 c) You must cause the whole of the work to be licensed at no
       
   494 charge to all third parties under the terms of this License.
       
   495 
       
   496 d) If a facility in the modified Library refers to a function or a
       
   497 table of data to be supplied by an application program that uses
       
   498 the facility, other than as an argument passed when the facility
       
   499 is invoked, then you must make a good faith effort to ensure that,
       
   500 in the event an application does not supply such function or
       
   501 table, the facility still operates, and performs whatever part of
       
   502 its purpose remains meaningful.
       
   503 
       
   504 (For example, a function in a library to compute square roots has
       
   505 a purpose that is entirely well-defined independent of the
       
   506 application. Therefore, Subsection 2d requires that any
       
   507 application-supplied function or table used by this function must
       
   508 be optional: if the application does not supply it, the square
       
   509 root function must still compute square roots.)
       
   510 
       
   511 These requirements apply to the modified work as a whole. If
       
   512 identifiable sections of that work are not derived from the Library,
       
   513 and can be reasonably considered independent and separate works in
       
   514 themselves, then this License, and its terms, do not apply to those
       
   515 sections when you distribute them as separate works. But when you
       
   516 distribute the same sections as part of a whole which is a work based
       
   517 on the Library, the distribution of the whole must be on the terms of
       
   518 this License, whose permissions for other licensees extend to the
       
   519 entire whole, and thus to each and every part regardless of who wrote
       
   520 it.
       
   521 
       
   522 Thus, it is not the intent of this section to claim rights or contest
       
   523 your rights to work written entirely by you; rather, the intent is to
       
   524 exercise the right to control the distribution of derivative or
       
   525 collective works based on the Library.
       
   526 
       
   527 In addition, mere aggregation of another work not based on the Library
       
   528 with the Library (or with a work based on the Library) on a volume of
       
   529 a storage or distribution medium does not bring the other work under
       
   530 the scope of this License.
       
   531 
       
   532 3. You may opt to apply the terms of the ordinary GNU General Public
       
   533 License instead of this License to a given copy of the Library. To do
       
   534 this, you must alter all the notices that refer to this License, so
       
   535 that they refer to the ordinary GNU General Public License, version 2,
       
   536 instead of to this License. (If a newer version than version 2 of the
       
   537 ordinary GNU General Public License has appeared, then you can specify
       
   538 that version instead if you wish.) Do not make any other change in
       
   539 these notices.
       
   540 
       
   541 Once this change is made in a given copy, it is irreversible for
       
   542 that copy, so the ordinary GNU General Public License applies to all
       
   543 subsequent copies and derivative works made from that copy.
       
   544 
       
   545 This option is useful when you wish to copy part of the code of
       
   546 the Library into a program that is not a library.
       
   547 
       
   548 4. You may copy and distribute the Library (or a portion or
       
   549 derivative of it, under Section 2) in object code or executable form
       
   550 under the terms of Sections 1 and 2 above provided that you accompany
       
   551 it with the complete corresponding machine-readable source code, which
       
   552 must be distributed under the terms of Sections 1 and 2 above on a
       
   553 medium customarily used for software interchange.
       
   554 
       
   555 If distribution of object code is made by offering access to copy
       
   556 from a designated place, then offering equivalent access to copy the
       
   557 source code from the same place satisfies the requirement to
       
   558 distribute the source code, even though third parties are not
       
   559 compelled to copy the source along with the object code.
       
   560 
       
   561 5. A program that contains no derivative of any portion of the
       
   562 Library, but is designed to work with the Library by being compiled or
       
   563 linked with it, is called a "work that uses the Library". Such a
       
   564 work, in isolation, is not a derivative work of the Library, and
       
   565 therefore falls outside the scope of this License.
       
   566 
       
   567 However, linking a "work that uses the Library" with the Library
       
   568 creates an executable that is a derivative of the Library (because it
       
   569 contains portions of the Library), rather than a "work that uses the
       
   570 library". The executable is therefore covered by this License.
       
   571 Section 6 states terms for distribution of such executables.
       
   572 
       
   573 When a "work that uses the Library" uses material from a header file
       
   574 that is part of the Library, the object code for the work may be a
       
   575 derivative work of the Library even though the source code is not.
       
   576 Whether this is true is especially significant if the work can be
       
   577 linked without the Library, or if the work is itself a library. The
       
   578 threshold for this to be true is not precisely defined by law.
       
   579 
       
   580 If such an object file uses only numerical parameters, data
       
   581 structure layouts and accessors, and small macros and small inline
       
   582 functions (ten lines or less in length), then the use of the object
       
   583 file is unrestricted, regardless of whether it is legally a derivative
       
   584 work. (Executables containing this object code plus portions of the
       
   585 Library will still fall under Section 6.)
       
   586 
       
   587 Otherwise, if the work is a derivative of the Library, you may
       
   588 distribute the object code for the work under the terms of Section 6.
       
   589 Any executables containing that work also fall under Section 6,
       
   590 whether or not they are linked directly with the Library itself.
       
   591 
       
   592 6. As an exception to the Sections above, you may also combine or
       
   593 link a "work that uses the Library" with the Library to produce a
       
   594 work containing portions of the Library, and distribute that work
       
   595 under terms of your choice, provided that the terms permit
       
   596 modification of the work for the customer's own use and reverse
       
   597 engineering for debugging such modifications.
       
   598 
       
   599 You must give prominent notice with each copy of the work that the
       
   600 Library is used in it and that the Library and its use are covered by
       
   601 this License. You must supply a copy of this License. If the work
       
   602 during execution displays copyright notices, you must include the
       
   603 copyright notice for the Library among them, as well as a reference
       
   604 directing the user to the copy of this License. Also, you must do one
       
   605 of these things:
       
   606 
       
   607 a) Accompany the work with the complete corresponding
       
   608 machine-readable source code for the Library including whatever
       
   609 changes were used in the work (which must be distributed under
       
   610 Sections 1 and 2 above); and, if the work is an executable linked
       
   611 with the Library, with the complete machine-readable "work that
       
   612 uses the Library", as object code and/or source code, so that the
       
   613 user can modify the Library and then relink to produce a modified
       
   614 executable containing the modified Library. (It is understood
       
   615 that the user who changes the contents of definitions files in the
       
   616 Library will not necessarily be able to recompile the application
       
   617 to use the modified definitions.)
       
   618 
       
   619 b) Use a suitable shared library mechanism for linking with the
       
   620 Library. A suitable mechanism is one that (1) uses at run time a
       
   621 copy of the library already present on the user's computer system,
       
   622 rather than copying library functions into the executable, and (2)
       
   623 will operate properly with a modified version of the library, if
       
   624 the user installs one, as long as the modified version is
       
   625 interface-compatible with the version that the work was made with.
       
   626 
       
   627 c) Accompany the work with a written offer, valid for at
       
   628 least three years, to give the same user the materials
       
   629 specified in Subsection 6a, above, for a charge no more
       
   630 than the cost of performing this distribution.
       
   631 
       
   632 d) If distribution of the work is made by offering access to copy
       
   633 from a designated place, offer equivalent access to copy the above
       
   634 specified materials from the same place.
       
   635 
       
   636 e) Verify that the user has already received a copy of these
       
   637 materials or that you have already sent this user a copy.
       
   638 
       
   639 For an executable, the required form of the "work that uses the
       
   640 Library" must include any data and utility programs needed for
       
   641 reproducing the executable from it. However, as a special exception,
       
   642 the materials to be distributed need not include anything that is
       
   643 normally distributed (in either source or binary form) with the major
       
   644 components (compiler, kernel, and so on) of the operating system on
       
   645 which the executable runs, unless that component itself accompanies
       
   646 the executable.
       
   647 
       
   648 It may happen that this requirement contradicts the license
       
   649 restrictions of other proprietary libraries that do not normally
       
   650 accompany the operating system. Such a contradiction means you cannot
       
   651 use both them and the Library together in an executable that you
       
   652 distribute.
       
   653 
       
   654 7. You may place library facilities that are a work based on the
       
   655 Library side-by-side in a single library together with other library
       
   656 facilities not covered by this License, and distribute such a combined
       
   657 library, provided that the separate distribution of the work based on
       
   658 the Library and of the other library facilities is otherwise
       
   659 permitted, and provided that you do these two things:
       
   660 
       
   661 a) Accompany the combined library with a copy of the same work
       
   662 based on the Library, uncombined with any other library
       
   663 facilities. This must be distributed under the terms of the
       
   664 Sections above.
       
   665 
       
   666 b) Give prominent notice with the combined library of the fact
       
   667 that part of it is a work based on the Library, and explaining
       
   668 where to find the accompanying uncombined form of the same work.
       
   669 
       
   670 8. You may not copy, modify, sublicense, link with, or distribute
       
   671 the Library except as expressly provided under this License. Any
       
   672 attempt otherwise to copy, modify, sublicense, link with, or
       
   673 distribute the Library is void, and will automatically terminate your
       
   674 rights under this License. However, parties who have received copies,
       
   675 or rights, from you under this License will not have their licenses
       
   676 terminated so long as such parties remain in full compliance.
       
   677 
       
   678 9. You are not required to accept this License, since you have not
       
   679 signed it. However, nothing else grants you permission to modify or
       
   680 distribute the Library or its derivative works. These actions are
       
   681 prohibited by law if you do not accept this License. Therefore, by
       
   682 modifying or distributing the Library (or any work based on the
       
   683 Library), you indicate your acceptance of this License to do so, and
       
   684 all its terms and conditions for copying, distributing or modifying
       
   685 the Library or works based on it.
       
   686 
       
   687 10. Each time you redistribute the Library (or any work based on the
       
   688 Library), the recipient automatically receives a license from the
       
   689 original licensor to copy, distribute, link with or modify the Library
       
   690 subject to these terms and conditions. You may not impose any further
       
   691 restrictions on the recipients' exercise of the rights granted herein.
       
   692 You are not responsible for enforcing compliance by third parties with
       
   693 this License. 
       
   694 
       
   695 11. If, as a consequence of a court judgment or allegation of patent
       
   696 infringement or for any other reason (not limited to patent issues),
       
   697 conditions are imposed on you (whether by court order, agreement or
       
   698 otherwise) that contradict the conditions of this License, they do not
       
   699 excuse you from the conditions of this License. If you cannot
       
   700 distribute so as to satisfy simultaneously your obligations under this
       
   701 License and any other pertinent obligations, then as a consequence you
       
   702 may not distribute the Library at all. For example, if a patent
       
   703 license would not permit royalty-free redistribution of the Library by
       
   704 all those who receive copies directly or indirectly through you, then
       
   705 the only way you could satisfy both it and this License would be to
       
   706 refrain entirely from distribution of the Library.
       
   707 
       
   708 If any portion of this section is held invalid or unenforceable under any
       
   709 particular circumstance, the balance of the section is intended to apply,
       
   710 and the section as a whole is intended to apply in other circumstances.
       
   711 
       
   712 It is not the purpose of this section to induce you to infringe any
       
   713 patents or other property right claims or to contest validity of any
       
   714 such claims; this section has the sole purpose of protecting the
       
   715 integrity of the free software distribution system which is
       
   716 implemented by public license practices. Many people have made
       
   717 generous contributions to the wide range of software distributed
       
   718 through that system in reliance on consistent application of that
       
   719 system; it is up to the author/donor to decide if he or she is willing
       
   720 to distribute software through any other system and a licensee cannot
       
   721 impose that choice.
       
   722 
       
   723 This section is intended to make thoroughly clear what is believed to
       
   724 be a consequence of the rest of this License.
       
   725 
       
   726 12. If the distribution and/or use of the Library is restricted in
       
   727 certain countries either by patents or by copyrighted interfaces, the
       
   728 original copyright holder who places the Library under this License may add
       
   729 an explicit geographical distribution limitation excluding those countries,
       
   730 so that distribution is permitted only in or among countries not thus
       
   731 excluded. In such case, this License incorporates the limitation as if
       
   732 written in the body of this License.
       
   733 
       
   734 13. The Free Software Foundation may publish revised and/or new
       
   735 versions of the Lesser General Public License from time to time.
       
   736 Such new versions will be similar in spirit to the present version,
       
   737 but may differ in detail to address new problems or concerns.
       
   738 
       
   739 Each version is given a distinguishing version number. If the Library
       
   740 specifies a version number of this License which applies to it and
       
   741 "any later version", you have the option of following the terms and
       
   742 conditions either of that version or of any later version published by
       
   743 the Free Software Foundation. If the Library does not specify a
       
   744 license version number, you may choose any version ever published by
       
   745 the Free Software Foundation.
       
   746 
       
   747 14. If you wish to incorporate parts of the Library into other free
       
   748 programs whose distribution conditions are incompatible with these,
       
   749 write to the author to ask for permission. For software which is
       
   750 copyrighted by the Free Software Foundation, write to the Free
       
   751 Software Foundation; we sometimes make exceptions for this. Our
       
   752 decision will be guided by the two goals of preserving the free status
       
   753 of all derivatives of our free software and of promoting the sharing
       
   754 and reuse of software generally.
       
   755 
       
   756 NO WARRANTY 
       
   757 
       
   758 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
       
   759 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
       
   760 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
       
   761 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
       
   762 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
       
   763 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       
   764 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
       
   765 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
       
   766 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
       
   767 
       
   768 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
       
   769 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
       
   770 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
       
   771 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
       
   772 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
       
   773 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
       
   774 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
       
   775 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
       
   776 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
       
   777 DAMAGES.
       
   778 
       
   779 END OF TERMS AND CONDITIONS
       
   780 
       
   781 How to Apply These Terms to Your New Libraries
       
   782 
       
   783 If you develop a new library, and you want it to be of the greatest
       
   784 possible use to the public, we recommend making it free software that
       
   785 everyone can redistribute and change. You can do so by permitting
       
   786 redistribution under these terms (or, alternatively, under the terms of the
       
   787 ordinary General Public License).
       
   788 
       
   789 To apply these terms, attach the following notices to the library. It is
       
   790 safest to attach them to the start of each source file to most effectively
       
   791 convey the exclusion of warranty; and each file should have at least the
       
   792 "copyright" line and a pointer to where the full notice is found.
       
   793 
       
   794 one line to give the library's name and an idea of what it does.
       
   795 Copyright (C) year name of author
       
   796 
       
   797 This library is free software; you can redistribute it and/or
       
   798 modify it under the terms of the GNU Lesser General Public
       
   799 License as published by the Free Software Foundation; either
       
   800 version 2.1 of the License, or (at your option) any later version.
       
   801 
       
   802 This library is distributed in the hope that it will be useful,
       
   803 but WITHOUT ANY WARRANTY; without even the implied warranty of
       
   804 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
       
   805 Lesser General Public License for more details.
       
   806 
       
   807 You should have received a copy of the GNU Lesser General Public
       
   808 License along with this library; if not, write to the Free Software
       
   809 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
       
   810 
       
   811 Also add information on how to contact you by electronic and paper mail.
       
   812 
       
   813 You should also get your employer (if you work as a programmer) or your
       
   814 school, if any, to sign a "copyright disclaimer" for the library, if
       
   815 necessary. Here is a sample; alter the names:
       
   816 
       
   817 Yoyodyne, Inc., hereby disclaims all copyright interest in the
       
   818 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
       
   819 
       
   820 signature of Ty Coon, 1 April 1990
       
   821 Ty Coon, President of Vice
       
   822 
       
   823 That's all there is to it!
       
   824 
       
   825 --------------------------------------------------------------------------------
       
   826 
       
   827 boto-2.9.9/boto/connection.py
       
   828 
       
   829 # Copyright (c) 2006-2012 Mitch Garnaat http://garnaat.org/
       
   830 # Copyright (c) 2012 Amazon.com, Inc. or its affiliates.
       
   831 # Copyright (c) 2010 Google
       
   832 # Copyright (c) 2008 rPath, Inc.
       
   833 # Copyright (c) 2009 The Echo Nest Corporation
       
   834 # Copyright (c) 2010, Eucalyptus Systems, Inc.
       
   835 # Copyright (c) 2011, Nexenta Systems Inc.
       
   836 # All rights reserved.
       
   837 #
       
   838 # Permission is hereby granted, free of charge, to any person obtaining a
       
   839 # copy of this software and associated documentation files (the
       
   840 # "Software"), to deal in the Software without restriction, including
       
   841 # without limitation the rights to use, copy, modify, merge, publish, dis-
       
   842 # tribute, sublicense, and/or sell copies of the Software, and to permit
       
   843 # persons to whom the Software is furnished to do so, subject to the fol-
       
   844 # lowing conditions:
       
   845 #
       
   846 # The above copyright notice and this permission notice shall be included
       
   847 # in all copies or substantial portions of the Software.
       
   848 #
       
   849 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
       
   850 # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
       
   851 # ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
       
   852 # SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
       
   853 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
       
   854 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
       
   855 # IN THE SOFTWARE.
       
   856     
       
   857 #
       
   858 # Parts of this code were copied or derived from sample code supplied by AWS.
       
   859 # The following notice applies to that code.
       
   860 #
       
   861 #  This software code is made available "AS IS" without warranties of any
       
   862 #  kind.  You may copy, display, modify and redistribute the software
       
   863 #  code either by itself or as incorporated into your code; provided that
       
   864 #  you do not remove any proprietary notices.  Your use of this software
       
   865 #  code is at your own risk and you waive any claim against Amazon
       
   866 #  Digital Services, Inc. or its affiliates with respect to your use of
       
   867 #  this software code. (c) 2006 Amazon Digital Services, Inc. or its
       
   868 #  affiliates.
       
   869 
       
   870 --------------------------------------------------------------------------------
       
   871 
       
   872 boto-2.9.9/boto/mashups/interactive.py
       
   873 
       
   874 # Copyright (C) 2003-2007  Robey Pointer <[email protected]>
       
   875 #
       
   876 # This file is part of paramiko.
       
   877 #
       
   878 # Paramiko is free software; you can redistribute it and/or modify it under the
       
   879 # terms of the GNU Lesser General Public License as published by the Free
       
   880 # Software Foundation; either version 2.1 of the License, or (at your option)
       
   881 # any later version.
       
   882 #
       
   883 # Paramiko is distrubuted in the hope that it will be useful, but WITHOUT ANY
       
   884 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
       
   885 # A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
       
   886 # details.
       
   887 #
       
   888 # You should have received a copy of the GNU Lesser General Public License
       
   889 # along with Paramiko; if not, write to the Free Software Foundation, Inc.,
       
   890 # 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.