@@ -2639,3 +2639,28 @@ The externally maintained libraries used by Node.js are:
|
2639 | 2639 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
2640 | 2640 | SOFTWARE. |
2641 | 2641 | """ |
| 2642 | + |
| 2643 | +- sonic-boom, located at lib/internal/streams/fast-utf8-stream.js, is licensed as follows: |
| 2644 | +""" |
| 2645 | + MIT License |
| 2646 | + |
| 2647 | + Copyright (c) 2017 Matteo Collina |
| 2648 | + |
| 2649 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 2650 | + of this software and associated documentation files (the "Software"), to deal |
| 2651 | + in the Software without restriction, including without limitation the rights |
| 2652 | + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 2653 | + copies of the Software, and to permit persons to whom the Software is |
| 2654 | + furnished to do so, subject to the following conditions: |
| 2655 | + |
| 2656 | + The above copyright notice and this permission notice shall be included in all |
| 2657 | + copies or substantial portions of the Software. |
| 2658 | + |
| 2659 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 2660 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 2661 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 2662 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 2663 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 2664 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 2665 | + SOFTWARE. |
| 2666 | +""" |