1 2 GNU GENERAL PUBLIC LICENSE 3 Version 2, June 1991 4 5 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 6 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 7 Everyone is permitted to copy and distribute verbatim copies 8 of this license document, but changing it is not allowed. 9 10 Preamble 11 12 The licenses for most software are designed to take away your 13freedom to share and change it. By contrast, the GNU General Public 14License is intended to guarantee your freedom to share and change free 15software--to make sure the software is free for all its users. This 16General Public License applies to most of the Free Software 17Foundation's software and to any other program whose authors commit to 18using it. (Some other Free Software Foundation software is covered by 19the GNU Library General Public License instead.) You can apply it to 20your programs, too. 21 22 When we speak of free software, we are referring to freedom, not 23price. Our General Public Licenses are designed to make sure that you 24have the freedom to distribute copies of free software (and charge for 25this service if you wish), that you receive source code or can get it 26if you want it, that you can change the software or use pieces of it 27in new free programs; and that you know you can do these things. 28 29 To protect your rights, we need to make restrictions that forbid 30anyone to deny you these rights or to ask you to surrender the rights. 31These restrictions translate to certain responsibilities for you if you 32distribute copies of the software, or if you modify it. 33 34 For example, if you distribute copies of such a program, whether 35gratis or for a fee, you must give the recipients all the rights that 36you have. You must make sure that they, too, receive or can get the 37source code. And you must show them these terms so they know their 38rights. 39 40 We protect your rights with two steps: (1) copyright the software, and 41(2) offer you this license which gives you legal permission to copy, 42distribute and/or modify the software. 43 44 Also, for each author's protection and ours, we want to make certain 45that everyone understands that there is no warranty for this free 46software. If the software is modified by someone else and passed on, we 47want its recipients to know that what they have is not the original, so 48that any problems introduced by others will not reflect on the original 49authors' reputations. 50 51 Finally, any free program is threatened constantly by software 52patents. We wish to avoid the danger that redistributors of a free 53program will individually obtain patent licenses, in effect making the 54program proprietary. To prevent this, we have made it clear that any 55patent must be licensed for everyone's free use or not licensed at all. 56 57 The precise terms and conditions for copying, distribution and 58modification follow. 59 60 GNU GENERAL PUBLIC LICENSE 61 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 62 63 0. This License applies to any program or other work which contains 64a notice placed by the copyright holder saying it may be distributed 65under the terms of this General Public License. The "Program", below, 66refers to any such program or work, and a "work based on the Program" 67means either the Program or any derivative work under copyright law: 68that is to say, a work containing the Program or a portion of it, 69either verbatim or with modifications and/or translated into another 70language. (Hereinafter, translation is included without limitation in 71the term "modification".) Each licensee is addressed as "you". 72 73Activities other than copying, distribution and modification are not 74covered by this License; they are outside its scope. The act of 75running the Program is not restricted, and the output from the Program 76is covered only if its contents constitute a work based on the 77Program (independent of having been made by running the Program). 78Whether that is true depends on what the Program does. 79 80 1. You may copy and distribute verbatim copies of the Program's 81source code as you receive it, in any medium, provided that you 82conspicuously and appropriately publish on each copy an appropriate 83copyright notice and disclaimer of warranty; keep intact all the 84notices that refer to this License and to the absence of any warranty; 85and give any other recipients of the Program a copy of this License 86along with the Program. 87 88You may charge a fee for the physical act of transferring a copy, and 89you may at your option offer warranty protection in exchange for a fee. 90 91 2. You may modify your copy or copies of the Program or any portion 92of it, thus forming a work based on the Program, and copy and 93distribute such modifications or work under the terms of Section 1 94above, provided that you also meet all of these conditions: 95 96 a) You must cause the modified files to carry prominent notices 97 stating that you changed the files and the date of any change. 98 99 b) You must cause any work that you distribute or publish, that in 100 whole or in part contains or is derived from the Program or any 101 part thereof, to be licensed as a whole at no charge to all third 102 parties under the terms of this License. 103 104 c) If the modified program normally reads commands interactively 105 when run, you must cause it, when started running for such 106 interactive use in the most ordinary way, to print or display an 107 announcement including an appropriate copyright notice and a 108 notice that there is no warranty (or else, saying that you provide 109 a warranty) and that users may redistribute the program under 110 these conditions, and telling the user how to view a copy of this 111 License. (Exception: if the Program itself is interactive but 112 does not normally print such an announcement, your work based on 113 the Program is not required to print an announcement.) 114 115These requirements apply to the modified work as a whole. If 116identifiable sections of that work are not derived from the Program, 117and can be reasonably considered independent and separate works in 118themselves, then this License, and its terms, do not apply to those 119sections when you distribute them as separate works. But when you 120distribute the same sections as part of a whole which is a work based 121on the Program, the distribution of the whole must be on the terms of 122this License, whose permissions for other licensees extend to the 123entire whole, and thus to each and every part regardless of who wrote it. 124 125Thus, it is not the intent of this section to claim rights or contest 126your rights to work written entirely by you; rather, the intent is to 127exercise the right to control the distribution of derivative or 128collective works based on the Program. 129 130In addition, mere aggregation of another work not based on the Program 131with the Program (or with a work based on the Program) on a volume of 132a storage or distribution medium does not bring the other work under 133the scope of this License. 134 135 3. You may copy and distribute the Program (or a work based on it, 136under Section 2) in object code or executable form under the terms of 137Sections 1 and 2 above provided that you also do one of the following: 138 139 a) Accompany it with the complete corresponding machine-readable 140 source code, which must be distributed under the terms of Sections 141 1 and 2 above on a medium customarily used for software interchange; or, 142 143 b) Accompany it with a written offer, valid for at least three 144 years, to give any third party, for a charge no more than your 145 cost of physically performing source distribution, a complete 146 machine-readable copy of the corresponding source code, to be 147 distributed under the terms of Sections 1 and 2 above on a medium 148 customarily used for software interchange; or, 149 150 c) Accompany it with the information you received as to the offer 151 to distribute corresponding source code. (This alternative is 152 allowed only for noncommercial distribution and only if you 153 received the program in object code or executable form with such 154 an offer, in accord with Subsection b above.) 155 156The source code for a work means the preferred form of the work for 157making modifications to it. For an executable work, complete source 158code means all the source code for all modules it contains, plus any 159associated interface definition files, plus the scripts used to 160control compilation and installation of the executable. However, as a 161special exception, the source code distributed need not include 162anything that is normally distributed (in either source or binary 163form) with the major components (compiler, kernel, and so on) of the 164operating system on which the executable runs, unless that component 165itself accompanies the executable. 166 167If distribution of executable or object code is made by offering 168access to copy from a designated place, then offering equivalent 169access to copy the source code from the same place counts as 170distribution of the source code, even though third parties are not 171compelled to copy the source along with the object code. 172 173 4. You may not copy, modify, sublicense, or distribute the Program 174except as expressly provided under this License. Any attempt 175otherwise to copy, modify, sublicense or distribute the Program is 176void, and will automatically terminate your rights under this License. 177However, parties who have received copies, or rights, from you under 178this License will not have their licenses terminated so long as such 179parties remain in full compliance. 180 181 5. You are not required to accept this License, since you have not 182signed it. However, nothing else grants you permission to modify or 183distribute the Program or its derivative works. These actions are 184prohibited by law if you do not accept this License. Therefore, by 185modifying or distributing the Program (or any work based on the 186Program), you indicate your acceptance of this License to do so, and 187all its terms and conditions for copying, distributing or modifying 188the Program or works based on it. 189 190 6. Each time you redistribute the Program (or any work based on the 191Program), the recipient automatically receives a license from the 192original licensor to copy, distribute or modify the Program subject to 193these terms and conditions. You may not impose any further 194restrictions on the recipients' exercise of the rights granted herein. 195You are not responsible for enforcing compliance by third parties to 196this License. 197 198 7. If, as a consequence of a court judgment or allegation of patent 199infringement or for any other reason (not limited to patent issues), 200conditions are imposed on you (whether by court order, agreement or 201otherwise) that contradict the conditions of this License, they do not 202excuse you from the conditions of this License. If you cannot 203distribute so as to satisfy simultaneously your obligations under this 204License and any other pertinent obligations, then as a consequence you 205may not distribute the Program at all. For example, if a patent 206license would not permit royalty-free redistribution of the Program by 207all those who receive copies directly or indirectly through you, then 208the only way you could satisfy both it and this License would be to 209refrain entirely from distribution of the Program. 210 211If any portion of this section is held invalid or unenforceable under 212any particular circumstance, the balance of the section is intended to 213apply and the section as a whole is intended to apply in other 214circumstances. 215 216It is not the purpose of this section to induce you to infringe any 217patents or other property right claims or to contest validity of any 218such claims; this section has the sole purpose of protecting the 219integrity of the free software distribution system, which is 220implemented by public license practices. Many people have made 221generous contributions to the wide range of software distributed 222through that system in reliance on consistent application of that 223system; it is up to the author/donor to decide if he or she is willing 224to distribute software through any other system and a licensee cannot 225impose that choice. 226 227This section is intended to make thoroughly clear what is believed to 228be a consequence of the rest of this License. 229 230 8. If the distribution and/or use of the Program is restricted in 231certain countries either by patents or by copyrighted interfaces, the 232original copyright holder who places the Program under this License 233may add an explicit geographical distribution limitation excluding 234those countries, so that distribution is permitted only in or among 235countries not thus excluded. In such case, this License incorporates 236the limitation as if written in the body of this License. 237 238 9. The Free Software Foundation may publish revised and/or new versions 239of the General Public License from time to time. Such new versions will 240be similar in spirit to the present version, but may differ in detail to 241address new problems or concerns. 242 243Each version is given a distinguishing version number. If the Program 244specifies a version number of this License which applies to it and "any 245later version", you have the option of following the terms and conditions 246either of that version or of any later version published by the Free 247Software Foundation. If the Program does not specify a version number of 248this License, you may choose any version ever published by the Free Software 249Foundation. 250 251 10. If you wish to incorporate parts of the Program into other free 252programs whose distribution conditions are different, write to the author 253to ask for permission. For software which is copyrighted by the Free 254Software Foundation, write to the Free Software Foundation; we sometimes 255make exceptions for this. Our decision will be guided by the two goals 256of preserving the free status of all derivatives of our free software and 257of promoting the sharing and reuse of software generally. 258 259 NO WARRANTY 260 261 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 262FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 263OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 264PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 265OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 266MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 267TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 268PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 269REPAIR OR CORRECTION. 270 271 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 272WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 273REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 274INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 275OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 276TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 277YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 278PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 279POSSIBILITY OF SUCH DAMAGES. 280 281 END OF TERMS AND CONDITIONS 282 283 How to Apply These Terms to Your New Programs 284 285 If you develop a new program, and you want it to be of the greatest 286possible use to the public, the best way to achieve this is to make it 287free software which everyone can redistribute and change under these terms. 288 289 To do so, attach the following notices to the program. It is safest 290to attach them to the start of each source file to most effectively 291convey the exclusion of warranty; and each file should have at least 292the "copyright" line and a pointer to where the full notice is found. 293 294 <one line to give the program's name and a brief idea of what it does.> 295 Copyright (C) <year> <name of author> 296 297 This program is free software; you can redistribute it and/or modify 298 it under the terms of the GNU General Public License as published by 299 the Free Software Foundation; either version 2 of the License, or 300 (at your option) any later version. 301 302 This program is distributed in the hope that it will be useful, 303 but WITHOUT ANY WARRANTY; without even the implied warranty of 304 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 305 GNU General Public License for more details. 306 307 You should have received a copy of the GNU General Public License 308 along with this program; if not, write to the Free Software 309 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 310 311 312Also add information on how to contact you by electronic and paper mail. 313 314If the program is interactive, make it output a short notice like this 315when it starts in an interactive mode: 316 317 Gnomovision version 69, Copyright (C) year name of author 318 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 319 This is free software, and you are welcome to redistribute it 320 under certain conditions; type `show c' for details. 321 322The hypothetical commands `show w' and `show c' should show the appropriate 323parts of the General Public License. Of course, the commands you use may 324be called something other than `show w' and `show c'; they could even be 325mouse-clicks or menu items--whatever suits your program. 326 327You should also get your employer (if you work as a programmer) or your 328school, if any, to sign a "copyright disclaimer" for the program, if 329necessary. Here is a sample; alter the names: 330 331 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 332 `Gnomovision' (which makes passes at compilers) written by James Hacker. 333 334 <signature of Ty Coon>, 1 April 1989 335 Ty Coon, President of Vice 336 337This General Public License does not permit incorporating your program into 338proprietary programs. If your program is a subroutine library, you may 339consider it more useful to permit linking proprietary applications with the 340library. If this is what you want to do, use the GNU Library General 341Public License instead of this License. 342 343 344############################################################################### 345 346 GNU LESSER GENERAL PUBLIC LICENSE 347 Version 2.1, February 1999 348 349 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 350 <https://fsf.org/> 351 Everyone is permitted to copy and distribute verbatim copies 352 of this license document, but changing it is not allowed. 353 354[This is the first released version of the Lesser GPL. It also counts 355 as the successor of the GNU Library Public License, version 2, hence 356 the version number 2.1.] 357 358 Preamble 359 360 The licenses for most software are designed to take away your 361freedom to share and change it. By contrast, the GNU General Public 362Licenses are intended to guarantee your freedom to share and change 363free software--to make sure the software is free for all its users. 364 365 This license, the Lesser General Public License, applies to some 366specially designated software packages--typically libraries--of the 367Free Software Foundation and other authors who decide to use it. You 368can use it too, but we suggest you first think carefully about whether 369this license or the ordinary General Public License is the better 370strategy to use in any particular case, based on the explanations below. 371 372 When we speak of free software, we are referring to freedom of use, 373not price. Our General Public Licenses are designed to make sure that 374you have the freedom to distribute copies of free software (and charge 375for this service if you wish); that you receive source code or can get 376it if you want it; that you can change the software and use pieces of 377it in new free programs; and that you are informed that you can do 378these things. 379 380 To protect your rights, we need to make restrictions that forbid 381distributors to deny you these rights or to ask you to surrender these 382rights. These restrictions translate to certain responsibilities for 383you if you distribute copies of the library or if you modify it. 384 385 For example, if you distribute copies of the library, whether gratis 386or for a fee, you must give the recipients all the rights that we gave 387you. You must make sure that they, too, receive or can get the source 388code. If you link other code with the library, you must provide 389complete object files to the recipients, so that they can relink them 390with the library after making changes to the library and recompiling 391it. And you must show them these terms so they know their rights. 392 393 We protect your rights with a two-step method: (1) we copyright the 394library, and (2) we offer you this license, which gives you legal 395permission to copy, distribute and/or modify the library. 396 397 To protect each distributor, we want to make it very clear that 398there is no warranty for the free library. Also, if the library is 399modified by someone else and passed on, the recipients should know 400that what they have is not the original version, so that the original 401author's reputation will not be affected by problems that might be 402introduced by others. 403 404 Finally, software patents pose a constant threat to the existence of 405any free program. We wish to make sure that a company cannot 406effectively restrict the users of a free program by obtaining a 407restrictive license from a patent holder. Therefore, we insist that 408any patent license obtained for a version of the library must be 409consistent with the full freedom of use specified in this license. 410 411 Most GNU software, including some libraries, is covered by the 412ordinary GNU General Public License. This license, the GNU Lesser 413General Public License, applies to certain designated libraries, and 414is quite different from the ordinary General Public License. We use 415this license for certain libraries in order to permit linking those 416libraries into non-free programs. 417 418 When a program is linked with a library, whether statically or using 419a shared library, the combination of the two is legally speaking a 420combined work, a derivative of the original library. The ordinary 421General Public License therefore permits such linking only if the 422entire combination fits its criteria of freedom. The Lesser General 423Public License permits more lax criteria for linking other code with 424the library. 425 426 We call this license the "Lesser" General Public License because it 427does Less to protect the user's freedom than the ordinary General 428Public License. It also provides other free software developers Less 429of an advantage over competing non-free programs. These disadvantages 430are the reason we use the ordinary General Public License for many 431libraries. However, the Lesser license provides advantages in certain 432special circumstances. 433 434 For example, on rare occasions, there may be a special need to 435encourage the widest possible use of a certain library, so that it becomes 436a de-facto standard. To achieve this, non-free programs must be 437allowed to use the library. A more frequent case is that a free 438library does the same job as widely used non-free libraries. In this 439case, there is little to gain by limiting the free library to free 440software only, so we use the Lesser General Public License. 441 442 In other cases, permission to use a particular library in non-free 443programs enables a greater number of people to use a large body of 444free software. For example, permission to use the GNU C Library in 445non-free programs enables many more people to use the whole GNU 446operating system, as well as its variant, the GNU/Linux operating 447system. 448 449 Although the Lesser General Public License is Less protective of the 450users' freedom, it does ensure that the user of a program that is 451linked with the Library has the freedom and the wherewithal to run 452that program using a modified version of the Library. 453 454 The precise terms and conditions for copying, distribution and 455modification follow. Pay close attention to the difference between a 456"work based on the library" and a "work that uses the library". The 457former contains code derived from the library, whereas the latter must 458be combined with the library in order to run. 459 460 GNU LESSER GENERAL PUBLIC LICENSE 461 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 462 463 0. This License Agreement applies to any software library or other 464program which contains a notice placed by the copyright holder or 465other authorized party saying it may be distributed under the terms of 466this Lesser General Public License (also called "this License"). 467Each licensee is addressed as "you". 468 469 A "library" means a collection of software functions and/or data 470prepared so as to be conveniently linked with application programs 471(which use some of those functions and data) to form executables. 472 473 The "Library", below, refers to any such software library or work 474which has been distributed under these terms. A "work based on the 475Library" means either the Library or any derivative work under 476copyright law: that is to say, a work containing the Library or a 477portion of it, either verbatim or with modifications and/or translated 478straightforwardly into another language. (Hereinafter, translation is 479included without limitation in the term "modification".) 480 481 "Source code" for a work means the preferred form of the work for 482making modifications to it. For a library, complete source code means 483all the source code for all modules it contains, plus any associated 484interface definition files, plus the scripts used to control compilation 485and installation of the library. 486 487 Activities other than copying, distribution and modification are not 488covered by this License; they are outside its scope. The act of 489running a program using the Library is not restricted, and output from 490such a program is covered only if its contents constitute a work based 491on the Library (independent of the use of the Library in a tool for 492writing it). Whether that is true depends on what the Library does 493and what the program that uses the Library does. 494 495 1. You may copy and distribute verbatim copies of the Library's 496complete source code as you receive it, in any medium, provided that 497you conspicuously and appropriately publish on each copy an 498appropriate copyright notice and disclaimer of warranty; keep intact 499all the notices that refer to this License and to the absence of any 500warranty; and distribute a copy of this License along with the 501Library. 502 503 You may charge a fee for the physical act of transferring a copy, 504and you may at your option offer warranty protection in exchange for a 505fee. 506 507 2. You may modify your copy or copies of the Library or any portion 508of it, thus forming a work based on the Library, and copy and 509distribute such modifications or work under the terms of Section 1 510above, provided that you also meet all of these conditions: 511 512 a) The modified work must itself be a software library. 513 514 b) You must cause the files modified to carry prominent notices 515 stating that you changed the files and the date of any change. 516 517 c) You must cause the whole of the work to be licensed at no 518 charge to all third parties under the terms of this License. 519 520 d) If a facility in the modified Library refers to a function or a 521 table of data to be supplied by an application program that uses 522 the facility, other than as an argument passed when the facility 523 is invoked, then you must make a good faith effort to ensure that, 524 in the event an application does not supply such function or 525 table, the facility still operates, and performs whatever part of 526 its purpose remains meaningful. 527 528 (For example, a function in a library to compute square roots has 529 a purpose that is entirely well-defined independent of the 530 application. Therefore, Subsection 2d requires that any 531 application-supplied function or table used by this function must 532 be optional: if the application does not supply it, the square 533 root function must still compute square roots.) 534 535These requirements apply to the modified work as a whole. If 536identifiable sections of that work are not derived from the Library, 537and can be reasonably considered independent and separate works in 538themselves, then this License, and its terms, do not apply to those 539sections when you distribute them as separate works. But when you 540distribute the same sections as part of a whole which is a work based 541on the Library, the distribution of the whole must be on the terms of 542this License, whose permissions for other licensees extend to the 543entire whole, and thus to each and every part regardless of who wrote 544it. 545 546Thus, it is not the intent of this section to claim rights or contest 547your rights to work written entirely by you; rather, the intent is to 548exercise the right to control the distribution of derivative or 549collective works based on the Library. 550 551In addition, mere aggregation of another work not based on the Library 552with the Library (or with a work based on the Library) on a volume of 553a storage or distribution medium does not bring the other work under 554the scope of this License. 555 556 3. You may opt to apply the terms of the ordinary GNU General Public 557License instead of this License to a given copy of the Library. To do 558this, you must alter all the notices that refer to this License, so 559that they refer to the ordinary GNU General Public License, version 2, 560instead of to this License. (If a newer version than version 2 of the 561ordinary GNU General Public License has appeared, then you can specify 562that version instead if you wish.) Do not make any other change in 563these notices. 564 565 Once this change is made in a given copy, it is irreversible for 566that copy, so the ordinary GNU General Public License applies to all 567subsequent copies and derivative works made from that copy. 568 569 This option is useful when you wish to copy part of the code of 570the Library into a program that is not a library. 571 572 4. You may copy and distribute the Library (or a portion or 573derivative of it, under Section 2) in object code or executable form 574under the terms of Sections 1 and 2 above provided that you accompany 575it with the complete corresponding machine-readable source code, which 576must be distributed under the terms of Sections 1 and 2 above on a 577medium customarily used for software interchange. 578 579 If distribution of object code is made by offering access to copy 580from a designated place, then offering equivalent access to copy the 581source code from the same place satisfies the requirement to 582distribute the source code, even though third parties are not 583compelled to copy the source along with the object code. 584 585 5. A program that contains no derivative of any portion of the 586Library, but is designed to work with the Library by being compiled or 587linked with it, is called a "work that uses the Library". Such a 588work, in isolation, is not a derivative work of the Library, and 589therefore falls outside the scope of this License. 590 591 However, linking a "work that uses the Library" with the Library 592creates an executable that is a derivative of the Library (because it 593contains portions of the Library), rather than a "work that uses the 594library". The executable is therefore covered by this License. 595Section 6 states terms for distribution of such executables. 596 597 When a "work that uses the Library" uses material from a header file 598that is part of the Library, the object code for the work may be a 599derivative work of the Library even though the source code is not. 600Whether this is true is especially significant if the work can be 601linked without the Library, or if the work is itself a library. The 602threshold for this to be true is not precisely defined by law. 603 604 If such an object file uses only numerical parameters, data 605structure layouts and accessors, and small macros and small inline 606functions (ten lines or less in length), then the use of the object 607file is unrestricted, regardless of whether it is legally a derivative 608work. (Executables containing this object code plus portions of the 609Library will still fall under Section 6.) 610 611 Otherwise, if the work is a derivative of the Library, you may 612distribute the object code for the work under the terms of Section 6. 613Any executables containing that work also fall under Section 6, 614whether or not they are linked directly with the Library itself. 615 616 6. As an exception to the Sections above, you may also combine or 617link a "work that uses the Library" with the Library to produce a 618work containing portions of the Library, and distribute that work 619under terms of your choice, provided that the terms permit 620modification of the work for the customer's own use and reverse 621engineering for debugging such modifications. 622 623 You must give prominent notice with each copy of the work that the 624Library is used in it and that the Library and its use are covered by 625this License. You must supply a copy of this License. If the work 626during execution displays copyright notices, you must include the 627copyright notice for the Library among them, as well as a reference 628directing the user to the copy of this License. Also, you must do one 629of these things: 630 631 a) Accompany the work with the complete corresponding 632 machine-readable source code for the Library including whatever 633 changes were used in the work (which must be distributed under 634 Sections 1 and 2 above); and, if the work is an executable linked 635 with the Library, with the complete machine-readable "work that 636 uses the Library", as object code and/or source code, so that the 637 user can modify the Library and then relink to produce a modified 638 executable containing the modified Library. (It is understood 639 that the user who changes the contents of definitions files in the 640 Library will not necessarily be able to recompile the application 641 to use the modified definitions.) 642 643 b) Use a suitable shared library mechanism for linking with the 644 Library. A suitable mechanism is one that (1) uses at run time a 645 copy of the library already present on the user's computer system, 646 rather than copying library functions into the executable, and (2) 647 will operate properly with a modified version of the library, if 648 the user installs one, as long as the modified version is 649 interface-compatible with the version that the work was made with. 650 651 c) Accompany the work with a written offer, valid for at 652 least three years, to give the same user the materials 653 specified in Subsection 6a, above, for a charge no more 654 than the cost of performing this distribution. 655 656 d) If distribution of the work is made by offering access to copy 657 from a designated place, offer equivalent access to copy the above 658 specified materials from the same place. 659 660 e) Verify that the user has already received a copy of these 661 materials or that you have already sent this user a copy. 662 663 For an executable, the required form of the "work that uses the 664Library" must include any data and utility programs needed for 665reproducing the executable from it. However, as a special exception, 666the materials to be distributed need not include anything that is 667normally distributed (in either source or binary form) with the major 668components (compiler, kernel, and so on) of the operating system on 669which the executable runs, unless that component itself accompanies 670the executable. 671 672 It may happen that this requirement contradicts the license 673restrictions of other proprietary libraries that do not normally 674accompany the operating system. Such a contradiction means you cannot 675use both them and the Library together in an executable that you 676distribute. 677 678 7. You may place library facilities that are a work based on the 679Library side-by-side in a single library together with other library 680facilities not covered by this License, and distribute such a combined 681library, provided that the separate distribution of the work based on 682the Library and of the other library facilities is otherwise 683permitted, and provided that you do these two things: 684 685 a) Accompany the combined library with a copy of the same work 686 based on the Library, uncombined with any other library 687 facilities. This must be distributed under the terms of the 688 Sections above. 689 690 b) Give prominent notice with the combined library of the fact 691 that part of it is a work based on the Library, and explaining 692 where to find the accompanying uncombined form of the same work. 693 694 8. You may not copy, modify, sublicense, link with, or distribute 695the Library except as expressly provided under this License. Any 696attempt otherwise to copy, modify, sublicense, link with, or 697distribute the Library is void, and will automatically terminate your 698rights under this License. However, parties who have received copies, 699or rights, from you under this License will not have their licenses 700terminated so long as such parties remain in full compliance. 701 702 9. You are not required to accept this License, since you have not 703signed it. However, nothing else grants you permission to modify or 704distribute the Library or its derivative works. These actions are 705prohibited by law if you do not accept this License. Therefore, by 706modifying or distributing the Library (or any work based on the 707Library), you indicate your acceptance of this License to do so, and 708all its terms and conditions for copying, distributing or modifying 709the Library or works based on it. 710 711 10. Each time you redistribute the Library (or any work based on the 712Library), the recipient automatically receives a license from the 713original licensor to copy, distribute, link with or modify the Library 714subject to these terms and conditions. You may not impose any further 715restrictions on the recipients' exercise of the rights granted herein. 716You are not responsible for enforcing compliance by third parties with 717this License. 718 719 11. If, as a consequence of a court judgment or allegation of patent 720infringement or for any other reason (not limited to patent issues), 721conditions are imposed on you (whether by court order, agreement or 722otherwise) that contradict the conditions of this License, they do not 723excuse you from the conditions of this License. If you cannot 724distribute so as to satisfy simultaneously your obligations under this 725License and any other pertinent obligations, then as a consequence you 726may not distribute the Library at all. For example, if a patent 727license would not permit royalty-free redistribution of the Library by 728all those who receive copies directly or indirectly through you, then 729the only way you could satisfy both it and this License would be to 730refrain entirely from distribution of the Library. 731 732If any portion of this section is held invalid or unenforceable under any 733particular circumstance, the balance of the section is intended to apply, 734and the section as a whole is intended to apply in other circumstances. 735 736It is not the purpose of this section to induce you to infringe any 737patents or other property right claims or to contest validity of any 738such claims; this section has the sole purpose of protecting the 739integrity of the free software distribution system which is 740implemented by public license practices. Many people have made 741generous contributions to the wide range of software distributed 742through that system in reliance on consistent application of that 743system; it is up to the author/donor to decide if he or she is willing 744to distribute software through any other system and a licensee cannot 745impose that choice. 746 747This section is intended to make thoroughly clear what is believed to 748be a consequence of the rest of this License. 749 750 12. If the distribution and/or use of the Library is restricted in 751certain countries either by patents or by copyrighted interfaces, the 752original copyright holder who places the Library under this License may add 753an explicit geographical distribution limitation excluding those countries, 754so that distribution is permitted only in or among countries not thus 755excluded. In such case, this License incorporates the limitation as if 756written in the body of this License. 757 758 13. The Free Software Foundation may publish revised and/or new 759versions of the Lesser General Public License from time to time. 760Such new versions will be similar in spirit to the present version, 761but may differ in detail to address new problems or concerns. 762 763Each version is given a distinguishing version number. If the Library 764specifies a version number of this License which applies to it and 765"any later version", you have the option of following the terms and 766conditions either of that version or of any later version published by 767the Free Software Foundation. If the Library does not specify a 768license version number, you may choose any version ever published by 769the Free Software Foundation. 770 771 14. If you wish to incorporate parts of the Library into other free 772programs whose distribution conditions are incompatible with these, 773write to the author to ask for permission. For software which is 774copyrighted by the Free Software Foundation, write to the Free 775Software Foundation; we sometimes make exceptions for this. Our 776decision will be guided by the two goals of preserving the free status 777of all derivatives of our free software and of promoting the sharing 778and reuse of software generally. 779 780 NO WARRANTY 781 782 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 783WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 784EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 785OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 786KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 787IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 788PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 789LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 790THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 791 792 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 793WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 794AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 795FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 796CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 797LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 798RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 799FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 800SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 801DAMAGES. 802 803 END OF TERMS AND CONDITIONS 804 805 How to Apply These Terms to Your New Libraries 806 807 If you develop a new library, and you want it to be of the greatest 808possible use to the public, we recommend making it free software that 809everyone can redistribute and change. You can do so by permitting 810redistribution under these terms (or, alternatively, under the terms of the 811ordinary General Public License). 812 813 To apply these terms, attach the following notices to the library. It is 814safest to attach them to the start of each source file to most effectively 815convey the exclusion of warranty; and each file should have at least the 816"copyright" line and a pointer to where the full notice is found. 817 818 <one line to give the library's name and a brief idea of what it does.> 819 Copyright (C) <year> <name of author> 820 821 This library is free software; you can redistribute it and/or 822 modify it under the terms of the GNU Lesser General Public 823 License as published by the Free Software Foundation; either 824 version 2.1 of the License, or (at your option) any later version. 825 826 This library is distributed in the hope that it will be useful, 827 but WITHOUT ANY WARRANTY; without even the implied warranty of 828 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 829 Lesser General Public License for more details. 830 831 You should have received a copy of the GNU Lesser General Public 832 License along with this library; if not, see <https://www.gnu.org/licenses/>. 833 834Also add information on how to contact you by electronic and paper mail. 835 836You should also get your employer (if you work as a programmer) or your 837school, if any, to sign a "copyright disclaimer" for the library, if 838necessary. Here is a sample; alter the names: 839 840 Yoyodyne, Inc., hereby disclaims all copyright interest in the 841 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 842 843 <signature of Moe Ghoul>, 1 April 1990 844 Moe Ghoul, President of Vice 845 846That's all there is to it! 847 848 849############################################################################### 850 851 BSD-3-clause 852 853Copyright (C) 1999-2012 the contributors 854Redistribution and use in source and binary forms, with or without 855modification, are permitted provided that the following conditions 856are met: 8571. Redistributions of source code must retain the above copyright 858 notice, this list of conditions and the following disclaimer. 8592. Redistributions in binary form must reproduce the above copyright 860 notice, this list of conditions and the following disclaimer in 861 the documentation and/or other materials provided with the 862 distribution. 8633. The names of its contributors may not be used to endorse or promote 864 products derived from this software without specific prior written 865 permission. 866 867THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 868"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 869LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 870A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 871OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 872SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 873TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 874PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 875LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 876NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 877SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 878 879############################################################################### 880 881 BSD-2-clause 882 883Copyright (c) 2009 Hans de Goede <hdegoede@redhat.com> 884Redistribution and use in source and binary forms, with or without modification, 885are permitted provided that the following conditions are met: 886 8871. Redistributions of source code must retain the above copyright notice, this 888list of conditions and the following disclaimer. 889 8902. Redistributions in binary form must reproduce the above copyright notice, 891this list of conditions and the following disclaimer in the documentation 892and/or other materials provided with the distribution. 893 894THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND 895ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 896WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 897DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR 898ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 899(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 900LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 901ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 902(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 903SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 904 905###############################################################################a 906 907 GNU GENERAL PUBLIC LICENSE 908 Version 3, 29 June 2007 909 910 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> 911 Everyone is permitted to copy and distribute verbatim copies 912 of this license document, but changing it is not allowed. 913 914 Preamble 915 916 The GNU General Public License is a free, copyleft license for 917software and other kinds of works. 918 919 The licenses for most software and other practical works are designed 920to take away your freedom to share and change the works. By contrast, 921the GNU General Public License is intended to guarantee your freedom to 922share and change all versions of a program--to make sure it remains free 923software for all its users. We, the Free Software Foundation, use the 924GNU General Public License for most of our software; it applies also to 925any other work released this way by its authors. You can apply it to 926your programs, too. 927 928 When we speak of free software, we are referring to freedom, not 929price. Our General Public Licenses are designed to make sure that you 930have the freedom to distribute copies of free software (and charge for 931them if you wish), that you receive source code or can get it if you 932want it, that you can change the software or use pieces of it in new 933free programs, and that you know you can do these things. 934 935 To protect your rights, we need to prevent others from denying you 936these rights or asking you to surrender the rights. Therefore, you have 937certain responsibilities if you distribute copies of the software, or if 938you modify it: responsibilities to respect the freedom of others. 939 940 For example, if you distribute copies of such a program, whether 941gratis or for a fee, you must pass on to the recipients the same 942freedoms that you received. You must make sure that they, too, receive 943or can get the source code. And you must show them these terms so they 944know their rights. 945 946 Developers that use the GNU GPL protect your rights with two steps: 947(1) assert copyright on the software, and (2) offer you this License 948giving you legal permission to copy, distribute and/or modify it. 949 950 For the developers' and authors' protection, the GPL clearly explains 951that there is no warranty for this free software. For both users' and 952authors' sake, the GPL requires that modified versions be marked as 953changed, so that their problems will not be attributed erroneously to 954authors of previous versions. 955 956 Some devices are designed to deny users access to install or run 957modified versions of the software inside them, although the manufacturer 958can do so. This is fundamentally incompatible with the aim of 959protecting users' freedom to change the software. The systematic 960pattern of such abuse occurs in the area of products for individuals to 961use, which is precisely where it is most unacceptable. Therefore, we 962have designed this version of the GPL to prohibit the practice for those 963products. If such problems arise substantially in other domains, we 964stand ready to extend this provision to those domains in future versions 965of the GPL, as needed to protect the freedom of users. 966 967 Finally, every program is threatened constantly by software patents. 968States should not allow patents to restrict development and use of 969software on general-purpose computers, but in those that do, we wish to 970avoid the special danger that patents applied to a free program could 971make it effectively proprietary. To prevent this, the GPL assures that 972patents cannot be used to render the program non-free. 973 974 The precise terms and conditions for copying, distribution and 975modification follow. 976 977 TERMS AND CONDITIONS 978 979 0. Definitions. 980 981 "This License" refers to version 3 of the GNU General Public License. 982 983 "Copyright" also means copyright-like laws that apply to other kinds of 984works, such as semiconductor masks. 985 986 "The Program" refers to any copyrightable work licensed under this 987License. Each licensee is addressed as "you". "Licensees" and 988"recipients" may be individuals or organizations. 989 990 To "modify" a work means to copy from or adapt all or part of the work 991in a fashion requiring copyright permission, other than the making of an 992exact copy. The resulting work is called a "modified version" of the 993earlier work or a work "based on" the earlier work. 994 995 A "covered work" means either the unmodified Program or a work based 996on the Program. 997 998 To "propagate" a work means to do anything with it that, without 999permission, would make you directly or secondarily liable for 1000infringement under applicable copyright law, except executing it on a 1001computer or modifying a private copy. Propagation includes copying, 1002distribution (with or without modification), making available to the 1003public, and in some countries other activities as well. 1004 1005 To "convey" a work means any kind of propagation that enables other 1006parties to make or receive copies. Mere interaction with a user through 1007a computer network, with no transfer of a copy, is not conveying. 1008 1009 An interactive user interface displays "Appropriate Legal Notices" 1010to the extent that it includes a convenient and prominently visible 1011feature that (1) displays an appropriate copyright notice, and (2) 1012tells the user that there is no warranty for the work (except to the 1013extent that warranties are provided), that licensees may convey the 1014work under this License, and how to view a copy of this License. If 1015the interface presents a list of user commands or options, such as a 1016menu, a prominent item in the list meets this criterion. 1017 1018 1. Source Code. 1019 1020 The "source code" for a work means the preferred form of the work 1021for making modifications to it. "Object code" means any non-source 1022form of a work. 1023 1024 A "Standard Interface" means an interface that either is an official 1025standard defined by a recognized standards body, or, in the case of 1026interfaces specified for a particular programming language, one that 1027is widely used among developers working in that language. 1028 1029 The "System Libraries" of an executable work include anything, other 1030than the work as a whole, that (a) is included in the normal form of 1031packaging a Major Component, but which is not part of that Major 1032Component, and (b) serves only to enable use of the work with that 1033Major Component, or to implement a Standard Interface for which an 1034implementation is available to the public in source code form. A 1035"Major Component", in this context, means a major essential component 1036(kernel, window system, and so on) of the specific operating system 1037(if any) on which the executable work runs, or a compiler used to 1038produce the work, or an object code interpreter used to run it. 1039 1040 The "Corresponding Source" for a work in object code form means all 1041the source code needed to generate, install, and (for an executable 1042work) run the object code and to modify the work, including scripts to 1043control those activities. However, it does not include the work's 1044System Libraries, or general-purpose tools or generally available free 1045programs which are used unmodified in performing those activities but 1046which are not part of the work. For example, Corresponding Source 1047includes interface definition files associated with source files for 1048the work, and the source code for shared libraries and dynamically 1049linked subprograms that the work is specifically designed to require, 1050such as by intimate data communication or control flow between those 1051subprograms and other parts of the work. 1052 1053 The Corresponding Source need not include anything that users 1054can regenerate automatically from other parts of the Corresponding 1055Source. 1056 1057 The Corresponding Source for a work in source code form is that 1058same work. 1059 1060 2. Basic Permissions. 1061 1062 All rights granted under this License are granted for the term of 1063copyright on the Program, and are irrevocable provided the stated 1064conditions are met. This License explicitly affirms your unlimited 1065permission to run the unmodified Program. The output from running a 1066covered work is covered by this License only if the output, given its 1067content, constitutes a covered work. This License acknowledges your 1068rights of fair use or other equivalent, as provided by copyright law. 1069 1070 You may make, run and propagate covered works that you do not 1071convey, without conditions so long as your license otherwise remains 1072in force. You may convey covered works to others for the sole purpose 1073of having them make modifications exclusively for you, or provide you 1074with facilities for running those works, provided that you comply with 1075the terms of this License in conveying all material for which you do 1076not control copyright. Those thus making or running the covered works 1077for you must do so exclusively on your behalf, under your direction 1078and control, on terms that prohibit them from making any copies of 1079your copyrighted material outside their relationship with you. 1080 1081 Conveying under any other circumstances is permitted solely under 1082the conditions stated below. Sublicensing is not allowed; section 10 1083makes it unnecessary. 1084 1085 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 1086 1087 No covered work shall be deemed part of an effective technological 1088measure under any applicable law fulfilling obligations under article 108911 of the WIPO copyright treaty adopted on 20 December 1996, or 1090similar laws prohibiting or restricting circumvention of such 1091measures. 1092 1093 When you convey a covered work, you waive any legal power to forbid 1094circumvention of technological measures to the extent such circumvention 1095is effected by exercising rights under this License with respect to 1096the covered work, and you disclaim any intention to limit operation or 1097modification of the work as a means of enforcing, against the work's 1098users, your or third parties' legal rights to forbid circumvention of 1099technological measures. 1100 1101 4. Conveying Verbatim Copies. 1102 1103 You may convey verbatim copies of the Program's source code as you 1104receive it, in any medium, provided that you conspicuously and 1105appropriately publish on each copy an appropriate copyright notice; 1106keep intact all notices stating that this License and any 1107non-permissive terms added in accord with section 7 apply to the code; 1108keep intact all notices of the absence of any warranty; and give all 1109recipients a copy of this License along with the Program. 1110 1111 You may charge any price or no price for each copy that you convey, 1112and you may offer support or warranty protection for a fee. 1113 1114 5. Conveying Modified Source Versions. 1115 1116 You may convey a work based on the Program, or the modifications to 1117produce it from the Program, in the form of source code under the 1118terms of section 4, provided that you also meet all of these conditions: 1119 1120 a) The work must carry prominent notices stating that you modified 1121 it, and giving a relevant date. 1122 1123 b) The work must carry prominent notices stating that it is 1124 released under this License and any conditions added under section 1125 7. This requirement modifies the requirement in section 4 to 1126 "keep intact all notices". 1127 1128 c) You must license the entire work, as a whole, under this 1129 License to anyone who comes into possession of a copy. This 1130 License will therefore apply, along with any applicable section 7 1131 additional terms, to the whole of the work, and all its parts, 1132 regardless of how they are packaged. This License gives no 1133 permission to license the work in any other way, but it does not 1134 invalidate such permission if you have separately received it. 1135 1136 d) If the work has interactive user interfaces, each must display 1137 Appropriate Legal Notices; however, if the Program has interactive 1138 interfaces that do not display Appropriate Legal Notices, your 1139 work need not make them do so. 1140 1141 A compilation of a covered work with other separate and independent 1142works, which are not by their nature extensions of the covered work, 1143and which are not combined with it such as to form a larger program, 1144in or on a volume of a storage or distribution medium, is called an 1145"aggregate" if the compilation and its resulting copyright are not 1146used to limit the access or legal rights of the compilation's users 1147beyond what the individual works permit. Inclusion of a covered work 1148in an aggregate does not cause this License to apply to the other 1149parts of the aggregate. 1150 1151 6. Conveying Non-Source Forms. 1152 1153 You may convey a covered work in object code form under the terms 1154of sections 4 and 5, provided that you also convey the 1155machine-readable Corresponding Source under the terms of this License, 1156in one of these ways: 1157 1158 a) Convey the object code in, or embodied in, a physical product 1159 (including a physical distribution medium), accompanied by the 1160 Corresponding Source fixed on a durable physical medium 1161 customarily used for software interchange. 1162 1163 b) Convey the object code in, or embodied in, a physical product 1164 (including a physical distribution medium), accompanied by a 1165 written offer, valid for at least three years and valid for as 1166 long as you offer spare parts or customer support for that product 1167 model, to give anyone who possesses the object code either (1) a 1168 copy of the Corresponding Source for all the software in the 1169 product that is covered by this License, on a durable physical 1170 medium customarily used for software interchange, for a price no 1171 more than your reasonable cost of physically performing this 1172 conveying of source, or (2) access to copy the 1173 Corresponding Source from a network server at no charge. 1174 1175 c) Convey individual copies of the object code with a copy of the 1176 written offer to provide the Corresponding Source. This 1177 alternative is allowed only occasionally and noncommercially, and 1178 only if you received the object code with such an offer, in accord 1179 with subsection 6b. 1180 1181 d) Convey the object code by offering access from a designated 1182 place (gratis or for a charge), and offer equivalent access to the 1183 Corresponding Source in the same way through the same place at no 1184 further charge. You need not require recipients to copy the 1185 Corresponding Source along with the object code. If the place to 1186 copy the object code is a network server, the Corresponding Source 1187 may be on a different server (operated by you or a third party) 1188 that supports equivalent copying facilities, provided you maintain 1189 clear directions next to the object code saying where to find the 1190 Corresponding Source. Regardless of what server hosts the 1191 Corresponding Source, you remain obligated to ensure that it is 1192 available for as long as needed to satisfy these requirements. 1193 1194 e) Convey the object code using peer-to-peer transmission, provided 1195 you inform other peers where the object code and Corresponding 1196 Source of the work are being offered to the general public at no 1197 charge under subsection 6d. 1198 1199 A separable portion of the object code, whose source code is excluded 1200from the Corresponding Source as a System Library, need not be 1201included in conveying the object code work. 1202 1203 A "User Product" is either (1) a "consumer product", which means any 1204tangible personal property which is normally used for personal, family, 1205or household purposes, or (2) anything designed or sold for incorporation 1206into a dwelling. In determining whether a product is a consumer product, 1207doubtful cases shall be resolved in favor of coverage. For a particular 1208product received by a particular user, "normally used" refers to a 1209typical or common use of that class of product, regardless of the status 1210of the particular user or of the way in which the particular user 1211actually uses, or expects or is expected to use, the product. A product 1212is a consumer product regardless of whether the product has substantial 1213commercial, industrial or non-consumer uses, unless such uses represent 1214the only significant mode of use of the product. 1215 1216 "Installation Information" for a User Product means any methods, 1217procedures, authorization keys, or other information required to install 1218and execute modified versions of a covered work in that User Product from 1219a modified version of its Corresponding Source. The information must 1220suffice to ensure that the continued functioning of the modified object 1221code is in no case prevented or interfered with solely because 1222modification has been made. 1223 1224 If you convey an object code work under this section in, or with, or 1225specifically for use in, a User Product, and the conveying occurs as 1226part of a transaction in which the right of possession and use of the 1227User Product is transferred to the recipient in perpetuity or for a 1228fixed term (regardless of how the transaction is characterized), the 1229Corresponding Source conveyed under this section must be accompanied 1230by the Installation Information. But this requirement does not apply 1231if neither you nor any third party retains the ability to install 1232modified object code on the User Product (for example, the work has 1233been installed in ROM). 1234 1235 The requirement to provide Installation Information does not include a 1236requirement to continue to provide support service, warranty, or updates 1237for a work that has been modified or installed by the recipient, or for 1238the User Product in which it has been modified or installed. Access to a 1239network may be denied when the modification itself materially and 1240adversely affects the operation of the network or violates the rules and 1241protocols for communication across the network. 1242 1243 Corresponding Source conveyed, and Installation Information provided, 1244in accord with this section must be in a format that is publicly 1245documented (and with an implementation available to the public in 1246source code form), and must require no special password or key for 1247unpacking, reading or copying. 1248 1249 7. Additional Terms. 1250 1251 "Additional permissions" are terms that supplement the terms of this 1252License by making exceptions from one or more of its conditions. 1253Additional permissions that are applicable to the entire Program shall 1254be treated as though they were included in this License, to the extent 1255that they are valid under applicable law. If additional permissions 1256apply only to part of the Program, that part may be used separately 1257under those permissions, but the entire Program remains governed by 1258this License without regard to the additional permissions. 1259 1260 When you convey a copy of a covered work, you may at your option 1261remove any additional permissions from that copy, or from any part of 1262it. (Additional permissions may be written to require their own 1263removal in certain cases when you modify the work.) You may place 1264additional permissions on material, added by you to a covered work, 1265for which you have or can give appropriate copyright permission. 1266 1267 Notwithstanding any other provision of this License, for material you 1268add to a covered work, you may (if authorized by the copyright holders of 1269that material) supplement the terms of this License with terms: 1270 1271 a) Disclaiming warranty or limiting liability differently from the 1272 terms of sections 15 and 16 of this License; or 1273 1274 b) Requiring preservation of specified reasonable legal notices or 1275 author attributions in that material or in the Appropriate Legal 1276 Notices displayed by works containing it; or 1277 1278 c) Prohibiting misrepresentation of the origin of that material, or 1279 requiring that modified versions of such material be marked in 1280 reasonable ways as different from the original version; or 1281 1282 d) Limiting the use for publicity purposes of names of licensors or 1283 authors of the material; or 1284 1285 e) Declining to grant rights under trademark law for use of some 1286 trade names, trademarks, or service marks; or 1287 1288 f) Requiring indemnification of licensors and authors of that 1289 material by anyone who conveys the material (or modified versions of 1290 it) with contractual assumptions of liability to the recipient, for 1291 any liability that these contractual assumptions directly impose on 1292 those licensors and authors. 1293 1294 All other non-permissive additional terms are considered "further 1295restrictions" within the meaning of section 10. If the Program as you 1296received it, or any part of it, contains a notice stating that it is 1297governed by this License along with a term that is a further 1298restriction, you may remove that term. If a license document contains 1299a further restriction but permits relicensing or conveying under this 1300License, you may add to a covered work material governed by the terms 1301of that license document, provided that the further restriction does 1302not survive such relicensing or conveying. 1303 1304 If you add terms to a covered work in accord with this section, you 1305must place, in the relevant source files, a statement of the 1306additional terms that apply to those files, or a notice indicating 1307where to find the applicable terms. 1308 1309 Additional terms, permissive or non-permissive, may be stated in the 1310form of a separately written license, or stated as exceptions; 1311the above requirements apply either way. 1312 1313 8. Termination. 1314 1315 You may not propagate or modify a covered work except as expressly 1316provided under this License. Any attempt otherwise to propagate or 1317modify it is void, and will automatically terminate your rights under 1318this License (including any patent licenses granted under the third 1319paragraph of section 11). 1320 1321 However, if you cease all violation of this License, then your 1322license from a particular copyright holder is reinstated (a) 1323provisionally, unless and until the copyright holder explicitly and 1324finally terminates your license, and (b) permanently, if the copyright 1325holder fails to notify you of the violation by some reasonable means 1326prior to 60 days after the cessation. 1327 1328 Moreover, your license from a particular copyright holder is 1329reinstated permanently if the copyright holder notifies you of the 1330violation by some reasonable means, this is the first time you have 1331received notice of violation of this License (for any work) from that 1332copyright holder, and you cure the violation prior to 30 days after 1333your receipt of the notice. 1334 1335 Termination of your rights under this section does not terminate the 1336licenses of parties who have received copies or rights from you under 1337this License. If your rights have been terminated and not permanently 1338reinstated, you do not qualify to receive new licenses for the same 1339material under section 10. 1340 1341 9. Acceptance Not Required for Having Copies. 1342 1343 You are not required to accept this License in order to receive or 1344run a copy of the Program. Ancillary propagation of a covered work 1345occurring solely as a consequence of using peer-to-peer transmission 1346to receive a copy likewise does not require acceptance. However, 1347nothing other than this License grants you permission to propagate or 1348modify any covered work. These actions infringe copyright if you do 1349not accept this License. Therefore, by modifying or propagating a 1350covered work, you indicate your acceptance of this License to do so. 1351 1352 10. Automatic Licensing of Downstream Recipients. 1353 1354 Each time you convey a covered work, the recipient automatically 1355receives a license from the original licensors, to run, modify and 1356propagate that work, subject to this License. You are not responsible 1357for enforcing compliance by third parties with this License. 1358 1359 An "entity transaction" is a transaction transferring control of an 1360organization, or substantially all assets of one, or subdividing an 1361organization, or merging organizations. If propagation of a covered 1362work results from an entity transaction, each party to that 1363transaction who receives a copy of the work also receives whatever 1364licenses to the work the party's predecessor in interest had or could 1365give under the previous paragraph, plus a right to possession of the 1366Corresponding Source of the work from the predecessor in interest, if 1367the predecessor has it or can get it with reasonable efforts. 1368 1369 You may not impose any further restrictions on the exercise of the 1370rights granted or affirmed under this License. For example, you may 1371not impose a license fee, royalty, or other charge for exercise of 1372rights granted under this License, and you may not initiate litigation 1373(including a cross-claim or counterclaim in a lawsuit) alleging that 1374any patent claim is infringed by making, using, selling, offering for 1375sale, or importing the Program or any portion of it. 1376 1377 11. Patents. 1378 1379 A "contributor" is a copyright holder who authorizes use under this 1380License of the Program or a work on which the Program is based. The 1381work thus licensed is called the contributor's "contributor version". 1382 1383 A contributor's "essential patent claims" are all patent claims 1384owned or controlled by the contributor, whether already acquired or 1385hereafter acquired, that would be infringed by some manner, permitted 1386by this License, of making, using, or selling its contributor version, 1387but do not include claims that would be infringed only as a 1388consequence of further modification of the contributor version. For 1389purposes of this definition, "control" includes the right to grant 1390patent sublicenses in a manner consistent with the requirements of 1391this License. 1392 1393 Each contributor grants you a non-exclusive, worldwide, royalty-free 1394patent license under the contributor's essential patent claims, to 1395make, use, sell, offer for sale, import and otherwise run, modify and 1396propagate the contents of its contributor version. 1397 1398 In the following three paragraphs, a "patent license" is any express 1399agreement or commitment, however denominated, not to enforce a patent 1400(such as an express permission to practice a patent or covenant not to 1401sue for patent infringement). To "grant" such a patent license to a 1402party means to make such an agreement or commitment not to enforce a 1403patent against the party. 1404 1405 If you convey a covered work, knowingly relying on a patent license, 1406and the Corresponding Source of the work is not available for anyone 1407to copy, free of charge and under the terms of this License, through a 1408publicly available network server or other readily accessible means, 1409then you must either (1) cause the Corresponding Source to be so 1410available, or (2) arrange to deprive yourself of the benefit of the 1411patent license for this particular work, or (3) arrange, in a manner 1412consistent with the requirements of this License, to extend the patent 1413license to downstream recipients. "Knowingly relying" means you have 1414actual knowledge that, but for the patent license, your conveying the 1415covered work in a country, or your recipient's use of the covered work 1416in a country, would infringe one or more identifiable patents in that 1417country that you have reason to believe are valid. 1418 1419 If, pursuant to or in connection with a single transaction or 1420arrangement, you convey, or propagate by procuring conveyance of, a 1421covered work, and grant a patent license to some of the parties 1422receiving the covered work authorizing them to use, propagate, modify 1423or convey a specific copy of the covered work, then the patent license 1424you grant is automatically extended to all recipients of the covered 1425work and works based on it. 1426 1427 A patent license is "discriminatory" if it does not include within 1428the scope of its coverage, prohibits the exercise of, or is 1429conditioned on the non-exercise of one or more of the rights that are 1430specifically granted under this License. You may not convey a covered 1431work if you are a party to an arrangement with a third party that is 1432in the business of distributing software, under which you make payment 1433to the third party based on the extent of your activity of conveying 1434the work, and under which the third party grants, to any of the 1435parties who would receive the covered work from you, a discriminatory 1436patent license (a) in connection with copies of the covered work 1437conveyed by you (or copies made from those copies), or (b) primarily 1438for and in connection with specific products or compilations that 1439contain the covered work, unless you entered into that arrangement, 1440or that patent license was granted, prior to 28 March 2007. 1441 1442 Nothing in this License shall be construed as excluding or limiting 1443any implied license or other defenses to infringement that may 1444otherwise be available to you under applicable patent law. 1445 1446 12. No Surrender of Others' Freedom. 1447 1448 If conditions are imposed on you (whether by court order, agreement or 1449otherwise) that contradict the conditions of this License, they do not 1450excuse you from the conditions of this License. If you cannot convey a 1451covered work so as to satisfy simultaneously your obligations under this 1452License and any other pertinent obligations, then as a consequence you may 1453not convey it at all. For example, if you agree to terms that obligate you 1454to collect a royalty for further conveying from those to whom you convey 1455the Program, the only way you could satisfy both those terms and this 1456License would be to refrain entirely from conveying the Program. 1457 1458 13. Use with the GNU Affero General Public License. 1459 1460 Notwithstanding any other provision of this License, you have 1461permission to link or combine any covered work with a work licensed 1462under version 3 of the GNU Affero General Public License into a single 1463combined work, and to convey the resulting work. The terms of this 1464License will continue to apply to the part which is the covered work, 1465but the special requirements of the GNU Affero General Public License, 1466section 13, concerning interaction through a network will apply to the 1467combination as such. 1468 1469 14. Revised Versions of this License. 1470 1471 The Free Software Foundation may publish revised and/or new versions of 1472the GNU General Public License from time to time. Such new versions will 1473be similar in spirit to the present version, but may differ in detail to 1474address new problems or concerns. 1475 1476 Each version is given a distinguishing version number. If the 1477Program specifies that a certain numbered version of the GNU General 1478Public License "or any later version" applies to it, you have the 1479option of following the terms and conditions either of that numbered 1480version or of any later version published by the Free Software 1481Foundation. If the Program does not specify a version number of the 1482GNU General Public License, you may choose any version ever published 1483by the Free Software Foundation. 1484 1485 If the Program specifies that a proxy can decide which future 1486versions of the GNU General Public License can be used, that proxy's 1487public statement of acceptance of a version permanently authorizes you 1488to choose that version for the Program. 1489 1490 Later license versions may give you additional or different 1491permissions. However, no additional obligations are imposed on any 1492author or copyright holder as a result of your choosing to follow a 1493later version. 1494 1495 15. Disclaimer of Warranty. 1496 1497 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 1498APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 1499HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 1500OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 1501THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1502PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 1503IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 1504ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 1505 1506 16. Limitation of Liability. 1507 1508 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 1509WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 1510THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 1511GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 1512USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 1513DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 1514PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 1515EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 1516SUCH DAMAGES. 1517 1518 17. Interpretation of Sections 15 and 16. 1519 1520 If the disclaimer of warranty and limitation of liability provided 1521above cannot be given local legal effect according to their terms, 1522reviewing courts shall apply local law that most closely approximates 1523an absolute waiver of all civil liability in connection with the 1524Program, unless a warranty or assumption of liability accompanies a 1525copy of the Program in return for a fee. 1526 1527 END OF TERMS AND CONDITIONS 1528 1529 How to Apply These Terms to Your New Programs 1530 1531 If you develop a new program, and you want it to be of the greatest 1532possible use to the public, the best way to achieve this is to make it 1533free software which everyone can redistribute and change under these terms. 1534 1535 To do so, attach the following notices to the program. It is safest 1536to attach them to the start of each source file to most effectively 1537state the exclusion of warranty; and each file should have at least 1538the "copyright" line and a pointer to where the full notice is found. 1539 1540 <one line to give the program's name and a brief idea of what it does.> 1541 Copyright (C) <year> <name of author> 1542 1543 This program is free software: you can redistribute it and/or modify 1544 it under the terms of the GNU General Public License as published by 1545 the Free Software Foundation, either version 3 of the License, or 1546 (at your option) any later version. 1547 1548 This program is distributed in the hope that it will be useful, 1549 but WITHOUT ANY WARRANTY; without even the implied warranty of 1550 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1551 GNU General Public License for more details. 1552 1553 You should have received a copy of the GNU General Public License 1554 along with this program. If not, see <https://www.gnu.org/licenses/>. 1555 1556Also add information on how to contact you by electronic and paper mail. 1557 1558 If the program does terminal interaction, make it output a short 1559notice like this when it starts in an interactive mode: 1560 1561 <program> Copyright (C) <year> <name of author> 1562 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 1563 This is free software, and you are welcome to redistribute it 1564 under certain conditions; type `show c' for details. 1565 1566The hypothetical commands `show w' and `show c' should show the appropriate 1567parts of the General Public License. Of course, your program's commands 1568might be different; for a GUI interface, you would use an "about box". 1569 1570 You should also get your employer (if you work as a programmer) or school, 1571if any, to sign a "copyright disclaimer" for the program, if necessary. 1572For more information on this, and how to apply and follow the GNU GPL, see 1573<https://www.gnu.org/licenses/>. 1574 1575 The GNU General Public License does not permit incorporating your program 1576into proprietary programs. If your program is a subroutine library, you 1577may consider it more useful to permit linking proprietary applications with 1578the library. If this is what you want to do, use the GNU Lesser General 1579Public License instead of this License. But first, please read 1580<https://www.gnu.org/licenses/why-not-lgpl.html>. 1581 1582###############################################################################a 1583 1584Copyright © 2011 Red Hat, Inc. 1585 1586Permission to use, copy, modify, distribute, and sell this software 1587and its documentation for any purpose is hereby granted without 1588fee, provided that the above copyright notice appear in all copies 1589and that both that copyright notice and this permission notice 1590appear in supporting documentation, and that the name of Red Hat 1591not be used in advertising or publicity pertaining to distribution 1592of the software without specific, written prior permission. Red 1593Hat makes no representations about the suitability of this software 1594for any purpose. It is provided "as is" without express or implied 1595warranty. 1596 1597THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1598INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 1599NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1600CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 1601OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 1602NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 1603CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1604 1605Author: 1606Mauro Carvalho Chehab 1607 1608###############################################################################a 1609 1610Copyright (C) 1994-1998, Thomas G. Lane. 1611This file is part of the Independent JPEG Group's software. 1612 1613The authors make NO WARRANTY or representation, either express or implied, 1614with respect to this software, its quality, accuracy, merchantability, or 1615fitness for a particular purpose. This software is provided "AS IS", and you, 1616its user, assume the entire risk as to its quality and accuracy. 1617 1618This software is copyright (C) 1991-1998, Thomas G. Lane. 1619All Rights Reserved except as specified below. 1620 1621Permission is hereby granted to use, copy, modify, and distribute this 1622software (or portions thereof) for any purpose, without fee, subject to these 1623conditions: 1624(1) If any part of the source code for this software is distributed, then this 1625README file must be included, with this copyright and no-warranty notice 1626unaltered; and any additions, deletions, or changes to the original files 1627must be clearly indicated in accompanying documentation. 1628(2) If only executable code is distributed, then the accompanying 1629documentation must state that "this software is based in part on the work of 1630the Independent JPEG Group". 1631(3) Permission for use of this software is granted only if the user accepts 1632full responsibility for any undesirable consequences; the authors accept 1633NO LIABILITY for damages of any kind. 1634 1635These conditions apply to any software derived from or based on the IJG code, 1636not just to the unmodified library. If you use our work, you ought to 1637acknowledge us. 1638 1639Permission is NOT granted for the use of any IJG author's name or company name 1640it. This software may be referred to only as "the Independent JPEG Group's 1641software". 1642 1643We specifically permit and encourage the use of this software as the basis of 1644commercial products, provided that all warranty or liability claims are 1645assumed by the product vendor. 1646 1647############################################################################### 1648 1649MIT License 1650 1651Copyright (c) 2017 - 2019 CK Tan 1652https://github.com/cktan/tomlc99 1653 1654Permission is hereby granted, free of charge, to any person obtaining a copy 1655of this software and associated documentation files (the "Software"), to deal 1656in the Software without restriction, including without limitation the rights 1657to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 1658copies of the Software, and to permit persons to whom the Software is 1659furnished to do so, subject to the following conditions: 1660 1661The above copyright notice and this permission notice shall be included in all 1662copies or substantial portions of the Software. 1663 1664THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1665IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1666FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 1667AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 1668LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 1669OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 1670SOFTWARE. 1671 1672############################################################################### 1673 1674Copyright (c) 2003 Brendan Gregg. All rights reserved. This 1675 library is free software; you can redistribute it and/or 1676 modify it under the same terms as Perl itself 1677"Package" refers to the collection of files distributed by the Copyright 1678Holder, and derivatives of that collection of files created through textual 1679modification. 1680 1681"Standard Version" refers to such a Package if it has not been modified, or 1682has been modified in accordance with the wishes of the Copyright Holder as 1683specified below. 1684 1685"Copyright Holder" is whoever is named in the copyright or copyrights for the 1686package. 1687 1688"You" is you, if you're thinking about copying or distributing this 1689Package. 1690 1691"Reasonable copying fee" is whatever you can justify on the basis of media 1692cost, duplication charges, time of people involved, and so on. (You will not 1693be required to justify it to the Copyright Holder, but only to the computing 1694community at large as a market that must bear the fee.) 1695 1696"Freely Available" means that no fee is charged for the item itself, though 1697there may be fees involved in handling the item. It also means that recipients 1698of the item may redistribute it under the same conditions they received it. 1699 17001. You may make and give away verbatim copies of the source form of the Standard 1701Version of this Package without restriction, provided that you duplicate all of 1702the original copyright notices and associated disclaimers. 1703 17042. You may apply bug fixes, portability fixes and other modifications derived 1705from the Public Domain or from the Copyright Holder. A Package modified in such 1706a way shall still be considered the Standard Version. 1707 17083. You may otherwise modify your copy of this Package in any way, provided that 1709you insert a prominent notice in each changed file stating how and when you 1710changed that file, and provided that you do at least ONE of the following: 1711 1712a) place your modifications in the Public Domain or otherwise make them Freely 1713Available, such as by posting said modifications to Usenet or an equivalent 1714medium, or placing the modifications on a major archive site such as 1715uunet.uu.net, or by allowing the Copyright Holder to include your 1716modifications in the Standard Version of the Package. 1717 1718b) use the modified Package only within your corporation or organization. 1719 1720c) rename any non-standard executables so the names do not conflict with 1721standard executables, which must also be provided, and provide a separate 1722manual page for each non-standard executable that clearly documents how it 1723differs from the Standard Version. 1724 1725d) make other distribution arrangements with the Copyright Holder. 1726 17274. You may distribute the programs of this Package in object code or executable 1728form, provided that you do at least ONE of the following: 1729 1730a) distribute a Standard Version of the executables and library files, 1731together with instructions (in the manual page or equivalent) on where to get 1732the Standard Version. 1733 1734b) accompany the distribution with the machine-readable source of the Package 1735with your modifications. 1736 1737c) give non-standard executables non-standard names, and clearly document the 1738differences in manual pages (or equivalent), together with instructions on 1739where to get the Standard Version. 1740 1741d) make other distribution arrangements with the Copyright Holder. 1742 17435. You may charge a reasonable copying fee for any distribution of this Package. 1744You may charge any fee you choose for support of this Package. You may not 1745charge a fee for this Package itself. However, you may distribute this Package 1746in aggregate with other (possibly commercial) programs as part of a larger 1747(possibly commercial) software distribution provided that you do not advertise 1748this Package as a product of your own. You may embed this Package's 1749interpreter within an executable of yours (by linking); this shall be construed 1750as a mere form of aggregation, provided that the complete Standard Version of 1751the interpreter is so embedded. 1752 17536. The scripts and library files supplied as input to or produced as output from 1754the programs of this Package do not automatically fall under the copyright of 1755this Package, but belong to whoever generated them, and may be sold 1756commercially, and may be aggregated with this Package. If such scripts or 1757library files are aggregated with this Package via the so-called "undump" or 1758"unexec" methods of producing a binary executable image, then distribution of 1759such an image shall neither be construed as a distribution of this Package nor 1760shall it fall under the restrictions of Paragraphs 3 and 4, provided that you do 1761not represent such an executable image as a Standard Version of this Package. 1762 17637. C subroutines (or comparably compiled subroutines in other languages) 1764supplied by you and linked into this Package in order to emulate subroutines and 1765variables of the language defined by this Package shall not be considered part 1766of this Package, but are the equivalent of input as in Paragraph 6, provided 1767these subroutines do not change the language in any way that would cause it to 1768fail the regression tests for the language. 1769 17708. Aggregation of this Package with a commercial distribution is always 1771permitted provided that the use of this Package is embedded; that is, when no 1772overt attempt is made to make this Package's interfaces visible to the end 1773user of the commercial distribution. Such use shall not be construed as a 1774distribution of this Package. 1775 17769. The name of the Copyright Holder may not be used to endorse or promote 1777products derived from this software without specific prior written permission. 1778 177910. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 1780WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 1781MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 1782 1783