diff --git a/builders/windows-builder.py b/builders/windows-builder.py index 3eb170d..4f2bce8 100644 --- a/builders/windows-builder.py +++ b/builders/windows-builder.py @@ -180,10 +180,12 @@ class WindowsBuilder(Builder): with open(os.path.join(config_dir, 'OpenLP-base.wxs'), 'rt') as base_file: xml = base_file.read() progfilefolder = 'ProgramFiles64Folder' if self.arch == 'x64' else 'ProgramFilesFolder' + windows_version = self.version.replace('-bzr', '.') xml = xml % dict(dialog=os.path.join(config_dir, 'WizardMain.bmp'), banner=os.path.join(config_dir, 'WizardBanner.bmp'), platform=self.arch, - progfilefolder=progfilefolder) + progfilefolder=progfilefolder, + version=windows_version) tree = fromstring(xml.encode('utf8')) self._print_verbose('Creating XML fragments from files and directories') fragments = self._get_fragments_from_files(self.dist_path) diff --git a/windows/LICENSE.txt b/windows/LICENSE.txt deleted file mode 100644 index d511905..0000000 --- a/windows/LICENSE.txt +++ /dev/null @@ -1,339 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. diff --git a/windows/OpenLP-base.wxs b/windows/OpenLP-base.wxs index da1ae89..4633ce6 100644 --- a/windows/OpenLP-base.wxs +++ b/windows/OpenLP-base.wxs @@ -1,16 +1,24 @@ - - + + + + + + + + + + Privileged - + @@ -55,21 +63,21 @@ - + - + - + + Description="Removes $(var.ProductName) from your computer" /> @@ -105,5 +113,19 @@ + + + + + + NEWPRODUCTFOUND + + + + NEWPRODUCTFOUND + + diff --git a/windows/OpenLP.ico b/windows/OpenLP.ico index b275542..0b2ccc5 100644 Binary files a/windows/OpenLP.ico and b/windows/OpenLP.ico differ diff --git a/windows/OpenLPPortable/App/Appinfo/appicon.ico b/windows/OpenLPPortable/App/Appinfo/appicon.ico index 84225f4..0b2ccc5 100644 Binary files a/windows/OpenLPPortable/App/Appinfo/appicon.ico and b/windows/OpenLPPortable/App/Appinfo/appicon.ico differ diff --git a/windows/OpenLPPortable/App/Appinfo/appicon_16.png b/windows/OpenLPPortable/App/Appinfo/appicon_16.png index 41a14c6..bc1b5f6 100644 Binary files a/windows/OpenLPPortable/App/Appinfo/appicon_16.png and b/windows/OpenLPPortable/App/Appinfo/appicon_16.png differ diff --git a/windows/OpenLPPortable/App/Appinfo/appicon_32.png b/windows/OpenLPPortable/App/Appinfo/appicon_32.png index ca128af..3869bd3 100644 Binary files a/windows/OpenLPPortable/App/Appinfo/appicon_32.png and b/windows/OpenLPPortable/App/Appinfo/appicon_32.png differ diff --git a/windows/WizImageBig.bmp b/windows/WizImageBig.bmp deleted file mode 100644 index 32b2ca0..0000000 Binary files a/windows/WizImageBig.bmp and /dev/null differ diff --git a/windows/WizImageSmall.bmp b/windows/WizImageSmall.bmp deleted file mode 100644 index 58c716f..0000000 Binary files a/windows/WizImageSmall.bmp and /dev/null differ diff --git a/windows/gpl-2.0.rtf b/windows/gpl-2.0.rtf deleted file mode 100644 index 257eabb..0000000 --- a/windows/gpl-2.0.rtf +++ /dev/null @@ -1,95 +0,0 @@ -{\rtf1\ansi\ansicpg1252\uc1\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fcharset128 Tahoma;}{\f1\fcharset0 Tahoma;}} -\f0{\colortbl;\red0\green0\blue0;}{\*\generator Wine Riched20 2.0.????;}\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone GNU GENERAL PUBLIC LICENSE} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone Version }{\cf1\fs24\ulnone 2}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone June }{\cf1\fs24\ulnone 1991} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone Copyright }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone C}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone 1989}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone 1991 }{\cf1\fs24\ulnone Free Software Foundation}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone Inc}{\cf1\fs24\ulnone . }\line -{\cf1\fs24\ulnone 51 }{\cf1\fs24\ulnone Franklin Street}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone Fifth Floor}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone Boston}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone MA }{\cf1\fs24\ulnone 02110}{\cf1\fs24\ulnone -}{\cf1\fs24\ulnone 1301}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone USA}\line -\line -{\cf1\fs24\ulnone Everyone is permitted to copy and distribute verbatim copies}\line -{\cf1\fs24\ulnone of this license document}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone but changing it is not allowed}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone Preamble} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone The licenses for most software are designed to take away your freedom to share and change it}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone By contrast}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone the GNU General Public License is intended to guarantee your}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone freedom to share and change free software}{\cf1\fs24\ulnone --}{\cf1\fs24\ulnone to make sure the software is free for all its users}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone This General Public License applies to most of the Free Software Foundation}{\cf1\fs24\ulnone '}{\cf1\fs24\ulnone s}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone software and to any other program whose authors commit to using it}{\cf1\fs24\ulnone . (}{\cf1\fs24\ulnone Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead}{\cf1\fs24\ulnone .)}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone You can apply it to your programs}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone too}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone When we speak of free software}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone we are referring to freedom}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone not price}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone Our General Public Licenses are designed to make sure that you have the freedom to distribute copies}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone of free software}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone and charge for this service if you wish}{\cf1\fs24\ulnone )}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone that you receive source code or can get it if you want it}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone that you can change the software or use pieces of it in}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone new free programs}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone and that you know you can do these things}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone To protect your rights}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone These restrictions translate to}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone certain responsibilities for you if you distribute copies of the software}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone or if you modify it}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone For example}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone if you distribute copies of such a program}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone whether gratis or for a fee}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone you must give the recipients all the rights that you have}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone You must make sure that they}{\cf1\fs24\ulnone ,}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone too}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone receive or can get the source code}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone And you must show them these terms so they know their rights}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone We protect your rights with two steps}{\cf1\fs24\ulnone : (}{\cf1\fs24\ulnone 1}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone copyright the software}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone 2}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone offer you this license which gives you legal permission to copy}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone distribute and}{\cf1\fs24\ulnone /}{\cf1\fs24\ulnone or modify the}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone software}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone Also}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone for each author}{\cf1\fs24\ulnone '}{\cf1\fs24\ulnone s protection and ours}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone we want to make certain that everyone understands that there is no warranty for this free software}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone If the software is modified}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone by someone else and passed on}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone we want its recipients to know that what they have is not the original}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone so that any problems introduced by others will not reflect on the}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone original authors}{\cf1\fs24\ulnone ' }{\cf1\fs24\ulnone reputations}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone Finally}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone any free program is threatened constantly by software patents}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone We wish to avoid the danger that redistributors of a free program will individually obtain patent}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone licenses}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone in effect making the program proprietary}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone To prevent this}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone we have made it clear that any patent must be licensed for everyone}{\cf1\fs24\ulnone '}{\cf1\fs24\ulnone s free use or not licensed at all}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone The precise terms and conditions for copying}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone distribution and modification follow}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone TERMS AND CONDITIONS FOR COPYING}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone DISTRIBUTION AND MODIFICATION} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 0}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone Public License}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone The }{\cf1\fs24\ulnone "}{\cf1\fs24\ulnone Program}{\cf1\fs24\ulnone "}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone below}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone refers to any such program or work}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and a }{\cf1\fs24\ulnone "}{\cf1\fs24\ulnone work based on the Program}{\cf1\fs24\ulnone " }{\cf1\fs24\ulnone means either the Program or any derivative work under copyright }{\cf1\fs24\ulnone law}{\cf1\fs24\ulnone :}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone that is to say}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone a work containing the Program or a portion of it}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone either verbatim or with modifications and}{\cf1\fs24\ulnone /}{\cf1\fs24\ulnone or translated into another language}{\cf1\fs24\ulnone . (}{\cf1\fs24\ulnone Hereinafter}{\cf1\fs24\ulnone ,}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone translation is included without limitation in the term}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone "}{\cf1\fs24\ulnone modification}{\cf1\fs24\ulnone ".) }{\cf1\fs24\ulnone Each licensee is addressed as }{\cf1\fs24\ulnone "}{\cf1\fs24\ulnone you}{\cf1\fs24\ulnone ".} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone Activities other than copying}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone distribution and modification are not covered by this License}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone they are outside its scope}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone The act of running the Program is not restricted}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone the output from the Program is covered only if its contents constitute a work based on the Program}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone independent of having been made by running the Program}{\cf1\fs24\ulnone ). }{\cf1\fs24\ulnone Whether that is}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone true depends on what the Program does}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 1}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone You may copy and distribute verbatim copies of the Program}{\cf1\fs24\ulnone '}{\cf1\fs24\ulnone s source code as you receive it}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone in any medium}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone provided that you conspicuously and appropriately publish on}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone each copy an appropriate copyright notice and disclaimer of warranty}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone keep intact all the notices that refer to this License and to the absence of any warranty}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone and give any}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone other recipients of the Program a copy of this License along with the Program}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone You may charge a fee for the physical act of transferring a copy}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and you may at your option offer warranty protection in exchange for a fee}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 2}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone You may modify your copy or copies of the Program or any portion of it}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone thus forming a work based on the Program}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and copy and distribute such modifications or work under}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone the terms of Section}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone 1 }{\cf1\fs24\ulnone above}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone provided that you also meet all of these conditions}{\cf1\fs24\ulnone :} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa0\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi360\ri0\sa0\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone a}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa0\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi360\ri0\sa0\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone b}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone You must cause any work that you distribute or publish}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone that in whole or in part contains or is derived from the Program or any part thereof}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone to be licensed as a whole}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone at no charge to all third parties under the terms of this License}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa0\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi360\ri0\sa0\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone c}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone If the modified program normally reads commands interactively when run}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone you must cause it}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone when started running for such interactive use in the most ordinary way}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone to}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone print or display an announcement including an appropriate copyright notice and a notice that there is no warranty}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone or else}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone saying that you provide a warranty}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone and that}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone users may redistribute the program under these conditions}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and telling the user how to view a copy of this License}{\cf1\fs24\ulnone . (}{\cf1\fs24\ulnone Exception}{\cf1\fs24\ulnone : }{\cf1\fs24\ulnone if the Program itself is interactive but}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone does not normally print such an announcement}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone your work based on the Program is not required to print an announcement}{\cf1\fs24\ulnone .)} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone These requirements apply to the modified work as a whole}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone If identifiable sections of that work are not derived from the Program}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and can be reasonably considered independent}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone and separate works in themselves}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone then this License}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and its terms}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone do not apply to those sections when you distribute them as separate works}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone But when you distribute the same}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone sections as part of a whole which is a work based on the Program}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone the distribution of the whole must be on the terms of this License}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone whose permissions for other licensees}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone extend to the entire whole}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and thus to each and every part regardless of who wrote it}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone Thus}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone it is not the intent of this section to claim rights or contest your rights to work written entirely by you}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone rather}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone the intent is to exercise the right to control the}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone distribution of derivative or collective works based on the Program}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone In addition}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone mere aggregation of another work not based on the Program with the Program }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone or with a work based on the Program}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone on a volume of a storage or distribution medium}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone does not bring the other work under the scope of this License}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 3}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone You may copy and distribute the Program }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone or a work based on it}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone under Section }{\cf1\fs24\ulnone 2}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone in object code or executable form under the terms of Sections }{\cf1\fs24\ulnone 1 }{\cf1\fs24\ulnone and }{\cf1\fs24\ulnone 2 }{\cf1\fs24\ulnone above provided that}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone you also do one of the following}{\cf1\fs24\ulnone :} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa0\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi360\ri0\sa0\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone a}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone Accompany it with the complete corresponding machine}{\cf1\fs24\ulnone -}{\cf1\fs24\ulnone readable source code}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone which must be distributed under the terms of Sections }{\cf1\fs24\ulnone 1 }{\cf1\fs24\ulnone and }{\cf1\fs24\ulnone 2 }{\cf1\fs24\ulnone above on a medium customarily}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone used for software interchange}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone or}{\cf1\fs24\ulnone ,} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa0\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi360\ri0\sa0\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone b}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone Accompany it with a written offer}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone valid for at least three years}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone to give any third party}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone for a charge no more than your cost of physically performing source}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone distribution}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone a complete machine}{\cf1\fs24\ulnone -}{\cf1\fs24\ulnone readable copy of the corresponding source code}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone to be distributed under the terms of Sections }{\cf1\fs24\ulnone 1 }{\cf1\fs24\ulnone and }{\cf1\fs24\ulnone 2 }{\cf1\fs24\ulnone above on a medium customarily used}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone for software interchange}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone or}{\cf1\fs24\ulnone ,} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa0\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi360\ri0\sa0\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone c}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone Accompany it with the information you received as to the offer to distribute corresponding source code}{\cf1\fs24\ulnone . (}{\cf1\fs24\ulnone This alternative is allowed only for noncommercial distribution}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone and only if you received the program in object code or executable form with such an offer}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone in accord with Subsection b above}{\cf1\fs24\ulnone .)} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone The source code for a work means the preferred form of the work for making modifications to it}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone For an executable work}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone complete source code means all the source code for}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone all modules it contains}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone plus any associated interface definition files}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone plus the scripts used to control compilation and installation of the executable}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone However}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone as a special}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone exception}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone the source code distributed need not include anything that is normally distributed }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone in either source or binary form}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone with the major components }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone compiler}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone kernel}{\cf1\fs24\ulnone ,}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone and so on}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone of the operating system on which the executable runs}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone unless that component itself accompanies the executable}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone If distribution of executable or object code is made by offering access to copy from a designated place}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone then offering equivalent access to copy the source code from the}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone same place counts as distribution of the source code}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone even though third parties are not compelled to copy the source along with the object code}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 4}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone You may not copy}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone modify}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone sublicense}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone or distribute the Program except as expressly provided under this License}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone Any attempt otherwise to copy}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone modify}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone sublicense or}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone distribute the Program is void}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and will automatically terminate your rights under this License}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone However}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone parties who have received copies}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone or rights}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone from you under this}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone License will not have their licenses terminated so long as such parties remain in full compliance}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 5}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone You are not required to accept this License}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone since you have not signed it}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone However}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone nothing else grants you permission to modify or distribute the Program or its}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone derivative works}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone These actions are prohibited by law if you do not accept this License}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone Therefore}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone by modifying or distributing the Program }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone or any work based on the }{\cf1\fs24\ulnone Program}{\cf1\fs24\ulnone )}{\cf1\fs24\ulnone ,}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone you indicate your acceptance of this License to do so}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and all its terms and conditions for copying}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone distributing or modifying the Program or works based on it}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 6}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone Each time you redistribute the Program }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone or any work based on the Program}{\cf1\fs24\ulnone )}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone the recipient automatically receives a license from the original licensor to copy}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone distribute}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone or modify the Program subject to these terms and conditions}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone You may not impose any further restrictions on the recipients}{\cf1\fs24\ulnone ' }{\cf1\fs24\ulnone exercise of the rights granted herein}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone You are}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone not responsible for enforcing compliance by third parties to this License}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 7}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone If}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone as a consequence of a court judgment or allegation of patent infringement or for any other reason }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone not limited to patent issues}{\cf1\fs24\ulnone )}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone conditions are imposed on you}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone whether by court order}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone agreement or otherwise}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone that contradict the conditions of this License}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone they do not excuse you from the conditions of this License}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone If you cannot}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone then as a consequence you may not distribute the Program at}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone all}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone For example}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone if a patent license would not permit royalty}{\cf1\fs24\ulnone -}{\cf1\fs24\ulnone free redistribution of the Program by all those who receive copies directly or indirectly through you}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone then the}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone If any portion of this section is held invalid or unenforceable under any particular circumstance}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone the balance of the section is intended to apply and the section as a whole}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone is intended to apply in other circumstances}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone this section has the}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone sole purpose of protecting the integrity of the free software distribution system}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone which is implemented by public license practices}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone Many people have made generous}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone contributions to the wide range of software distributed through that system in reliance on consistent application of that system}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone it is up to the author}{\cf1\fs24\ulnone /}{\cf1\fs24\ulnone donor to decide if he}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone or she is willing to distribute software through any other system and a licensee cannot impose that choice}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 8}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone If the distribution and}{\cf1\fs24\ulnone /}{\cf1\fs24\ulnone or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone the original copyright holder who places}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone the Program under this License may add an explicit geographical distribution limitation excluding those countries}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone so that distribution is permitted only in or among}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone countries not thus excluded}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone In such case}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone this License incorporates the limitation as if written in the body of this License}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 9}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone The Free Software Foundation may publish revised and}{\cf1\fs24\ulnone /}{\cf1\fs24\ulnone or new versions of the General Public License from time to time}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone Such new versions will be similar in spirit to the}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone present version}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone but may differ in detail to address new problems or concerns}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone Each version is given a distinguishing version number}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone If the Program specifies a version number of this License which applies to it and }{\cf1\fs24\ulnone "}{\cf1\fs24\ulnone any later version}{\cf1\fs24\ulnone "}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone you have the}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone If the Program does not specify a}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone version number of this License}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone you may choose any version ever published by the Free Software Foundation}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 10}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone write to the author to ask for permission}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone For}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone software which is copyrighted by the Free Software Foundation}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone write to the Free Software Foundation}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone we sometimes make exceptions for this}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone Our decision will be guided by}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone NO WARRANTY} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 11}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone THERE IS NO WARRANTY FOR THE PROGRAM}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone TO THE EXTENT PERMITTED BY APPLICABLE LAW}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone EXCEPT WHEN OTHERWISE STATED IN WRITING THE}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone COPYRIGHT HOLDERS AND}{\cf1\fs24\ulnone /}{\cf1\fs24\ulnone OR OTHER PARTIES PROVIDE THE PROGRAM }{\cf1\fs24\ulnone "}{\cf1\fs24\ulnone AS IS}{\cf1\fs24\ulnone " }{\cf1\fs24\ulnone WITHOUT WARRANTY OF ANY KIND}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone EITHER EXPRESSED OR IMPLIED}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone INCLUDING}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone BUT NOT LIMITED TO}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone THE IMPLIED WARRANTIES}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone SHOULD THE PROGRAM PROVE DEFECTIVE}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone YOU}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone ASSUME THE COST OF ALL NECESSARY SERVICING}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone REPAIR OR CORRECTION}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0 -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone 12}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone OR ANY OTHER PARTY WHO MAY MODIFY AND}{\cf1\fs24\ulnone /}{\cf1\fs24\ulnone OR REDISTRIBUTE THE PROGRAM AS PERMITTED}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone ABOVE}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone BE LIABLE TO YOU FOR DAMAGES}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone INCLUDING ANY GENERAL}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone SPECIAL}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone INCLUDING BUT NOT}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS}{\cf1\fs24\ulnone )}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone EVEN IF SUCH}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone END OF TERMS AND CONDITIONS} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone How to Apply These Terms to Your New Programs} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone If you develop a new program}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and you want it to be of the greatest possible use to the public}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone the best way to achieve this is to make it free software which everyone can}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone redistribute and change under these terms}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone To do so}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone attach the following notices to the program}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone and}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone each file should have at least the}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone "}{\cf1\fs24\ulnone copyright}{\cf1\fs24\ulnone " }{\cf1\fs24\ulnone line and a pointer to where the full notice is found}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone one line to give the program}{\cf1\fs24\ulnone '}{\cf1\fs24\ulnone s name and an idea of what it does}{\cf1\fs24\ulnone .}\line -{\cf1\fs24\ulnone Copyright }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone C}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone yyyy name of author}\line -\line -{\cf1\fs24\ulnone This program is free software}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone you can redistribute it and}{\cf1\fs24\ulnone /}{\cf1\fs24\ulnone or modify it under the terms of the GNU General Public License as published by the Free Software Foundation}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone either}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone version}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone 2 }{\cf1\fs24\ulnone of the License}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone or }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone at your option}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone any later version}{\cf1\fs24\ulnone .}\line -\line -{\cf1\fs24\ulnone This program is distributed in the hope that it will be useful}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone but WITHOUT ANY WARRANTY}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone PURPOSE}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone See the GNU General Public License for more details}{\cf1\fs24\ulnone .}\line -\line -{\cf1\fs24\ulnone You should have received a copy of the GNU General Public License along with this program}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone if not}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone write to the Free Software Foundation}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone Inc}{\cf1\fs24\ulnone .}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone 51 }{\cf1\fs24\ulnone Franklin Street}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone Fifth }{\cf1\fs24\ulnone Floor}{\cf1\fs24\ulnone ,}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone Boston}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone MA }{\cf1\fs24\ulnone 02110}{\cf1\fs24\ulnone -}{\cf1\fs24\ulnone 1301}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone USA}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone Also add information on how to contact you by electronic and paper mail}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone If the program is interactive}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone make it output a short notice like this when it starts in an interactive mode}{\cf1\fs24\ulnone :} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone Gnomovision version }{\cf1\fs24\ulnone 69}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone Copyright }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone C}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone year name of author}\line -{\cf1\fs24\ulnone Gnomovision comes with ABSOLUTELY NO WARRANTY}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone for details}\line -{\cf1\fs24\ulnone type }{\cf1\fs24\ulnone `}{\cf1\fs24\ulnone show w}{\cf1\fs24\ulnone '}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone This is free software}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone and you are welcome}\line -{\cf1\fs24\ulnone to redistribute it under certain conditions}{\cf1\fs24\ulnone ; }{\cf1\fs24\ulnone type }{\cf1\fs24\ulnone `}{\cf1\fs24\ulnone show c}{\cf1\fs24\ulnone ' }\line -{\cf1\fs24\ulnone for details}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone The hypothetical commands }{\cf1\fs24\ulnone `}{\cf1\fs24\ulnone show w}{\cf1\fs24\ulnone ' }{\cf1\fs24\ulnone and }{\cf1\fs24\ulnone `}{\cf1\fs24\ulnone show c}{\cf1\fs24\ulnone ' }{\cf1\fs24\ulnone should show the appropriate parts of the General Public License}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone Of course}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone the commands you use may be called something}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone other than}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone `}{\cf1\fs24\ulnone show w}{\cf1\fs24\ulnone ' }{\cf1\fs24\ulnone and }{\cf1\fs24\ulnone `}{\cf1\fs24\ulnone show c}{\cf1\fs24\ulnone '; }{\cf1\fs24\ulnone they could even be mouse}{\cf1\fs24\ulnone -}{\cf1\fs24\ulnone clicks or menu items}{\cf1\fs24\ulnone --}{\cf1\fs24\ulnone whatever suits your program}{\cf1\fs24\ulnone .} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone You should also get your employer }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone if you work as a programmer}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone or your school}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone if any}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone to sign a }{\cf1\fs24\ulnone "}{\cf1\fs24\ulnone copyright disclaimer}{\cf1\fs24\ulnone " }{\cf1\fs24\ulnone for the program}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone if necessary}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone Here is a sample}{\cf1\fs24\ulnone ;}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone alter the names}{\cf1\fs24\ulnone :} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone Yoyodyne}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone Inc}{\cf1\fs24\ulnone .}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone hereby disclaims all copyright interest in the program }{\cf1\fs24\ulnone `}{\cf1\fs24\ulnone Gnomovision}{\cf1\fs24\ulnone ' }{\cf1\fs24\ulnone (}{\cf1\fs24\ulnone which makes passes at compilers}{\cf1\fs24\ulnone ) }{\cf1\fs24\ulnone written by James Hacker}{\cf1\fs24\ulnone .}\line -\line -{\cf1\fs24\ulnone signature of Ty Coon}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone 1 }{\cf1\fs24\ulnone April }{\cf1\fs24\ulnone 1989}\line -{\cf1\fs24\ulnone Ty Coon}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone President of Vice} -\par\pard\sl-240\slmult1\nowidctlpar\li0\fi0\ri0\sa180\sb0\s-1\cfpat0\cbpat0{\cf1\fs24\ulnone This General Public License does not permit incorporating your program into proprietary programs}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone If your program is a subroutine library}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone you may consider it more useful to}{\cf1\fs24\ulnone }{\cf1\fs24\ulnone permit linking proprietary applications with the library}{\cf1\fs24\ulnone . }{\cf1\fs24\ulnone If this is what you want to do}{\cf1\fs24\ulnone , }{\cf1\fs24\ulnone use the instead of this License}{\cf1\fs24\ulnone .} -\par} \ No newline at end of file