gnu_bulletin_9401_4.html 1.7 KB

12345678910111213141516171819202122232425262728
  1. <TITLE> - What Is Copyleft?</TITLE>
  2. <P>Go to the <A HREF="gnu_bulletin_9401_3.html">previous</A>, <A HREF="gnu_bulletin_9401_5.html">next</A> chapter.<P>
  3. <H1><A NAME="SEC4" HREF="gnu_bulletin_9401_toc.html#SEC4">What Is Copyleft?</A></H1>
  4. <P>
  5. The simplest way to make a program free is to put it in the public domain,
  6. uncopyrighted. But this permits proprietary modifications, denying others
  7. the freedom to use and redistribute improvements; it is contrary to the
  8. intent of increasing the total amount of free software. To prevent this,
  9. <DFN>copyleft</DFN> uses copyrights in a novel manner. Typically copyrights
  10. take away freedoms; copyleft preserves them. It is a legal instrument that
  11. requires those who pass on a program to include the rights to use, modify,
  12. and redistribute the code; the code and rights become legally inseparable.
  13. <P>
  14. The copyleft used by the GNU Project is made from the combination of a
  15. regular copyright notice and the <DFN>GNU General Public License</DFN> (GPL).
  16. The GPL is a copying license which basically says that you have the
  17. aforementioned freedoms. An alternate form, the <DFN>GNU Library General
  18. Public License</DFN> (LGPL), applies to a few GNU libraries. This license
  19. permits linking the libraries into proprietary executables under certain
  20. conditions. The appropriate license is included in all GNU source code
  21. distributions and many manuals. Printed copies are available upon request.
  22. <P>
  23. We strongly encourage you to copyleft your programs and documentation,
  24. and we have made it as simple as possible for you to do so. The details
  25. on how to apply either license appear at the end of each license.
  26. <P>
  27. <P>Go to the <A HREF="gnu_bulletin_9401_3.html">previous</A>, <A HREF="gnu_bulletin_9401_5.html">next</A> chapter.<P>