|
| 1 | +@angular-devkit/build-angular |
| 2 | +MIT |
| 3 | +The MIT License |
| 4 | + |
| 5 | +Copyright (c) 2017 Google, Inc. |
| 6 | + |
| 7 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 8 | +of this software and associated documentation files (the "Software"), to deal |
| 9 | +in the Software without restriction, including without limitation the rights |
| 10 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 11 | +copies of the Software, and to permit persons to whom the Software is |
| 12 | +furnished to do so, subject to the following conditions: |
| 13 | + |
| 14 | +The above copyright notice and this permission notice shall be included in all |
| 15 | +copies or substantial portions of the Software. |
| 16 | + |
| 17 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 18 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 19 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 20 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 21 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 22 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 23 | +SOFTWARE. |
| 24 | + |
| 25 | + |
1 | 26 | @angular/animations |
2 | 27 | MIT |
3 | 28 |
|
@@ -41,6 +66,29 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
41 | 66 | SOFTWARE. |
42 | 67 |
|
43 | 68 |
|
| 69 | +core-js |
| 70 | +MIT |
| 71 | +Copyright (c) 2014-2020 Denis Pushkarev |
| 72 | + |
| 73 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 74 | +of this software and associated documentation files (the "Software"), to deal |
| 75 | +in the Software without restriction, including without limitation the rights |
| 76 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 77 | +copies of the Software, and to permit persons to whom the Software is |
| 78 | +furnished to do so, subject to the following conditions: |
| 79 | + |
| 80 | +The above copyright notice and this permission notice shall be included in |
| 81 | +all copies or substantial portions of the Software. |
| 82 | + |
| 83 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 84 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 85 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 86 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 87 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 88 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 89 | +THE SOFTWARE. |
| 90 | + |
| 91 | + |
44 | 92 | reflect-metadata |
45 | 93 | Apache-2.0 |
46 | 94 | Apache License |
@@ -99,6 +147,31 @@ If the Work includes a "NOTICE" text file as part of its distribution, then any |
99 | 147 |
|
100 | 148 | END OF TERMS AND CONDITIONS |
101 | 149 |
|
| 150 | +regenerator-runtime |
| 151 | +MIT |
| 152 | +MIT License |
| 153 | + |
| 154 | +Copyright (c) 2014-present, Facebook, Inc. |
| 155 | + |
| 156 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 157 | +of this software and associated documentation files (the "Software"), to deal |
| 158 | +in the Software without restriction, including without limitation the rights |
| 159 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 160 | +copies of the Software, and to permit persons to whom the Software is |
| 161 | +furnished to do so, subject to the following conditions: |
| 162 | + |
| 163 | +The above copyright notice and this permission notice shall be included in all |
| 164 | +copies or substantial portions of the Software. |
| 165 | + |
| 166 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 167 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 168 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 169 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 170 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 171 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 172 | +SOFTWARE. |
| 173 | + |
| 174 | + |
102 | 175 | rxjs |
103 | 176 | Apache-2.0 |
104 | 177 | Apache License |
@@ -309,7 +382,7 @@ zone.js |
309 | 382 | MIT |
310 | 383 | The MIT License |
311 | 384 |
|
312 | | -Copyright (c) 2016-2018 Google, Inc. |
| 385 | +Copyright (c) 2010-2019 Google LLC. http://angular.io/license |
313 | 386 |
|
314 | 387 | Permission is hereby granted, free of charge, to any person obtaining a copy |
315 | 388 | of this software and associated documentation files (the "Software"), to deal |
|
0 commit comments