[zenity] help: Include license information on every help page



commit b382ae55731f554b3f5e4b0efb88caaeea17484f
Author: Andre Klapper <aklapper wikimedia org>
Date:   Sat Sep 7 15:18:57 2019 +0200

    help: Include license information on every help page
    
    ...and not only the front page.

 help/C/calendar.page        | 1 +
 help/C/color-selection.page | 1 +
 help/C/entry.page           | 1 +
 help/C/error.page           | 1 +
 help/C/file-selection.page  | 1 +
 help/C/forms.page           | 1 +
 help/C/info.page            | 1 +
 help/C/intro.page           | 1 +
 help/C/list.page            | 1 +
 help/C/message.page         | 1 +
 help/C/notification.page    | 1 +
 help/C/password.page        | 1 +
 help/C/progress.page        | 1 +
 help/C/question.page        | 1 +
 help/C/scale.page           | 1 +
 help/C/text.page            | 1 +
 help/C/usage.page           | 1 +
 help/C/warning.page         | 1 +
 18 files changed, 18 insertions(+)
---
diff --git a/help/C/calendar.page b/help/C/calendar.page
index 1c0a8d4..22b8bfa 100644
--- a/help/C/calendar.page
+++ b/help/C/calendar.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="index#dialogs"/>
     <desc>Use the <cmd>--calendar</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Calendar Dialog</title>
     <p>
diff --git a/help/C/color-selection.page b/help/C/color-selection.page
index 6bb7f3d..6a3bd28 100644
--- a/help/C/color-selection.page
+++ b/help/C/color-selection.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="index#dialogs"/>
     <desc>Use the <cmd>--color-selection</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Color Selection Dialog</title>
   <p>
diff --git a/help/C/entry.page b/help/C/entry.page
index 03b2db6..baa6924 100644
--- a/help/C/entry.page
+++ b/help/C/entry.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="index#dialogs"/>
     <desc>Use the <cmd>--entry</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Text Entry Dialog</title>
     <p>
diff --git a/help/C/error.page b/help/C/error.page
index 4d15ae8..78c6315 100644
--- a/help/C/error.page
+++ b/help/C/error.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="message"/>
     <desc>Use the <cmd>--error</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Error Dialog</title>
       <p>
diff --git a/help/C/file-selection.page b/help/C/file-selection.page
index 9687d8f..ed1a4bb 100644
--- a/help/C/file-selection.page
+++ b/help/C/file-selection.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="index#dialogs"/>
     <desc>Use the <cmd>--file-selection</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>File Selection Dialog</title>
     <p>
diff --git a/help/C/forms.page b/help/C/forms.page
index a3d529c..2b8ac54 100644
--- a/help/C/forms.page
+++ b/help/C/forms.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="index#dialogs"/>
     <desc>Use the <cmd>--forms</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Forms Dialog</title>
     <p>
diff --git a/help/C/info.page b/help/C/info.page
index 8e8c8d5..84d4cc0 100644
--- a/help/C/info.page
+++ b/help/C/info.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="message"/>
     <desc>Use the <cmd>--info</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Info Dialog</title>
       <p>
diff --git a/help/C/intro.page b/help/C/intro.page
index e6f279b..da022d4 100644
--- a/help/C/intro.page
+++ b/help/C/intro.page
@@ -4,6 +4,7 @@
 <info>
   <link type="guide" xref="index"/>
   <desc><app>Zenity</app> enables you to create the various types of simple dialog.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
 </info>
 <title>Introduction</title>
 <p>
diff --git a/help/C/list.page b/help/C/list.page
index 776f33e..0d83820 100644
--- a/help/C/list.page
+++ b/help/C/list.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="index#dialogs"/>
     <desc>Use the <cmd>--list</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>List Dialog</title>
     <p>
diff --git a/help/C/message.page b/help/C/message.page
index a375efa..0427082 100644
--- a/help/C/message.page
+++ b/help/C/message.page
@@ -9,6 +9,7 @@
       <link xref="question">Question</link>,
       <link xref="warning">Warning</link>
     </desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Message Dialog</title>
   <p>
diff --git a/help/C/notification.page b/help/C/notification.page
index c82bd58..f7ff3c9 100644
--- a/help/C/notification.page
+++ b/help/C/notification.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="index#dialogs"/>
     <desc>Use the <cmd>--notification</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Notification Icon</title>
     <p>Use the <cmd>--notification</cmd> option to create a notification icon.</p>
diff --git a/help/C/password.page b/help/C/password.page
index ed062a3..0660206 100644
--- a/help/C/password.page
+++ b/help/C/password.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="index#dialogs"/>
     <desc>Use the <cmd>--password</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Password Dialog</title>
   <p>
diff --git a/help/C/progress.page b/help/C/progress.page
index 3ed5260..ff3b730 100644
--- a/help/C/progress.page
+++ b/help/C/progress.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="index#dialogs"/>
     <desc>Use the <cmd>--progress</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Progress Dialog</title>
     <p>
diff --git a/help/C/question.page b/help/C/question.page
index 3f58602..534d57e 100644
--- a/help/C/question.page
+++ b/help/C/question.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="message"/>
     <desc>Use the <cmd>--question</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Question Dialog</title>
       <p>
diff --git a/help/C/scale.page b/help/C/scale.page
index 78c2ac5..264e1e0 100644
--- a/help/C/scale.page
+++ b/help/C/scale.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="index#dialogs"/>
     <desc>Use the <cmd>--scale</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Scale Dialog</title>
   <p>
diff --git a/help/C/text.page b/help/C/text.page
index 25d6772..99270a1 100644
--- a/help/C/text.page
+++ b/help/C/text.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="index#dialogs"/>
     <desc>Use the <cmd>--text-info</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Text Information Dialog</title>
     <p>
diff --git a/help/C/usage.page b/help/C/usage.page
index 96e9ea4..8aa88cc 100644
--- a/help/C/usage.page
+++ b/help/C/usage.page
@@ -4,6 +4,7 @@
 <info>
   <link type="guide" xref="index"/>
   <desc>You can use <app>Zenity</app> to create simple dialogs that interact graphically with the 
user.</desc>
+  <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
 </info>
 <title>Usage</title>
     <p>
diff --git a/help/C/warning.page b/help/C/warning.page
index f470d84..7778502 100644
--- a/help/C/warning.page
+++ b/help/C/warning.page
@@ -4,6 +4,7 @@
   <info>
     <link type="guide" xref="message"/>
     <desc>Use the <cmd>--warning</cmd> option.</desc>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
   <title>Warning Dialog</title>
       <p>


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