preface.texi 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @iftex
  2. @page
  3. @unnumbered Preface
  4. This reference manual documents Guile, GNU's Ubiquitous Intelligent
  5. Language for Extensions. It describes how to use Guile in many useful
  6. and interesting ways.
  7. This is edition @value{MANUAL_EDITION} of the reference manual, and
  8. corresponds to Guile version @value{VERSION}.
  9. @end iftex
  10. @iftex
  11. @section The Guile License
  12. @end iftex
  13. @ifnottex
  14. @node Guile License
  15. @chapter The Guile License
  16. @end ifnottex
  17. The license of Guile consists of the GNU GPL plus a special statement
  18. giving blanket permission to link with non-free software. This is the
  19. license statement as found in any individual file that it applies to:
  20. @quotation
  21. This program is free software; you can redistribute it and/or modify it
  22. under the terms of the GNU General Public License as published by the
  23. Free Software Foundation; either version 2, or (at your option) any
  24. later version.
  25. This program is distributed in the hope that it will be useful, but
  26. WITHOUT ANY WARRANTY; without even the implied warranty of
  27. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  28. General Public License for more details.
  29. You should have received a copy of the GNU General Public License along
  30. with this software; see the file COPYING. If not, write to the Free
  31. Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
  32. 02111-1307 USA
  33. As a special exception, the Free Software Foundation gives permission
  34. for additional uses of the text contained in its release of GUILE.
  35. The exception is that, if you link the GUILE library with other files to
  36. produce an executable, this does not by itself cause the resulting
  37. executable to be covered by the GNU General Public License. Your use of
  38. that executable is in no way restricted on account of linking the GUILE
  39. library code into it.
  40. This exception does not however invalidate any other reasons why the
  41. executable file might be covered by the GNU General Public License.
  42. This exception applies only to the code released by the Free Software
  43. Foundation under the name GUILE. If you copy code from other Free
  44. Software Foundation releases into a copy of GUILE, as the General Public
  45. License permits, the exception does not apply to the code that you add
  46. in this way. To avoid misleading anyone as to the status of such
  47. modified files, you must delete this exception notice from them.
  48. If you write modifications of your own for GUILE, it is your choice
  49. whether to permit this exception to apply to your modifications. If you
  50. do not wish that, delete this exception notice.
  51. @end quotation
  52. @c Local Variables:
  53. @c TeX-master: "guile.texi"
  54. @c End: