1317N/A/***************************************************************************
5789N/A * COPYING -- Describes the terms under which Nmap is distributed. *
1317N/A * *
1317N/A ***********************IMPORTANT NMAP LICENSE TERMS************************
1317N/A * *
5789N/A * The Nmap Security Scanner is (C) 1996-2015 Insecure.Com LLC. Nmap is *
146N/A * also a registered trademark of Insecure.Com LLC. This program is free *
146N/A * software; you may redistribute and/or modify it under the terms of the *
146N/A * GNU General Public License as published by the Free Software *
5789N/A * Foundation; Version 2 ("GPL"), BUT ONLY WITH ALL OF THE CLARIFICATIONS *
5789N/A * AND EXCEPTIONS DESCRIBED HEREIN. This guarantees your right to use, *
5789N/A * modify, and redistribute this software under certain conditions. If *
5789N/A * you wish to embed Nmap technology into proprietary software, we sell *
5789N/A * alternative licenses (contact sales@nmap.com). Dozens of software *
5789N/A * vendors already license Nmap technology such as host discovery, port *
5789N/A * scanning, OS detection, version detection, and the Nmap Scripting *
5789N/A * Engine. *
146N/A * *
5789N/A * Note that the GPL places important restrictions on "derivative works", *
5789N/A * yet it does not provide a detailed definition of that term. To avoid *
1317N/A * misunderstandings, we interpret that term as broadly as copyright law *
1317N/A * allows. For example, we consider an application to constitute a *
5789N/A * derivative work for the purpose of this license if it does any of the *
5789N/A * following with any software or content covered by this license *
5789N/A * ("Covered Software"): *
5789N/A * *
5789N/A * o Integrates source code from Covered Software. *
5789N/A * *
5789N/A * o Reads or includes copyrighted data files, such as Nmap's nmap-os-db *
5789N/A * or nmap-service-probes. *
5789N/A * *
5789N/A * o Is designed specifically to execute Covered Software and parse the *
5789N/A * results (as opposed to typical shell or execution-menu apps, which will *
5789N/A * execute anything you tell them to). *
5789N/A * *
5789N/A * o Includes Covered Software in a proprietary executable installer. The *
5789N/A * installers produced by InstallShield are an example of this. Including *
5789N/A * Nmap with other software in compressed or archival form does not *
5789N/A * trigger this provision, provided appropriate open source decompression *
5789N/A * or de-archiving software is widely available for no charge. For the *
5789N/A * purposes of this license, an installer is considered to include Covered *
5789N/A * Software even if it actually retrieves a copy of Covered Software from *
5789N/A * another source during runtime (such as by downloading it from the *
5789N/A * Internet). *
5789N/A * *
5789N/A * o Links (statically or dynamically) to a library which does any of the *
5789N/A * above. *
5789N/A * *
5789N/A * o Executes a helper program, module, or script to do any of the above. *
146N/A * *
5789N/A * This list is not exclusive, but is meant to clarify our interpretation *
5789N/A * of derived works with some common examples. Other people may interpret *
5789N/A * the plain GPL differently, so we consider this a special exception to *
5789N/A * the GPL that we apply to Covered Software. Works which meet any of *
5789N/A * these conditions must conform to all of the terms of this license, *
5789N/A * particularly including the GPL Section 3 requirements of providing *
5789N/A * source code and allowing free redistribution of the work as a whole. *
5789N/A * *
5789N/A * As another special exception to the GPL terms, Insecure.Com LLC grants *
5789N/A * permission to link the code of this program with any version of the *
5789N/A * OpenSSL library which is distributed under a license identical to that *
5789N/A * listed in the included docs/licenses/OpenSSL.txt file, and distribute *
5789N/A * linked combinations including the two. *
146N/A * *
5789N/A * Any redistribution of Covered Software, including any derived works, *
5789N/A * must obey and carry forward all of the terms of this license, including *
5789N/A * obeying all GPL rules and restrictions. For example, source code of *
5789N/A * the whole work must be provided and free redistribution must be *
5789N/A * allowed. All GPL references to "this License", are to be treated as *
5789N/A * including the terms and conditions of this license text as well. *
5789N/A * *
5789N/A * Because this license imposes special exceptions to the GPL, Covered *
5789N/A * Work may not be combined (even as part of a larger work) with plain GPL *
5789N/A * software. The terms, conditions, and exceptions of this license must *
5789N/A * be included as well. This license is incompatible with some other open *
5789N/A * source licenses as well. In some cases we can relicense portions of *
5789N/A * Nmap or grant special permissions to use it in other open source *
5789N/A * software. Please contact fyodor@nmap.org with any such requests. *
5789N/A * Similarly, we don't incorporate incompatible open source software into *
5789N/A * Covered Software without special permission from the copyright holders. *
5789N/A * *
5789N/A * If you have any questions about the licensing restrictions on using *
5789N/A * Nmap in other works, are happy to help. As mentioned above, we also *
5789N/A * offer alternative license to integrate Nmap into proprietary *
146N/A * applications and appliances. These contracts have been sold to dozens *
146N/A * of software vendors, and generally include a perpetual license as well *
1317N/A * as providing for priority support and updates. They also fund the *
5789N/A * continued development of Nmap. Please email sales@nmap.com for further *
5789N/A * information. *
146N/A * *
5789N/A * If you have received a written license agreement or contract for *
5789N/A * Covered Software stating terms other than these, you may choose to use *
5789N/A * and redistribute Covered Software under those terms instead of these. *
146N/A * *
146N/A * Source is provided to this software because we believe users have a *
146N/A * right to know exactly what a program is going to do before they run it. *
5789N/A * This also allows you to audit the software for security holes. *
146N/A * *
146N/A * Source code also allows you to port Nmap to new platforms, fix bugs, *
146N/A * and add new features. You are highly encouraged to send your changes *
5789N/A * to the dev@nmap.org mailing list for possible incorporation into the *
5789N/A * main distribution. By sending these changes to Fyodor or one of the *
1317N/A * Insecure.Org development mailing lists, or checking them into the Nmap *
1317N/A * source code repository, it is understood (unless you specify otherwise) *
1317N/A * that you are offering the Nmap Project (Insecure.Com LLC) the *
1317N/A * unlimited, non-exclusive right to reuse, modify, and relicense the *
1317N/A * code. Nmap will always be available Open Source, but this is important *
1317N/A * because the inability to relicense code has caused devastating problems *
1317N/A * for other Free Software projects (such as KDE and NASM). We also *
1317N/A * occasionally relicense the code to third parties as discussed above. *
1317N/A * If you wish to specify special license conditions of your *
1317N/A * contributions, just say so when you send them. *
146N/A * *
146N/A * This program is distributed in the hope that it will be useful, but *
146N/A * WITHOUT ANY WARRANTY; without even the implied warranty of *
5789N/A * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Nmap *
5789N/A * license file for more details (it's in a COPYING file included with *
5789N/A * Nmap, and also available from https://svn.nmap.org/nmap/COPYING) *
146N/A * *
146N/A ***************************************************************************/
146N/A
146N/AGNU General Public License
146N/A
146N/A----------------------------------------------------------------------------
146N/A
146N/ATable of Contents
146N/A
146N/A * GNU GENERAL PUBLIC LICENSE
146N/A o Preamble
146N/A o TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
146N/A o How to Apply These Terms to Your New Programs
146N/A
146N/A----------------------------------------------------------------------------
146N/A
146N/AGNU GENERAL PUBLIC LICENSE
146N/A
146N/AVersion 2, June 1991
146N/A
146N/ACopyright (C) 1989, 1991 Free Software Foundation, Inc.
146N/A59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
146N/A
146N/AEveryone is permitted to copy and distribute verbatim copies
146N/Aof this license document, but changing it is not allowed.
146N/A
146N/APreamble
146N/A
146N/AThe licenses for most software are designed to take away your freedom to
146N/Ashare and change it. By contrast, the GNU General Public License is intended
146N/Ato guarantee your freedom to share and change free software--to make sure
146N/Athe software is free for all its users. This General Public License applies
146N/Ato most of the Free Software Foundation's software and to any other program
146N/Awhose authors commit to using it. (Some other Free Software Foundation
146N/Asoftware is covered by the GNU Library General Public License instead.) You
146N/Acan apply it to your programs, too.
146N/A
146N/AWhen we speak of free software, we are referring to freedom, not price. Our
146N/AGeneral Public Licenses are designed to make sure that you have the freedom
146N/Ato distribute copies of free software (and charge for this service if you
146N/Awish), that you receive source code or can get it if you want it, that you
146N/Acan change the software or use pieces of it in new free programs; and that
146N/Ayou know you can do these things.
146N/A
146N/ATo protect your rights, we need to make restrictions that forbid anyone to
146N/Adeny you these rights or to ask you to surrender the rights. These
146N/Arestrictions translate to certain responsibilities for you if you distribute
146N/Acopies of the software, or if you modify it.
146N/A
146N/AFor example, if you distribute copies of such a program, whether gratis or
146N/Afor a fee, you must give the recipients all the rights that you have. You
146N/Amust make sure that they, too, receive or can get the source code. And you
146N/Amust show them these terms so they know their rights.
146N/A
146N/AWe protect your rights with two steps: (1) copyright the software, and (2)
146N/Aoffer you this license which gives you legal permission to copy, distribute
146N/Aand/or modify the software.
146N/A
146N/AAlso, for each author's protection and ours, we want to make certain that
146N/Aeveryone understands that there is no warranty for this free software. If
146N/Athe software is modified by someone else and passed on, we want its
146N/Arecipients to know that what they have is not the original, so that any
146N/Aproblems introduced by others will not reflect on the original authors'
146N/Areputations.
146N/A
146N/AFinally, any free program is threatened constantly by software patents. We
146N/Awish to avoid the danger that redistributors of a free program will
146N/Aindividually obtain patent licenses, in effect making the program
146N/Aproprietary. To prevent this, we have made it clear that any patent must be
146N/Alicensed for everyone's free use or not licensed at all.
146N/A
146N/AThe precise terms and conditions for copying, distribution and modification
146N/Afollow.
146N/A
146N/ATERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
146N/A
146N/A0. This License applies to any program or other work which contains a notice
146N/Aplaced by the copyright holder saying it may be distributed under the terms
146N/Aof this General Public License. The "Program", below, refers to any such
146N/Aprogram or work, and a "work based on the Program" means either the Program
146N/Aor any derivative work under copyright law: that is to say, a work
146N/Acontaining the Program or a portion of it, either verbatim or with
146N/Amodifications and/or translated into another language. (Hereinafter,
146N/Atranslation is included without limitation in the term "modification".) Each
146N/Alicensee is addressed as "you".
146N/A
146N/AActivities other than copying, distribution and modification are not covered
146N/Aby this License; they are outside its scope. The act of running the Program
146N/Ais not restricted, and the output from the Program is covered only if its
146N/Acontents constitute a work based on the Program (independent of having been
146N/Amade by running the Program). Whether that is true depends on what the
146N/AProgram does.
146N/A
146N/A1. You may copy and distribute verbatim copies of the Program's source code
146N/Aas you receive it, in any medium, provided that you conspicuously and
146N/Aappropriately publish on each copy an appropriate copyright notice and
146N/Adisclaimer of warranty; keep intact all the notices that refer to this
146N/ALicense and to the absence of any warranty; and give any other recipients of
146N/Athe Program a copy of this License along with the Program.
146N/A
146N/AYou may charge a fee for the physical act of transferring a copy, and you
146N/Amay at your option offer warranty protection in exchange for a fee.
146N/A
146N/A2. You may modify your copy or copies of the Program or any portion of it,
146N/Athus forming a work based on the Program, and copy and distribute such
146N/Amodifications or work under the terms of Section 1 above, provided that you
146N/Aalso meet all of these conditions:
146N/A
146N/A * a) You must cause the modified files to carry prominent notices stating
146N/A that you changed the files and the date of any change.
146N/A
146N/A * b) You must cause any work that you distribute or publish, that in
146N/A whole or in part contains or is derived from the Program or any part
146N/A thereof, to be licensed as a whole at no charge to all third parties
146N/A under the terms of this License.
146N/A
146N/A * c) If the modified program normally reads commands interactively when
146N/A run, you must cause it, when started running for such interactive use
146N/A in the most ordinary way, to print or display an announcement including
146N/A an appropriate copyright notice and a notice that there is no warranty
146N/A (or else, saying that you provide a warranty) and that users may
146N/A redistribute the program under these conditions, and telling the user
146N/A how to view a copy of this License. (Exception: if the Program itself
146N/A is interactive but does not normally print such an announcement, your
146N/A work based on the Program is not required to print an announcement.)
146N/A
146N/AThese requirements apply to the modified work as a whole. If identifiable
146N/Asections of that work are not derived from the Program, and can be
146N/Areasonably considered independent and separate works in themselves, then
146N/Athis License, and its terms, do not apply to those sections when you
146N/Adistribute them as separate works. But when you distribute the same sections
146N/Aas part of a whole which is a work based on the Program, the distribution of
146N/Athe whole must be on the terms of this License, whose permissions for other
146N/Alicensees extend to the entire whole, and thus to each and every part
146N/Aregardless of who wrote it.
146N/A
146N/AThus, it is not the intent of this section to claim rights or contest your
146N/Arights to work written entirely by you; rather, the intent is to exercise
146N/Athe right to control the distribution of derivative or collective works
146N/Abased on the Program.
146N/A
146N/AIn addition, mere aggregation of another work not based on the Program with
146N/Athe Program (or with a work based on the Program) on a volume of a storage
146N/Aor distribution medium does not bring the other work under the scope of this
146N/ALicense.
146N/A
146N/A3. You may copy and distribute the Program (or a work based on it, under
146N/ASection 2) in object code or executable form under the terms of Sections 1
146N/Aand 2 above provided that you also do one of the following:
146N/A
146N/A * a) Accompany it with the complete corresponding machine-readable source
146N/A code, which must be distributed under the terms of Sections 1 and 2
146N/A above on a medium customarily used for software interchange; or,
146N/A
146N/A * b) Accompany it with a written offer, valid for at least three years,
146N/A to give any third party, for a charge no more than your cost of
146N/A physically performing source distribution, a complete machine-readable
146N/A copy of the corresponding source code, to be distributed under the
146N/A terms of Sections 1 and 2 above on a medium customarily used for
146N/A software interchange; or,
146N/A
146N/A * c) Accompany it with the information you received as to the offer to
146N/A distribute corresponding source code. (This alternative is allowed only
146N/A for noncommercial distribution and only if you received the program in
146N/A object code or executable form with such an offer, in accord with
146N/A Subsection b above.)
146N/A
146N/AThe source code for a work means the preferred form of the work for making
146N/Amodifications to it. For an executable work, complete source code means all
146N/Athe source code for all modules it contains, plus any associated interface
146N/Adefinition files, plus the scripts used to control compilation and
146N/Ainstallation of the executable. However, as a special exception, the source
146N/Acode distributed need not include anything that is normally distributed (in
146N/Aeither source or binary form) with the major components (compiler, kernel,
146N/Aand so on) of the operating system on which the executable runs, unless that
146N/Acomponent itself accompanies the executable.
146N/A
146N/AIf distribution of executable or object code is made by offering access to
146N/Acopy from a designated place, then offering equivalent access to copy the
146N/Asource code from the same place counts as distribution of the source code,
146N/Aeven though third parties are not compelled to copy the source along with
146N/Athe object code.
146N/A
146N/A4. You may not copy, modify, sublicense, or distribute the Program except as
146N/Aexpressly provided under this License. Any attempt otherwise to copy,
146N/Amodify, sublicense or distribute the Program is void, and will automatically
146N/Aterminate your rights under this License. However, parties who have received
146N/Acopies, or rights, from you under this License will not have their licenses
146N/Aterminated so long as such parties remain in full compliance.
146N/A
146N/A5. You are not required to accept this License, since you have not signed
146N/Ait. However, nothing else grants you permission to modify or distribute the
146N/AProgram or its derivative works. These actions are prohibited by law if you
146N/Ado not accept this License. Therefore, by modifying or distributing the
146N/AProgram (or any work based on the Program), you indicate your acceptance of
146N/Athis License to do so, and all its terms and conditions for copying,
146N/Adistributing or modifying the Program or works based on it.
146N/A
146N/A6. Each time you redistribute the Program (or any work based on the
146N/AProgram), the recipient automatically receives a license from the original
146N/Alicensor to copy, distribute or modify the Program subject to these terms
146N/Aand conditions. You may not impose any further restrictions on the
146N/Arecipients' exercise of the rights granted herein. You are not responsible
146N/Afor enforcing compliance by third parties to this License.
146N/A
146N/A7. If, as a consequence of a court judgment or allegation of patent
146N/Ainfringement or for any other reason (not limited to patent issues),
146N/Aconditions are imposed on you (whether by court order, agreement or
146N/Aotherwise) that contradict the conditions of this License, they do not
146N/Aexcuse you from the conditions of this License. If you cannot distribute so
146N/Aas to satisfy simultaneously your obligations under this License and any
146N/Aother pertinent obligations, then as a consequence you may not distribute
146N/Athe Program at all. For example, if a patent license would not permit
146N/Aroyalty-free redistribution of the Program by all those who receive copies
146N/Adirectly or indirectly through you, then the only way you could satisfy both
146N/Ait and this License would be to refrain entirely from distribution of the
146N/AProgram.
146N/A
146N/AIf any portion of this section is held invalid or unenforceable under any
146N/Aparticular circumstance, the balance of the section is intended to apply and
146N/Athe section as a whole is intended to apply in other circumstances.
146N/A
146N/AIt is not the purpose of this section to induce you to infringe any patents
146N/Aor other property right claims or to contest validity of any such claims;
146N/Athis section has the sole purpose of protecting the integrity of the free
146N/Asoftware distribution system, which is implemented by public license
146N/Apractices. Many people have made generous contributions to the wide range of
146N/Asoftware distributed through that system in reliance on consistent
146N/Aapplication of that system; it is up to the author/donor to decide if he or
146N/Ashe is willing to distribute software through any other system and a
146N/Alicensee cannot impose that choice.
146N/A
146N/AThis section is intended to make thoroughly clear what is believed to be a
146N/Aconsequence of the rest of this License.
146N/A
146N/A8. If the distribution and/or use of the Program is restricted in certain
146N/Acountries either by patents or by copyrighted interfaces, the original
146N/Acopyright holder who places the Program under this License may add an
146N/Aexplicit geographical distribution limitation excluding those countries, so
146N/Athat distribution is permitted only in or among countries not thus excluded.
146N/AIn such case, this License incorporates the limitation as if written in the
146N/Abody of this License.
146N/A
146N/A9. The Free Software Foundation may publish revised and/or new versions of
146N/Athe General Public License from time to time. Such new versions will be
146N/Asimilar in spirit to the present version, but may differ in detail to
146N/Aaddress new problems or concerns.
146N/A
146N/AEach version is given a distinguishing version number. If the Program
146N/Aspecifies a version number of this License which applies to it and "any
146N/Alater version", you have the option of following the terms and conditions
146N/Aeither of that version or of any later version published by the Free
146N/ASoftware Foundation. If the Program does not specify a version number of
146N/Athis License, you may choose any version ever published by the Free Software
146N/AFoundation.
146N/A
146N/A10. If you wish to incorporate parts of the Program into other free programs
146N/Awhose distribution conditions are different, write to the author to ask for
146N/Apermission. For software which is copyrighted by the Free Software
146N/AFoundation, write to the Free Software Foundation; we sometimes make
146N/Aexceptions for this. Our decision will be guided by the two goals of
146N/Apreserving the free status of all derivatives of our free software and of
146N/Apromoting the sharing and reuse of software generally.
146N/A
146N/ANO WARRANTY
146N/A
146N/A11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
146N/ATHE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
146N/AOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
146N/APROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
146N/AOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
146N/AMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO
146N/ATHE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM
146N/APROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
146N/ACORRECTION.
146N/A
146N/A12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
146N/AWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
146N/AREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
146N/AINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
146N/AOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO
146N/ALOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR
146N/ATHIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
146N/APROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
146N/APOSSIBILITY OF SUCH DAMAGES.
146N/A
146N/AEND OF TERMS AND CONDITIONS
146N/A
146N/AHow to Apply These Terms to Your New Programs
146N/A
146N/AIf you develop a new program, and you want it to be of the greatest possible
146N/Ause to the public, the best way to achieve this is to make it free software
146N/Awhich everyone can redistribute and change under these terms.
146N/A
146N/ATo do so, attach the following notices to the program. It is safest to
146N/Aattach them to the start of each source file to most effectively convey the
146N/Aexclusion of warranty; and each file should have at least the "copyright"
146N/Aline and a pointer to where the full notice is found.
146N/A
146N/Aone line to give the program's name and an idea of what it does.
146N/ACopyright (C) 19yy name of author
146N/A
146N/AThis program is free software; you can redistribute it and/or
146N/Amodify it under the terms of the GNU General Public License
146N/Aas published by the Free Software Foundation; either version 2
146N/Aof the License, or (at your option) any later version.
146N/A
146N/AThis program is distributed in the hope that it will be useful,
146N/Abut WITHOUT ANY WARRANTY; without even the implied warranty of
146N/AMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
146N/AGNU General Public License for more details.
146N/A
146N/AYou should have received a copy of the GNU General Public License
146N/Aalong with this program; if not, write to the Free Software
146N/AFoundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
146N/A
146N/AAlso add information on how to contact you by electronic and paper mail.
146N/A
146N/AIf the program is interactive, make it output a short notice like this when
146N/Ait starts in an interactive mode:
146N/A
146N/AGnomovision version 69, Copyright (C) 19yy name of author
146N/AGnomovision comes with ABSOLUTELY NO WARRANTY; for details
146N/Atype `show w'. This is free software, and you are welcome
146N/Ato redistribute it under certain conditions; type `show c'
146N/Afor details.
146N/A
146N/AThe hypothetical commands `show w' and `show c' should show the appropriate
146N/Aparts of the General Public License. Of course, the commands you use may be
146N/Acalled something other than `show w' and `show c'; they could even be
146N/Amouse-clicks or menu items--whatever suits your program.
146N/A
146N/AYou should also get your employer (if you work as a programmer) or your
146N/Aschool, if any, to sign a "copyright disclaimer" for the program, if
146N/Anecessary. Here is a sample; alter the names:
146N/A
146N/AYoyodyne, Inc., hereby disclaims all copyright
146N/Ainterest in the program `Gnomovision'
146N/A(which makes passes at compilers) written
146N/Aby James Hacker.
146N/A
146N/Asignature of Ty Coon, 1 April 1989
146N/ATy Coon, President of Vice
146N/A
146N/AThis General Public License does not permit incorporating your program into
146N/Aproprietary programs. If your program is a subroutine library, you may
146N/Aconsider it more useful to permit linking proprietary applications with the
146N/Alibrary. If this is what you want to do, use the GNU Library General Public
146N/ALicense instead of this License.