[passepartout] added a license for the documentation



commit e99b8984c38c67ceb889803659ec969b1f773383
Author: Sven Herzberg <herzi lanedo com>
Date:   Thu Apr 16 09:50:38 2009 +0200

    added a license for the documentation
    
    * .gitignore: ignore only that single xml file, not all of them
    * doc/Makefile.am: make sure the xinclude vs. docbook stuff doesn't produce
      falce negatives
    * doc/legal.xml: added legalnotice for the document
    * doc/manual.xml: include the legalnotice in this document
    * doc/users_guide.xml: some vim editing help
---
 doc/Makefile.am     |    1 +
 doc/legal.xml       |   43 +++++++++++++++++++++++++++++++++++++++++++
 doc/manual.xml      |    1 +
 doc/users_guide.xml |    2 ++
 4 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3c55d57..98ad5ed 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -10,6 +10,7 @@ nodist_doc_DATA=\
 
 dist_help_DATA=\
 	faq.xml \
+	legal.xml \
 	nsfaq.xml \
 	manual.xml \
 	users_guide.xml \
diff --git a/doc/legal.xml b/doc/legal.xml
new file mode 100644
index 0000000..5a06dde
--- /dev/null
+++ b/doc/legal.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+	"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+<legalnotice id="legalnotice">
+  <!-- http://creativecommons.org/licenses/by-sa/3.0/ -->
+  <para>
+    You are free to:<itemizedlist>
+      <listitem><para><emphasis>to Share</emphasis> &mdash; to copy, distribute
+	  and transmit the work</para></listitem>
+      <listitem><para><emphasis>to Remix</emphasis> &mdash; to adapt the
+	  work</para></listitem>
+    </itemizedlist>
+  </para>
+
+  <para>
+    Under the following conditions:<itemizedlist>
+      <listitem><para><emphasis>Attribution</emphasis>. 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><emphasis>Share Alike</emphasis>. If you alter,
+	  transform, or build upon this work, you may distribute the resulting
+	  work only under the same, similar or a compatible license.</para>
+      </listitem>
+      <listitem><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 <ulink url="http://creativecommons.org/licenses/by-sa/3.0/";>this
+	    web page</ulink>.
+      </para></listitem>
+      <listitem><para>
+	  Any of the above conditions can be waived if you get permission from
+	  the copyright holder.
+      </para></listitem>
+      <listitem><para>
+	  Nothing in this license impairs or restricts the author's moral
+	  rights.
+      </para></listitem>
+    </itemizedlist>
+  </para>
+</legalnotice>
+
+<!-- vim:set sw=2: -->
diff --git a/doc/manual.xml b/doc/manual.xml
index f82299a..b13f663 100644
--- a/doc/manual.xml
+++ b/doc/manual.xml
@@ -4,6 +4,7 @@
 <book>
   <bookinfo>
     <title>Passepartout Manual</title>
+    <xi:include href="legal.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
   </bookinfo>
 
   <xi:include href="users_guide.xml" xmlns:xi="http://www.w3.org/2001/XInclude"; />
diff --git a/doc/users_guide.xml b/doc/users_guide.xml
index c8b1323..7a094fa 100644
--- a/doc/users_guide.xml
+++ b/doc/users_guide.xml
@@ -440,3 +440,5 @@
   </section>
 
 </article>
+
+<!-- vim:set sw=2: -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]