diff options
author | ddomingo <ddomingo@redhat.com> | 2009-02-18 10:18:07 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2009-02-18 10:18:07 +1000 |
commit | ea5bbf556d840b1e0d49c33fd106b9462fada542 (patch) | |
tree | 3583dfefb391235bce2e79823079303fcfb2f722 /doc/SystemTap_Beginners_Guide/en-US | |
parent | 290dd9f733818a0032936a0033ed702787d5c87a (diff) | |
download | systemtap-steved-ea5bbf556d840b1e0d49c33fd106b9462fada542.tar.gz systemtap-steved-ea5bbf556d840b1e0d49c33fd106b9462fada542.tar.xz systemtap-steved-ea5bbf556d840b1e0d49c33fd106b9462fada542.zip |
added legal notice to override Publican default, doc source is now GPL2
Diffstat (limited to 'doc/SystemTap_Beginners_Guide/en-US')
-rw-r--r-- | doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml | 2 | ||||
-rw-r--r-- | doc/SystemTap_Beginners_Guide/en-US/Legal_Notice.xml | 30 |
2 files changed, 31 insertions, 1 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml b/doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml index b8eba008..07c3f74d 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml @@ -27,7 +27,7 @@ <year>&YEAR;</year> <holder>&HOLDER;</holder> </copyright> - <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> </bookinfo> diff --git a/doc/SystemTap_Beginners_Guide/en-US/Legal_Notice.xml b/doc/SystemTap_Beginners_Guide/en-US/Legal_Notice.xml new file mode 100644 index 00000000..1fcb7b99 --- /dev/null +++ b/doc/SystemTap_Beginners_Guide/en-US/Legal_Notice.xml @@ -0,0 +1,30 @@ +<?xml version='1.0'?> +<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +]> + +<legalnotice> + <para> + This documentation is free software; you can redistribute + it and/or modify it under the terms of the GNU General Public + License version 2 as published by the Free Software Foundation. + </para> + + <para> + This program is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU General Public License for more details. + </para> + + <para> + You should have received a copy of the GNU General Public + License along with this program; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, + MA 02111-1307 USA + </para> + + <para> + For more details see the file COPYING in the source + distribution of Linux. + </para> +</legalnotice> |