diff options
Diffstat (limited to 'libXaw/specs/libXaw.xml')
-rw-r--r-- | libXaw/specs/libXaw.xml | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/libXaw/specs/libXaw.xml b/libXaw/specs/libXaw.xml new file mode 100644 index 000000000..d8a0a35bc --- /dev/null +++ b/libXaw/specs/libXaw.xml @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> + +<book id="libXaw"> + +<bookinfo> + <title>Athena Widget Set - C Language Interface</title> + <subtitle>X Consortium Standard</subtitle> + <releaseinfo>X Version 11, Release 6.4</releaseinfo> + <authorgroup> + <author> + <firstname>Chris</firstname><surname>Peterson</surname> + </author> + </authorgroup> + <copyright><year>1985</year><holder>X Consortium</holder></copyright> + <copyright><year>1986</year><holder>X Consortium</holder></copyright> + <copyright><year>1987</year><holder>X Consortium</holder></copyright> + <copyright><year>1988</year><holder>X Consortium</holder></copyright> + <copyright><year>1989</year><holder>X Consortium</holder></copyright> + <copyright><year>1991</year><holder>X Consortium</holder></copyright> + <copyright><year>1994</year><holder>X Consortium</holder></copyright> + <releaseinfo>libXaw 1.0.7</releaseinfo> + <affiliation><orgname>formerly MIT X Consortium</orgname></affiliation> + <productnumber>X Version 11, Release 7</productnumber> + +<legalnotice> + +<para> +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files +(the “Software”), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following +conditions: +</para> + +<para> +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +</para> + +<para> +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +</para> + +<para> +Except as contained in this notice, the name of the X Consortium shall not +be used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from the X Consortium. +</para> + +<para> +Permission to use, copy, modify and distribute this documentation for any +purpose and without fee is hereby granted, provided that the above copyright +notice appears in all copies and that both that copyright notice and this +permission notice appear in supporting documentation, and that the name of +Digital not be used in in advertising or publicity pertaining +to distribution of the software without specific, written prior permission. +Digital makes no representations about the suitability of the +software described herein for any purpose. +It is provided ``as is'' without express or implied warranty. +</para> + +<para> +Except as contained in this notice, the name of the X Consortium shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from the X Consortium. +</para> +</legalnotice> +</bookinfo> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH1.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH2.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH3.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH4.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH5.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH6.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH7.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="TPage_Credits.xml"/> +</book> + |