This is a brief explanation of how to place a document under the GNU Free Documentation License. For the GNU software licenses, such as the GNU GPL, we have a separate page.
elisp.texi
. We keep the full notification
in elisp.texi
, and in the other files we simply write:
@c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1999 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions.
If the section is text that you're not allowed to modify, such as a copy of the GNU GPL, then it must be invariant. You can't give permission to modify it if you don't have permission to modify it.
(One consequence is that you cannot use preexisting text which covers technical material if you don't have permission to allow modification of that text.)
When a section discusses the philosophy of free software, it is a good idea to make that section invariant. For instance, when we put the GNU Manifesto in a manual, or when we include a section explaining why free documentation is important, we make that section invariant.