|
| 1 | +File: /src/LICENSE.txt |
| 2 | +The MIT License (MIT) |
| 3 | +Copyright (c) 2015 Form.io |
| 4 | + |
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 6 | +this software and associated documentation files (the "Software"), to deal in the |
| 7 | +Software without restriction, including without limitation the rights to use, |
| 8 | +copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the |
| 9 | +Software, and to permit persons to whom the Software is furnished to do so, |
| 10 | +subject to the following conditions: |
| 11 | + |
| 12 | +The above copyright notice and this permission notice shall be included in all |
| 13 | +copies or substantial portions of the Software. |
| 14 | + |
| 15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, |
| 16 | +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A |
| 17 | +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 18 | +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 19 | +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 20 | +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 21 | + |
| 22 | +File: /lib/jsrsasign/LICENSE.txt |
| 23 | + |
| 24 | + |
| 25 | +CONTAINS CODE FROM YUI LIBRARY SEE LICENSE @ http://yuilibrary.com/license/ |
| 26 | + |
| 27 | +The 'jsrsasign'(RSA-Sign JavaScript Library) License |
| 28 | + |
| 29 | +Copyright (c) 2010-2013 Kenji Urushima |
| 30 | + |
| 31 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 32 | +of this software and associated documentation files (the "Software"), to deal |
| 33 | +in the Software without restriction, including without limitation the rights |
| 34 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 35 | +copies of the Software, and to permit persons to whom the Software is |
| 36 | +furnished to do so, subject to the following conditions: |
| 37 | + |
| 38 | +The above copyright notice and this permission notice shall be included in |
| 39 | +all copies or substantial portions of the Software. |
| 40 | + |
| 41 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 42 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 43 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 44 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 45 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 46 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 47 | +THE SOFTWARE. |
| 48 | +File: /lib/jsbn/LICENSE.txt |
| 49 | + |
| 50 | + |
| 51 | +Licensing |
| 52 | +--------- |
| 53 | + |
| 54 | +This software is covered under the following copyright: |
| 55 | + |
| 56 | +/* |
| 57 | + * Copyright (c) 2003-2005 Tom Wu |
| 58 | + * All Rights Reserved. |
| 59 | + * |
| 60 | + * Permission is hereby granted, free of charge, to any person obtaining |
| 61 | + * a copy of this software and associated documentation files (the |
| 62 | + * "Software"), to deal in the Software without restriction, including |
| 63 | + * without limitation the rights to use, copy, modify, merge, publish, |
| 64 | + * distribute, sublicense, and/or sell copies of the Software, and to |
| 65 | + * permit persons to whom the Software is furnished to do so, subject to |
| 66 | + * the following conditions: |
| 67 | + * |
| 68 | + * The above copyright notice and this permission notice shall be |
| 69 | + * included in all copies or substantial portions of the Software. |
| 70 | + * |
| 71 | + * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, |
| 72 | + * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY |
| 73 | + * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. |
| 74 | + * |
| 75 | + * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, |
| 76 | + * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER |
| 77 | + * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF |
| 78 | + * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT |
| 79 | + * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 80 | + * |
| 81 | + * In addition, the following condition applies: |
| 82 | + * |
| 83 | + * All redistributions must retain an intact copy of this copyright notice |
| 84 | + * and disclaimer. |
| 85 | + */ |
| 86 | + |
| 87 | +Address all questions regarding this license to: |
| 88 | + |
| 89 | + Tom Wu |
| 90 | + tjw@cs.Stanford.EDU |
| 91 | +File: /lib/asn1js/LICENSE.txt |
| 92 | + |
| 93 | + |
| 94 | +ASN.1 JavaScript decoder |
| 95 | +Copyright (c) 2008-2013 Lapo Luchini <lapo@lapo.it> |
| 96 | + |
| 97 | +Permission to use, copy, modify, and/or distribute this software for any |
| 98 | +purpose with or without fee is hereby granted, provided that the above |
| 99 | +copyright notice and this permission notice appear in all copies. |
| 100 | + |
| 101 | +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 102 | +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 103 | +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 104 | +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 105 | +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 106 | +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 107 | +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
0 commit comments