diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kdoctools/customization/de/entities/fdl-notice.docbook | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/customization/de/entities/fdl-notice.docbook')
-rw-r--r-- | kdoctools/customization/de/entities/fdl-notice.docbook | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/kdoctools/customization/de/entities/fdl-notice.docbook b/kdoctools/customization/de/entities/fdl-notice.docbook new file mode 100644 index 000000000..f9069897a --- /dev/null +++ b/kdoctools/customization/de/entities/fdl-notice.docbook @@ -0,0 +1,54 @@ +<!-- 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>Es ist erlaubt, dieses Dokument zu kopieren, zu vertreiben +und/oder zu ändern gemäß den Bedingungen der +GNU Free Documentation Licence, Version 1.1 oder irgend einer +späteren Version, wie sie von der Free Software Foundation +veröffentlicht wurde; &FDLInvariantSections;, &FDLFrontCoverText;, +und &FDLBackCoverText;. Eine Kopie der Lizenz findet sich im <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. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> |