[gnome-devel-docs] Add license information to platform demos
- From: Tiffany Antopolski <antopolski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] Add license information to platform demos
- Date: Wed, 15 Aug 2012 19:11:42 +0000 (UTC)
commit 10a2e1790c30a5506de93a7ef6455cd7e4089880
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date: Wed Aug 15 15:11:18 2012 -0400
Add license information to platform demos
platform-demos/C/legal.xml | 5 +++
platform-demos/C/license.page | 59 +++++++++++++++++++++++++++++++++++++++++
platform-demos/Makefile.am | 1 +
3 files changed, 65 insertions(+), 0 deletions(-)
---
diff --git a/platform-demos/C/legal.xml b/platform-demos/C/legal.xml
new file mode 100644
index 0000000..cb5d83f
--- /dev/null
+++ b/platform-demos/C/legal.xml
@@ -0,0 +1,5 @@
+<license xmlns="http://projectmallard.org/1.0/"
+ href="http://creativecommons.org/licenses/by-sa/3.0/">
+ <p>This work is licensed under a <link href="http://creativecommons.org/licenses/by-sa/3.0/">Creative
+ Commons Attribution-ShareAlike 3.0 Unported License</link>.</p>
+</license>
diff --git a/platform-demos/C/license.page b/platform-demos/C/license.page
new file mode 100644
index 0000000..f9f5dbe
--- /dev/null
+++ b/platform-demos/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="3.4" version="0.1" date="2012-03-08" 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>
diff --git a/platform-demos/Makefile.am b/platform-demos/Makefile.am
index d016dd6..b19d894 100644
--- a/platform-demos/Makefile.am
+++ b/platform-demos/Makefile.am
@@ -339,6 +339,7 @@ DOC_PAGES = \
label.js.page \
label.py.page \
label.vala.page \
+ license.page \
linkbutton.c.page \
linkbutton.js.page \
linkbutton.py.page \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]