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-lzf-3.6">
|
---|
4 |
|
---|
5 | <title>LZF</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 | <pre xml:space="preserve">LICENSE:
|
---|
9 | Copyright (c) 2000-2009 Marc Alexander Lehmann <[email protected]>
|
---|
10 |
|
---|
11 | Redistribution and use in source and binary forms, with or without modifica-
|
---|
12 | tion, are permitted provided that the following conditions are met:
|
---|
13 |
|
---|
14 | 1. Redistributions of source code must retain the above copyright notice,
|
---|
15 | this list of conditions and the following disclaimer.
|
---|
16 |
|
---|
17 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
18 | notice, this list of conditions and the following disclaimer in the
|
---|
19 | documentation and/or other materials provided with the distribution.
|
---|
20 |
|
---|
21 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
---|
22 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER-
|
---|
23 | CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
---|
24 | EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPE-
|
---|
25 | CIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
---|
26 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
---|
27 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
---|
28 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH-
|
---|
29 | ERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
---|
30 | OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
31 |
|
---|
32 | Alternatively, the following files carry an additional notice that
|
---|
33 | explicitly allows relicensing under the GPLv2: lzf.c lzf.h lzfP.h lzf_c.c
|
---|
34 | lzf_d.c
|
---|
35 |
|
---|
36 | lzf.h:
|
---|
37 | /*
|
---|
38 | * Copyright (c) 2000-2008 Marc Alexander Lehmann <[email protected]>
|
---|
39 | *
|
---|
40 | * Redistribution and use in source and binary forms, with or without modifica-
|
---|
41 | * tion, are permitted provided that the following conditions are met:
|
---|
42 | *
|
---|
43 | * 1. Redistributions of source code must retain the above copyright notice,
|
---|
44 | * this list of conditions and the following disclaimer.
|
---|
45 | *
|
---|
46 | * 2. Redistributions in binary form must reproduce the above copyright
|
---|
47 | * notice, this list of conditions and the following disclaimer in the
|
---|
48 | * documentation and/or other materials provided with the distribution.
|
---|
49 | *
|
---|
50 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
---|
51 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER-
|
---|
52 | * CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
---|
53 | * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPE-
|
---|
54 | * CIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
---|
55 | * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
---|
56 | * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
---|
57 | * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH-
|
---|
58 | * ERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
---|
59 | * OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
60 | *
|
---|
61 | * Alternatively, the contents of this file may be used under the terms of
|
---|
62 | * the GNU General Public License ("GPL") version 2 or any later version,
|
---|
63 | * in which case the provisions of the GPL are applicable instead of
|
---|
64 | * the above. If you wish to allow the use of your version of this file
|
---|
65 | * only under the terms of the GPL and not to allow others to use your
|
---|
66 | * version of this file under the BSD license, indicate your decision
|
---|
67 | * by deleting the provisions above and replace them with the notice
|
---|
68 | * and other provisions required by the GPL. If you do not delete the
|
---|
69 | * provisions above, a recipient may use your version of this file under
|
---|
70 | * either the BSD or the GPL.
|
---|
71 | */
|
---|
72 | </pre>
|
---|
73 | </body>
|
---|
74 | </topic>
|
---|