debian/0000755000000000000000000000000011765371261007177 5ustar debian/watch0000644000000000000000000000014311765366027010232 0ustar version=3 http://alioth.debian.org/project/showfiles.php?group_id=30990 .*/xtrace_(.*).orig.tar.gz debian/compat0000644000000000000000000000000211765366027010401 0ustar 7 debian/rules0000755000000000000000000000362211765371060010257 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS := $(shell dpkg-buildflags --get CFLAGS) CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) CFLAGS += -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wshadow LDFLAGS += -Wl,-z,defs ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) MAKEFLAGS += -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif ifeq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) BUILD_SYSTEM = --build $(DEB_BUILD_GNU_TYPE) else BUILD_SYSTEM = --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) endif config.status: configure dh_testdir ./configure $(BUILD_SYSTEM) \ --prefix=/usr --mandir=\$${prefix}/share/man \ --disable-dependency-tracking \ CFLAGS='$(CFLAGS)' CPPFLAGS='$(CPPFLAGS)' LDFLAGS='$(LDFLAGS)' \ || ( echo configure failed with $$? ; cat config.log ; exit 1 ) build-indep: build: build-arch-stamp build-arch: build-arch-stamp build-arch-stamp: config.status dh_testdir $(MAKE) touch build-arch-stamp clean: dh_testdir dh_testroot rm -f build-arch-stamp if [ -e config.status ] ; then $(MAKE) distclean ; fi test ! -f config.log dh_clean binary-arch: build-arch dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/xtrace dh_installchangelogs ChangeLog dh_installdocs dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-arch binary-indep: .PHONY: build build-arch build-indep clean binary-indep binary-arch binary debian/changelog0000644000000000000000000001313311765371261011052 0ustar xtrace (1.3.1-1) unstable; urgency=low * new bigfix release - fix parsing of unusual QueryExtension requests * bump Standards-Version -- Bernhard R. Link Mon, 11 Jun 2012 15:07:01 +0200 xtrace (1.3.0-1) unstable; urgency=low * new release - support XFree86-DGA - fix misplaced paragraph in manpage (Closes: 653786) * update debian/copyright * use dpkg-buildflags * bump Standards-Version * update Vcs- fields -- Bernhard R. Link Fri, 13 Jan 2012 11:58:47 +0100 xtrace (1.2.0-1) unstable; urgency=low * new release - bugfixes - support Composite (Closes: 601466) - support XVideo - support Sync - improve GLX support * change debhelper compat level to 7 * change standards-version to 3.9.1 -- Bernhard R. Link Sat, 12 Feb 2011 17:22:34 +0100 xtrace (1.1.0-1) unstable; urgency=low * new release - bugfixes - support Generic Events (XGE) - support XInputExtension 1.5, and partially XInputExtension 2.0 - support DRI2 -- Bernhard R. Link Tue, 15 Jun 2010 13:21:22 +0200 xtrace (1.0.2-1) unstable; urgency=low * new bugfix release - fix SelectionNotify (thanks to Peter Collingbourne) (Closes: 563001) - show full initial X server response -- Bernhard R. Link Sat, 02 Jan 2010 12:52:05 +0100 xtrace (1.0.1-1) unstable; urgency=low * new bugfix release -- Bernhard R. Link Fri, 09 Oct 2009 14:04:58 +0200 xtrace (1.0.0-1) unstable; urgency=low * new release - fix bug in terminating to early when running with a command -- Bernhard R. Link Fri, 21 Aug 2009 17:59:51 +0200 xtrace (1.0.0~alpha1-1) experimental; urgency=low * new pre-release - protocol specification no longer compiled in but read at run-time - support some small subset of the GLX extension - some bugfixes -- Bernhard R. Link Mon, 29 Jun 2009 14:09:33 +0200 xtrace (0.11.0-1) unstable; urgency=low * new release - support for XInputExtension, RANDR 1.3 - new --timestamps and --relative-timestamps options - some bugfixes * remove pre-lenny workarounds * fix Vcs-Browser field (Closes: 528289) -- Bernhard R. Link Mon, 01 Jun 2009 17:09:54 +0200 xtrace (0.10.1-1) unstable; urgency=low * new bugfix release - fix decoding of ConfigureWindow request (thanks to Yann Droneaud) - fix similar errors in RandrDeleteOutputProperty and XF86BigfontQueryVersion. -- Bernhard R. Link Sat, 24 Jan 2009 17:16:19 +0100 xtrace (0.10.0-1) unstable; urgency=low * new release - start arguments as traced programs like strace and ltrace do. - bugfixes * update to policy 3.8.0 - update debian/rules - add Vcs-* fields to debian/control -- Bernhard R. Link Wed, 6 Aug 2008 15:41:23 +0200 xtrace (0.9.1-1) unstable; urgency=low * bugfix release -- Bernhard R. Link Sun, 9 Dec 2007 17:02:46 +0100 xtrace (0.9.0-1) unstable; urgency=low * new release - XINERAMA extension supported - RANDR 1.2 support added * jump to standard-version 3.7.3 and debhelper 5 * move Homepage: from description to headers -- Bernhard R. Link Sat, 08 Dec 2007 20:57:31 +0100 xtrace (0.8.1-1) UNRELEASED; urgency=low * make some overlooked x and y values UINT instead of CARD -- Bernhard R. Link Wed, 3 Oct 2007 12:04:04 +0200 xtrace (0.8.0-1) unstable; urgency=low * new release: - XFree86-Bigfont extension added - several cleanups and output beautifiers * in debian/copyright link to common-licenses/GPL-2 instead of generic file * clean up debian/rules a bit * Suggest xauth | xbase-clients instead of only xbase-clients -- Bernhard R. Link Fri, 13 Jul 2007 10:46:11 +0200 xtrace (0.7.0-1) unstable; urgency=low * do not ignore make distclean errors * new --outfile and --buffered options (default output is now also unbuffered when output is no terminal) * update documentation about understood extensions -- Bernhard R. Link Wed, 6 Sep 2006 12:39:34 +0200 xtrace (0.6.0-1) unstable; urgency=low * pretty print some more commands * add support for XFree86-VidModeExtension * add watch file and add Homepage to description -- Bernhard R. Link Mon, 24 Jul 2006 17:30:21 +0200 xtrace (0.5-1) unstable; urgency=low * fix RANDR query version * add support for MIT-SHM * show string representation of atoms * Get/ChangeProperty show strings * fix atoms in big-endian plattforms -- Bernhard R. Link Sat, 10 Jun 2006 19:21:30 +0200 xtrace (0.4-1) unstable; urgency=low * updated manpage (Closes: #355779) * add support for RANDR extension -- Bernhard R. Link Wed, 9 Mar 2006 11:14:15 +0100 xtrace (0.3-1) unstable; urgency=low * add support for RENDER extension * int16 now really printed as int16 and not uint16 * support copyauth for "ssh -X". -- Bernhard R. Link Tue, 28 Feb 2006 15:55:28 +0100 xtrace (0.2.1-1) unstable; urgency=low * hot fix for segfault with -k - extension cleanup for multiple connections while we are at it -- Bernhard R. Link Sat, 3 Dec 2005 18:01:02 +0100 xtrace (0.2-1) unstable; urgency=low * new version - some cleanups - now supports SHAPE extension -- Bernhard R. Link Sat, 3 Dec 2005 15:36:37 +0100 xtrace (0.1-1) unstable; urgency=low * Initial release -- Bernhard R. Link Sun, 13 Nov 2005 15:10:04 +0100 debian/docs0000644000000000000000000000001411765366027010051 0ustar README NEWS debian/source/0000755000000000000000000000000011765366027010503 5ustar debian/source/format0000644000000000000000000000001411765366027011711 0ustar 3.0 (quilt) debian/dirs0000644000000000000000000000001011765366027010056 0ustar usr/bin debian/control0000644000000000000000000000135411765366471010614 0ustar Source: xtrace Section: x11 Priority: extra Maintainer: Bernhard R. Link Build-Depends: debhelper (>= 7) Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=xtrace/xtrace.git;a=shortlog;h=refs/heads/debian Vcs-Git: git://anonscm.debian.org/xtrace/xtrace.git -b debian Homepage: http://xtrace.alioth.debian.org/ Package: xtrace Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: xauth Description: trace communication between X client and server What strace is for system calls, xtrace is for X11 connections: you hook it between one or more X11 clients and an X server and it prints the requests going from client to server and the replies, events and errors going the other way. debian/copyright0000644000000000000000000004262011765366027011142 0ustar This package was debianized by Bernhard R. Link on Sun, 13 Nov 2005 15:10:04 +0100. The main program is: Copyright (C) 2005,2006,2007,2008,2009,2010 Bernhard R. Link Copyright (C) 2009,2010 Julien Cristau Protocol files have additional copyright holders, see below. License: This program 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. This package 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. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The file glx.proto is based on glx.inc, which is Copyright (C) 2008,2009 RALOVICH, Kristóf The files request.proto and events.poto are based on Appendix B of the X Window System Protocol X Consortium Standard X Version 11, Release 6.4 Robert W. Scheifler X Consortium, Inc. with the following trademark and copyright notices and acknowlegdgments: X Window System is a trademark of X Consortium, Inc. Copyright (C) 1986, 1987, 1988, 1994 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documenta- tion files (the ``Software''), to deal in the Software with- out 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 fol- lowing conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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 PUR- POSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSOR- TIUM 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. Except as contained in this notice, the name of the X Con- sortium 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. Acknowledgments The primary contributers to the X11 protocol are: Dave Carver (Digital HPW) Branko Gerovac (Digital HPW) Jim Gettys (MIT/Project Athena, Digital) Phil Karlton (Digital WSL) Scott McGregor (Digital SSG) Ram Rao (Digital UEG) David Rosenthal (Sun) Dave Winchell (Digital UEG) The implementors of initial server who provided useful input are: Susan Angebranndt (Digital) Raymond Drewry (Digital) Todd Newman (Digital) The invited reviewers who provided useful input are: Andrew Cherenson (Berkeley) Burns Fisher (Digital) Dan Garfinkel (HP) Leo Hourvitz (Next) Brock Krizan (HP) David Laidlaw (Stellar) Dave Mellinger (Interleaf) Ron Newman (MIT) John Ousterhout (Berkeley) Andrew Palay (ITC CMU) Ralph Swick (MIT) Craig Taylor (Sun) Jeffery Vroom (Stellar) This file shape.proto is based on shape.txt.gz from xspecs package: X Nonrectangular Window Shape Extension Protocol Version 1.0 X Consortium Standard X Version 11, Release 6.4 Keith Packard MIT X Consortium Copyright (C) 1989 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documenta- tion files (the ``Software''), to deal in the Software with- out 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 fol- lowing conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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 PUR- POSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABIL- ITY, 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. Except as contained in this notice, the name of the X Con- sortium 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. The file render.proto is based on /usr/include/X11/extensions/render{,proto}.h, which have the following notice: Copyright © 2000 SuSE, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of SuSE not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. SuSE makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Author: Keith Packard, SuSE, Inc. The file randr.proto is based on /usr/include/X11/extensions/randr{,proto}.h which state: Copyright © 2000 Compaq Computer Corporation Copyright © 2002 Hewlett-Packard Company and Copyright © 2000, Compaq Computer Corporation, Copyright © 2002, Hewlett Packard, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Compaq or HP not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Compaq and HP makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL COMPAQ BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Author: Jim Gettys, HP Labs, Hewlett-Packard, Inc. and modified for xrandr1.2 based upon: /usr/share/doc/x11proto-randr-dev/randrproto.txt.gz: The X Resize, Rotate and Reflect Extension Version 1.2 2006-4-13 Jim Gettys Jim.Gettys@hp.com Cambridge Research Laboratory HP Labs Hewlett Packard Company Keith Packard keith.packard@intel.com Open Source Technology Center Intel Corporation from x11proto-randr-dev which states: Copyright © 2000 Compaq Computer Corporation Copyright © 2002 Hewlett-Packard Company Copyright © 2006 Intel Corporation Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of the copyright holders not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. The copyright holders make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. The file mitshm.proto is based on /usr/include/X11/extensions/shmstr.h which states: Copyright 1989, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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 OPEN GROUP 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. 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 Open Group. The file xfm86vidmode.proto is based on /usr/include/X11/extensions/xf86vmstr.h which states: Copyright 1995 Kaleb S. KEITHLEY 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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 Kaleb S. KEITHLEY 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. Except as contained in this notice, the name of Kaleb S. KEITHLEY shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Kaleb S. KEITHLEY This file is based on /usr/include/X11/extensions/xf86bigf{ont,str}.h, which is: Copyright (c) 1999-2000 Bruno Haible Copyright (c) 1999-2000 The XFree86 Project, Inc. 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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 XFREE86 PROJECT 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. Except as contained in this notice, the name of the XFree86 Project 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 XFree86 Project. The file dri2.proto is based on /usr/include/X11/extensions/dri2proto.h which states: # Copyright © 2008 Red Hat, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Soft- # ware"), to deal in the Software without restriction, including without # limitation the rights to use, copy, modify, merge, publish, distribute, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, provided that the above copyright # notice(s) and this permission notice appear in all copies of the Soft- # ware and that both the above copyright notice(s) and this permission # notice appear in supporting documentation. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- # ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY # RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN # THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE- # QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR- # MANCE OF THIS SOFTWARE. # # Except as contained in this notice, the name of a copyright holder shall # not be used in advertising or otherwise to promote the sale, use or # other dealings in this Software without prior written authorization of # the copyright holder. # # Authors: # Kristian Høgsberg (krh@redhat.com) # The file dga.proto is # Copyright (C) 2011 Ville Syrjala # This program 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. # # 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. # # 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # This file is based on /usr/include/X11/extensions/xf86dga1const.h, # /usr/include/X11/extensions/xf86dga1proto.h and # /usr/include/X11/extensions/xf86dgaproto.h which state: # # Copyright (c) 1995 Jon Tombs # Copyright (c) 1995 XFree86 Inc # # This file is based on /usr/include/X11/extensions/xf86dgaconst.h which states: # # Copyright (c) 1999 XFree86 Inc # # and those files it is based on are available under: # # 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: # # The above copyright notice and this permission notice shall be included in all # copies or substantial portions of the Software. # # 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 # XFREE86 PROJECT 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. # # Except as contained in this notice, the name of the XFree86 Project 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 XFree86 Project.