Skip to content

Commit 0a12038

Browse files
rbujraveit65
authored andcommitted
legal.xml
1 parent 1982f4f commit 0a12038

File tree

3 files changed

+97
-26
lines changed

3 files changed

+97
-26
lines changed

help/C/index.docbook

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
33

44
<!ENTITY VERSION "1.10.1">
5-
<!ENTITY app "<application>MATE Control Center</application>">
5+
<!ENTITY legal SYSTEM "legal.xml">
6+
<!ENTITY app "<application>MATE Control Center</application>">
7+
<!-- Information about the entities
8+
The legal.xml file contains legal information, there is no need to edit the file.
9+
Use the appversion entity to specify the version of the application.
10+
Use the manrevision entity to specify the revision number of this manual.
11+
Use the date entity to specify the release date of this manual.
12+
Use the app entity to specify the name of the application. -->
613
]>
714

815
<article id="index" lang="en">
@@ -55,34 +62,21 @@
5562
</revision>
5663
</revhistory>
5764

58-
<legalnotice id="legalnotice">
59-
<para>
60-
Permission is granted to copy, distribute and/or modify this document
61-
under the terms of the
62-
<ulink type="help" url="help:fdl">
63-
<citetitle>
64-
GNU Free Documentation License
65-
</citetitle>
66-
</ulink>, Version 1.1 or any later version
67-
published by the Free Software Foundation with no Invariant Sections,
68-
no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
69-
can be found <ulink type="help" url="help:fdl">here</ulink>.
70-
</para>
71-
<para>
72-
Many of the names used by companies to distinguish their products and
73-
services are claimed as trademarks. Where those names appear in any
74-
MATE documentation, and those trademarks are made aware to the members
75-
of the MATE Documentation Project, the names have been printed in caps
76-
or initial caps.
77-
</para>
78-
<para>
79-
To report a bug or make a suggestion regarding the &app; application or this manual, follow the directions in the <ulink url="help:mate-user-guide/feedback" type="help">MATE Feedback Page</ulink>.
80-
</para>
81-
</legalnotice>
65+
&legal; <!-- This file contains link to license for the
66+
documentation (GNU FDL), and other legal stuff such as "NO
67+
WARRANTY" statement. Please do not change any of this. -->
8268

8369
<releaseinfo>
8470
This manual describes version &VERSION; of the MATE Control Center.
8571
</releaseinfo>
72+
73+
<legalnotice>
74+
<title>Feedback</title>
75+
<para>To report a bug or make a suggestion regarding the &app; application or this manual, follow the directions in the
76+
<ulink url="help:mate-user-guide/feedback" type="help">MATE Feedback Page</ulink>.
77+
</para>
78+
<!-- Translators may also add here feedback address for translations -->
79+
</legalnotice>
8680
</articleinfo>
8781

8882
<sect1 id="intro">

help/C/legal.xml

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<legalnotice id="legalnotice">
2+
<para>
3+
Permission is granted to copy, distribute and/or modify this
4+
document under the terms of the GNU Free Documentation
5+
License (GFDL), Version 1.1 or any later version published
6+
by the Free Software Foundation with no Invariant Sections,
7+
no Front-Cover Texts, and no Back-Cover Texts. You can find
8+
a copy of the GFDL at this <ulink type="help"
9+
url="help:fdl">link</ulink> or in the file COPYING-DOCS
10+
distributed with this manual.
11+
</para>
12+
<para> This manual is part of a collection of MATE manuals
13+
distributed under the GFDL. If you want to distribute this
14+
manual separately from the collection, you can do so by
15+
adding a copy of the license to the manual, as described in
16+
section 6 of the license.
17+
</para>
18+
19+
<para>
20+
Many of the names used by companies to distinguish their
21+
products and services are claimed as trademarks. Where those
22+
names appear in any MATE documentation, and the members of
23+
the MATE Documentation Project are made aware of those
24+
trademarks, then the names are in capital letters or initial
25+
capital letters.
26+
</para>
27+
28+
<para>
29+
DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED
30+
UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE
31+
WITH THE FURTHER UNDERSTANDING THAT:
32+
33+
<orderedlist>
34+
<listitem>
35+
<para>DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
36+
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
37+
IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
38+
THAT THE DOCUMENT OR MODIFIED VERSION OF THE
39+
DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR
40+
A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE
41+
RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE
42+
OF THE DOCUMENT OR MODIFIED VERSION OF THE
43+
DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR
44+
MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT,
45+
YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY
46+
CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
47+
SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
48+
OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
49+
LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED
50+
VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER
51+
EXCEPT UNDER THIS DISCLAIMER; AND
52+
</para>
53+
</listitem>
54+
<listitem>
55+
<para>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
56+
THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE),
57+
CONTRACT, OR OTHERWISE, SHALL THE AUTHOR,
58+
INITIAL WRITER, ANY CONTRIBUTOR, OR ANY
59+
DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION
60+
OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH
61+
PARTIES, BE LIABLE TO ANY PERSON FOR ANY
62+
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
63+
CONSEQUENTIAL DAMAGES OF ANY CHARACTER
64+
INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS
65+
OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
66+
MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR
67+
LOSSES ARISING OUT OF OR RELATING TO USE OF THE
68+
DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT,
69+
EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
70+
THE POSSIBILITY OF SUCH DAMAGES.
71+
</para>
72+
</listitem>
73+
</orderedlist>
74+
</para>
75+
</legalnotice>
76+

help/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ HELP_FILES = \
1515
config-keybindings.xml \
1616
config-mouse.xml \
1717
config-screensaver.xml \
18-
config-themes.xml
18+
config-themes.xml \
19+
legal.xml
1920

2021
# Add linguas to be ignored, e.g. IGNORE_HELP_LINGUAS = ca de es fr
2122
IGNORE_HELP_LINGUAS =

0 commit comments

Comments
 (0)