@govtechsg/oobee 0.10.21 → 0.10.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/.github/workflows/docker-test.yml +1 -1
  2. package/DETAILS.md +40 -25
  3. package/Dockerfile +41 -47
  4. package/INSTALLATION.md +1 -1
  5. package/LICENSE-3RD-PARTY-REPORT.txt +448 -0
  6. package/LICENSE-3RD-PARTY.txt +19913 -0
  7. package/README.md +10 -2
  8. package/__mocks__/mock-report.html +1503 -1360
  9. package/package.json +8 -4
  10. package/scripts/decodeUnzipParse.js +29 -0
  11. package/scripts/install_oobee_dependencies.command +2 -2
  12. package/scripts/install_oobee_dependencies.ps1 +3 -3
  13. package/src/cli.ts +3 -2
  14. package/src/combine.ts +1 -0
  15. package/src/constants/cliFunctions.ts +17 -3
  16. package/src/constants/common.ts +29 -5
  17. package/src/constants/constants.ts +28 -26
  18. package/src/constants/questions.ts +4 -1
  19. package/src/crawlers/commonCrawlerFunc.ts +159 -187
  20. package/src/crawlers/crawlDomain.ts +29 -30
  21. package/src/crawlers/crawlIntelligentSitemap.ts +7 -1
  22. package/src/crawlers/crawlLocalFile.ts +1 -1
  23. package/src/crawlers/crawlSitemap.ts +1 -1
  24. package/src/crawlers/custom/flagUnlabelledClickableElements.ts +546 -472
  25. package/src/crawlers/customAxeFunctions.ts +2 -2
  26. package/src/index.ts +0 -2
  27. package/src/mergeAxeResults.ts +608 -220
  28. package/src/screenshotFunc/pdfScreenshotFunc.ts +3 -3
  29. package/src/static/ejs/partials/components/wcagCompliance.ejs +10 -29
  30. package/src/static/ejs/partials/footer.ejs +10 -13
  31. package/src/static/ejs/partials/scripts/categorySummary.ejs +2 -2
  32. package/src/static/ejs/partials/scripts/decodeUnzipParse.ejs +3 -0
  33. package/src/static/ejs/partials/scripts/reportSearch.ejs +1 -0
  34. package/src/static/ejs/partials/scripts/ruleOffcanvas.ejs +54 -52
  35. package/src/static/ejs/partials/styles/styles.ejs +4 -0
  36. package/src/static/ejs/partials/summaryMain.ejs +15 -42
  37. package/src/static/ejs/report.ejs +21 -12
  38. package/src/utils.ts +10 -2
  39. package/src/xPathToCss.ts +186 -0
  40. package/a11y-scan-results.zip +0 -0
  41. package/src/types/xpath-to-css.d.ts +0 -3
