summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Klapper <aklapper@wikimedia.org>2019-09-07 15:16:13 +0200
committerAndre Klapper <aklapper@wikimedia.org>2019-09-07 15:16:13 +0200
commitff4de6b6bac9b26a1f1d04d8c03eb16e15b755f2 (patch)
treea762145bbf3499150ce5f5faef1aacd657698864
parent2fef42ae883908726596255760b056d4150ff043 (diff)
downloadzenity-ff4de6b6bac9b26a1f1d04d8c03eb16e15b755f2.tar.gz
help: Convert legal.xml from Docbook to Mallard
So it can actually be included in the rest of the docs
-rw-r--r--help/C/legal.xml53
1 files changed, 28 insertions, 25 deletions
diff --git a/help/C/legal.xml b/help/C/legal.xml
index 899282c..b93767a 100644
--- a/help/C/legal.xml
+++ b/help/C/legal.xml
@@ -1,38 +1,43 @@
- <legalnotice id="legalnotice">
- <para>
+<license xmlns="http://projectmallard.org/1.0/"
+ href="https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt">
+
+ <p>This work is licensed under a
+ <link href="https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt">GNU Free
+ Documentation License Version 1.1</link> or any later version.</p>
+
+ <p>
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation
License (GFDL), Version 1.1 or any later version published
by the Free Software Foundation with no Invariant Sections,
no Front-Cover Texts, and no Back-Cover Texts. You can find
- a copy of the GFDL at this <ulink type="help"
- url="help:fdl">link</ulink> or in the file COPYING-DOCS
- distributed with this manual.
- </para>
- <para> This manual is part of a collection of GNOME manuals
+ a copy of the GFDL at this
+ <link href="https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt">link</link>.
+ </p>
+ <p> This manual is part of a collection of GNOME manuals
distributed under the GFDL. If you want to distribute this
manual separately from the collection, you can do so by
adding a copy of the license to the manual, as described in
section 6 of the license.
- </para>
+ </p>
- <para>
+ <p>
Many of the names used by companies to distinguish their
products and services are claimed as trademarks. Where those
names appear in any GNOME documentation, and the members of
the GNOME Documentation Project are made aware of those
trademarks, then the names are in capital letters or initial
capital letters.
- </para>
+ </p>
- <para>
+ <p>
DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED
UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE
WITH THE FURTHER UNDERSTANDING THAT:
-
- <orderedlist>
- <listitem>
- <para>DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
+ </p>
+ <list>
+ <item>
+ <p>DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
THAT THE DOCUMENT OR MODIFIED VERSION OF THE
@@ -49,10 +54,10 @@
LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED
VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER
EXCEPT UNDER THIS DISCLAIMER; AND
- </para>
- </listitem>
- <listitem>
- <para>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
+ </p>
+ </item>
+ <item>
+ <p>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE),
CONTRACT, OR OTHERWISE, SHALL THE AUTHOR,
INITIAL WRITER, ANY CONTRIBUTOR, OR ANY
@@ -68,9 +73,7 @@
DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT,
EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
THE POSSIBILITY OF SUCH DAMAGES.
- </para>
- </listitem>
- </orderedlist>
- </para>
- </legalnotice>
-
+ </p>
+ </item>
+ </list>
+</license>