summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-01-16 14:21:22 +0000
committerPaul W. Frields <stickster@gmail.com>2006-01-16 14:21:22 +0000
commite6938324ec225660d4e0c5ffa2454825a58068e2 (patch)
treecf4c06bad5a54b4e91277c3c68fe3dbe81b4be58
parent1820942e94aa005370b14692d3333ddc6b496e28 (diff)
downloadfedora-doc-utils-e6938324ec225660d4e0c5ffa2454825a58068e2.tar.gz
fedora-doc-utils-e6938324ec225660d4e0c5ffa2454825a58068e2.tar.xz
fedora-doc-utils-e6938324ec225660d4e0c5ffa2454825a58068e2.zip
Add appropriate wrapper and entity support for OPL licensing
-rw-r--r--common/fedora-entities-en.ent3
-rw-r--r--common/legalnotice-opl-en.xml12
-rw-r--r--common/opl.xml2
3 files changed, 14 insertions, 3 deletions
diff --git a/common/fedora-entities-en.ent b/common/fedora-entities-en.ent
index d3709a2..8447d8f 100644
--- a/common/fedora-entities-en.ent
+++ b/common/fedora-entities-en.ent
@@ -1,4 +1,4 @@
-<!-- $Id: fedora-entities-en.ent,v 1.11 2005/10/24 13:56:48 kwade Exp $ -->
+<!-- $Id: fedora-entities-en.ent,v 1.12 2006/01/16 14:21:22 pfrields Exp $ -->
<!--
These common entities are useful shorthand
@@ -47,6 +47,7 @@
<!-- ************** common doc files *********** -->
<!ENTITY LEGALNOTICE SYSTEM "./legalnotice-en.xml">
<!ENTITY LEGALNOTICE-CONTENT SYSTEM "./legalnotice-content-en.xml">
+<!ENTITY LEGALNOTICE-OPL SYSTEM "./legalnotice-opl-en.xml">
<!ENTITY LEGALNOTICE-OPL-CONTENT SYSTEM "./opl.xml">
<!ENTITY LEGALNOTICE-RELNOTES SYSTEM "./legalnotice-relnotes-en.xml">
<!ENTITY LEGALNOTICE-SECTION SYSTEM "./legalnotice-section-en.xml">
diff --git a/common/legalnotice-opl-en.xml b/common/legalnotice-opl-en.xml
new file mode 100644
index 0000000..8f60f22
--- /dev/null
+++ b/common/legalnotice-opl-en.xml
@@ -0,0 +1,12 @@
+<!-- $Id: -->
+<!--
+<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook V4.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+ <!ENTITY BOILERPLATE "This header makes editing XML easier" >
+
+]>
+-->
+<legalnotice id="legalnotice-opl">
+&LEGALNOTICE-OPL-CONTENT;
+</legalnotice>
diff --git a/common/opl.xml b/common/opl.xml
index 13646df..cddca0c 100644
--- a/common/opl.xml
+++ b/common/opl.xml
@@ -9,7 +9,6 @@
]>
-->
-<legalnotice id="opl">
<section id="opl.permission">
<para>
Permission is granted to copy, distribute, and/or modify this
@@ -216,4 +215,3 @@
holder.' to the license reference or copy.
</para>
</section>
-</legalnotice>