blob: 8fc6892336cde1f8f0578f9dc2ecbe42db476fd8 (
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
|
<?xml version='1.0' encoding='UTF-8'?>
<!-- $Id: -->
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd" [
<!-- *************** COMMON FDP entities *************** -->
<!ENTITY % FEDORA-ENTITIES SYSTEM "./fedora-entities-pl.ent">
%FEDORA-ENTITIES;
]>
<!--
Use this legalnotice for no-chunks/single-page HTML output. It is an optional
usage to move the bulk of the legalnotice to another location in the document.
If you use this legalnotice, you must include a call to the
LEGALNOTICE-NOCHUNKS or LEGALNOTICE-RELNOTES. This gets the legal material in
the proper <legalnotice /> container.SECTION entity, or include a similar
<section> in your document. The call to LEGALNOTICE-SECTION must happen where
a <section> is otherwise allowed. One good location is immediately following
an introduction.
-->
<section id="sn-legalnotice">
<title>Legal Notice</title>
<xi:include href="legalnotice-content-p1-pl.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="legalnotice-content-p2-pl.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="legalnotice-content-p3-pl.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="legalnotice-content-p4-pl.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="legalnotice-content-p5-pl.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="legalnotice-content-p6-pl.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</section>
|