• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1   =========================================================================
2   ==  NOTICE file for the Mesa 3-D graphics library                      ==
3   =========================================================================
4
5Copyright © 1999-2008 Brian Paul   All Rights Reserved.
6Copyright © 2008-1010 Intel Corporation
7Copyright © 2007-2010 VMware, Inc.   All Rights Reserved.
8Copyright © 2010 Luca Barbieri
9
10Permission is hereby granted, free of charge, to any person obtaining a
11copy of this software and associated documentation files (the "Software"),
12to deal in the Software without restriction, including without limitation
13the rights to use, copy, modify, merge, publish, distribute, sublicense,
14and/or sell copies of the Software, and to permit persons to whom the
15Software is furnished to do so, subject to the following conditions:
16
17The above copyright notice and this permission notice shall be included
18in all copies or substantial portions of the Software.
19
20THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
23BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
24AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
25CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
27   =========================================================================
28   ==  NOTICE file for include/c99/stdint.h and include/c99/inttypes.h    ==
29   =========================================================================
30
31Copyright (c) 2006 Alexander Chemeris
32
33Redistribution and use in source and binary forms, with or without
34modification, are permitted provided that the following conditions are met:
35
36  1. Redistributions of source code must retain the above copyright notice,
37     this list of conditions and the following disclaimer.
38
39  2. Redistributions in binary form must reproduce the above copyright
40     notice, this list of conditions and the following disclaimer in the
41     documentation and/or other materials provided with the distribution.
42
43  3. The name of the author may be used to endorse or promote products
44     derived from this software without specific prior written permission.
45
46THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
47WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
48MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
49EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
50SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
51PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
52OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
53WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
54OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
55ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
56
57   =========================================================================
58   ==  NOTICE file for pixelflinger2                                      ==
59   =========================================================================
60
61Copyright 2007,2010,2011 The Android Open Source Project
62
63Licensed under the Apache License, Version 2.0 (the "License");
64you may not use this file except in compliance with the License.
65You may obtain a copy of the License at
66
67    http://www.apache.org/licenses/LICENSE-2.0
68
69Unless required by applicable law or agreed to in writing, software
70distributed under the License is distributed on an "AS IS" BASIS,
71WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
72See the License for the specific language governing permissions and
73limitations under the License.
74
75