LICENSE.md (37319B)
1 Electronic Arts Inc. released only TiberianDawn.dll, RedAlert.dll and 2 the Command & Conquer Map Editor and their corresponding source code 3 under the GPL V3 below, with additional terms at the bottom. 4 5 GNU General Public License 6 ========================== 7 8 _Version 3, 29 June 2007_ 9 _Copyright © 2007 Free Software Foundation, Inc. <<http://fsf.org/>>_ 10 11 Everyone is permitted to copy and distribute verbatim copies of this license 12 document, but changing it is not allowed. 13 14 ## Preamble 15 16 The GNU General Public License is a free, copyleft license for software and other 17 kinds of works. 18 19 The licenses for most software and other practical works are designed to take away 20 your freedom to share and change the works. By contrast, the GNU General Public 21 License is intended to guarantee your freedom to share and change all versions of a 22 program--to make sure it remains free software for all its users. We, the Free 23 Software Foundation, use the GNU General Public License for most of our software; it 24 applies also to any other work released this way by its authors. You can apply it to 25 your programs, too. 26 27 When we speak of free software, we are referring to freedom, not price. Our General 28 Public Licenses are designed to make sure that you have the freedom to distribute 29 copies of free software (and charge for them if you wish), that you receive source 30 code or can get it if you want it, that you can change the software or use pieces of 31 it in new free programs, and that you know you can do these things. 32 33 To protect your rights, we need to prevent others from denying you these rights or 34 asking you to surrender the rights. Therefore, you have certain responsibilities if 35 you distribute copies of the software, or if you modify it: responsibilities to 36 respect the freedom of others. 37 38 For example, if you distribute copies of such a program, whether gratis or for a fee, 39 you must pass on to the recipients the same freedoms that you received. You must make 40 sure that they, too, receive or can get the source code. And you must show them these 41 terms so they know their rights. 42 43 Developers that use the GNU GPL protect your rights with two steps: **(1)** assert 44 copyright on the software, and **(2)** offer you this License giving you legal permission 45 to copy, distribute and/or modify it. 46 47 For the developers' and authors' protection, the GPL clearly explains that there is 48 no warranty for this free software. For both users' and authors' sake, the GPL 49 requires that modified versions be marked as changed, so that their problems will not 50 be attributed erroneously to authors of previous versions. 51 52 Some devices are designed to deny users access to install or run modified versions of 53 the software inside them, although the manufacturer can do so. This is fundamentally 54 incompatible with the aim of protecting users' freedom to change the software. The 55 systematic pattern of such abuse occurs in the area of products for individuals to 56 use, which is precisely where it is most unacceptable. Therefore, we have designed 57 this version of the GPL to prohibit the practice for those products. If such problems 58 arise substantially in other domains, we stand ready to extend this provision to 59 those domains in future versions of the GPL, as needed to protect the freedom of 60 users. 61 62 Finally, every program is threatened constantly by software patents. States should 63 not allow patents to restrict development and use of software on general-purpose 64 computers, but in those that do, we wish to avoid the special danger that patents 65 applied to a free program could make it effectively proprietary. To prevent this, the 66 GPL assures that patents cannot be used to render the program non-free. 67 68 The precise terms and conditions for copying, distribution and modification follow. 69 70 ## TERMS AND CONDITIONS 71 72 ### 0. Definitions 73 74 “This License” refers to version 3 of the GNU General Public License. 75 76 “Copyright” also means copyright-like laws that apply to other kinds of 77 works, such as semiconductor masks. 78 79 “The Program” refers to any copyrightable work licensed under this 80 License. Each licensee is addressed as “you”. “Licensees” and 81 “recipients” may be individuals or organizations. 82 83 To “modify” a work means to copy from or adapt all or part of the work in 84 a fashion requiring copyright permission, other than the making of an exact copy. The 85 resulting work is called a “modified version” of the earlier work or a 86 work “based on” the earlier work. 87 88 A “covered work” means either the unmodified Program or a work based on 89 the Program. 90 91 To “propagate” a work means to do anything with it that, without 92 permission, would make you directly or secondarily liable for infringement under 93 applicable copyright law, except executing it on a computer or modifying a private 94 copy. Propagation includes copying, distribution (with or without modification), 95 making available to the public, and in some countries other activities as well. 96 97 To “convey” a work means any kind of propagation that enables other 98 parties to make or receive copies. Mere interaction with a user through a computer 99 network, with no transfer of a copy, is not conveying. 100 101 An interactive user interface displays “Appropriate Legal Notices” to the 102 extent that it includes a convenient and prominently visible feature that **(1)** 103 displays an appropriate copyright notice, and **(2)** tells the user that there is no 104 warranty for the work (except to the extent that warranties are provided), that 105 licensees may convey the work under this License, and how to view a copy of this 106 License. If the interface presents a list of user commands or options, such as a 107 menu, a prominent item in the list meets this criterion. 108 109 ### 1. Source Code 110 111 The “source code” for a work means the preferred form of the work for 112 making modifications to it. “Object code” means any non-source form of a 113 work. 114 115 A “Standard Interface” means an interface that either is an official 116 standard defined by a recognized standards body, or, in the case of interfaces 117 specified for a particular programming language, one that is widely used among 118 developers working in that language. 119 120 The “System Libraries” of an executable work include anything, other than 121 the work as a whole, that **(a)** is included in the normal form of packaging a Major 122 Component, but which is not part of that Major Component, and **(b)** serves only to 123 enable use of the work with that Major Component, or to implement a Standard 124 Interface for which an implementation is available to the public in source code form. 125 A “Major Component”, in this context, means a major essential component 126 (kernel, window system, and so on) of the specific operating system (if any) on which 127 the executable work runs, or a compiler used to produce the work, or an object code 128 interpreter used to run it. 129 130 The “Corresponding Source” for a work in object code form means all the 131 source code needed to generate, install, and (for an executable work) run the object 132 code and to modify the work, including scripts to control those activities. However, 133 it does not include the work's System Libraries, or general-purpose tools or 134 generally available free programs which are used unmodified in performing those 135 activities but which are not part of the work. For example, Corresponding Source 136 includes interface definition files associated with source files for the work, and 137 the source code for shared libraries and dynamically linked subprograms that the work 138 is specifically designed to require, such as by intimate data communication or 139 control flow between those subprograms and other parts of the work. 140 141 The Corresponding Source need not include anything that users can regenerate 142 automatically from other parts of the Corresponding Source. 143 144 The Corresponding Source for a work in source code form is that same work. 145 146 ### 2. Basic Permissions 147 148 All rights granted under this License are granted for the term of copyright on the 149 Program, and are irrevocable provided the stated conditions are met. This License 150 explicitly affirms your unlimited permission to run the unmodified Program. The 151 output from running a covered work is covered by this License only if the output, 152 given its content, constitutes a covered work. This License acknowledges your rights 153 of fair use or other equivalent, as provided by copyright law. 154 155 You may make, run and propagate covered works that you do not convey, without 156 conditions so long as your license otherwise remains in force. You may convey covered 157 works to others for the sole purpose of having them make modifications exclusively 158 for you, or provide you with facilities for running those works, provided that you 159 comply with the terms of this License in conveying all material for which you do not 160 control copyright. Those thus making or running the covered works for you must do so 161 exclusively on your behalf, under your direction and control, on terms that prohibit 162 them from making any copies of your copyrighted material outside their relationship 163 with you. 164 165 Conveying under any other circumstances is permitted solely under the conditions 166 stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 167 168 ### 3. Protecting Users' Legal Rights From Anti-Circumvention Law 169 170 No covered work shall be deemed part of an effective technological measure under any 171 applicable law fulfilling obligations under article 11 of the WIPO copyright treaty 172 adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention 173 of such measures. 174 175 When you convey a covered work, you waive any legal power to forbid circumvention of 176 technological measures to the extent such circumvention is effected by exercising 177 rights under this License with respect to the covered work, and you disclaim any 178 intention to limit operation or modification of the work as a means of enforcing, 179 against the work's users, your or third parties' legal rights to forbid circumvention 180 of technological measures. 181 182 ### 4. Conveying Verbatim Copies 183 184 You may convey verbatim copies of the Program's source code as you receive it, in any 185 medium, provided that you conspicuously and appropriately publish on each copy an 186 appropriate copyright notice; keep intact all notices stating that this License and 187 any non-permissive terms added in accord with section 7 apply to the code; keep 188 intact all notices of the absence of any warranty; and give all recipients a copy of 189 this License along with the Program. 190 191 You may charge any price or no price for each copy that you convey, and you may offer 192 support or warranty protection for a fee. 193 194 ### 5. Conveying Modified Source Versions 195 196 You may convey a work based on the Program, or the modifications to produce it from 197 the Program, in the form of source code under the terms of section 4, provided that 198 you also meet all of these conditions: 199 200 * **a)** The work must carry prominent notices stating that you modified it, and giving a 201 relevant date. 202 * **b)** The work must carry prominent notices stating that it is released under this 203 License and any conditions added under section 7. This requirement modifies the 204 requirement in section 4 to “keep intact all notices”. 205 * **c)** You must license the entire work, as a whole, under this License to anyone who 206 comes into possession of a copy. This License will therefore apply, along with any 207 applicable section 7 additional terms, to the whole of the work, and all its parts, 208 regardless of how they are packaged. This License gives no permission to license the 209 work in any other way, but it does not invalidate such permission if you have 210 separately received it. 211 * **d)** If the work has interactive user interfaces, each must display Appropriate Legal 212 Notices; however, if the Program has interactive interfaces that do not display 213 Appropriate Legal Notices, your work need not make them do so. 214 215 A compilation of a covered work with other separate and independent works, which are 216 not by their nature extensions of the covered work, and which are not combined with 217 it such as to form a larger program, in or on a volume of a storage or distribution 218 medium, is called an “aggregate” if the compilation and its resulting 219 copyright are not used to limit the access or legal rights of the compilation's users 220 beyond what the individual works permit. Inclusion of a covered work in an aggregate 221 does not cause this License to apply to the other parts of the aggregate. 222 223 ### 6. Conveying Non-Source Forms 224 225 You may convey a covered work in object code form under the terms of sections 4 and 226 5, provided that you also convey the machine-readable Corresponding Source under the 227 terms of this License, in one of these ways: 228 229 * **a)** Convey the object code in, or embodied in, a physical product (including a 230 physical distribution medium), accompanied by the Corresponding Source fixed on a 231 durable physical medium customarily used for software interchange. 232 * **b)** Convey the object code in, or embodied in, a physical product (including a 233 physical distribution medium), accompanied by a written offer, valid for at least 234 three years and valid for as long as you offer spare parts or customer support for 235 that product model, to give anyone who possesses the object code either **(1)** a copy of 236 the Corresponding Source for all the software in the product that is covered by this 237 License, on a durable physical medium customarily used for software interchange, for 238 a price no more than your reasonable cost of physically performing this conveying of 239 source, or **(2)** access to copy the Corresponding Source from a network server at no 240 charge. 241 * **c)** Convey individual copies of the object code with a copy of the written offer to 242 provide the Corresponding Source. This alternative is allowed only occasionally and 243 noncommercially, and only if you received the object code with such an offer, in 244 accord with subsection 6b. 245 * **d)** Convey the object code by offering access from a designated place (gratis or for 246 a charge), and offer equivalent access to the Corresponding Source in the same way 247 through the same place at no further charge. You need not require recipients to copy 248 the Corresponding Source along with the object code. If the place to copy the object 249 code is a network server, the Corresponding Source may be on a different server 250 (operated by you or a third party) that supports equivalent copying facilities, 251 provided you maintain clear directions next to the object code saying where to find 252 the Corresponding Source. Regardless of what server hosts the Corresponding Source, 253 you remain obligated to ensure that it is available for as long as needed to satisfy 254 these requirements. 255 * **e)** Convey the object code using peer-to-peer transmission, provided you inform 256 other peers where the object code and Corresponding Source of the work are being 257 offered to the general public at no charge under subsection 6d. 258 259 A separable portion of the object code, whose source code is excluded from the 260 Corresponding Source as a System Library, need not be included in conveying the 261 object code work. 262 263 A “User Product” is either **(1)** a “consumer product”, which 264 means any tangible personal property which is normally used for personal, family, or 265 household purposes, or **(2)** anything designed or sold for incorporation into a 266 dwelling. In determining whether a product is a consumer product, doubtful cases 267 shall be resolved in favor of coverage. For a particular product received by a 268 particular user, “normally used” refers to a typical or common use of 269 that class of product, regardless of the status of the particular user or of the way 270 in which the particular user actually uses, or expects or is expected to use, the 271 product. A product is a consumer product regardless of whether the product has 272 substantial commercial, industrial or non-consumer uses, unless such uses represent 273 the only significant mode of use of the product. 274 275 “Installation Information” for a User Product means any methods, 276 procedures, authorization keys, or other information required to install and execute 277 modified versions of a covered work in that User Product from a modified version of 278 its Corresponding Source. The information must suffice to ensure that the continued 279 functioning of the modified object code is in no case prevented or interfered with 280 solely because modification has been made. 281 282 If you convey an object code work under this section in, or with, or specifically for 283 use in, a User Product, and the conveying occurs as part of a transaction in which 284 the right of possession and use of the User Product is transferred to the recipient 285 in perpetuity or for a fixed term (regardless of how the transaction is 286 characterized), the Corresponding Source conveyed under this section must be 287 accompanied by the Installation Information. But this requirement does not apply if 288 neither you nor any third party retains the ability to install modified object code 289 on the User Product (for example, the work has been installed in ROM). 290 291 The requirement to provide Installation Information does not include a requirement to 292 continue to provide support service, warranty, or updates for a work that has been 293 modified or installed by the recipient, or for the User Product in which it has been 294 modified or installed. Access to a network may be denied when the modification itself 295 materially and adversely affects the operation of the network or violates the rules 296 and protocols for communication across the network. 297 298 Corresponding Source conveyed, and Installation Information provided, in accord with 299 this section must be in a format that is publicly documented (and with an 300 implementation available to the public in source code form), and must require no 301 special password or key for unpacking, reading or copying. 302 303 ### 7. Additional Terms 304 305 “Additional permissions” are terms that supplement the terms of this 306 License by making exceptions from one or more of its conditions. Additional 307 permissions that are applicable to the entire Program shall be treated as though they 308 were included in this License, to the extent that they are valid under applicable 309 law. If additional permissions apply only to part of the Program, that part may be 310 used separately under those permissions, but the entire Program remains governed by 311 this License without regard to the additional permissions. 312 313 When you convey a copy of a covered work, you may at your option remove any 314 additional permissions from that copy, or from any part of it. (Additional 315 permissions may be written to require their own removal in certain cases when you 316 modify the work.) You may place additional permissions on material, added by you to a 317 covered work, for which you have or can give appropriate copyright permission. 318 319 Notwithstanding any other provision of this License, for material you add to a 320 covered work, you may (if authorized by the copyright holders of that material) 321 supplement the terms of this License with terms: 322 323 * **a)** Disclaiming warranty or limiting liability differently from the terms of 324 sections 15 and 16 of this License; or 325 * **b)** Requiring preservation of specified reasonable legal notices or author 326 attributions in that material or in the Appropriate Legal Notices displayed by works 327 containing it; or 328 * **c)** Prohibiting misrepresentation of the origin of that material, or requiring that 329 modified versions of such material be marked in reasonable ways as different from the 330 original version; or 331 * **d)** Limiting the use for publicity purposes of names of licensors or authors of the 332 material; or 333 * **e)** Declining to grant rights under trademark law for use of some trade names, 334 trademarks, or service marks; or 335 * **f)** Requiring indemnification of licensors and authors of that material by anyone 336 who conveys the material (or modified versions of it) with contractual assumptions of 337 liability to the recipient, for any liability that these contractual assumptions 338 directly impose on those licensors and authors. 339 340 All other non-permissive additional terms are considered “further 341 restrictions” within the meaning of section 10. If the Program as you received 342 it, or any part of it, contains a notice stating that it is governed by this License 343 along with a term that is a further restriction, you may remove that term. If a 344 license document contains a further restriction but permits relicensing or conveying 345 under this License, you may add to a covered work material governed by the terms of 346 that license document, provided that the further restriction does not survive such 347 relicensing or conveying. 348 349 If you add terms to a covered work in accord with this section, you must place, in 350 the relevant source files, a statement of the additional terms that apply to those 351 files, or a notice indicating where to find the applicable terms. 352 353 Additional terms, permissive or non-permissive, may be stated in the form of a 354 separately written license, or stated as exceptions; the above requirements apply 355 either way. 356 357 ### 8. Termination 358 359 You may not propagate or modify a covered work except as expressly provided under 360 this License. Any attempt otherwise to propagate or modify it is void, and will 361 automatically terminate your rights under this License (including any patent licenses 362 granted under the third paragraph of section 11). 363 364 However, if you cease all violation of this License, then your license from a 365 particular copyright holder is reinstated **(a)** provisionally, unless and until the 366 copyright holder explicitly and finally terminates your license, and **(b)** permanently, 367 if the copyright holder fails to notify you of the violation by some reasonable means 368 prior to 60 days after the cessation. 369 370 Moreover, your license from a particular copyright holder is reinstated permanently 371 if the copyright holder notifies you of the violation by some reasonable means, this 372 is the first time you have received notice of violation of this License (for any 373 work) from that copyright holder, and you cure the violation prior to 30 days after 374 your receipt of the notice. 375 376 Termination of your rights under this section does not terminate the licenses of 377 parties who have received copies or rights from you under this License. If your 378 rights have been terminated and not permanently reinstated, you do not qualify to 379 receive new licenses for the same material under section 10. 380 381 ### 9. Acceptance Not Required for Having Copies 382 383 You are not required to accept this License in order to receive or run a copy of the 384 Program. Ancillary propagation of a covered work occurring solely as a consequence of 385 using peer-to-peer transmission to receive a copy likewise does not require 386 acceptance. However, nothing other than this License grants you permission to 387 propagate or modify any covered work. These actions infringe copyright if you do not 388 accept this License. Therefore, by modifying or propagating a covered work, you 389 indicate your acceptance of this License to do so. 390 391 ### 10. Automatic Licensing of Downstream Recipients 392 393 Each time you convey a covered work, the recipient automatically receives a license 394 from the original licensors, to run, modify and propagate that work, subject to this 395 License. You are not responsible for enforcing compliance by third parties with this 396 License. 397 398 An “entity transaction” is a transaction transferring control of an 399 organization, or substantially all assets of one, or subdividing an organization, or 400 merging organizations. If propagation of a covered work results from an entity 401 transaction, each party to that transaction who receives a copy of the work also 402 receives whatever licenses to the work the party's predecessor in interest had or 403 could give under the previous paragraph, plus a right to possession of the 404 Corresponding Source of the work from the predecessor in interest, if the predecessor 405 has it or can get it with reasonable efforts. 406 407 You may not impose any further restrictions on the exercise of the rights granted or 408 affirmed under this License. For example, you may not impose a license fee, royalty, 409 or other charge for exercise of rights granted under this License, and you may not 410 initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging 411 that any patent claim is infringed by making, using, selling, offering for sale, or 412 importing the Program or any portion of it. 413 414 ### 11. Patents 415 416 A “contributor” is a copyright holder who authorizes use under this 417 License of the Program or a work on which the Program is based. The work thus 418 licensed is called the contributor's “contributor version”. 419 420 A contributor's “essential patent claims” are all patent claims owned or 421 controlled by the contributor, whether already acquired or hereafter acquired, that 422 would be infringed by some manner, permitted by this License, of making, using, or 423 selling its contributor version, but do not include claims that would be infringed 424 only as a consequence of further modification of the contributor version. For 425 purposes of this definition, “control” includes the right to grant patent 426 sublicenses in a manner consistent with the requirements of this License. 427 428 Each contributor grants you a non-exclusive, worldwide, royalty-free patent license 429 under the contributor's essential patent claims, to make, use, sell, offer for sale, 430 import and otherwise run, modify and propagate the contents of its contributor 431 version. 432 433 In the following three paragraphs, a “patent license” is any express 434 agreement or commitment, however denominated, not to enforce a patent (such as an 435 express permission to practice a patent or covenant not to sue for patent 436 infringement). To “grant” such a patent license to a party means to make 437 such an agreement or commitment not to enforce a patent against the party. 438 439 If you convey a covered work, knowingly relying on a patent license, and the 440 Corresponding Source of the work is not available for anyone to copy, free of charge 441 and under the terms of this License, through a publicly available network server or 442 other readily accessible means, then you must either **(1)** cause the Corresponding 443 Source to be so available, or **(2)** arrange to deprive yourself of the benefit of the 444 patent license for this particular work, or **(3)** arrange, in a manner consistent with 445 the requirements of this License, to extend the patent license to downstream 446 recipients. “Knowingly relying” means you have actual knowledge that, but 447 for the patent license, your conveying the covered work in a country, or your 448 recipient's use of the covered work in a country, would infringe one or more 449 identifiable patents in that country that you have reason to believe are valid. 450 451 If, pursuant to or in connection with a single transaction or arrangement, you 452 convey, or propagate by procuring conveyance of, a covered work, and grant a patent 453 license to some of the parties receiving the covered work authorizing them to use, 454 propagate, modify or convey a specific copy of the covered work, then the patent 455 license you grant is automatically extended to all recipients of the covered work and 456 works based on it. 457 458 A patent license is “discriminatory” if it does not include within the 459 scope of its coverage, prohibits the exercise of, or is conditioned on the 460 non-exercise of one or more of the rights that are specifically granted under this 461 License. You may not convey a covered work if you are a party to an arrangement with 462 a third party that is in the business of distributing software, under which you make 463 payment to the third party based on the extent of your activity of conveying the 464 work, and under which the third party grants, to any of the parties who would receive 465 the covered work from you, a discriminatory patent license **(a)** in connection with 466 copies of the covered work conveyed by you (or copies made from those copies), or **(b)** 467 primarily for and in connection with specific products or compilations that contain 468 the covered work, unless you entered into that arrangement, or that patent license 469 was granted, prior to 28 March 2007. 470 471 Nothing in this License shall be construed as excluding or limiting any implied 472 license or other defenses to infringement that may otherwise be available to you 473 under applicable patent law. 474 475 ### 12. No Surrender of Others' Freedom 476 477 If conditions are imposed on you (whether by court order, agreement or otherwise) 478 that contradict the conditions of this License, they do not excuse you from the 479 conditions of this License. If you cannot convey a covered work so as to satisfy 480 simultaneously your obligations under this License and any other pertinent 481 obligations, then as a consequence you may not convey it at all. For example, if you 482 agree to terms that obligate you to collect a royalty for further conveying from 483 those to whom you convey the Program, the only way you could satisfy both those terms 484 and this License would be to refrain entirely from conveying the Program. 485 486 ### 13. Use with the GNU Affero General Public License 487 488 Notwithstanding any other provision of this License, you have permission to link or 489 combine any covered work with a work licensed under version 3 of the GNU Affero 490 General Public License into a single combined work, and to convey the resulting work. 491 The terms of this License will continue to apply to the part which is the covered 492 work, but the special requirements of the GNU Affero General Public License, section 493 13, concerning interaction through a network will apply to the combination as such. 494 495 ### 14. Revised Versions of this License 496 497 The Free Software Foundation may publish revised and/or new versions of the GNU 498 General Public License from time to time. Such new versions will be similar in spirit 499 to the present version, but may differ in detail to address new problems or concerns. 500 501 Each version is given a distinguishing version number. If the Program specifies that 502 a certain numbered version of the GNU General Public License “or any later 503 version” applies to it, you have the option of following the terms and 504 conditions either of that numbered version or of any later version published by the 505 Free Software Foundation. If the Program does not specify a version number of the GNU 506 General Public License, you may choose any version ever published by the Free 507 Software Foundation. 508 509 If the Program specifies that a proxy can decide which future versions of the GNU 510 General Public License can be used, that proxy's public statement of acceptance of a 511 version permanently authorizes you to choose that version for the Program. 512 513 Later license versions may give you additional or different permissions. However, no 514 additional obligations are imposed on any author or copyright holder as a result of 515 your choosing to follow a later version. 516 517 ### 15. Disclaimer of Warranty 518 519 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 520 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 521 PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER 522 EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 523 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE 524 QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE 525 DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 526 527 ### 16. Limitation of Liability 528 529 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY 530 COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS 531 PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, 532 INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 533 PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE 534 OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE 535 WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 536 POSSIBILITY OF SUCH DAMAGES. 537 538 ### 17. Interpretation of Sections 15 and 16 539 540 If the disclaimer of warranty and limitation of liability provided above cannot be 541 given local legal effect according to their terms, reviewing courts shall apply local 542 law that most closely approximates an absolute waiver of all civil liability in 543 connection with the Program, unless a warranty or assumption of liability accompanies 544 a copy of the Program in return for a fee. 545 546 _END OF TERMS AND CONDITIONS_ 547 548 ## How to Apply These Terms to Your New Programs 549 550 If you develop a new program, and you want it to be of the greatest possible use to 551 the public, the best way to achieve this is to make it free software which everyone 552 can redistribute and change under these terms. 553 554 To do so, attach the following notices to the program. It is safest to attach them 555 to the start of each source file to most effectively state the exclusion of warranty; 556 and each file should have at least the “copyright” line and a pointer to 557 where the full notice is found. 558 559 <one line to give the program's name and a brief idea of what it does.> 560 Copyright (C) <year> <name of author> 561 562 This program is free software: you can redistribute it and/or modify 563 it under the terms of the GNU General Public License as published by 564 the Free Software Foundation, either version 3 of the License, or 565 (at your option) any later version. 566 567 This program is distributed in the hope that it will be useful, 568 but WITHOUT ANY WARRANTY; without even the implied warranty of 569 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 570 GNU General Public License for more details. 571 572 You should have received a copy of the GNU General Public License 573 along with this program. If not, see <http://www.gnu.org/licenses/>. 574 575 Also add information on how to contact you by electronic and paper mail. 576 577 If the program does terminal interaction, make it output a short notice like this 578 when it starts in an interactive mode: 579 580 <program> Copyright (C) <year> <name of author> 581 This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'. 582 This is free software, and you are welcome to redistribute it 583 under certain conditions; type 'show c' for details. 584 585 The hypothetical commands `show w` and `show c` should show the appropriate parts of 586 the General Public License. Of course, your program's commands might be different; 587 for a GUI interface, you would use an “about box”. 588 589 You should also get your employer (if you work as a programmer) or school, if any, to 590 sign a “copyright disclaimer” for the program, if necessary. For more 591 information on this, and how to apply and follow the GNU GPL, see 592 <<http://www.gnu.org/licenses/>>. 593 594 The GNU General Public License does not permit incorporating your program into 595 proprietary programs. If your program is a subroutine library, you may consider it 596 more useful to permit linking proprietary applications with the library. If this is 597 what you want to do, use the GNU Lesser General Public License instead of this 598 License. But first, please read 599 <<http://www.gnu.org/philosophy/why-not-lgpl.html>>. 600 601 ## ADDITIONAL TERMS per GNU GPL Section 7 602 603 No trademark or publicity rights are granted. This license does NOT give you 604 any right, title or interest in "Command & Conquer" or any other Electronic Arts 605 trademark. You may not distribute any modification of this program using any 606 Electronic Arts trademark or claim any affiliation or association with 607 Electronic Arts Inc. or its affiliates or their employees. 608 609 Any propagation or conveyance of this program must include this copyright 610 notice and these terms. 611 612 If you convey this program (or any modifications of it) and assume 613 contractual liability for the program to recipients of it, you agree to 614 indemnify Electronic Arts for any liability that those contractual 615 assumptions impose on Electronic Arts. 616 617 You may not misrepresent the origins of this program; modified versions of 618 the program must be marked as such and not identified as the original program. 619 620 This disclaimer supplements the one included in the General Public License. 621 TO THE FULLEST EXTENT PERMISSIBLE UNDER APPLICABLE LAW, THIS PROGRAM IS 622 PROVIDED TO YOU "AS IS," WITH ALL FAULTS, WITHOUT WARRANTY OF ANY KIND, AND 623 YOUR USE IS AT YOUR SOLE RISK. THE ENTIRE RISK OF SATISFACTORY QUALITY AND 624 PERFORMANCE RESIDES WITH YOU. ELECTRONIC ARTS DISCLAIMS ANY AND ALL EXPRESS, 625 IMPLIED OR STATUTORY WARRANTIES, INCLUDING IMPLIED WARRANTIES OF 626 MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, 627 NONINFRINGEMENT OF THIRD PARTY RIGHTS, AND WARRANTIES (IF ANY) ARISING FROM A 628 COURSE OF DEALING, USAGE, OR TRADE PRACTICE. ELECTRONIC ARTS DOES NOT WARRANT 629 AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE PROGRAM; THAT THE PROGRAM WILL 630 MEET YOUR REQUIREMENTS; THAT OPERATION OF THE PROGRAM WILL BE UNINTERRUPTED OR 631 ERROR-FREE, OR THAT THE PROGRAM WILL BE COMPATIBLE WITH THIRD PARTY SOFTWARE 632 OR THAT ANY ERRORS IN THE PROGRAM WILL BE CORRECTED. NO ORAL OR WRITTEN ADVICE 633 PROVIDED BY ELECTRONIC ARTS OR ANY AUTHORIZED REPRESENTATIVE SHALL CREATE A 634 WARRANTY. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF OR LIMITATIONS ON 635 IMPLIED WARRANTIES OR THE LIMITATIONS ON THE APPLICABLE STATUTORY RIGHTS OF A 636 CONSUMER, SO SOME OR ALL OF THE ABOVE EXCLUSIONS AND LIMITATIONS MAY NOT APPLY 637 TO YOU.