[totem/wip/pcutler] Add legal.xml and link to it in index.page for CC-By-4.0 license



commit fc812db9979a0acc3925ee7b5d87cac6562a73ec
Author: Paul Cutler <paul r cutler gmail com>
Date:   Mon Mar 20 15:13:30 2017 -0500

    Add legal.xml and link to it in index.page for CC-By-4.0 license

 help/C/index.page |    2 +-
 help/C/legal.xml  |   12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/help/C/index.page b/help/C/index.page
index 4307340..09e68bb 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -16,7 +16,7 @@
       <p>Creative Commons Share Alike 4.0</p>
     </license>    
 
-
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
     <desc>Play videos locally or stream over a network or the internet.</desc>
   </info>
   
diff --git a/help/C/legal.xml b/help/C/legal.xml
new file mode 100644
index 0000000..42fd3db
--- /dev/null
+++ b/help/C/legal.xml
@@ -0,0 +1,12 @@
+<license xmlns="http://projectmallard.org/1.0/";
+         href="http://creativecommons.org/licenses/by-sa/4.0/";>
+
+  <p>This work is licensed under a
+  <link href="http://creativecommons.org/licenses/by-sa/4.0/";>Creative Commons
+  Attribution-ShareAlike 4.0 International</link> license.</p>
+
+  <p>As a special exception, the copyright holders give you permission to copy,
+  modify, and distribute the example code contained in this documentation under
+  the terms of your choosing, without restriction.</p>
+
+</license>


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