1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="license-xf86-video-vesa-1.0.1.3">
|
---|
4 |
|
---|
5 | <title>xf86-video-vesa</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 |
|
---|
9 |
|
---|
10 | <pre xml:space="preserve">===============================================================
|
---|
11 | src/vesa.h:
|
---|
12 | /*
|
---|
13 | * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
|
---|
14 | *
|
---|
15 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
16 | * copy of this software and associated documentation files (the "Software"),
|
---|
17 | * to deal in the Software without restriction, including without limitation
|
---|
18 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
19 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
20 | * Software is furnished to do so, subject to the following conditions:
|
---|
21 | *
|
---|
22 | * The above copyright notice and this permission notice shall be included in
|
---|
23 | * all copies or substantial portions of the Software.
|
---|
24 | *
|
---|
25 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
26 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
27 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
28 | * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
---|
29 | * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
|
---|
30 | * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
---|
31 | * SOFTWARE.
|
---|
32 | *
|
---|
33 | * Except as contained in this notice, the name of Conectiva Linux shall
|
---|
34 | * not be used in advertising or otherwise to promote the sale, use or other
|
---|
35 | * dealings in this Software without prior written authorization from
|
---|
36 | * Conectiva Linux.
|
---|
37 | *
|
---|
38 | * Authors: Paulo César Pereira de Andrade <[email protected]>
|
---|
39 | *
|
---|
40 | * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.h,v 1.12 2002/08/06 13:46:27 dawes Exp $
|
---|
41 | */
|
---|
42 |
|
---|
43 | ==================================================================================
|
---|
44 | src/vesa.c:
|
---|
45 | /*
|
---|
46 | * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
|
---|
47 | *
|
---|
48 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
49 | * copy of this software and associated documentation files (the "Software"),
|
---|
50 | * to deal in the Software without restriction, including without limitation
|
---|
51 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
52 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
53 | * Software is furnished to do so, subject to the following conditions:
|
---|
54 | *
|
---|
55 | * The above copyright notice and this permission notice shall be included in
|
---|
56 | * all copies or substantial portions of the Software.
|
---|
57 | *
|
---|
58 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
59 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
60 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
61 | * CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
---|
62 | * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
|
---|
63 | * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
---|
64 | * SOFTWARE.
|
---|
65 | *
|
---|
66 | * Except as contained in this notice, the name of Conectiva Linux shall
|
---|
67 | * not be used in advertising or otherwise to promote the sale, use or other
|
---|
68 | * dealings in this Software without prior written authorization from
|
---|
69 | * Conectiva Linux.
|
---|
70 | *
|
---|
71 | * Authors: Paulo César Pereira de Andrade <[email protected]>
|
---|
72 | * David Dawes <[email protected]>
|
---|
73 | *
|
---|
74 | * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.c,v 1.40 2003/11/03 05:11:45 tsi Exp $
|
---|
75 | */
|
---|
76 |
|
---|
77 | </pre>
|
---|
78 | </body>
|
---|
79 | </topic>
|
---|