COPYING revision e35772b2
1Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria 2 3Redistribution and use in source and binary forms, with or without 4modification, are permitted provided that the following conditions 5are met: 61) Redistributions of source code must retain the above copyright 7 notice, this list of conditions and the following disclaimer. 82) Redistributions in binary form must reproduce the above copyright 9 notice, this list of conditions and the following disclaimer in the 10 documentation and/or other materials provided with the distribution. 113) The name of the author may not be used to endorse or promote products 12 derived from this software without specific prior written permission. 13 14THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 15IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 17IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 18INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 20DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 21THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 22(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 25Copyright (C) 1998, 1999 by Alan Hourihane, Wigan, England. 26Parts Copyright (C) 2001-2005 Thomas Winischhofer, Vienna, Austria. 27 28Licensed under the following terms: 29 30Permission to use, copy, modify, distribute, and sell this software and its 31documentation for any purpose is hereby granted without fee, provided that 32the above copyright notice appears in all copies and that both that copyright 33notice and this permission notice appear in supporting documentation, and 34and that the name of the copyright holder not be used in advertising 35or publicity pertaining to distribution of the software without specific, 36written prior permission. The copyright holder makes no representations 37about the suitability of this software for any purpose. It is provided 38"as is" without expressed or implied warranty. 39 40THE COPYRIGHT HOLDER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 41INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO 42EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, INDIRECT OR 43CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 44DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 45TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 46PERFORMANCE OF THIS SOFTWARE. 47 48Copyright (C) 2003 Eric Anholt 49 50Permission to use, copy, modify, distribute, and sell this software and its 51documentation for any purpose is hereby granted without fee, provided that 52the above copyright notice appears in all copies and that both that copyright 53notice and this permission notice appear in supporting documentation, and 54and that the name of the copyright holder not be used in advertising 55or publicity pertaining to distribution of the software without specific, 56written prior permission. The copyright holder makes no representations 57about the suitability of this software for any purpose. It is provided 58"as is" without expressed or implied warranty. 59 60THE COPYRIGHT HOLDER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 61INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO 62EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, INDIRECT OR 63CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 64DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 65TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 66PERFORMANCE OF THIS SOFTWARE. 67 68Copyright (C) 2000 by Alan Hourihane, Sychdyn, North Wales, UK. 69Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria 70 71Portions from radeon_dga.c which is 72 Copyright 2000 ATI Technologies Inc., Markham, Ontario, and 73 VA Linux Systems Inc., Fremont, California. 74 75Licensed under the following terms: 76 77Permission to use, copy, modify, distribute, and sell this software and its 78documentation for any purpose is hereby granted without fee, provided that 79the above copyright notice appear in all copies and that both that 80copyright notice and this permission notice appear in supporting 81documentation, and that the name of the providers not be used in 82advertising or publicity pertaining to distribution of the software without 83specific, written prior permission. The providers make no representations 84about the suitability of this software for any purpose. It is provided 85"as is" without express or implied warranty. 86 87THE PROVIDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 88INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 89EVENT SHALL THE PROVIDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 90CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 91DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 92TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 93PERFORMANCE OF THIS SOFTWARE. 94 95Copyright 2007 George Sapountzis 96 97Permission is hereby granted, free of charge, to any person obtaining a 98copy of this software and associated documentation files (the "Software"), 99to deal in the Software without restriction, including without limitation 100the rights to use, copy, modify, merge, publish, distribute, sublicense, 101and/or sell copies of the Software, and to permit persons to whom the 102Software is furnished to do so, subject to the following conditions: 103 104The above copyright notice and this permission notice (including the next 105paragraph) shall be included in all copies or substantial portions of the 106Software. 107 108THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 109IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 110FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 111THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 112LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 113OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 114SOFTWARE. 115 116Copyright (C) 1999-2004 by The XFree86 Project, Inc. 117based on code written by Mark Vojkovich 118Copyright (C) 2003-2005 Thomas Winischhofer 119 120Licensed under the following terms: 121 122Permission to use, copy, modify, distribute, and sell this software and its 123documentation for any purpose is hereby granted without fee, provided that 124the above copyright notice appears in all copies and that both that copyright 125notice and this permission notice appear in supporting documentation, and 126and that the name of the copyright holder not be used in advertising 127or publicity pertaining to distribution of the software without specific, 128written prior permission. The copyright holder makes no representations 129about the suitability of this software for any purpose. It is provided 130"as is" without expressed or implied warranty. 131 132THE COPYRIGHT HOLDER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 133INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO 134EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, INDIRECT OR 135CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 136DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 137TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 138PERFORMANCE OF THIS SOFTWARE. 139 140