diff options
author | mbkma <[email protected]> | 2021-03-12 11:24:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-29 20:45:35 +0200 |
commit | e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec (patch) | |
tree | 09d117459074c1f7fa8a9f2e0415d2f01a225e21 /help/C/license.page | |
parent | 2651eeb6938177551676efc0a9ffde1e2c9ab9fc (diff) | |
download | atril-e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec.tar.bz2 atril-e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec.tar.xz |
update help
Diffstat (limited to 'help/C/license.page')
-rw-r--r-- | help/C/license.page | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/help/C/license.page b/help/C/license.page new file mode 100644 index 00000000..8925e00b --- /dev/null +++ b/help/C/license.page @@ -0,0 +1,59 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="topic" + id="license"> + + <info> + <link type="seealso" xref="index"/> + <revision pkgversion="1.25" version="0.1" date="2021-03-13" status="final"/> + <desc>Legal information.</desc> + </info> + + <title>License</title> + <p> + <!-- + Translators: try to use the same translation as the one provided by the CreativeCommons website. + If there is no translation for your language, consider providing one to CreativeCommons. + --> + This work is distributed under a CreativeCommons Attribution-Share Alike + 3.0 Unported license. + </p> + <p> + You are free: + </p> + <terms> + <item> + <title><em>To share</em></title> + <p>To copy, distribute and transmit the work.</p> + </item> + <item> + <title><em>To remix</em></title> + <p>To adapt the work.</p> + </item> + </terms> + <p> + Under the following conditions: + </p> + <terms> + <item> + <title><em>Attribution</em></title> + <p> + You must attribute the work in the manner specified by the author or + licensor (but not in any way that suggests that they endorse you or + your use of the work). + </p> + </item> + <item> + <title><em>Share Alike</em></title> + <p> + If you alter, transform, or build upon this work, you may distribute the + resulting work only under the same, similar or a compatible license. + </p> + </item> + </terms> + <p> + <!-- Translators: there are no official localized versions of the legal code, only the deed is localized. --> + For the full text of the license, see the + <link href="http://creativecommons.org/licenses/by-sa/3.0/legalcode">CreativeCommons website</link>, + or read the full <link href="http://creativecommons.org/licenses/by-sa/3.0/">Commons Deed</link>. + </p> +</page> |