blob: 6dc01570d647097eb53a828c6fe0871de1958f97 [file] [log] [blame]
Laurence Lundbladead2f3872023-11-29 10:39:58 -07001QCBOR is available under what is essentially the 3-Clause BSD License.
2
3Files created inside Qualcomm and open-sourced through CAF (The Code
4Aurora Forum) have a slightly modified 3-Clause BSD License. The
5modification additionally disclaims NON-INFRINGEMENT.
6
7Files created after release to CAF use the standard 3-Clause BSD
8License with no modification. These files have the SPDX license
9identifier, "SPDX-License-Identifier: BSD-3-Clause" in them.
10
11
12BSD 3-Clause License
13
14Redistribution and use in source and binary forms, with or without
15modification, are permitted provided that the following conditions are met:
16
171. Redistributions of source code must retain the above copyright notice, this
18 list of conditions and the following disclaimer.
19
202. Redistributions in binary form must reproduce the above copyright notice,
21 this list of conditions and the following disclaimer in the documentation
22 and/or other materials provided with the distribution.
23
243. Neither the name of the copyright holder nor the names of its
25 contributors may be used to endorse or promote products derived from
26 this software without specific prior written permission.
27
28THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
32FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
34SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
35CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
Laurence Lundbladee8f58162024-08-22 10:30:08 -070036OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.