1254f68920bebe938a63dcb0fc3c1964ea45c059
[platform/upstream/kmscon.git] / COPYING
1 = Authors =
2
3 This software was written by:
4         David Herrmann <dh.herrmann@googlemail.com>
5         Ran Benita <ran234@gmail.com>
6
7 = Copyright Notice =
8
9 This software is licensed under the terms of the MIT license. Please see each
10 source file for the related copyright notice and license.
11
12 If the file does not contain a copright notice, the following license shall
13 apply:
14
15         Copyright (c) 2011-2012 David Herrmann <dh.herrmann@googlemail.com>
16
17         Permission is hereby granted, free of charge, to any person obtaining
18         a copy of this software and associated documentation files
19         (the "Software"), to deal in the Software without restriction, including
20         without limitation the rights to use, copy, modify, merge, publish,
21         distribute, sublicense, and/or sell copies of the Software, and to
22         permit persons to whom the Software is furnished to do so, subject to
23         the following conditions:
24
25         The above copyright notice and this permission notice shall be included
26         in all copies or substantial portions of the Software.
27
28         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
29         OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30         MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
31         IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
32         CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
33         TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
34         SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
35
36 == Third-Party Source ==
37
38 The hash-table implementation in external/htable.* is copied from ccan and
39 licensed under the conditions of the LGPL-2.1 or later as published by the FSF:
40
41         Author: Rusty Russel <rusty@rustcorp.com.au>
42
43 The dbus-loop code that allows using dbus in epoll loops easily is copied from
44 the systemd-distribution and licensed under the conditions of the LGPL-2.1 or
45 later as published by the FSF. It applies to external/dbus-loop.*
46
47         Copyright 2011 Lennart Poettering
48
49 The vt.c source file is based on the VT handling of the wayland demo
50 compositor:
51
52         Copyright © 2008 Kristian Høgsberg
53         Copyright © 2010 Intel Corporation
54
55         Permission to use, copy, modify, distribute, and sell this software and
56         its documentation for any purpose is hereby granted without fee provided
57         that the above copyright notice appear in all copies and that both that
58         copyright notice and this permission notice appear in supporting
59         documentation, and that the name of the copyright holders not be used in
60         advertising or publicity pertaining to distribution of the software
61         without specific, written prior permission.  The copyright holders make
62         no representations about the suitability of this software for any
63         purpose.  It is provided "as is" without express or implied warranty.
64
65         THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
66         SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
67         FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
68         SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
69         RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
70         CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
71         CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
72
73 The xkb input handling is based on the Xlib xkb handling:
74
75         Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved.
76
77         Permission is hereby granted, free of charge, to any person obtaining a
78         copy of this software and associated documentation files
79         (the "Software"), to deal in the Software without restriction,
80         including without limitation the rights to use, copy, modify, merge,
81         publish, distribute, sublicense, and/or sell copies of the Software,
82         and to permit persons to whom the Software is furnished to do so,
83         subject to the following conditions:
84
85         The above copyright notice and this permission notice shall be included
86         in all copies or substantial portions of the Software.
87
88         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
89         OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
90         MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
91         IN NO EVENT SHALL THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES
92         OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
93         OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
94         THE USE OR OTHER DEALINGS IN THE SOFTWARE.
95
96         Except as contained in this notice, the name of the XFree86 Project
97         shall not be used in advertising or otherwise to promote the sale, use
98         or other dealings in this Software without prior written authorization
99         from the XFree86 Project.
100
101 The DejaVu fonts included in this package are from:
102
103         Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.
104         Bitstream Vera is a trademark of Bitstream, Inc.
105         Permission is hereby granted, free of charge, to any person obtaining
106         a copy of the fonts accompanying this license ("Fonts") and associated
107         documentation files (the "Font Software"), to reproduce and distribute
108         the Font Software, including without limitation the rights to use,
109         copy, merge, publish, distribute, and/or sell copies of the Font
110         Software, and to permit persons to whom the Font Software is furnished
111         to do so, subject to the following conditions:
112
113         The above copyright and trademark notices and this permission notice
114         shall be included in all copies of one or more of the Font Software
115         typefaces.
116         The Font Software may be modified, altered, or added to, and in
117         particular the designs of glyphs or characters in the Fonts may be
118         modified and additional glyphs or characters may be added to the Fonts,
119         only if the fonts are renamed to names not containing either the words
120         "Bitstream" or the word "Vera".
121         This License becomes null and void to the extent applicable to Fonts or
122         Font Software that has been modified and is distributed under the
123         "Bitstream Vera" names.
124         The Font Software may be sold as part of a larger software package but
125         no copy of one or more of the Font Software typefaces may be sold by
126         itself.
127
128         THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
129         EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
130         MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
131         OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
132         BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
133         OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
134         OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
135         OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
136         SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
137
138         Except as contained in this notice, the names of Gnome, the Gnome
139         Foundation, and Bitstream Inc., shall not be used in advertising or
140         otherwise to promote the sale, use or other dealings in this Font
141         Software without prior written authorization from the Gnome Foundation
142         or Bitstream Inc., respectively. For further information,
143         contact: fonts at gnome dot org.
144
145
146         Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
147
148         Permission is hereby granted, free of charge, to any person obtaining
149         a copy of the fonts accompanying this license ("Fonts") and
150         associated documentation files (the "Font Software"), to reproduce
151         and distribute the modifications to the Bitstream Vera Font Software,
152         including without limitation the rights to use, copy, merge, publish,
153         distribute, and/or sell copies of the Font Software, and to permit
154         persons to whom the Font Software is furnished to do so, subject to
155         the following conditions:
156
157         The above copyright and trademark notices and this permission notice
158         shall be included in all copies of one or more of the Font Software
159         typefaces.
160
161         The Font Software may be modified, altered, or added to, and in
162         particular the designs of glyphs or characters in the Fonts may be
163         modified and additional glyphs or characters may be added to the
164         Fonts, only if the fonts are renamed to names not containing either
165         the words "Tavmjong Bah" or the word "Arev".
166
167         This License becomes null and void to the extent applicable to Fonts
168         or Font Software that has been modified and is distributed under the
169         "Tavmjong Bah Arev" names.
170
171         The Font Software may be sold as part of a larger software package but
172         no copy of one or more of the Font Software typefaces may be sold by
173         itself.
174
175         THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
176         EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
177         MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
178         OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
179         TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
180         INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
181         DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
182         FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
183         OTHER DEALINGS IN THE FONT SOFTWARE.
184
185         Except as contained in this notice, the name of Tavmjong Bah shall not
186         be used in advertising or otherwise to promote the sale, use or other
187         dealings in this Font Software without prior written authorization
188         from Tavmjong Bah. For further information, contact: tavmjong@free.fr.