VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/licensing/vbox-base/licensing-license-vbox-base-libjpeg-turbo-2.1.3.dita@ 105933

Last change on this file since 105933 was 105933, checked in by vboxsync, 7 months ago

Docs: bugref:10705. Updating licensing chapter by copying dita files from docs team's repo. Plus some modifications.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 10.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-libjpeg-turbo-2.1.3">
4
5 <title>libjpeg-turbo</title>
6
7 <body>
8 <pre xml:space="preserve">
9
10===================================================================================
11https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/2.1.3/LICENSE.md
12
13libjpeg-turbo Licenses
14======================
15
16libjpeg-turbo is covered by three compatible BSD-style open source licenses:
17
18- The IJG (Independent JPEG Group) License, which is listed in
19 [README.ijg](README.ijg)
20
21 This license applies to the libjpeg API library and associated programs
22 (any code inherited from libjpeg, and any modifications to that code.)
23
24- The Modified (3-clause) BSD License, which is listed below
25
26 This license covers the TurboJPEG API library and associated programs, as
27 well as the build system.
28
29- The [zlib License](https://opensource.org/licenses/Zlib)
30
31 This license is a subset of the other two, and it covers the libjpeg-turbo
32 SIMD extensions.
33
34
35Complying with the libjpeg-turbo Licenses
36=========================================
37
38This section provides a roll-up of the libjpeg-turbo licensing terms, to the
39best of our understanding.
40
411. If you are distributing a modified version of the libjpeg-turbo source,
42 then:
43
44 1. You cannot alter or remove any existing copyright or license notices
45 from the source.
46
47 **Origin**
48 - Clause 1 of the IJG License
49 - Clause 1 of the Modified BSD License
50 - Clauses 1 and 3 of the zlib License
51
52 2. You must add your own copyright notice to the header of each source
53 file you modified, so others can tell that you modified that file (if
54 there is not an existing copyright header in that file, then you can
55 simply add a notice stating that you modified the file.)
56
57 **Origin**
58 - Clause 1 of the IJG License
59 - Clause 2 of the zlib License
60
61 3. You must include the IJG README file, and you must not alter any of the
62 copyright or license text in that file.
63
64 **Origin**
65 - Clause 1 of the IJG License
66
672. If you are distributing only libjpeg-turbo binaries without the source, or
68 if you are distributing an application that statically links with
69 libjpeg-turbo, then:
70
71 1. Your product documentation must include a message stating:
72
73 This software is based in part on the work of the Independent JPEG
74 Group.
75
76 **Origin**
77 - Clause 2 of the IJG license
78
79 2. If your binary distribution includes or uses the TurboJPEG API, then
80 your product documentation must include the text of the Modified BSD
81 License (see below.)
82
83 **Origin**
84 - Clause 2 of the Modified BSD License
85
863. You cannot use the name of the IJG or The libjpeg-turbo Project or the
87 contributors thereof in advertising, publicity, etc.
88
89 **Origin**
90 - IJG License
91 - Clause 3 of the Modified BSD License
92
934. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be
94 free of defects, nor do we accept any liability for undesirable
95 consequences resulting from your use of the software.
96
97 **Origin**
98 - IJG License
99 - Modified BSD License
100 - zlib License
101
102
103The Modified (3-clause) BSD License
104===================================
105
106Copyright (C)2009-2022 D. R. Commander. All Rights Reserved.&lt;br&gt;
107Copyright (C)2015 Viktor Szathmáry. All Rights Reserved.
108
109Redistribution and use in source and binary forms, with or without
110modification, are permitted provided that the following conditions are met:
111
112- Redistributions of source code must retain the above copyright notice,
113 this list of conditions and the following disclaimer.
114- Redistributions in binary form must reproduce the above copyright notice,
115 this list of conditions and the following disclaimer in the documentation
116 and/or other materials provided with the distribution.
117- Neither the name of the libjpeg-turbo Project nor the names of its
118 contributors may be used to endorse or promote products derived from this
119 software without specific prior written permission.
120
121THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &#34;AS IS&#34;,
122AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
123IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
124ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
125LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
126CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
127SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
128INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
129CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
130ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
131POSSIBILITY OF SUCH DAMAGE.
132
133
134Why Three Licenses?
135===================
136
137The zlib License could have been used instead of the Modified (3-clause) BSD
138License, and since the IJG License effectively subsumes the distribution
139conditions of the zlib License, this would have effectively placed
140libjpeg-turbo binary distributions under the IJG License. However, the IJG
141License specifically refers to the Independent JPEG Group and does not extend
142attribution and endorsement protections to other entities. Thus, it was
143desirable to choose a license that granted us the same protections for new code
144that were granted to the IJG for code derived from their software.
145
146
147
148===================================================================================
149https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/2.1.3/README.ijg
150
151[...]
152
153LEGAL ISSUES
154============
155
156In plain English:
157
1581. We don&#39;t promise that this software works. (But if you find any bugs,
159 please let us know!)
1602. You can use this software for whatever you want. You don&#39;t have to pay us.
1613. You may not pretend that you wrote this software. If you use it in a
162 program, you must acknowledge somewhere in your documentation that
163 you&#39;ve used the IJG code.
164
165In legalese:
166
167The authors make NO WARRANTY or representation, either express or implied,
168with respect to this software, its quality, accuracy, merchantability, or
169fitness for a particular purpose. This software is provided &#34;AS IS&#34;, and you,
170its user, assume the entire risk as to its quality and accuracy.
171
172This software is copyright (C) 1991-2020, Thomas G. Lane, Guido Vollbeding.
173All Rights Reserved except as specified below.
174
175Permission is hereby granted to use, copy, modify, and distribute this
176software (or portions thereof) for any purpose, without fee, subject to these
177conditions:
178(1) If any part of the source code for this software is distributed, then this
179README file must be included, with this copyright and no-warranty notice
180unaltered; and any additions, deletions, or changes to the original files
181must be clearly indicated in accompanying documentation.
182(2) If only executable code is distributed, then the accompanying
183documentation must state that &#34;this software is based in part on the work of
184the Independent JPEG Group&#34;.
185(3) Permission for use of this software is granted only if the user accepts
186full responsibility for any undesirable consequences; the authors accept
187NO LIABILITY for damages of any kind.
188
189These conditions apply to any software derived from or based on the IJG code,
190not just to the unmodified library. If you use our work, you ought to
191acknowledge us.
192
193Permission is NOT granted for the use of any IJG author&#39;s name or company name
194in advertising or publicity relating to this software or products derived from
195it. This software may be referred to only as &#34;the Independent JPEG Group&#39;s
196software&#34;.
197
198We specifically permit and encourage the use of this software as the basis of
199commercial products, provided that all warranty or liability claims are
200assumed by the product vendor.
201
202[...]
203
204===================================================================================
205https://opensource.org/licenses/Zlib
206
207Copyright (c) &lt;year&gt; &lt;copyright holders&gt;
208
209This software is provided &#39;as-is&#39;, without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
210
211Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
212
213 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
214
215 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
216
217 3. This notice may not be removed or altered from any source distribution.
218
219
220===================================================================================
221https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/2.1.3/turbojpeg.c
222
223/*
224 * Copyright (C)2009-2022 D. R. Commander. All Rights Reserved.
225 * Copyright (C)2021 Alex Richardson. All Rights Reserved.
226 *
227 * Redistribution and use in source and binary forms, with or without
228 * modification, are permitted provided that the following conditions are met:
229 *
230 * - Redistributions of source code must retain the above copyright notice,
231 * this list of conditions and the following disclaimer.
232 * - Redistributions in binary form must reproduce the above copyright notice,
233 * this list of conditions and the following disclaimer in the documentation
234 * and/or other materials provided with the distribution.
235 * - Neither the name of the libjpeg-turbo Project nor the names of its
236 * contributors may be used to endorse or promote products derived from this
237 * software without specific prior written permission.
238 *
239 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &#34;AS IS&#34;,
240 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
241 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
242 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
243 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
244 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
245 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
246 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
247 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
248 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
249 * POSSIBILITY OF SUCH DAMAGE.
250 */
251
252</pre>
253 </body>
254 </topic>
Note: See TracBrowser for help on using the repository browser.

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