]> git.ipfire.org Git - thirdparty/linux-firmware.git/blame - LICENCE.cadence
Merge tag 'iwlwifi-fw-2019-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git...
[thirdparty/linux-firmware.git] / LICENCE.cadence
CommitLineData
1d17c182
DK
1Copyright (c) 2018, Cadence Design Systems, Inc.
2All rights reserved.
3
4Redistribution. Redistribution and use in binary form, without
5modification, are permitted provided that the following conditions are
6met:
7
8* Redistributions must reproduce the above copyright notice and the
9 following disclaimer in the documentation and/or other materials
10 provided with the distribution.
11
12* Neither the name of Cadence Design Systems, Inc., its products
13 nor the names of its suppliers may be used to endorse or promote products
14 derived from this Software without specific prior written permission.
15
16* No reverse engineering, decompilation, or disassembly of this software
17 is permitted.
18
19DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
20CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
21BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
22FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
24INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
25BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
26OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
27ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
28TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
29USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
30DAMAGE.
31
32This software contains:
33
34HDCP Cipher is licensed under the FreeBSD license. A copy of the FreeBSD
35license can be found at
36https://www.freebsd.org/copyright/freebsd-license.html.
37The source code for HDCP Cipher can is available here:
38http://www3.cs.stonybrook.edu/~rob/hdcp.html
39
40SSL Library is licensed under the Apache License, Version 2.0.
41A copy of the Apache License, Version 2.0 can be found at
42http://www.apache.org/licenses/LICENSE-2.0.
43The original source code for SSL Library can is available here:
44https://tls.mbed.org/download
45
46Fast discrete Fourier and cosine transforms and inverses
47author: Monty <xiphmont@mit.edu>
48modifications by: Monty
49last modification date: Jul 1 1996
50
51/* These Fourier routines were originally based on the Fourier
52routines of the same names from the NETLIB bihar and fftpack
53fortran libraries developed by Paul N. Swarztrauber at the National
54Center for Atmospheric Research in Boulder, CO USA. They have been
55reimplemented in C and optimized in a few ways for OggSquish. */
56
57/* As the original fortran libraries are public domain, the C Fourier
58routines in this file are hereby released to the public domain as
59well. The C routines here produce output exactly equivalent to the
60original fortran routines. Of particular interest are the facts
61that (like the original fortran), these routines can work on
62arbitrary length vectors that need not be powers of two in
63length. */