Line data Source code
1 : import 'package:flutter/foundation.dart';
2 :
3 0 : Stream<LicenseEntry> licenses() async* {
4 : /// Open Privacy Code
5 0 : yield LicenseEntryWithLineBreaks(["cwtch", "tapir", "connectivity", "log"], '''MIT License
6 :
7 : Copyright (c) 2018-2023 Open Privacy Research Society
8 :
9 : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files ("the Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10 :
11 : The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12 :
13 : THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.''');
14 :
15 : /// Ristretto Code
16 0 : yield LicenseEntryWithLineBreaks(["ristretto255"], '''Copyright (c) 2009 The Go Authors. All rights reserved.
17 : Copyright (c) 2017 George Tankersley. All rights reserved.
18 : Copyright (c) 2019 Henry de Valence. All rights reserved.
19 :
20 : Redistribution and use in source and binary forms, with or without
21 : modification, are permitted provided that the following conditions are
22 : met:
23 :
24 : * Redistributions of source code must retain the above copyright
25 : notice, this list of conditions and the following disclaimer.
26 : * Redistributions in binary form must reproduce the above
27 : copyright notice, this list of conditions and the following disclaimer
28 : in the documentation and/or other materials provided with the
29 : distribution.
30 : * Neither the name of Google Inc. nor the names of its
31 : contributors may be used to endorse or promote products derived from
32 : this software without specific prior written permission.
33 :
34 : THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
35 : "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
36 : LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
37 : A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
38 : OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39 : SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40 : LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
41 : DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
42 : THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
43 : (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44 : OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.''');
45 :
46 : /// Package pretty provides pretty-printing for Go values. (via Cwtch)
47 0 : yield LicenseEntryWithLineBreaks(["pretty"], '''Copyright 2012 Keith Rarick
48 :
49 : Permission is hereby granted, free of charge, to any person obtaining a copy
50 : of this software and associated documentation files (the "Software"), to deal
51 : in the Software without restriction, including without limitation the rights
52 : to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
53 : copies of the Software, and to permit persons to whom the Software is
54 : furnished to do so, subject to the following conditions:
55 :
56 : The above copyright notice and this permission notice shall be included in
57 : all copies or substantial portions of the Software.
58 :
59 : THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
60 : IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
61 : FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
62 : AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
63 : LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
64 : OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
65 : THE SOFTWARE.''');
66 :
67 0 : yield LicenseEntryWithLineBreaks(["pidusage"], '''MIT License
68 :
69 : Copyright (c) 2017 David 大伟
70 :
71 : Permission is hereby granted, free of charge, to any person obtaining a copy
72 : of this software and associated documentation files (the "Software"), to deal
73 : in the Software without restriction, including without limitation the rights
74 : to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
75 : copies of the Software, and to permit persons to whom the Software is
76 : furnished to do so, subject to the following conditions:
77 :
78 : The above copyright notice and this permission notice shall be included in all
79 : copies or substantial portions of the Software.
80 :
81 : THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
82 : IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
83 : FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
84 : AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85 : LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86 : OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
87 : SOFTWARE.''');
88 :
89 : /// Go Standard Lib
90 0 : yield LicenseEntryWithLineBreaks(["crypto, net"], '''Copyright (c) 2009 The Go Authors. All rights reserved.
91 :
92 : Redistribution and use in source and binary forms, with or without
93 : modification, are permitted provided that the following conditions are
94 : met:
95 :
96 : * Redistributions of source code must retain the above copyright
97 : notice, this list of conditions and the following disclaimer.
98 : * Redistributions in binary form must reproduce the above
99 : copyright notice, this list of conditions and the following disclaimer
100 : in the documentation and/or other materials provided with the
101 : distribution.
102 : * Neither the name of Google Inc. nor the names of its
103 : contributors may be used to endorse or promote products derived from
104 : this software without specific prior written permission.
105 :
106 : THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
107 : "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
108 : LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
109 : A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
110 : OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
111 : SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
112 : LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
113 : DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
114 : THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
115 : (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
116 : OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.''');
117 :
118 0 : yield LicenseEntryWithLineBreaks(["flaticons"], "Icons made by Freepik (https://www.freepik.com) from Flaticon (www.flaticon.com)");
119 :
120 0 : yield LicenseEntryWithLineBreaks(["flutter_linkify", "linkify"], '''MIT License
121 :
122 : Copyright (c) 2019/2020 Charles-William Crete
123 :
124 : Permission is hereby granted, free of charge, to any person obtaining a copy
125 : of this software and associated documentation files (the "Software"), to deal
126 : in the Software without restriction, including without limitation the rights
127 : to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
128 : copies of the Software, and to permit persons to whom the Software is
129 : furnished to do so, subject to the following conditions:
130 :
131 : The above copyright notice and this permission notice shall be included in all
132 : copies or substantial portions of the Software.
133 :
134 : THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
135 : IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
136 : FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
137 : AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
138 : LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
139 : OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
140 : SOFTWARE.''');
141 :
142 0 : yield LicenseEntryWithLineBreaks(["connectivity_plus", "connectivity_plus_platform_interface"], '''
143 : Copyright 2017 The Chromium Authors. All rights reserved.
144 :
145 : Redistribution and use in source and binary forms, with or without
146 : modification, are permitted provided that the following conditions are
147 : met:
148 :
149 : * Redistributions of source code must retain the above copyright
150 : notice, this list of conditions and the following disclaimer.
151 : * Redistributions in binary form must reproduce the above
152 : copyright notice, this list of conditions and the following disclaimer
153 : in the documentation and/or other materials provided with the
154 : distribution.
155 : * Neither the name of Google Inc. nor the names of its
156 : contributors may be used to endorse or promote products derived from
157 : this software without specific prior written permission.
158 :
159 : THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
160 : "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
161 : LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
162 : A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
163 : OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
164 : SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
165 : LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
166 : DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
167 : THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
168 : (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
169 : OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.''');
170 :
171 0 : yield LicenseEntryWithLineBreaks(["connectivity_plus"], '''
172 : * Copyright (c) 2013-2020, The PurpleI2P Project
173 : *
174 : * This file is part of Purple i2pd project and licensed under BSD3
175 : *
176 : * See full license text in LICENSE file at top of project tree''');
177 :
178 0 : yield LicenseEntryWithLineBreaks(["nm"], '''Mozilla Public License Version 2.0
179 : ==================================
180 :
181 : 1. Definitions
182 : --------------
183 :
184 : 1.1. "Contributor"
185 : means each individual or legal entity that creates, contributes to
186 : the creation of, or owns Covered Software.
187 :
188 : 1.2. "Contributor Version"
189 : means the combination of the Contributions of others (if any) used
190 : by a Contributor and that particular Contributor's Contribution.
191 :
192 : 1.3. "Contribution"
193 : means Covered Software of a particular Contributor.
194 :
195 : 1.4. "Covered Software"
196 : means Source Code Form to which the initial Contributor has attached
197 : the notice in Exhibit A, the Executable Form of such Source Code
198 : Form, and Modifications of such Source Code Form, in each case
199 : including portions thereof.
200 :
201 : 1.5. "Incompatible With Secondary Licenses"
202 : means
203 :
204 : (a) that the initial Contributor has attached the notice described
205 : in Exhibit B to the Covered Software; or
206 :
207 : (b) that the Covered Software was made available under the terms of
208 : version 1.1 or earlier of the License, but not also under the
209 : terms of a Secondary License.
210 :
211 : 1.6. "Executable Form"
212 : means any form of the work other than Source Code Form.
213 :
214 : 1.7. "Larger Work"
215 : means a work that combines Covered Software with other material, in
216 : a separate file or files, that is not Covered Software.
217 :
218 : 1.8. "License"
219 : means this document.
220 :
221 : 1.9. "Licensable"
222 : means having the right to grant, to the maximum extent possible,
223 : whether at the time of the initial grant or subsequently, any and
224 : all of the rights conveyed by this License.
225 :
226 : 1.10. "Modifications"
227 : means any of the following:
228 :
229 : (a) any file in Source Code Form that results from an addition to,
230 : deletion from, or modification of the contents of Covered
231 : Software; or
232 :
233 : (b) any new file in Source Code Form that contains any Covered
234 : Software.
235 :
236 : 1.11. "Patent Claims" of a Contributor
237 : means any patent claim(s), including without limitation, method,
238 : process, and apparatus claims, in any patent Licensable by such
239 : Contributor that would be infringed, but for the grant of the
240 : License, by the making, using, selling, offering for sale, having
241 : made, import, or transfer of either its Contributions or its
242 : Contributor Version.
243 :
244 : 1.12. "Secondary License"
245 : means either the GNU General Public License, Version 2.0, the GNU
246 : Lesser General Public License, Version 2.1, the GNU Affero General
247 : Public License, Version 3.0, or any later versions of those
248 : licenses.
249 :
250 : 1.13. "Source Code Form"
251 : means the form of the work preferred for making modifications.
252 :
253 : 1.14. "You" (or "Your")
254 : means an individual or a legal entity exercising rights under this
255 : License. For legal entities, "You" includes any entity that
256 : controls, is controlled by, or is under common control with You. For
257 : purposes of this definition, "control" means (a) the power, direct
258 : or indirect, to cause the direction or management of such entity,
259 : whether by contract or otherwise, or (b) ownership of more than
260 : fifty percent (50%) of the outstanding shares or beneficial
261 : ownership of such entity.
262 :
263 : 2. License Grants and Conditions
264 : --------------------------------
265 :
266 : 2.1. Grants
267 :
268 : Each Contributor hereby grants You a world-wide, royalty-free,
269 : non-exclusive license:
270 :
271 : (a) under intellectual property rights (other than patent or trademark)
272 : Licensable by such Contributor to use, reproduce, make available,
273 : modify, display, perform, distribute, and otherwise exploit its
274 : Contributions, either on an unmodified basis, with Modifications, or
275 : as part of a Larger Work; and
276 :
277 : (b) under Patent Claims of such Contributor to make, use, sell, offer
278 : for sale, have made, import, and otherwise transfer either its
279 : Contributions or its Contributor Version.
280 :
281 : 2.2. Effective Date
282 :
283 : The licenses granted in Section 2.1 with respect to any Contribution
284 : become effective for each Contribution on the date the Contributor first
285 : distributes such Contribution.
286 :
287 : 2.3. Limitations on Grant Scope
288 :
289 : The licenses granted in this Section 2 are the only rights granted under
290 : this License. No additional rights or licenses will be implied from the
291 : distribution or licensing of Covered Software under this License.
292 : Notwithstanding Section 2.1(b) above, no patent license is granted by a
293 : Contributor:
294 :
295 : (a) for any code that a Contributor has removed from Covered Software;
296 : or
297 :
298 : (b) for infringements caused by: (i) Your and any other third party's
299 : modifications of Covered Software, or (ii) the combination of its
300 : Contributions with other software (except as part of its Contributor
301 : Version); or
302 :
303 : (c) under Patent Claims infringed by Covered Software in the absence of
304 : its Contributions.
305 :
306 : This License does not grant any rights in the trademarks, service marks,
307 : or logos of any Contributor (except as may be necessary to comply with
308 : the notice requirements in Section 3.4).
309 :
310 : 2.4. Subsequent Licenses
311 :
312 : No Contributor makes additional grants as a result of Your choice to
313 : distribute the Covered Software under a subsequent version of this
314 : License (see Section 10.2) or under the terms of a Secondary License (if
315 : permitted under the terms of Section 3.3).
316 :
317 : 2.5. Representation
318 :
319 : Each Contributor represents that the Contributor believes its
320 : Contributions are its original creation(s) or it has sufficient rights
321 : to grant the rights to its Contributions conveyed by this License.
322 :
323 : 2.6. Fair Use
324 :
325 : This License is not intended to limit any rights You have under
326 : applicable copyright doctrines of fair use, fair dealing, or other
327 : equivalents.
328 :
329 : 2.7. Conditions
330 :
331 : Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
332 : in Section 2.1.
333 :
334 : 3. Responsibilities
335 : -------------------
336 :
337 : 3.1. Distribution of Source Form
338 :
339 : All distribution of Covered Software in Source Code Form, including any
340 : Modifications that You create or to which You contribute, must be under
341 : the terms of this License. You must inform recipients that the Source
342 : Code Form of the Covered Software is governed by the terms of this
343 : License, and how they can obtain a copy of this License. You may not
344 : attempt to alter or restrict the recipients' rights in the Source Code
345 : Form.
346 :
347 : 3.2. Distribution of Executable Form
348 :
349 : If You distribute Covered Software in Executable Form then:
350 :
351 : (a) such Covered Software must also be made available in Source Code
352 : Form, as described in Section 3.1, and You must inform recipients of
353 : the Executable Form how they can obtain a copy of such Source Code
354 : Form by reasonable means in a timely manner, at a charge no more
355 : than the cost of distribution to the recipient; and
356 :
357 : (b) You may distribute such Executable Form under the terms of this
358 : License, or sublicense it under different terms, provided that the
359 : license for the Executable Form does not attempt to limit or alter
360 : the recipients' rights in the Source Code Form under this License.
361 :
362 : 3.3. Distribution of a Larger Work
363 :
364 : You may create and distribute a Larger Work under terms of Your choice,
365 : provided that You also comply with the requirements of this License for
366 : the Covered Software. If the Larger Work is a combination of Covered
367 : Software with a work governed by one or more Secondary Licenses, and the
368 : Covered Software is not Incompatible With Secondary Licenses, this
369 : License permits You to additionally distribute such Covered Software
370 : under the terms of such Secondary License(s), so that the recipient of
371 : the Larger Work may, at their option, further distribute the Covered
372 : Software under the terms of either this License or such Secondary
373 : License(s).
374 :
375 : 3.4. Notices
376 :
377 : You may not remove or alter the substance of any license notices
378 : (including copyright notices, patent notices, disclaimers of warranty,
379 : or limitations of liability) contained within the Source Code Form of
380 : the Covered Software, except that You may alter any license notices to
381 : the extent required to remedy known factual inaccuracies.
382 :
383 : 3.5. Application of Additional Terms
384 :
385 : You may choose to offer, and to charge a fee for, warranty, support,
386 : indemnity or liability obligations to one or more recipients of Covered
387 : Software. However, You may do so only on Your own behalf, and not on
388 : behalf of any Contributor. You must make it absolutely clear that any
389 : such warranty, support, indemnity, or liability obligation is offered by
390 : You alone, and You hereby agree to indemnify every Contributor for any
391 : liability incurred by such Contributor as a result of warranty, support,
392 : indemnity or liability terms You offer. You may include additional
393 : disclaimers of warranty and limitations of liability specific to any
394 : jurisdiction.
395 :
396 : 4. Inability to Comply Due to Statute or Regulation
397 : ---------------------------------------------------
398 :
399 : If it is impossible for You to comply with any of the terms of this
400 : License with respect to some or all of the Covered Software due to
401 : statute, judicial order, or regulation then You must: (a) comply with
402 : the terms of this License to the maximum extent possible; and (b)
403 : describe the limitations and the code they affect. Such description must
404 : be placed in a text file included with all distributions of the Covered
405 : Software under this License. Except to the extent prohibited by statute
406 : or regulation, such description must be sufficiently detailed for a
407 : recipient of ordinary skill to be able to understand it.
408 :
409 : 5. Termination
410 : --------------
411 :
412 : 5.1. The rights granted under this License will terminate automatically
413 : if You fail to comply with any of its terms. However, if You become
414 : compliant, then the rights granted under this License from a particular
415 : Contributor are reinstated (a) provisionally, unless and until such
416 : Contributor explicitly and finally terminates Your grants, and (b) on an
417 : ongoing basis, if such Contributor fails to notify You of the
418 : non-compliance by some reasonable means prior to 60 days after You have
419 : come back into compliance. Moreover, Your grants from a particular
420 : Contributor are reinstated on an ongoing basis if such Contributor
421 : notifies You of the non-compliance by some reasonable means, this is the
422 : first time You have received notice of non-compliance with this License
423 : from such Contributor, and You become compliant prior to 30 days after
424 : Your receipt of the notice.
425 :
426 : 5.2. If You initiate litigation against any entity by asserting a patent
427 : infringement claim (excluding declaratory judgment actions,
428 : counter-claims, and cross-claims) alleging that a Contributor Version
429 : directly or indirectly infringes any patent, then the rights granted to
430 : You by any and all Contributors for the Covered Software under Section
431 : 2.1 of this License shall terminate.
432 :
433 : 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
434 : end user license agreements (excluding distributors and resellers) which
435 : have been validly granted by You or Your distributors under this License
436 : prior to termination shall survive termination.
437 :
438 : ************************************************************************
439 : * *
440 : * 6. Disclaimer of Warranty *
441 : * ------------------------- *
442 : * *
443 : * Covered Software is provided under this License on an "as is" *
444 : * basis, without warranty of any kind, either expressed, implied, or *
445 : * statutory, including, without limitation, warranties that the *
446 : * Covered Software is free of defects, merchantable, fit for a *
447 : * particular purpose or non-infringing. The entire risk as to the *
448 : * quality and performance of the Covered Software is with You. *
449 : * Should any Covered Software prove defective in any respect, You *
450 : * (not any Contributor) assume the cost of any necessary servicing, *
451 : * repair, or correction. This disclaimer of warranty constitutes an *
452 : * essential part of this License. No use of any Covered Software is *
453 : * authorized under this License except under this disclaimer. *
454 : * *
455 : ************************************************************************
456 :
457 : ************************************************************************
458 : * *
459 : * 7. Limitation of Liability *
460 : * -------------------------- *
461 : * *
462 : * Under no circumstances and under no legal theory, whether tort *
463 : * (including negligence), contract, or otherwise, shall any *
464 : * Contributor, or anyone who distributes Covered Software as *
465 : * permitted above, be liable to You for any direct, indirect, *
466 : * special, incidental, or consequential damages of any character *
467 : * including, without limitation, damages for lost profits, loss of *
468 : * goodwill, work stoppage, computer failure or malfunction, or any *
469 : * and all other commercial damages or losses, even if such party *
470 : * shall have been informed of the possibility of such damages. This *
471 : * limitation of liability shall not apply to liability for death or *
472 : * personal injury resulting from such party's negligence to the *
473 : * extent applicable law prohibits such limitation. Some *
474 : * jurisdictions do not allow the exclusion or limitation of *
475 : * incidental or consequential damages, so this exclusion and *
476 : * limitation may not apply to You. *
477 : * *
478 : ************************************************************************
479 :
480 : 8. Litigation
481 : -------------
482 :
483 : Any litigation relating to this License may be brought only in the
484 : courts of a jurisdiction where the defendant maintains its principal
485 : place of business and such litigation shall be governed by laws of that
486 : jurisdiction, without reference to its conflict-of-law provisions.
487 : Nothing in this Section shall prevent a party's ability to bring
488 : cross-claims or counter-claims.
489 :
490 : 9. Miscellaneous
491 : ----------------
492 :
493 : This License represents the complete agreement concerning the subject
494 : matter hereof. If any provision of this License is held to be
495 : unenforceable, such provision shall be reformed only to the extent
496 : necessary to make it enforceable. Any law or regulation which provides
497 : that the language of a contract shall be construed against the drafter
498 : shall not be used to construe this License against a Contributor.
499 :
500 : 10. Versions of the License
501 : ---------------------------
502 :
503 : 10.1. New Versions
504 :
505 : Mozilla Foundation is the license steward. Except as provided in Section
506 : 10.3, no one other than the license steward has the right to modify or
507 : publish new versions of this License. Each version will be given a
508 : distinguishing version number.
509 :
510 : 10.2. Effect of New Versions
511 :
512 : You may distribute the Covered Software under the terms of the version
513 : of the License under which You originally received the Covered Software,
514 : or under the terms of any subsequent version published by the license
515 : steward.
516 :
517 : 10.3. Modified Versions
518 :
519 : If you create software not governed by this License, and you want to
520 : create a new license for such software, you may create and use a
521 : modified version of this License if you rename the license and remove
522 : any references to the name of the license steward (except to note that
523 : such modified license differs from this License).
524 :
525 : 10.4. Distributing Source Code Form that is Incompatible With Secondary
526 : Licenses
527 :
528 : If You choose to distribute Source Code Form that is Incompatible With
529 : Secondary Licenses under the terms of this version of the License, the
530 : notice described in Exhibit B of this License must be attached.
531 :
532 : Exhibit A - Source Code Form License Notice
533 : -------------------------------------------
534 :
535 : This Source Code Form is subject to the terms of the Mozilla Public
536 : License, v. 2.0. If a copy of the MPL was not distributed with this
537 : file, You can obtain one at http://mozilla.org/MPL/2.0/.
538 :
539 : If it is not possible or desirable to put the notice in a particular
540 : file, then You may include the notice in a location (such as a LICENSE
541 : file in a relevant directory) where a recipient would be likely to look
542 : for such a notice.
543 :
544 : You may add additional accurate notices of copyright ownership.
545 :
546 : Exhibit B - "Incompatible With Secondary Licenses" Notice
547 : ---------------------------------------------------------
548 :
549 : This Source Code Form is "Incompatible With Secondary Licenses", as
550 : defined by the Mozilla Public License, v. 2.0.''');
551 :
552 0 : yield LicenseEntryWithLineBreaks(["Inter Fonts"], '''
553 : Copyright 2020 The Inter Project Authors (https://github.com/rsms/inter)
554 :
555 : This Font Software is licensed under the SIL Open Font License, Version 1.1.
556 : This license is copied below, and is also available with a FAQ at:
557 : http://scripts.sil.org/OFL
558 :
559 :
560 : -----------------------------------------------------------
561 : SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
562 : -----------------------------------------------------------
563 :
564 : PREAMBLE
565 : The goals of the Open Font License (OFL) are to stimulate worldwide
566 : development of collaborative font projects, to support the font creation
567 : efforts of academic and linguistic communities, and to provide a free and
568 : open framework in which fonts may be shared and improved in partnership
569 : with others.
570 :
571 : The OFL allows the licensed fonts to be used, studied, modified and
572 : redistributed freely as long as they are not sold by themselves. The
573 : fonts, including any derivative works, can be bundled, embedded,
574 : redistributed and/or sold with any software provided that any reserved
575 : names are not used by derivative works. The fonts and derivatives,
576 : however, cannot be released under any other type of license. The
577 : requirement for fonts to remain under this license does not apply
578 : to any document created using the fonts or their derivatives.
579 :
580 : DEFINITIONS
581 : "Font Software" refers to the set of files released by the Copyright
582 : Holder(s) under this license and clearly marked as such. This may
583 : include source files, build scripts and documentation.
584 :
585 : "Reserved Font Name" refers to any names specified as such after the
586 : copyright statement(s).
587 :
588 : "Original Version" refers to the collection of Font Software components as
589 : distributed by the Copyright Holder(s).
590 :
591 : "Modified Version" refers to any derivative made by adding to, deleting,
592 : or substituting -- in part or in whole -- any of the components of the
593 : Original Version, by changing formats or by porting the Font Software to a
594 : new environment.
595 :
596 : "Author" refers to any designer, engineer, programmer, technical
597 : writer or other person who contributed to the Font Software.
598 :
599 : PERMISSION & CONDITIONS
600 : Permission is hereby granted, free of charge, to any person obtaining
601 : a copy of the Font Software, to use, study, copy, merge, embed, modify,
602 : redistribute, and sell modified and unmodified copies of the Font
603 : Software, subject to the following conditions:
604 :
605 : 1) Neither the Font Software nor any of its individual components,
606 : in Original or Modified Versions, may be sold by itself.
607 :
608 : 2) Original or Modified Versions of the Font Software may be bundled,
609 : redistributed and/or sold with any software, provided that each copy
610 : contains the above copyright notice and this license. These can be
611 : included either as stand-alone text files, human-readable headers or
612 : in the appropriate machine-readable metadata fields within text or
613 : binary files as long as those fields can be easily viewed by the user.
614 :
615 : 3) No Modified Version of the Font Software may use the Reserved Font
616 : Name(s) unless explicit written permission is granted by the corresponding
617 : Copyright Holder. This restriction only applies to the primary font name as
618 : presented to the users.
619 :
620 : 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
621 : Software shall not be used to promote, endorse or advertise any
622 : Modified Version, except to acknowledge the contribution(s) of the
623 : Copyright Holder(s) and the Author(s) or with their explicit written
624 : permission.
625 :
626 : 5) The Font Software, modified or unmodified, in part or in whole,
627 : must be distributed entirely under this license, and must not be
628 : distributed under any other license. The requirement for fonts to
629 : remain under this license does not apply to any document created
630 : using the Font Software.
631 :
632 : TERMINATION
633 : This license becomes null and void if any of the above conditions are
634 : not met.
635 :
636 : DISCLAIMER
637 : THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
638 : EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
639 : MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
640 : OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
641 : COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
642 : INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
643 : DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
644 : FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
645 : OTHER DEALINGS IN THE FONT SOFTWARE.
646 :
647 : ''');
648 0 : yield LicenseEntryWithLineBreaks(["Noto Color Emoji Fonts"], '''
649 : Copyright 2021 Google Inc. All Rights Reserved.
650 :
651 : This Font Software is licensed under the SIL Open Font License, Version 1.1.
652 : This license is copied below, and is also available with a FAQ at:
653 : http://scripts.sil.org/OFL
654 :
655 :
656 : -----------------------------------------------------------
657 : SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
658 : -----------------------------------------------------------
659 :
660 : PREAMBLE
661 : The goals of the Open Font License (OFL) are to stimulate worldwide
662 : development of collaborative font projects, to support the font creation
663 : efforts of academic and linguistic communities, and to provide a free and
664 : open framework in which fonts may be shared and improved in partnership
665 : with others.
666 :
667 : The OFL allows the licensed fonts to be used, studied, modified and
668 : redistributed freely as long as they are not sold by themselves. The
669 : fonts, including any derivative works, can be bundled, embedded,
670 : redistributed and/or sold with any software provided that any reserved
671 : names are not used by derivative works. The fonts and derivatives,
672 : however, cannot be released under any other type of license. The
673 : requirement for fonts to remain under this license does not apply
674 : to any document created using the fonts or their derivatives.
675 :
676 : DEFINITIONS
677 : "Font Software" refers to the set of files released by the Copyright
678 : Holder(s) under this license and clearly marked as such. This may
679 : include source files, build scripts and documentation.
680 :
681 : "Reserved Font Name" refers to any names specified as such after the
682 : copyright statement(s).
683 :
684 : "Original Version" refers to the collection of Font Software components as
685 : distributed by the Copyright Holder(s).
686 :
687 : "Modified Version" refers to any derivative made by adding to, deleting,
688 : or substituting -- in part or in whole -- any of the components of the
689 : Original Version, by changing formats or by porting the Font Software to a
690 : new environment.
691 :
692 : "Author" refers to any designer, engineer, programmer, technical
693 : writer or other person who contributed to the Font Software.
694 :
695 : PERMISSION & CONDITIONS
696 : Permission is hereby granted, free of charge, to any person obtaining
697 : a copy of the Font Software, to use, study, copy, merge, embed, modify,
698 : redistribute, and sell modified and unmodified copies of the Font
699 : Software, subject to the following conditions:
700 :
701 : 1) Neither the Font Software nor any of its individual components,
702 : in Original or Modified Versions, may be sold by itself.
703 :
704 : 2) Original or Modified Versions of the Font Software may be bundled,
705 : redistributed and/or sold with any software, provided that each copy
706 : contains the above copyright notice and this license. These can be
707 : included either as stand-alone text files, human-readable headers or
708 : in the appropriate machine-readable metadata fields within text or
709 : binary files as long as those fields can be easily viewed by the user.
710 :
711 : 3) No Modified Version of the Font Software may use the Reserved Font
712 : Name(s) unless explicit written permission is granted by the corresponding
713 : Copyright Holder. This restriction only applies to the primary font name as
714 : presented to the users.
715 :
716 : 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
717 : Software shall not be used to promote, endorse or advertise any
718 : Modified Version, except to acknowledge the contribution(s) of the
719 : Copyright Holder(s) and the Author(s) or with their explicit written
720 : permission.
721 :
722 : 5) The Font Software, modified or unmodified, in part or in whole,
723 : must be distributed entirely under this license, and must not be
724 : distributed under any other license. The requirement for fonts to
725 : remain under this license does not apply to any document created
726 : using the Font Software.
727 :
728 : TERMINATION
729 : This license becomes null and void if any of the above conditions are
730 : not met.
731 :
732 : DISCLAIMER
733 : THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
734 : EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
735 : MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
736 : OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
737 : COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
738 : INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
739 : DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
740 : FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
741 : OTHER DEALINGS IN THE FONT SOFTWARE.
742 :
743 : ''');
744 0 : yield LicenseEntryWithLineBreaks(["Roboto fonts"], '''
745 :
746 : Apache License
747 : Version 2.0, January 2004
748 : http://www.apache.org/licenses/
749 :
750 : TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
751 :
752 : 1. Definitions.
753 :
754 : "License" shall mean the terms and conditions for use, reproduction,
755 : and distribution as defined by Sections 1 through 9 of this document.
756 :
757 : "Licensor" shall mean the copyright owner or entity authorized by
758 : the copyright owner that is granting the License.
759 :
760 : "Legal Entity" shall mean the union of the acting entity and all
761 : other entities that control, are controlled by, or are under common
762 : control with that entity. For the purposes of this definition,
763 : "control" means (i) the power, direct or indirect, to cause the
764 : direction or management of such entity, whether by contract or
765 : otherwise, or (ii) ownership of fifty percent (50%) or more of the
766 : outstanding shares, or (iii) beneficial ownership of such entity.
767 :
768 : "You" (or "Your") shall mean an individual or Legal Entity
769 : exercising permissions granted by this License.
770 :
771 : "Source" form shall mean the preferred form for making modifications,
772 : including but not limited to software source code, documentation
773 : source, and configuration files.
774 :
775 : "Object" form shall mean any form resulting from mechanical
776 : transformation or translation of a Source form, including but
777 : not limited to compiled object code, generated documentation,
778 : and conversions to other media types.
779 :
780 : "Work" shall mean the work of authorship, whether in Source or
781 : Object form, made available under the License, as indicated by a
782 : copyright notice that is included in or attached to the work
783 : (an example is provided in the Appendix below).
784 :
785 : "Derivative Works" shall mean any work, whether in Source or Object
786 : form, that is based on (or derived from) the Work and for which the
787 : editorial revisions, annotations, elaborations, or other modifications
788 : represent, as a whole, an original work of authorship. For the purposes
789 : of this License, Derivative Works shall not include works that remain
790 : separable from, or merely link (or bind by name) to the interfaces of,
791 : the Work and Derivative Works thereof.
792 :
793 : "Contribution" shall mean any work of authorship, including
794 : the original version of the Work and any modifications or additions
795 : to that Work or Derivative Works thereof, that is intentionally
796 : submitted to Licensor for inclusion in the Work by the copyright owner
797 : or by an individual or Legal Entity authorized to submit on behalf of
798 : the copyright owner. For the purposes of this definition, "submitted"
799 : means any form of electronic, verbal, or written communication sent
800 : to the Licensor or its representatives, including but not limited to
801 : communication on electronic mailing lists, source code control systems,
802 : and issue tracking systems that are managed by, or on behalf of, the
803 : Licensor for the purpose of discussing and improving the Work, but
804 : excluding communication that is conspicuously marked or otherwise
805 : designated in writing by the copyright owner as "Not a Contribution."
806 :
807 : "Contributor" shall mean Licensor and any individual or Legal Entity
808 : on behalf of whom a Contribution has been received by Licensor and
809 : subsequently incorporated within the Work.
810 :
811 : 2. Grant of Copyright License. Subject to the terms and conditions of
812 : this License, each Contributor hereby grants to You a perpetual,
813 : worldwide, non-exclusive, no-charge, royalty-free, irrevocable
814 : copyright license to reproduce, prepare Derivative Works of,
815 : publicly display, publicly perform, sublicense, and distribute the
816 : Work and such Derivative Works in Source or Object form.
817 :
818 : 3. Grant of Patent License. Subject to the terms and conditions of
819 : this License, each Contributor hereby grants to You a perpetual,
820 : worldwide, non-exclusive, no-charge, royalty-free, irrevocable
821 : (except as stated in this section) patent license to make, have made,
822 : use, offer to sell, sell, import, and otherwise transfer the Work,
823 : where such license applies only to those patent claims licensable
824 : by such Contributor that are necessarily infringed by their
825 : Contribution(s) alone or by combination of their Contribution(s)
826 : with the Work to which such Contribution(s) was submitted. If You
827 : institute patent litigation against any entity (including a
828 : cross-claim or counterclaim in a lawsuit) alleging that the Work
829 : or a Contribution incorporated within the Work constitutes direct
830 : or contributory patent infringement, then any patent licenses
831 : granted to You under this License for that Work shall terminate
832 : as of the date such litigation is filed.
833 :
834 : 4. Redistribution. You may reproduce and distribute copies of the
835 : Work or Derivative Works thereof in any medium, with or without
836 : modifications, and in Source or Object form, provided that You
837 : meet the following conditions:
838 :
839 : (a) You must give any other recipients of the Work or
840 : Derivative Works a copy of this License; and
841 :
842 : (b) You must cause any modified files to carry prominent notices
843 : stating that You changed the files; and
844 :
845 : (c) You must retain, in the Source form of any Derivative Works
846 : that You distribute, all copyright, patent, trademark, and
847 : attribution notices from the Source form of the Work,
848 : excluding those notices that do not pertain to any part of
849 : the Derivative Works; and
850 :
851 : (d) If the Work includes a "NOTICE" text file as part of its
852 : distribution, then any Derivative Works that You distribute must
853 : include a readable copy of the attribution notices contained
854 : within such NOTICE file, excluding those notices that do not
855 : pertain to any part of the Derivative Works, in at least one
856 : of the following places: within a NOTICE text file distributed
857 : as part of the Derivative Works; within the Source form or
858 : documentation, if provided along with the Derivative Works; or,
859 : within a display generated by the Derivative Works, if and
860 : wherever such third-party notices normally appear. The contents
861 : of the NOTICE file are for informational purposes only and
862 : do not modify the License. You may add Your own attribution
863 : notices within Derivative Works that You distribute, alongside
864 : or as an addendum to the NOTICE text from the Work, provided
865 : that such additional attribution notices cannot be construed
866 : as modifying the License.
867 :
868 : You may add Your own copyright statement to Your modifications and
869 : may provide additional or different license terms and conditions
870 : for use, reproduction, or distribution of Your modifications, or
871 : for any such Derivative Works as a whole, provided Your use,
872 : reproduction, and distribution of the Work otherwise complies with
873 : the conditions stated in this License.
874 :
875 : 5. Submission of Contributions. Unless You explicitly state otherwise,
876 : any Contribution intentionally submitted for inclusion in the Work
877 : by You to the Licensor shall be under the terms and conditions of
878 : this License, without any additional terms or conditions.
879 : Notwithstanding the above, nothing herein shall supersede or modify
880 : the terms of any separate license agreement you may have executed
881 : with Licensor regarding such Contributions.
882 :
883 : 6. Trademarks. This License does not grant permission to use the trade
884 : names, trademarks, service marks, or product names of the Licensor,
885 : except as required for reasonable and customary use in describing the
886 : origin of the Work and reproducing the content of the NOTICE file.
887 :
888 : 7. Disclaimer of Warranty. Unless required by applicable law or
889 : agreed to in writing, Licensor provides the Work (and each
890 : Contributor provides its Contributions) on an "AS IS" BASIS,
891 : WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
892 : implied, including, without limitation, any warranties or conditions
893 : of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
894 : PARTICULAR PURPOSE. You are solely responsible for determining the
895 : appropriateness of using or redistributing the Work and assume any
896 : risks associated with Your exercise of permissions under this License.
897 :
898 : 8. Limitation of Liability. In no event and under no legal theory,
899 : whether in tort (including negligence), contract, or otherwise,
900 : unless required by applicable law (such as deliberate and grossly
901 : negligent acts) or agreed to in writing, shall any Contributor be
902 : liable to You for damages, including any direct, indirect, special,
903 : incidental, or consequential damages of any character arising as a
904 : result of this License or out of the use or inability to use the
905 : Work (including but not limited to damages for loss of goodwill,
906 : work stoppage, computer failure or malfunction, or any and all
907 : other commercial damages or losses), even if such Contributor
908 : has been advised of the possibility of such damages.
909 :
910 : 9. Accepting Warranty or Additional Liability. While redistributing
911 : the Work or Derivative Works thereof, You may choose to offer,
912 : and charge a fee for, acceptance of support, warranty, indemnity,
913 : or other liability obligations and/or rights consistent with this
914 : License. However, in accepting such obligations, You may act only
915 : on Your own behalf and on Your sole responsibility, not on behalf
916 : of any other Contributor, and only if You agree to indemnify,
917 : defend, and hold each Contributor harmless for any liability
918 : incurred by, or claims asserted against, such Contributor by reason
919 : of your accepting any such warranty or additional liability.
920 :
921 : END OF TERMS AND CONDITIONS
922 :
923 : APPENDIX: How to apply the Apache License to your work.
924 :
925 : To apply the Apache License to your work, attach the following
926 : boilerplate notice, with the fields enclosed by brackets "[]"
927 : replaced with your own identifying information. (Don't include
928 : the brackets!) The text should be enclosed in the appropriate
929 : comment syntax for the file format. We also recommend that a
930 : file or class name and description of purpose be included on the
931 : same "printed page" as the copyright notice for easier
932 : identification within third-party archives.
933 :
934 : Copyright [yyyy] [name of copyright owner]
935 :
936 : Licensed under the Apache License, Version 2.0 (the "License");
937 : you may not use this file except in compliance with the License.
938 : You may obtain a copy of the License at
939 :
940 : http://www.apache.org/licenses/LICENSE-2.0
941 :
942 : Unless required by applicable law or agreed to in writing, software
943 : distributed under the License is distributed on an "AS IS" BASIS,
944 : WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
945 : See the License for the specific language governing permissions and
946 : limitations under the License.
947 : ''');
948 : }
|