diff options
author | Paul W. Frields <stickster@gmail.com> | 2006-02-12 21:58:49 +0000 |
---|---|---|
committer | Paul W. Frields <stickster@gmail.com> | 2006-02-12 21:58:49 +0000 |
commit | 2724dc7cef2a87dff63b468573c8f4f93a7b5a94 (patch) | |
tree | a0931de8c9209cc196102e64725e532f3b003167 /common/legalnotice-content-p1-en.xml | |
parent | 9342957cf7a3367139305f2be5f963870fa70f18 (diff) | |
download | fedora-doc-utils-2724dc7cef2a87dff63b468573c8f4f93a7b5a94.tar.gz fedora-doc-utils-2724dc7cef2a87dff63b468573c8f4f93a7b5a94.tar.xz fedora-doc-utils-2724dc7cef2a87dff63b468573c8f4f93a7b5a94.zip |
This makes everything work out nicely, PROVIDED that doc authors don't use &FDP-INFO; any more, and instead use a standard XInclude statement. Shouldn't cause much pain at all.
Diffstat (limited to 'common/legalnotice-content-p1-en.xml')
-rw-r--r-- | common/legalnotice-content-p1-en.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/common/legalnotice-content-p1-en.xml b/common/legalnotice-content-p1-en.xml new file mode 100644 index 0000000..5257ad2 --- /dev/null +++ b/common/legalnotice-content-p1-en.xml @@ -0,0 +1,18 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- $Id: --> +<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" +"http://www.docbook.org/xml/4.4/docbookx.dtd"[ + +<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "fedora-entities-en.ent"> +%FEDORA-ENTITIES-EN; + +]> + + <para> + Permission is granted to copy, distribute, and/or modify this document under + the terms of the GNU Free Documentation License, Version 1.2 or any later + version published by the Free Software Foundation; with no Invariant + Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the + license is available at <ulink + url="http://www.gnu.org/licenses/fdl.html">http://www.gnu.org/licenses/fdl.html</ulink>. + </para> |