BUNDLE_LICENSE.txt 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. The bundled package of the AWS SDK for JavaScript is available under the
  2. Apache License, Version 2.0:
  3. Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  4. Licensed under the Apache License, Version 2.0 (the "License"). You
  5. may not use this file except in compliance with the License. A copy of
  6. the License is located at
  7. http://aws.amazon.com/apache2.0/
  8. or in the "license" file accompanying this file. This file is
  9. distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
  10. ANY KIND, either express or implied. See the License for the specific
  11. language governing permissions and limitations under the License.
  12. This product bundles browserify, which is available under a
  13. "3-clause BSD" license:
  14. Copyright Joyent, Inc. and other Node contributors.
  15. Permission is hereby granted, free of charge, to any person obtaining a
  16. copy of this software and associated documentation files (the
  17. "Software"), to deal in the Software without restriction, including
  18. without limitation the rights to use, copy, modify, merge, publish,
  19. distribute, sublicense, and/or sell copies of the Software, and to permit
  20. persons to whom the Software is furnished to do so, subject to the
  21. following conditions:
  22. The above copyright notice and this permission notice shall be included
  23. in all copies or substantial portions of the Software.
  24. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  25. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  26. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  27. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  28. DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  29. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
  30. USE OR OTHER DEALINGS IN THE SOFTWARE.
  31. This product bundles crypto-browserify, which is available under
  32. the MIT license:
  33. Copyright (c) 2013 Dominic Tarr
  34. Permission is hereby granted, free of charge,
  35. to any person obtaining a copy of this software and
  36. associated documentation files (the "Software"), to
  37. deal in the Software without restriction, including
  38. without limitation the rights to use, copy, modify,
  39. merge, publish, distribute, sublicense, and/or sell
  40. copies of the Software, and to permit persons to whom
  41. the Software is furnished to do so,
  42. subject to the following conditions:
  43. The above copyright notice and this permission notice
  44. shall be included in all copies or substantial portions of the Software.
  45. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  46. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  47. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  48. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
  49. ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  50. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  51. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  52. This product bundles MD5, SHA-1, and SHA-256 hashing algorithm components,
  53. which are available under a BSD license:
  54. Copyright (c) 1998 - 2009, Paul Johnston & Contributors
  55. All rights reserved.
  56. Redistribution and use in source and binary forms, with or without
  57. modification, are permitted provided that the following conditions are met:
  58. Redistributions of source code must retain the above copyrightnotice,
  59. this list of conditions and the following disclaimer. Redistributions
  60. in binary form must reproduce the above copyright notice, this list of
  61. conditions and the following disclaimer in the documentation and/or
  62. other materials provided with the distribution.
  63. Neither the name of the author nor the names of its contributors may
  64. be used to endorse or promote products derived from this software
  65. without specific prior written permission.
  66. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  67. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  68. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  69. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  70. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  71. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  72. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  73. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  74. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  75. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  76. THE POSSIBILITY OF SUCH DAMAGE.