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
41
42
43
44
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://docbook.org/xml/4.3/docbookx.dtd">
<legalnotice>
<para>Written by and attributed to Canonical Ltd. and the Ubuntu
Training community 2007.</para>
<para>This license is bound by the Creative Commons: CC by NC
SA</para>
<para>Under this license, you are free:</para>
<itemizedlist>
<listitem>
<para>to Share - to copy, distribute and transmit the
work</para>
</listitem>
<listitem>
<para>to Remix - to adapt the work</para>
</listitem>
</itemizedlist>
<para>Under the following conditions:</para>
<itemizedlist>
<listitem>
<para>Attribution. 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).</para>
</listitem>
<listitem>
<para>Non-commercial. You may not use this work for
commercial purposes.</para>
</listitem>
<listitem>
<para>Share Alike. If you alter, transform, or build upon
this work, you may distribute the resulting work only under
the same or similar license to this one.</para>
</listitem>
</itemizedlist>
<para>For any reuse or distribution, you must make clear to
others the license terms of this work. The best way to do this is
with a link to this web page. Any of the above conditions can be
waived if you get permission from the copyright holder. Nothing
in this license impairs or restricts the author's moral
rights.</para>
<para>For more information on this Copyright, please refer to:
http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode</para>
</legalnotice>
|