diff options
author | rbuj <[email protected]> | 2018-10-04 17:23:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-06 18:50:09 +0200 |
commit | 0a12038462c47950e4a5beb913fe36ec731c012d (patch) | |
tree | 525d80a02a1118efc015e6f36b3481d695db07c3 | |
parent | 1982f4f2be7bb3a0d7d014aef9a37afebd82e2f7 (diff) | |
download | mate-control-center-0a12038462c47950e4a5beb913fe36ec731c012d.tar.bz2 mate-control-center-0a12038462c47950e4a5beb913fe36ec731c012d.tar.xz |
legal.xml
-rw-r--r-- | help/C/index.docbook | 44 | ||||
-rw-r--r-- | help/C/legal.xml | 76 | ||||
-rw-r--r-- | help/Makefile.am | 3 |
3 files changed, 97 insertions, 26 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index 9666e9a1..03826583 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -2,7 +2,14 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ <!ENTITY VERSION "1.10.1"> -<!ENTITY app "<application>MATE Control Center</application>"> + <!ENTITY legal SYSTEM "legal.xml"> + <!ENTITY app "<application>MATE Control Center</application>"> + <!-- Information about the entities + The legal.xml file contains legal information, there is no need to edit the file. + Use the appversion entity to specify the version of the application. + Use the manrevision entity to specify the revision number of this manual. + Use the date entity to specify the release date of this manual. + Use the app entity to specify the name of the application. --> ]> <article id="index" lang="en"> @@ -55,34 +62,21 @@ </revision> </revhistory> - <legalnotice id="legalnotice"> - <para> - Permission is granted to copy, distribute and/or modify this document - under the terms of the - <ulink type="help" url="help:fdl"> - <citetitle> - GNU Free Documentation License - </citetitle> - </ulink>, 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. A copy of the license - can be found <ulink type="help" url="help:fdl">here</ulink>. - </para> - <para> - Many of the names used by companies to distinguish their products and - services are claimed as trademarks. Where those names appear in any - MATE documentation, and those trademarks are made aware to the members - of the MATE Documentation Project, the names have been printed in caps - or initial caps. - </para> - <para> - 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>. - </para> - </legalnotice> + &legal; <!-- This file contains link to license for the + documentation (GNU FDL), and other legal stuff such as "NO + WARRANTY" statement. Please do not change any of this. --> <releaseinfo> This manual describes version &VERSION; of the MATE Control Center. </releaseinfo> + + <legalnotice> + <title>Feedback</title> + <para>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>. + </para> +<!-- Translators may also add here feedback address for translations --> + </legalnotice> </articleinfo> <sect1 id="intro"> diff --git a/help/C/legal.xml b/help/C/legal.xml new file mode 100644 index 00000000..9c4e2480 --- /dev/null +++ b/help/C/legal.xml @@ -0,0 +1,76 @@ + <legalnotice id="legalnotice"> + <para> + 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 MATE 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> + + <para> + Many of the names used by companies to distinguish their + products and services are claimed as trademarks. Where those + names appear in any MATE documentation, and the members of + the MATE Documentation Project are made aware of those + trademarks, then the names are in capital letters or initial + capital letters. + </para> + + <para> + 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, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR + IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES + THAT THE DOCUMENT OR MODIFIED VERSION OF THE + DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR + A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE + RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE + OF THE DOCUMENT OR MODIFIED VERSION OF THE + DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR + MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY + CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY + SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS + 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 + THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), + CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, + INITIAL WRITER, ANY CONTRIBUTOR, OR ANY + DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION + OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH + PARTIES, BE LIABLE TO ANY PERSON FOR ANY + DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR + CONSEQUENTIAL DAMAGES OF ANY CHARACTER + INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS + OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR + MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR + LOSSES ARISING OUT OF OR RELATING TO USE OF THE + 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> + diff --git a/help/Makefile.am b/help/Makefile.am index fec23210..7e821d0a 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -15,7 +15,8 @@ HELP_FILES = \ config-keybindings.xml \ config-mouse.xml \ config-screensaver.xml \ - config-themes.xml + config-themes.xml \ + legal.xml # Add linguas to be ignored, e.g. IGNORE_HELP_LINGUAS = ca de es fr IGNORE_HELP_LINGUAS = |