@@ -0,0 +1,448 @@
1
+ Bootstrap v5.3.0-alpha3
2
+ ————————————————
3
+ The MIT License (MIT)
4
+
5
+ Copyright (c) 2011-2024 The Bootstrap Authors
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
15
+ all 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
23
+ THE SOFTWARE.
24
+
25
+
26
+ ============================
27
+
28
+
29
+
30
+ Highlight.js v11.7.0
31
+ ————————————————
32
+ BSD 3-Clause License
33
+
34
+ Copyright (c) 2006, Ivan Sagalaev.
35
+ All rights reserved.
36
+
37
+ Redistribution and use in source and binary forms, with or without
38
+ modification, are permitted provided that the following conditions are met:
39
+
40
+ * Redistributions of source code must retain the above copyright notice, this
41
+ list of conditions and the following disclaimer.
42
+
43
+ * Redistributions in binary form must reproduce the above copyright notice,
44
+ this list of conditions and the following disclaimer in the documentation
45
+ and/or other materials provided with the distribution.
46
+
47
+ * Neither the name of the copyright holder nor the names of its
48
+ contributors may be used to endorse or promote products derived from
49
+ this software without specific prior written permission.
50
+
51
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
52
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
53
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
54
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
55
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
56
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
57
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
58
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
59
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
60
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
61
+
62
+
63
+ ============================
64
+
65
+
66
+
67
+
68
+ @popperjs/core v2.9.2
69
+ ————————————————
70
+ MIT License
71
+
72
+ Copyright (c) 2021 Floating UI contributors
73
+
74
+ Permission is hereby granted, free of charge, to any person obtaining a copy
75
+ of this software and associated documentation files (the "Software"), to deal
76
+ in the Software without restriction, including without limitation the rights
77
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
78
+ copies of the Software, and to permit persons to whom the Software is
79
+ furnished to do so, subject to the following conditions:
80
+
81
+ The above copyright notice and this permission notice shall be included in all
82
+ copies or substantial portions of the Software.
83
+
84
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
85
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
86
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
87
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
88
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
89
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
90
+ SOFTWARE.
91
+
92
+ ============================
93
+
94
+
95
+
96
+
97
+ Font-Awesome
98
+ ————————————————
99
+ SIL OFL 1.1 License
100
+
101
+ Fonticons, Inc. (https://fontawesome.com)
102
+
103
+ --------------------------------------------------------------------------------
104
+
105
+ Font Awesome Free License
106
+
107
+ Font Awesome Free is free, open source, and GPL friendly. You can use it for
108
+ commercial projects, open source projects, or really almost whatever you want.
109
+ Full Font Awesome Free license: https://fontawesome.com/license/free.
110
+
111
+ --------------------------------------------------------------------------------
112
+
113
+ # Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
114
+
115
+ The Font Awesome Free download is licensed under a Creative Commons
116
+ Attribution 4.0 International License and applies to all icons packaged
117
+ as SVG and JS file types.
118
+
119
+ --------------------------------------------------------------------------------
120
+
121
+ # Fonts: SIL OFL 1.1 License
122
+
123
+ In the Font Awesome Free download, the SIL OFL license applies to all icons
124
+ packaged as web and desktop font files.
125
+
126
+ Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
127
+ with Reserved Font Name: "Font Awesome".
128
+
129
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
130
+ This license is copied below, and is also available with a FAQ at:
131
+ http://scripts.sil.org/OFL
132
+
133
+ SIL OPEN FONT LICENSE
134
+ Version 1.1 - 26 February 2007
135
+
136
+ PREAMBLE
137
+ The goals of the Open Font License (OFL) are to stimulate worldwide
138
+ development of collaborative font projects, to support the font creation
139
+ efforts of academic and linguistic communities, and to provide a free and
140
+ open framework in which fonts may be shared and improved in partnership
141
+ with others.
142
+
143
+ The OFL allows the licensed fonts to be used, studied, modified and
144
+ redistributed freely as long as they are not sold by themselves. The
145
+ fonts, including any derivative works, can be bundled, embedded,
146
+ redistributed and/or sold with any software provided that any reserved
147
+ names are not used by derivative works. The fonts and derivatives,
148
+ however, cannot be released under any other type of license. The
149
+ requirement for fonts to remain under this license does not apply
150
+ to any document created using the fonts or their derivatives.
151
+
152
+ DEFINITIONS
153
+ "Font Software" refers to the set of files released by the Copyright
154
+ Holder(s) under this license and clearly marked as such. This may
155
+ include source files, build scripts and documentation.
156
+
157
+ "Reserved Font Name" refers to any names specified as such after the
158
+ copyright statement(s).
159
+
160
+ "Original Version" refers to the collection of Font Software components as
161
+ distributed by the Copyright Holder(s).
162
+
163
+ "Modified Version" refers to any derivative made by adding to, deleting,
164
+ or substituting — in part or in whole — any of the components of the
165
+ Original Version, by changing formats or by porting the Font Software to a
166
+ new environment.
167
+
168
+ "Author" refers to any designer, engineer, programmer, technical
169
+ writer or other person who contributed to the Font Software.
170
+
171
+ PERMISSION & CONDITIONS
172
+ Permission is hereby granted, free of charge, to any person obtaining
173
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
174
+ redistribute, and sell modified and unmodified copies of the Font
175
+ Software, subject to the following conditions:
176
+
177
+ 1) Neither the Font Software nor any of its individual components,
178
+ in Original or Modified Versions, may be sold by itself.
179
+
180
+ 2) Original or Modified Versions of the Font Software may be bundled,
181
+ redistributed and/or sold with any software, provided that each copy
182
+ contains the above copyright notice and this license. These can be
183
+ included either as stand-alone text files, human-readable headers or
184
+ in the appropriate machine-readable metadata fields within text or
185
+ binary files as long as those fields can be easily viewed by the user.
186
+
187
+ 3) No Modified Version of the Font Software may use the Reserved Font
188
+ Name(s) unless explicit written permission is granted by the corresponding
189
+ Copyright Holder. This restriction only applies to the primary font name as
190
+ presented to the users.
191
+
192
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
193
+ Software shall not be used to promote, endorse or advertise any
194
+ Modified Version, except to acknowledge the contribution(s) of the
195
+ Copyright Holder(s) and the Author(s) or with their explicit written
196
+ permission.
197
+
198
+ 5) The Font Software, modified or unmodified, in part or in whole,
199
+ must be distributed entirely under this license, and must not be
200
+ distributed under any other license. The requirement for fonts to
201
+ remain under this license does not apply to any document created
202
+ using the Font Software.
203
+
204
+ TERMINATION
205
+ This license becomes null and void if any of the above conditions are
206
+ not met.
207
+
208
+ DISCLAIMER
209
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
210
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
211
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
212
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
213
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
214
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
215
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
216
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
217
+ OTHER DEALINGS IN THE FONT SOFTWARE.
218
+
219
+ --------------------------------------------------------------------------------
220
+
221
+ # Code: MIT License (https://opensource.org/licenses/MIT)
222
+
223
+ In the Font Awesome Free download, the MIT license applies to all non-font and
224
+ non-icon files.
225
+
226
+ Copyright 2024 Fonticons, Inc.
227
+
228
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
229
+ this software and associated documentation files (the "Software"), to deal in the
230
+ Software without restriction, including without limitation the rights to use, copy,
231
+ modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
232
+ and to permit persons to whom the Software is furnished to do so, subject to the
233
+ following conditions:
234
+
235
+ The above copyright notice and this permission notice shall be included in all
236
+ copies or substantial portions of the Software.
237
+
238
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
239
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
240
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
241
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
242
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
243
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
244
+
245
+ --------------------------------------------------------------------------------
246
+
247
+ # Attribution
248
+
249
+ Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
250
+ Awesome Free files already contain embedded comments with sufficient
251
+ attribution, so you shouldn't need to do anything additional when using these
252
+ files normally.
253
+
254
+ We've kept attribution comments terse, so we ask that you do not actively work
255
+ to remove them from files, especially code. They're a great way for folks to
256
+ learn about Font Awesome.
257
+
258
+ --------------------------------------------------------------------------------
259
+
260
+ # Brand Icons
261
+
262
+ All brand icons are trademarks of their respective owners. The use of these
263
+ trademarks does not indicate endorsement of the trademark holder by Font
264
+ Awesome, nor vice versa. **Please do not use brand logos for any purpose except
265
+ to represent the company, product, or service to which they refer.**
266
+
267
+ ============================
268
+
269
+
270
+
271
+
272
+ DM Serif Text
273
+ ————————————————
274
+ SIL OFL 1.1 License
275
+
276
+ Copyright 2014-2018 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries. Copyright 2019 Google LLC.
277
+ This Font Software is licensed under the SIL Open Font License, Version 1.1 . This license is copied below, and is also available with a FAQ at: https://openfontlicense.org
278
+
279
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
280
+
281
+ PREAMBLE
282
+ The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
283
+
284
+ The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
285
+
286
+ DEFINITIONS
287
+ “Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
288
+
289
+ “Reserved Font Name” refers to any names specified as such after the copyright statement(s).
290
+
291
+ “Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s).
292
+
293
+ “Modified Version” refers to any derivative made by adding to, deleting, or substituting – in part or in whole – any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
294
+
295
+ “Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
296
+
297
+ PERMISSION & CONDITIONS
298
+ Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
299
+
300
+ Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
301
+
302
+ Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
303
+
304
+ No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
305
+
306
+ The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
307
+
308
+ The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
309
+
310
+ TERMINATION
311
+ This license becomes null and void if any of the above conditions are not met.
312
+
313
+ DISCLAIMER
314
+ THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
315
+
316
+ ============================
317
+
318
+
319
+
320
+
321
+ PT Sans
322
+ ————————————————
323
+ SIL OFL 1.1 License
324
+
325
+ Copyright (c) 2010, ParaType Ltd. (http://www.paratype.com/public), with Reserved Font Names "PT Sans" and "ParaType".
326
+ This Font Software is licensed under the SIL Open Font License, Version 1.1 . This license is copied below, and is also available with a FAQ at: https://openfontlicense.org
327
+
328
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
329
+
330
+ PREAMBLE
331
+ The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
332
+
333
+ The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
334
+
335
+ DEFINITIONS
336
+ "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
337
+
338
+ "Reserved Font Name" refers to any names specified as such after the copyright statement(s).
339
+
340
+ "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
341
+ "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
342
+
343
+ "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
344
+
345
+ PERMISSION & CONDITIONS
346
+ Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
347
+
348
+ Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
349
+ Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
350
+ No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
351
+ The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
352
+ The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
353
+ TERMINATION
354
+ This license becomes null and void if any of the above conditions are not met.
355
+
356
+ DISCLAIMER
357
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
358
+
359
+ ============================
360
+
361
+
362
+
363
+
364
+ Open Sans
365
+ ————————————————
366
+ SIL OFL 1.1 License
367
+
368
+ Copyright 2020 The Open Sans Project Authors (https://github.com/googlefonts/opensans)
369
+ This Font Software is licensed under the SIL Open Font License, Version 1.1 . This license is copied below, and is also available with a FAQ at: https://openfontlicense.org
370
+
371
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
372
+
373
+ PREAMBLE
374
+ The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
375
+
376
+ The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
377
+
378
+ DEFINITIONS
379
+ "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
380
+
381
+ "Reserved Font Name" refers to any names specified as such after the copyright statement(s).
382
+
383
+ "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
384
+ "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
385
+
386
+ "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
387
+
388
+ PERMISSION & CONDITIONS
389
+ Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
390
+
391
+ Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
392
+ Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
393
+ No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
394
+ The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
395
+ The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
396
+ TERMINATION
397
+ This license becomes null and void if any of the above conditions are not met.
398
+
399
+ DISCLAIMER
400
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
401
+
402
+ ============================
403
+
404
+
405
+
406
+ Viga
407
+ ————————————————
408
+ SIL OFL 1.1 License
409
+
410
+ Copyright (c) 2011 Fontstage (info@fontstage.com), with Reserved Font Names, "Viga"
411
+ This Font Software is licensed under the SIL Open Font License, Version 1.1 . This license is copied below, and is also available with a FAQ at: https://openfontlicense.org
412
+
413
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
414
+ PREAMBLE
415
+ The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
416
+
417
+ The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
418
+
419
+ DEFINITIONS
420
+ "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
421
+
422
+ "Reserved Font Name" refers to any names specified as such after the copyright statement(s).
423
+
424
+ "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
425
+ "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
426
+
427
+ "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
428
+
429
+ PERMISSION & CONDITIONS
430
+ Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
431
+
432
+ Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
433
+ Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
434
+ No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
435
+ The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
436
+ The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
437
+ TERMINATION
438
+ This license becomes null and void if any of the above conditions are not met.
439
+
440
+ DISCLAIMER
441
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.Copyright (c) 2011 Fontstage (info@fontstage.com), with Reserved Font Names, "Viga"
442
+ This Font Software is licensed under the SIL Open Font License, Version 1.1 . This license is copied below, and is also available with a FAQ at: https://openfontlicense.org
443
+
444
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
445
+
446
+ ============================
447
+
448
+