summaryrefslogtreecommitdiffstats
path: root/kdoctools/customization/en-GB/entities/fdl-notice.docbook
blob: d70f48d0a1af8df702fadaea6f6bac5daeead879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!-- This file can be used to include the notice in documentation 
     <!DOCTYPE book ... [
      <!ENTITY % FDLIS "INCLUDE">
      <!ENTITY FDLISTitles "title 1, title 2, title 3">
      <!ENTITY % FDLFCT "INCLUDE">
      <!ENTITY FDLFCTTitles "title 4, title 5, title 6">
      <!ENTITY % FDLBCT "INCLUDE">
      <!ENTITY FDLBCTTitles "title 7, title 7b">
      <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN">
      %ents;
      ...
     ]>
    ...
     <bookinfo>
       <legalnotice>
         <para>Copyright (C) 20yy  [name of author]</para>
         &FDLnotice;
       </legalnotice>
     </bookinfo>
    ...

    Alternatively, you can include the text literally.

    Include a copy of the license in the documentation distribution.
 -->
<para>Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation; with &FDLInvariantSections;, with &FDLFrontCoverText;, and
with &FDLBackCoverText;.  A copy of the license is included in <xref linkend="gnu-fdl"/>.</para>

<!-- If you have no Invariant Sections, don't add any FDLIS entities.
     If you have no Front-Cover Texts, don't add any FDLFCT; likewise
     for Back-Cover Texts (the SGML setup takes care of complying with
     the GNU requirements).  Adding the entities: if you use any, then
     add FDL* with value "INCLUDE" and FDL*Titles with a list of
     titles.  You will get the default GNU template text if you don't
     specify the FDL*Titles entity after specifying the FDL* entity.
     This will only have effect when you specify %FDLSlots; _after_
     the entity definitions.

     If your document contains nontrivial examples of program code, we
     recommend releasing these examples in parallel under your choice
     of free software license, such as the GNU General Public License,
     to permit their use in free software.
 -->