UNPKG

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