1*10465441SEvalZero 2*10465441SEvalZeroThe kconfig parser and frontends are extracted from the Linux kernel 3*10465441SEvalZerosource tree, which is covered by the GPLv2 only. As Linus Torvalds puts it: 4*10465441SEvalZero 5*10465441SEvalZero > Also note that the only valid version of the GPL as far as the kernel 6*10465441SEvalZero > is concerned is _this_ particular version of the license (ie v2, not 7*10465441SEvalZero > v2.2 or v3.x or whatever), unless explicitly otherwise stated. 8*10465441SEvalZero 9*10465441SEvalZeroAlthough the above quote explictly mentions the Linux kernel, it is my 10*10465441SEvalZerounderstanding that the whole Linux kernel source tree is covered by this 11*10465441SEvalZerosentence, even non-kernel source code. As such, the license that applies 12*10465441SEvalZeroto the kconfig parser and frontends, as published in this package, are 13*10465441SEvalZeroalso covered by this sentence, and available under the GPLv2, and not any 14*10465441SEvalZeroother version of the GPL, unless otherwise stated. 15*10465441SEvalZero 16*10465441SEvalZero---------------------------------------- 17*10465441SEvalZero 18*10465441SEvalZero GNU GENERAL PUBLIC LICENSE 19*10465441SEvalZero Version 2, June 1991 20*10465441SEvalZero 21*10465441SEvalZero Copyright (C) 1989, 1991 Free Software Foundation, Inc. 22*10465441SEvalZero 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 23*10465441SEvalZero Everyone is permitted to copy and distribute verbatim copies 24*10465441SEvalZero of this license document, but changing it is not allowed. 25*10465441SEvalZero 26*10465441SEvalZero Preamble 27*10465441SEvalZero 28*10465441SEvalZero The licenses for most software are designed to take away your 29*10465441SEvalZerofreedom to share and change it. By contrast, the GNU General Public 30*10465441SEvalZeroLicense is intended to guarantee your freedom to share and change free 31*10465441SEvalZerosoftware--to make sure the software is free for all its users. This 32*10465441SEvalZeroGeneral Public License applies to most of the Free Software 33*10465441SEvalZeroFoundation's software and to any other program whose authors commit to 34*10465441SEvalZerousing it. (Some other Free Software Foundation software is covered by 35*10465441SEvalZerothe GNU Library General Public License instead.) You can apply it to 36*10465441SEvalZeroyour programs, too. 37*10465441SEvalZero 38*10465441SEvalZero When we speak of free software, we are referring to freedom, not 39*10465441SEvalZeroprice. Our General Public Licenses are designed to make sure that you 40*10465441SEvalZerohave the freedom to distribute copies of free software (and charge for 41*10465441SEvalZerothis service if you wish), that you receive source code or can get it 42*10465441SEvalZeroif you want it, that you can change the software or use pieces of it 43*10465441SEvalZeroin new free programs; and that you know you can do these things. 44*10465441SEvalZero 45*10465441SEvalZero To protect your rights, we need to make restrictions that forbid 46*10465441SEvalZeroanyone to deny you these rights or to ask you to surrender the rights. 47*10465441SEvalZeroThese restrictions translate to certain responsibilities for you if you 48*10465441SEvalZerodistribute copies of the software, or if you modify it. 49*10465441SEvalZero 50*10465441SEvalZero For example, if you distribute copies of such a program, whether 51*10465441SEvalZerogratis or for a fee, you must give the recipients all the rights that 52*10465441SEvalZeroyou have. You must make sure that they, too, receive or can get the 53*10465441SEvalZerosource code. And you must show them these terms so they know their 54*10465441SEvalZerorights. 55*10465441SEvalZero 56*10465441SEvalZero We protect your rights with two steps: (1) copyright the software, and 57*10465441SEvalZero(2) offer you this license which gives you legal permission to copy, 58*10465441SEvalZerodistribute and/or modify the software. 59*10465441SEvalZero 60*10465441SEvalZero Also, for each author's protection and ours, we want to make certain 61*10465441SEvalZerothat everyone understands that there is no warranty for this free 62*10465441SEvalZerosoftware. If the software is modified by someone else and passed on, we 63*10465441SEvalZerowant its recipients to know that what they have is not the original, so 64*10465441SEvalZerothat any problems introduced by others will not reflect on the original 65*10465441SEvalZeroauthors' reputations. 66*10465441SEvalZero 67*10465441SEvalZero Finally, any free program is threatened constantly by software 68*10465441SEvalZeropatents. We wish to avoid the danger that redistributors of a free 69*10465441SEvalZeroprogram will individually obtain patent licenses, in effect making the 70*10465441SEvalZeroprogram proprietary. To prevent this, we have made it clear that any 71*10465441SEvalZeropatent must be licensed for everyone's free use or not licensed at all. 72*10465441SEvalZero 73*10465441SEvalZero The precise terms and conditions for copying, distribution and 74*10465441SEvalZeromodification follow. 75*10465441SEvalZero 76*10465441SEvalZero GNU GENERAL PUBLIC LICENSE 77*10465441SEvalZero TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 78*10465441SEvalZero 79*10465441SEvalZero 0. This License applies to any program or other work which contains 80*10465441SEvalZeroa notice placed by the copyright holder saying it may be distributed 81*10465441SEvalZerounder the terms of this General Public License. The "Program", below, 82*10465441SEvalZerorefers to any such program or work, and a "work based on the Program" 83*10465441SEvalZeromeans either the Program or any derivative work under copyright law: 84*10465441SEvalZerothat is to say, a work containing the Program or a portion of it, 85*10465441SEvalZeroeither verbatim or with modifications and/or translated into another 86*10465441SEvalZerolanguage. (Hereinafter, translation is included without limitation in 87*10465441SEvalZerothe term "modification".) Each licensee is addressed as "you". 88*10465441SEvalZero 89*10465441SEvalZeroActivities other than copying, distribution and modification are not 90*10465441SEvalZerocovered by this License; they are outside its scope. The act of 91*10465441SEvalZerorunning the Program is not restricted, and the output from the Program 92*10465441SEvalZerois covered only if its contents constitute a work based on the 93*10465441SEvalZeroProgram (independent of having been made by running the Program). 94*10465441SEvalZeroWhether that is true depends on what the Program does. 95*10465441SEvalZero 96*10465441SEvalZero 1. You may copy and distribute verbatim copies of the Program's 97*10465441SEvalZerosource code as you receive it, in any medium, provided that you 98*10465441SEvalZeroconspicuously and appropriately publish on each copy an appropriate 99*10465441SEvalZerocopyright notice and disclaimer of warranty; keep intact all the 100*10465441SEvalZeronotices that refer to this License and to the absence of any warranty; 101*10465441SEvalZeroand give any other recipients of the Program a copy of this License 102*10465441SEvalZeroalong with the Program. 103*10465441SEvalZero 104*10465441SEvalZeroYou may charge a fee for the physical act of transferring a copy, and 105*10465441SEvalZeroyou may at your option offer warranty protection in exchange for a fee. 106*10465441SEvalZero 107*10465441SEvalZero 2. You may modify your copy or copies of the Program or any portion 108*10465441SEvalZeroof it, thus forming a work based on the Program, and copy and 109*10465441SEvalZerodistribute such modifications or work under the terms of Section 1 110*10465441SEvalZeroabove, provided that you also meet all of these conditions: 111*10465441SEvalZero 112*10465441SEvalZero a) You must cause the modified files to carry prominent notices 113*10465441SEvalZero stating that you changed the files and the date of any change. 114*10465441SEvalZero 115*10465441SEvalZero b) You must cause any work that you distribute or publish, that in 116*10465441SEvalZero whole or in part contains or is derived from the Program or any 117*10465441SEvalZero part thereof, to be licensed as a whole at no charge to all third 118*10465441SEvalZero parties under the terms of this License. 119*10465441SEvalZero 120*10465441SEvalZero c) If the modified program normally reads commands interactively 121*10465441SEvalZero when run, you must cause it, when started running for such 122*10465441SEvalZero interactive use in the most ordinary way, to print or display an 123*10465441SEvalZero announcement including an appropriate copyright notice and a 124*10465441SEvalZero notice that there is no warranty (or else, saying that you provide 125*10465441SEvalZero a warranty) and that users may redistribute the program under 126*10465441SEvalZero these conditions, and telling the user how to view a copy of this 127*10465441SEvalZero License. (Exception: if the Program itself is interactive but 128*10465441SEvalZero does not normally print such an announcement, your work based on 129*10465441SEvalZero the Program is not required to print an announcement.) 130*10465441SEvalZero 131*10465441SEvalZeroThese requirements apply to the modified work as a whole. If 132*10465441SEvalZeroidentifiable sections of that work are not derived from the Program, 133*10465441SEvalZeroand can be reasonably considered independent and separate works in 134*10465441SEvalZerothemselves, then this License, and its terms, do not apply to those 135*10465441SEvalZerosections when you distribute them as separate works. But when you 136*10465441SEvalZerodistribute the same sections as part of a whole which is a work based 137*10465441SEvalZeroon the Program, the distribution of the whole must be on the terms of 138*10465441SEvalZerothis License, whose permissions for other licensees extend to the 139*10465441SEvalZeroentire whole, and thus to each and every part regardless of who wrote it. 140*10465441SEvalZero 141*10465441SEvalZeroThus, it is not the intent of this section to claim rights or contest 142*10465441SEvalZeroyour rights to work written entirely by you; rather, the intent is to 143*10465441SEvalZeroexercise the right to control the distribution of derivative or 144*10465441SEvalZerocollective works based on the Program. 145*10465441SEvalZero 146*10465441SEvalZeroIn addition, mere aggregation of another work not based on the Program 147*10465441SEvalZerowith the Program (or with a work based on the Program) on a volume of 148*10465441SEvalZeroa storage or distribution medium does not bring the other work under 149*10465441SEvalZerothe scope of this License. 150*10465441SEvalZero 151*10465441SEvalZero 3. You may copy and distribute the Program (or a work based on it, 152*10465441SEvalZerounder Section 2) in object code or executable form under the terms of 153*10465441SEvalZeroSections 1 and 2 above provided that you also do one of the following: 154*10465441SEvalZero 155*10465441SEvalZero a) Accompany it with the complete corresponding machine-readable 156*10465441SEvalZero source code, which must be distributed under the terms of Sections 157*10465441SEvalZero 1 and 2 above on a medium customarily used for software interchange; or, 158*10465441SEvalZero 159*10465441SEvalZero b) Accompany it with a written offer, valid for at least three 160*10465441SEvalZero years, to give any third party, for a charge no more than your 161*10465441SEvalZero cost of physically performing source distribution, a complete 162*10465441SEvalZero machine-readable copy of the corresponding source code, to be 163*10465441SEvalZero distributed under the terms of Sections 1 and 2 above on a medium 164*10465441SEvalZero customarily used for software interchange; or, 165*10465441SEvalZero 166*10465441SEvalZero c) Accompany it with the information you received as to the offer 167*10465441SEvalZero to distribute corresponding source code. (This alternative is 168*10465441SEvalZero allowed only for noncommercial distribution and only if you 169*10465441SEvalZero received the program in object code or executable form with such 170*10465441SEvalZero an offer, in accord with Subsection b above.) 171*10465441SEvalZero 172*10465441SEvalZeroThe source code for a work means the preferred form of the work for 173*10465441SEvalZeromaking modifications to it. For an executable work, complete source 174*10465441SEvalZerocode means all the source code for all modules it contains, plus any 175*10465441SEvalZeroassociated interface definition files, plus the scripts used to 176*10465441SEvalZerocontrol compilation and installation of the executable. However, as a 177*10465441SEvalZerospecial exception, the source code distributed need not include 178*10465441SEvalZeroanything that is normally distributed (in either source or binary 179*10465441SEvalZeroform) with the major components (compiler, kernel, and so on) of the 180*10465441SEvalZerooperating system on which the executable runs, unless that component 181*10465441SEvalZeroitself accompanies the executable. 182*10465441SEvalZero 183*10465441SEvalZeroIf distribution of executable or object code is made by offering 184*10465441SEvalZeroaccess to copy from a designated place, then offering equivalent 185*10465441SEvalZeroaccess to copy the source code from the same place counts as 186*10465441SEvalZerodistribution of the source code, even though third parties are not 187*10465441SEvalZerocompelled to copy the source along with the object code. 188*10465441SEvalZero 189*10465441SEvalZero 4. You may not copy, modify, sublicense, or distribute the Program 190*10465441SEvalZeroexcept as expressly provided under this License. Any attempt 191*10465441SEvalZerootherwise to copy, modify, sublicense or distribute the Program is 192*10465441SEvalZerovoid, and will automatically terminate your rights under this License. 193*10465441SEvalZeroHowever, parties who have received copies, or rights, from you under 194*10465441SEvalZerothis License will not have their licenses terminated so long as such 195*10465441SEvalZeroparties remain in full compliance. 196*10465441SEvalZero 197*10465441SEvalZero 5. You are not required to accept this License, since you have not 198*10465441SEvalZerosigned it. However, nothing else grants you permission to modify or 199*10465441SEvalZerodistribute the Program or its derivative works. These actions are 200*10465441SEvalZeroprohibited by law if you do not accept this License. Therefore, by 201*10465441SEvalZeromodifying or distributing the Program (or any work based on the 202*10465441SEvalZeroProgram), you indicate your acceptance of this License to do so, and 203*10465441SEvalZeroall its terms and conditions for copying, distributing or modifying 204*10465441SEvalZerothe Program or works based on it. 205*10465441SEvalZero 206*10465441SEvalZero 6. Each time you redistribute the Program (or any work based on the 207*10465441SEvalZeroProgram), the recipient automatically receives a license from the 208*10465441SEvalZerooriginal licensor to copy, distribute or modify the Program subject to 209*10465441SEvalZerothese terms and conditions. You may not impose any further 210*10465441SEvalZerorestrictions on the recipients' exercise of the rights granted herein. 211*10465441SEvalZeroYou are not responsible for enforcing compliance by third parties to 212*10465441SEvalZerothis License. 213*10465441SEvalZero 214*10465441SEvalZero 7. If, as a consequence of a court judgment or allegation of patent 215*10465441SEvalZeroinfringement or for any other reason (not limited to patent issues), 216*10465441SEvalZeroconditions are imposed on you (whether by court order, agreement or 217*10465441SEvalZerootherwise) that contradict the conditions of this License, they do not 218*10465441SEvalZeroexcuse you from the conditions of this License. If you cannot 219*10465441SEvalZerodistribute so as to satisfy simultaneously your obligations under this 220*10465441SEvalZeroLicense and any other pertinent obligations, then as a consequence you 221*10465441SEvalZeromay not distribute the Program at all. For example, if a patent 222*10465441SEvalZerolicense would not permit royalty-free redistribution of the Program by 223*10465441SEvalZeroall those who receive copies directly or indirectly through you, then 224*10465441SEvalZerothe only way you could satisfy both it and this License would be to 225*10465441SEvalZerorefrain entirely from distribution of the Program. 226*10465441SEvalZero 227*10465441SEvalZeroIf any portion of this section is held invalid or unenforceable under 228*10465441SEvalZeroany particular circumstance, the balance of the section is intended to 229*10465441SEvalZeroapply and the section as a whole is intended to apply in other 230*10465441SEvalZerocircumstances. 231*10465441SEvalZero 232*10465441SEvalZeroIt is not the purpose of this section to induce you to infringe any 233*10465441SEvalZeropatents or other property right claims or to contest validity of any 234*10465441SEvalZerosuch claims; this section has the sole purpose of protecting the 235*10465441SEvalZerointegrity of the free software distribution system, which is 236*10465441SEvalZeroimplemented by public license practices. Many people have made 237*10465441SEvalZerogenerous contributions to the wide range of software distributed 238*10465441SEvalZerothrough that system in reliance on consistent application of that 239*10465441SEvalZerosystem; it is up to the author/donor to decide if he or she is willing 240*10465441SEvalZeroto distribute software through any other system and a licensee cannot 241*10465441SEvalZeroimpose that choice. 242*10465441SEvalZero 243*10465441SEvalZeroThis section is intended to make thoroughly clear what is believed to 244*10465441SEvalZerobe a consequence of the rest of this License. 245*10465441SEvalZero 246*10465441SEvalZero 8. If the distribution and/or use of the Program is restricted in 247*10465441SEvalZerocertain countries either by patents or by copyrighted interfaces, the 248*10465441SEvalZerooriginal copyright holder who places the Program under this License 249*10465441SEvalZeromay add an explicit geographical distribution limitation excluding 250*10465441SEvalZerothose countries, so that distribution is permitted only in or among 251*10465441SEvalZerocountries not thus excluded. In such case, this License incorporates 252*10465441SEvalZerothe limitation as if written in the body of this License. 253*10465441SEvalZero 254*10465441SEvalZero 9. The Free Software Foundation may publish revised and/or new versions 255*10465441SEvalZeroof the General Public License from time to time. Such new versions will 256*10465441SEvalZerobe similar in spirit to the present version, but may differ in detail to 257*10465441SEvalZeroaddress new problems or concerns. 258*10465441SEvalZero 259*10465441SEvalZeroEach version is given a distinguishing version number. If the Program 260*10465441SEvalZerospecifies a version number of this License which applies to it and "any 261*10465441SEvalZerolater version", you have the option of following the terms and conditions 262*10465441SEvalZeroeither of that version or of any later version published by the Free 263*10465441SEvalZeroSoftware Foundation. If the Program does not specify a version number of 264*10465441SEvalZerothis License, you may choose any version ever published by the Free Software 265*10465441SEvalZeroFoundation. 266*10465441SEvalZero 267*10465441SEvalZero 10. If you wish to incorporate parts of the Program into other free 268*10465441SEvalZeroprograms whose distribution conditions are different, write to the author 269*10465441SEvalZeroto ask for permission. For software which is copyrighted by the Free 270*10465441SEvalZeroSoftware Foundation, write to the Free Software Foundation; we sometimes 271*10465441SEvalZeromake exceptions for this. Our decision will be guided by the two goals 272*10465441SEvalZeroof preserving the free status of all derivatives of our free software and 273*10465441SEvalZeroof promoting the sharing and reuse of software generally. 274*10465441SEvalZero 275*10465441SEvalZero NO WARRANTY 276*10465441SEvalZero 277*10465441SEvalZero 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 278*10465441SEvalZeroFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 279*10465441SEvalZeroOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 280*10465441SEvalZeroPROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 281*10465441SEvalZeroOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 282*10465441SEvalZeroMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 283*10465441SEvalZeroTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 284*10465441SEvalZeroPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 285*10465441SEvalZeroREPAIR OR CORRECTION. 286*10465441SEvalZero 287*10465441SEvalZero 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 288*10465441SEvalZeroWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 289*10465441SEvalZeroREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 290*10465441SEvalZeroINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 291*10465441SEvalZeroOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 292*10465441SEvalZeroTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 293*10465441SEvalZeroYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 294*10465441SEvalZeroPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 295*10465441SEvalZeroPOSSIBILITY OF SUCH DAMAGES. 296*10465441SEvalZero 297*10465441SEvalZero END OF TERMS AND CONDITIONS 298*10465441SEvalZero 299*10465441SEvalZero How to Apply These Terms to Your New Programs 300*10465441SEvalZero 301*10465441SEvalZero If you develop a new program, and you want it to be of the greatest 302*10465441SEvalZeropossible use to the public, the best way to achieve this is to make it 303*10465441SEvalZerofree software which everyone can redistribute and change under these terms. 304*10465441SEvalZero 305*10465441SEvalZero To do so, attach the following notices to the program. It is safest 306*10465441SEvalZeroto attach them to the start of each source file to most effectively 307*10465441SEvalZeroconvey the exclusion of warranty; and each file should have at least 308*10465441SEvalZerothe "copyright" line and a pointer to where the full notice is found. 309*10465441SEvalZero 310*10465441SEvalZero <one line to give the program's name and a brief idea of what it does.> 311*10465441SEvalZero Copyright (C) <year> <name of author> 312*10465441SEvalZero 313*10465441SEvalZero This program is free software; you can redistribute it and/or modify 314*10465441SEvalZero it under the terms of the GNU General Public License as published by 315*10465441SEvalZero the Free Software Foundation; either version 2 of the License, or 316*10465441SEvalZero (at your option) any later version. 317*10465441SEvalZero 318*10465441SEvalZero This program is distributed in the hope that it will be useful, 319*10465441SEvalZero but WITHOUT ANY WARRANTY; without even the implied warranty of 320*10465441SEvalZero MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 321*10465441SEvalZero GNU General Public License for more details. 322*10465441SEvalZero 323*10465441SEvalZero You should have received a copy of the GNU General Public License 324*10465441SEvalZero along with this program; if not, write to the Free Software 325*10465441SEvalZero Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 326*10465441SEvalZero 327*10465441SEvalZero 328*10465441SEvalZeroAlso add information on how to contact you by electronic and paper mail. 329*10465441SEvalZero 330*10465441SEvalZeroIf the program is interactive, make it output a short notice like this 331*10465441SEvalZerowhen it starts in an interactive mode: 332*10465441SEvalZero 333*10465441SEvalZero Gnomovision version 69, Copyright (C) year name of author 334*10465441SEvalZero Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 335*10465441SEvalZero This is free software, and you are welcome to redistribute it 336*10465441SEvalZero under certain conditions; type `show c' for details. 337*10465441SEvalZero 338*10465441SEvalZeroThe hypothetical commands `show w' and `show c' should show the appropriate 339*10465441SEvalZeroparts of the General Public License. Of course, the commands you use may 340*10465441SEvalZerobe called something other than `show w' and `show c'; they could even be 341*10465441SEvalZeromouse-clicks or menu items--whatever suits your program. 342*10465441SEvalZero 343*10465441SEvalZeroYou should also get your employer (if you work as a programmer) or your 344*10465441SEvalZeroschool, if any, to sign a "copyright disclaimer" for the program, if 345*10465441SEvalZeronecessary. Here is a sample; alter the names: 346*10465441SEvalZero 347*10465441SEvalZero Yoyodyne, Inc., hereby disclaims all copyright interest in the program 348*10465441SEvalZero `Gnomovision' (which makes passes at compilers) written by James Hacker. 349*10465441SEvalZero 350*10465441SEvalZero <signature of Ty Coon>, 1 April 1989 351*10465441SEvalZero Ty Coon, President of Vice 352*10465441SEvalZero 353*10465441SEvalZeroThis General Public License does not permit incorporating your program into 354*10465441SEvalZeroproprietary programs. If your program is a subroutine library, you may 355*10465441SEvalZeroconsider it more useful to permit linking proprietary applications with the 356*10465441SEvalZerolibrary. If this is what you want to do, use the GNU Library General 357*10465441SEvalZeroPublic License instead of this License. 358