|
1 | 1 | ChakraCore uses third party material from the projects listed below.
|
2 | 2 | The original copyright notice and the license under which Microsoft
|
3 |
| -received such third party material are set forth below. Microsoft |
4 |
| -reserves all other rights not expressly granted, whether by |
| 3 | +or the ChakraCore Project Contributors received such third party material |
| 4 | +are set forth below. Microsoft, and where relevant the ChakraCore Project |
| 5 | +Contributors reserve all other rights not expressly granted, whether by |
5 | 6 | implication, estoppel or otherwise.
|
6 | 7 |
|
7 | 8 | In the event that we accidentally failed to list a required notice, please
|
8 |
| -bring it to our attention. Post an issue or email us : [email protected] |
| 9 | +bring it to our attention. Post an issue or message us on discord. |
9 | 10 |
|
10 | 11 | THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
|
11 | 12 | Do Not Translate or Localize
|
12 | 13 |
|
13 | 14 | ChakraCore incorporates third party material from the projects listed below.
|
14 |
| -The original copyright notice and the license under which Microsoft received |
15 |
| -such third party material are set forth below. Microsoft reserves all other |
16 |
| -rights not expressly granted, whether by implication, estoppel or otherwise. |
| 15 | +The original copyright notice and the license under which Microsoft or the |
| 16 | +ChakraCore Project Contributors received such third party material are set |
| 17 | +forth below. Microsoft, and where relevant the ChakraCore Project Contributors |
| 18 | +reserve all other rights not expressly granted, whether by implication, estoppel or otherwise. |
17 | 19 |
|
18 | 20 | 1. backbone.suggestions (https://github.com/qloo/backbone.suggestions)
|
19 | 21 | 2. BeatDetektor.js
|
@@ -48,6 +50,7 @@ rights not expressly granted, whether by implication, estoppel or otherwise.
|
48 | 50 | 31. yargs-parser.js (https://github.com/yargs/yargs-parser)
|
49 | 51 | 32. camelcase.js (https://github.com/sindresorhus/camelcase)
|
50 | 52 | 33. ARES-6 (https://github.com/WebKit/webkit/tree/master/PerformanceTests/ARES-6)
|
| 53 | +34. PAL (from dotNet) |
51 | 54 |
|
52 | 55 | %% backbone.suggestions NOTICES, INFORMATION, AND LICENSE BEGIN HERE
|
53 | 56 | =========================================
|
@@ -2041,3 +2044,30 @@ END OF ARES-6 NOTICES, INFORMATION, AND LICENSE
|
2041 | 2044 |
|
2042 | 2045 | ---------------------------------------------
|
2043 | 2046 |
|
| 2047 | +%% PAL NOTICES, INFORMATION AND LICENSE BEGIN HERE |
| 2048 | +========================================= |
| 2049 | +The MIT License (MIT) |
| 2050 | + |
| 2051 | +Copyright (c) .NET Foundation and Contributors |
| 2052 | + |
| 2053 | +All rights reserved. |
| 2054 | + |
| 2055 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 2056 | +of this software and associated documentation files (the "Software"), to deal |
| 2057 | +in the Software without restriction, including without limitation the rights |
| 2058 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 2059 | +copies of the Software, and to permit persons to whom the Software is |
| 2060 | +furnished to do so, subject to the following conditions: |
| 2061 | + |
| 2062 | +The above copyright notice and this permission notice shall be included in all |
| 2063 | +copies or substantial portions of the Software. |
| 2064 | + |
| 2065 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 2066 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 2067 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 2068 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 2069 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 2070 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 2071 | +SOFTWARE. |
| 2072 | +========================================= |
| 2073 | +END OF PAL NOTICES, INFORMATION, AND LICENSE |
0 commit comments