• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1(C) Copyright IBM Corporation 2006, 2007
2(C) Copyright Eric Anholt 2006
3(C) Copyright Mark Kettenis 2011
4(C) Copyright Robert Millan 2012
5Copyright (c) 2007, 2008, 2009, 2011, 2012, 2016 Oracle and/or its affiliates.
6Copyright 2009, 2012 Red Hat, Inc.
7All Rights Reserved.
8
9Permission is hereby granted, free of charge, to any person obtaining a copy
10of this software and associated documentation files (the "Software"), to
11deal in the Software without restriction, including without limitation on
12the rights to use, copy, modify, merge, publish, distribute, sub license,
13and/or sell copies of the Software, and to permit persons to whom the
14Software is furnished to do so, subject to the following conditions:
15
16The above copyright notice and this permission notice (including the next
17paragraph) shall be included in all copies or substantial portions of the
18Software.
19
20THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
23IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
25FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
26IN THE SOFTWARE.
27
28------------------------------------------------------------------------------
29
30Copyright (c) 2008 Juan Romero Pardines
31Copyright (c) 2008, 2011 Mark Kettenis
32Copyright (c) 2009 Michael Lorenz
33Copyright (c) 2009, 2012 Samuel Thibault
34
35Permission to use, copy, modify, and distribute this software for any
36purpose with or without fee is hereby granted, provided that the above
37copyright notice and this permission notice appear in all copies.
38
39THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
40WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
41MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
42ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
43WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
44ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
45OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
46
47------------------------------------------------------------------------------
48
49Copyright (C) 2000 The XFree86 Project, Inc.  All Rights Reserved.
50
51Permission is hereby granted, free of charge, to any person obtaining a copy
52of this software and associated documentation files (the "Software"), to
53deal in the Software without restriction, including without limitation the
54rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
55sell copies of the Software, and to permit persons to whom the Software is
56furnished to do so, subject to the following conditions:
57
58The above copyright notice and this permission notice shall be included in
59all copies or substantial portions of the Software.
60
61THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
64XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
65IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
66CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
67
68Except as contained in this notice, the name of the XFree86 Project shall
69not be used in advertising or otherwise to promote the sale, use or other
70dealings in this Software without prior written authorization from the
71XFree86 Project.
72
73------------------------------------------------------------------------------
74
75Copyright (c) 2007 Paulo R. Zanoni, Tiago Vignatti
76Copyright (c) 2009 Tiago Vignatti
77
78Permission is hereby granted, free of charge, to any person
79obtaining a copy of this software and associated documentation
80files (the "Software"), to deal in the Software without
81restriction, including without limitation the rights to use,
82copy, modify, merge, publish, distribute, sublicense, and/or sell
83copies of the Software, and to permit persons to whom the
84Software is furnished to do so, subject to the following
85conditions:
86
87The above copyright notice and this permission notice shall be
88included in all copies or substantial portions of the Software.
89
90THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
91EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
92OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
93NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
94HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
95WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
96FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
97OTHER DEALINGS IN THE SOFTWARE.
98