UNPKG

1.84 kBPlain TextView Raw
1Amazon Cognito Identity Provider SDK for JavaScript
2Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
4=========================================================================
5== JavaScript BN library Notice ==
6=========================================================================
7
8This product includes software developed by Tom Wu at Stanford University.
9http://www-cs-students.stanford.edu/%7Etjw/jsbn/jsbn.js
10
11=========================================================================
12== JKBigInteger library Notice ==
13=========================================================================
14
15This product includes the JKBigInteger library licensed under the MIT license.
16
17Copyright (C) 2013 Jānis Kiršteins
18
19Permission is hereby granted, free of charge, to any person obtaining a copy of
20this software and associated documentation files (the "Software"), to deal in
21the Software without restriction, including without limitation the rights to
22use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
23the Software, and to permit persons to whom the Software is furnished to do so,
24subject to the following conditions:
25
26The above copyright notice and this permission notice shall be included in all
27copies or substantial portions of the Software.
28
29THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
31FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
32COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
33IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
34CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.