|
| 1 | +\------------------------------------------------------------------------ |
| 2 | +The MIT License (MIT). Copyright (c) 2012 Erland Ranvinge. |
| 3 | +Permission is hereby granted, free of charge, to any person obtaining |
| 4 | +a 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, |
| 7 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 8 | +permit persons to whom the Software is furnished to do so, subject to |
| 9 | +the following conditions: |
| 10 | +The above copyright notice and this permission notice shall be |
| 11 | +included in all copies or substantial portions of the Software. |
| 12 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 13 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 14 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 15 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 16 | +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 17 | +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 18 | +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 19 | +*********************************************************************************************** |
| 20 | + |
| 21 | +Copyright (c) 1998 - 2009, Paul Johnston & Contributors |
| 22 | +All rights reserved. |
| 23 | + |
| 24 | +Redistribution and use in source and binary forms, with or without |
| 25 | +modification, are permitted provided that the following conditions are met: |
| 26 | + |
| 27 | +Redistributions of source code must retain the above copyright notice, this |
| 28 | +list of conditions and the following disclaimer. Redistributions in binary |
| 29 | +form must reproduce the above copyright notice, this list of conditions and |
| 30 | +the following disclaimer in the documentation and/or other materials provided |
| 31 | +with the distribution. |
| 32 | + |
| 33 | +Neither the name of the author nor the names of its contributors may be used |
| 34 | +to endorse or promote products derived from this software without specific |
| 35 | +prior written permission. |
| 36 | + |
| 37 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 38 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 39 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 40 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE |
| 41 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 42 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 43 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 44 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 45 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 46 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | +The JavaScript code implementing the algorithm is derived from the C code in |
| 51 | +RFC 1321 and is covered by the following copyright: |
| 52 | + |
| 53 | +License to copy and use this software is granted provided that it is |
| 54 | +identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in |
| 55 | +all material mentioning or referencing this software or this function. |
| 56 | + |
| 57 | +License is also granted to make and use derivative works provided that such |
| 58 | +works are identified as "derived from the RSA Data Security, Inc. MD5 Message- |
| 59 | +Digest Algorithm" in all material mentioning or referencing the derived work. |
| 60 | + |
| 61 | +RSA Data Security, Inc. makes no representations concerning either the |
| 62 | +merchantability of this software or the suitability of this software for any |
| 63 | +particular purpose. It is provided "as is" without express or implied warranty |
| 64 | +of any kind. |
| 65 | + |
| 66 | +These notices must be retained in any copies of any part of this documentation |
| 67 | +and/or software. |
| 68 | + |
| 69 | +This copyright does not prohibit distribution of the JavaScript MD5 code under |
| 70 | +the BSD license. |
| 71 | +*********************************************************************************************** |
| 72 | + |
| 73 | +Copyright (c) 2008-2017 Pivotal Labs |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | +Permission is hereby granted, free of charge, to any person obtaining |
| 78 | + |
| 79 | +a copy of this software and associated documentation files (the |
| 80 | + |
| 81 | +"Software"), to deal in the Software without restriction, including |
| 82 | + |
| 83 | +without limitation the rights to use, copy, modify, merge, publish, |
| 84 | + |
| 85 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 86 | + |
| 87 | +permit persons to whom the Software is furnished to do so, subject to |
| 88 | + |
| 89 | +the following conditions: |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | +The above copyright notice and this permission notice shall be |
| 94 | + |
| 95 | +included in all copies or substantial portions of the Software. |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 100 | + |
| 101 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 102 | + |
| 103 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 104 | + |
| 105 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 106 | + |
| 107 | +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 108 | + |
| 109 | +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 110 | + |
| 111 | +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.. |
| 112 | +*********************************************************************************************** |
| 113 | + |
| 114 | +Copyright (c) 2021 BlackBerry Limited. All Rights Reserved. |
| 115 | +._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. |
0 commit comments