summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'COPYING.txt')
-rw-r--r--[-rwxr-xr-x]COPYING.txt126
1 files changed, 94 insertions, 32 deletions
diff --git a/COPYING.txt b/COPYING.txt
index e4e63fb..6319773 100755..100644
--- a/COPYING.txt
+++ b/COPYING.txt
@@ -1,32 +1,94 @@
1/* =========================================================================== 1/* ===========================================================================
2 * Copyright (c) Texas Instruments Incorporated 2010-2013 2 * Copyright (c) Texas Instruments Incorporated 2010-2014
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 7 *
8 * Redistributions of source code must retain the above copyright 8 * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 10 *
11 * Redistributions in binary form must reproduce the above copyright 11 * Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the 12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the 13 * documentation and/or other materials provided with the
14 * distribution. 14 * distribution.
15 * 15 *
16 * Neither the name of Texas Instruments Incorporated nor the names of 16 * Neither the name of Texas Instruments Incorporated nor the names of
17 * its contributors may be used to endorse or promote products derived 17 * its contributors may be used to endorse or promote products derived
18 * from this software without specific prior written permission. 18 * from this software without specific prior written permission.
19 * 19 *
20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 23 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 24 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 25 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 * 31 *
32*/ \ No newline at end of file 32*/
33
34
35
36
37/*
38 * TEXAS INSTRUMENTS TEXT FILE LICENSE
39 *
40 * Copyright (c) 2016 Texas Instruments Incorporated
41 *
42 * All rights reserved not granted herein.
43 *
44 * Limited License.
45 *
46 * Texas Instruments Incorporated grants a world-wide, royalty-free, non-exclusive
47 * license under copyrights and patents it now or hereafter owns or controls to
48 * make, have made, use, import, offer to sell and sell ("Utilize") this software
49 * subject to the terms herein. With respect to the foregoing patent license,
50 * such license is granted solely to the extent that any such patent is necessary
51 * to Utilize the software alone. The patent license shall not apply to any
52 * combinations which include this software, other than combinations with devices
53 * manufactured by or for TI (“TI Devices”). No hardware patent is licensed hereunder.
54 *
55 * Redistributions must preserve existing copyright notices and reproduce this license
56 * (including the above copyright notice and the disclaimer and (if applicable) source
57 * code license limitations below) in the documentation and/or other materials provided
58 * with the distribution.
59 *
60 * Redistribution and use in binary form, without modification, are permitted provided
61 * that the following conditions are met:
62 * No reverse engineering, decompilation, or disassembly of this software is
63 * permitted with respect to any software provided in binary form.
64 * Any redistribution and use are licensed by TI for use only with TI Devices.
65 * Nothing shall obligate TI to provide you with source code for the software
66 * licensed and provided to you in object code.
67 *
68 * If software source code is provided to you, modification and redistribution of the
69 * source code are permitted provided that the following conditions are met:
70 * Any redistribution and use of the source code, including any resulting derivative
71 * works, are licensed by TI for use only with TI Devices.
72 * Any redistribution and use of any object code compiled from the source code
73 * and any resulting derivative works, are licensed by TI for use only with TI Devices.
74 *
75 * Neither the name of Texas Instruments Incorporated nor the names of its suppliers
76 * may be used to endorse or promote products derived from this software without
77 * specific prior written permission.
78 *
79 * DISCLAIMER.
80 *
81 * THIS SOFTWARE IS PROVIDED BY TI AND TI’S LICENSORS "AS IS" AND ANY EXPRESS OR IMPLIED
82 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
83 * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL TI AND TI’S
84 * LICENSORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
85 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
86 * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
87 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
88 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
89 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
90 *
91 *
92 */
93
94