Imported Upstream version 0.7.5
[platform/upstream/libsolv.git] / win32 / LICENSE
1 All files for the Windows compatibility layer are taken from musl,
2 except for unistd.h and fmemopen.c.
3
4 MUSL
5
6 musl as a whole is licensed under the following standard MIT license:
7
8 ----------------------------------------------------------------------
9 Copyright © 2005-2014 Rich Felker, et al.
10
11 Permission is hereby granted, free of charge, to any person obtaining
12 a copy of this software and associated documentation files (the
13 "Software"), to deal in the Software without restriction, including
14 without limitation the rights to use, copy, modify, merge, publish,
15 distribute, sublicense, and/or sell copies of the Software, and to
16 permit persons to whom the Software is furnished to do so, subject to
17 the following conditions:
18
19 The above copyright notice and this permission notice shall be
20 included in all copies or substantial portions of the Software.
21
22 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
25 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
26 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
27 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
28 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29 ----------------------------------------------------------------------
30
31
32 TRE (tre.h, tre-mem.c)
33
34 The TRE regular expression implementation (reg* and
35 tre*) is Copyright © 2001-2008 Ville Laurikari and licensed
36 under a 2-clause BSD license (license text in the source files). The
37 included version has been heavily modified by Rich Felker in 2012, in
38 the interests of size, simplicity, and namespace cleanliness.
39
40 ----------------------------------------------------------------------
41 This is the license, copyright notice, and disclaimer for TRE, a regex
42 matching package (library and tools) with support for approximate
43 matching.
44
45 Copyright (c) 2001-2009 Ville Laurikari <vl@iki.fi>
46 All rights reserved.
47
48 Redistribution and use in source and binary forms, with or without
49 modification, are permitted provided that the following conditions
50 are met:
51
52   1. Redistributions of source code must retain the above copyright
53      notice, this list of conditions and the following disclaimer.
54
55   2. Redistributions in binary form must reproduce the above copyright
56      notice, this list of conditions and the following disclaimer in the
57      documentation and/or other materials provided with the distribution.
58
59 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
60 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
61 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
62 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
63 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
64 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
65 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
66 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
67 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
68 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
69 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
70 ----------------------------------------------------------------------