diff options
Diffstat (limited to 'specs/inputlib.xml')
-rw-r--r-- | specs/inputlib.xml | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/specs/inputlib.xml b/specs/inputlib.xml new file mode 100644 index 0000000..526fede --- /dev/null +++ b/specs/inputlib.xml @@ -0,0 +1,70 @@ +<?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="inputlib"> + +<bookinfo> + <title>X11 Input Extension Protocol Specification</title> + <releaseinfo>X Version 11, Release 6.4</releaseinfo> + <authorgroup> + <author> + <firstname>Mark</firstname><surname>Patrick</surname> + <affiliation><orgname>Ardent Computer</orgname></affiliation> + </author> + <othercredit> + <firstname>George</firstname><surname>Sachs</surname> + <affiliation><orgname>Hewlett-Packard</orgname></affiliation> + </othercredit> + </authorgroup> + <copyright><year>1989</year><holder>Hewlett-Packard Company and Ardent Computer</holder></copyright> + <copyright><year>1990</year><holder>Hewlett-Packard Company and Ardent Computer</holder></copyright> + <copyright><year>1991</year><holder>Hewlett-Packard Company and Ardent Computer</holder></copyright> + + <copyright><year>1989</year><holder>X Consortium</holder></copyright> + <copyright><year>1990</year><holder>X Consortium</holder></copyright> + <copyright><year>1991</year><holder>X Consortium</holder></copyright> + <copyright><year>1992</year><holder>X Consortium</holder></copyright> + + <releaseinfo>1.0</releaseinfo> + <productnumber>X Version 11, Release 6.4</productnumber> + +<legalnotice> + +<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 and this permission notice appear +in all copies. Ardent and Hewlett-Packard make no representations about the suitability for any +purpose of the information in this document. It is provided "as is" without express or implied +warranty. +</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 Open Group 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>X Window System is a trademark of X Consortium, Inc.</para> + +</legalnotice> +</bookinfo> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="library.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="encoding.xml"/> +</book> + |