06ef2342133edadb472b213a4aa54e1ab8550478
[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 UCS-4 to UTF-8 encoding is copied from "terminology":
102
103         Copyright (C) 2012-2012 Carsten Haitzler and various contributors
104
105         All rights reserved.
106
107         Redistribution and use in source and binary forms, with or without
108         modification, are permitted provided that the following conditions are met:
109
110         1. Redistributions of source code must retain the above copyright
111            notice, this list of conditions and the following disclaimer.
112         2. Redistributions in binary form must reproduce the above copyright
113            notice, this list of conditions and the following disclaimer in the
114            documentation and/or other materials provided with the distribution.
115
116         THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
117         INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
118         AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
119         THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
120         INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
121         NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
122         USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
123         ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
124         (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
125         THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.