[hitori] help: follow guidelines for including license info
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hitori] help: follow guidelines for including license info
- Date: Sun, 3 Aug 2014 14:26:34 +0000 (UTC)
commit 3386c5426f6c73c264a623bec7a7a76ba4a6125d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Jul 5 13:29:09 2014 -0500
help: follow guidelines for including license info
The license is unchanged.
https://bugzilla.gnome.org/show_bug.cgi?id=732524
help/C/customization.page | 1 +
help/C/game.page | 1 +
help/C/legal.xml | 8 ++++++
help/C/license.page | 59 ---------------------------------------------
help/C/playing.page | 1 +
help/C/strategy.page | 1 +
help/Makefile.am | 2 +-
7 files changed, 13 insertions(+), 60 deletions(-)
---
diff --git a/help/C/customization.page b/help/C/customization.page
index bba9a68..354f24e 100644
--- a/help/C/customization.page
+++ b/help/C/customization.page
@@ -2,6 +2,7 @@
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="customization">
<info>
<link type="guide" xref="index#play"/>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>Changing how the game appears and plays.</desc>
</info>
<title>Customizing the Game</title>
diff --git a/help/C/game.page b/help/C/game.page
index 64369c7..6f7587b 100644
--- a/help/C/game.page
+++ b/help/C/game.page
@@ -2,6 +2,7 @@
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="game">
<info>
<link type="guide" xref="index#play"/>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>Introduction to the game of Hitori.</desc>
</info>
<title>Hitori the Game</title>
diff --git a/help/C/legal.xml b/help/C/legal.xml
new file mode 100644
index 0000000..aa36246
--- /dev/null
+++ b/help/C/legal.xml
@@ -0,0 +1,8 @@
+<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/help/C/playing.page b/help/C/playing.page
index aad453c..d8c2adb 100644
--- a/help/C/playing.page
+++ b/help/C/playing.page
@@ -2,6 +2,7 @@
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="playing">
<info>
<link type="guide" xref="index#play"/>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>Using <app>Hitori</app> to play a game.</desc>
</info>
<title>Playing a Game</title>
diff --git a/help/C/strategy.page b/help/C/strategy.page
index affc9c6..5d5e3dd 100644
--- a/help/C/strategy.page
+++ b/help/C/strategy.page
@@ -2,6 +2,7 @@
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="strategy">
<info>
<link type="guide" xref="index#tips"/>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>Strategies for playing Hitori.</desc>
</info>
<title>Gameplay Strategies</title>
diff --git a/help/Makefile.am b/help/Makefile.am
index f6dddd2..4d4911e 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -7,7 +7,7 @@ HELP_FILES = \
customization.page \
game.page \
index.page \
- license.page \
+ legal.xml \
playing.page \
strategy.page
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]