[6a3a178] | 1 | The ISC License
|
---|
| 2 |
|
---|
| 3 | Copyright (c) Isaac Z. Schlueter and Contributors
|
---|
| 4 |
|
---|
| 5 | Permission to use, copy, modify, and/or distribute this software for any
|
---|
| 6 | purpose with or without fee is hereby granted, provided that the above
|
---|
| 7 | copyright notice and this permission notice appear in all copies.
|
---|
| 8 |
|
---|
| 9 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
---|
| 10 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
---|
| 11 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
---|
| 12 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
---|
| 13 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
---|
| 14 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
---|
| 15 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
---|
| 16 |
|
---|
| 17 | ====
|
---|
| 18 |
|
---|
| 19 | `String.fromCodePoint` by Mathias Bynens used according to terms of MIT
|
---|
| 20 | License, as follows:
|
---|
| 21 |
|
---|
| 22 | Copyright Mathias Bynens <https://mathiasbynens.be/>
|
---|
| 23 |
|
---|
| 24 | Permission is hereby granted, free of charge, to any person obtaining
|
---|
| 25 | a copy of this software and associated documentation files (the
|
---|
| 26 | "Software"), to deal in the Software without restriction, including
|
---|
| 27 | without limitation the rights to use, copy, modify, merge, publish,
|
---|
| 28 | distribute, sublicense, and/or sell copies of the Software, and to
|
---|
| 29 | permit persons to whom the Software is furnished to do so, subject to
|
---|
| 30 | the following conditions:
|
---|
| 31 |
|
---|
| 32 | The above copyright notice and this permission notice shall be
|
---|
| 33 | included in all copies or substantial portions of the Software.
|
---|
| 34 |
|
---|
| 35 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
---|
| 36 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
---|
| 37 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
---|
| 38 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
---|
| 39 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
---|
| 40 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
---|
| 41 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|