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