VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/licensing/vbox-ext/licensing-license-vbox-ext-lzf-3.6.dita@ 105515

Last change on this file since 105515 was 105515, checked in by vboxsync, 4 months ago

Docs: bugref:10705. Copying the license chapter from doc team's repo. Ditamap inclusion is currently commented out as xsltproc could not find included file.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.7 KB
Line 
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:
9Copyright (c) 2000-2009 Marc Alexander Lehmann &lt;[email protected]&gt;
10
11Redistribution and use in source and binary forms, with or without modifica-
12tion, 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
21THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS&#39;&#39; AND ANY EXPRESS OR IMPLIED
22WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER-
23CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
24EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPE-
25CIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
27OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH-
29ERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
30OF THE POSSIBILITY OF SUCH DAMAGE.
31
32Alternatively, the following files carry an additional notice that
33explicitly allows relicensing under the GPLv2: lzf.c lzf.h lzfP.h lzf_c.c
34lzf_d.c
35
36lzf.h:
37/*
38 * Copyright (c) 2000-2008 Marc Alexander Lehmann &lt;[email protected]&gt;
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&#39;&#39; 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 (&#34;GPL&#34;) 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>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette