1Files: * 2 3Copyright (c) 2024 Intel Corporation. All Rights Reserved. 4 5Permission is hereby granted, free of charge, to any person obtaining a 6copy of this software and associated documentation files (the 7"Software"), to deal in the Software without restriction, including 8without limitation the rights to use, copy, modify, merge, publish, 9distribute, sub license, and/or sell copies of the Software, and to 10permit persons to whom the Software is furnished to do so, subject to 11the following conditions: 12 13The above copyright notice and this permission notice (including the 14next paragraph) shall be included in all copies or substantial portions 15of the Software. 16 17THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 18OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 19MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 20IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 21ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 22TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 23SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 24 25------------------ 26 27Files: getopt/getopt.h, getopt/getopt_long.c 28 29Copyright (c) 2000 The NetBSD Foundation, Inc. 30All rights reserved. 31 32This code is derived from software contributed to The NetBSD Foundation 33by Dieter Baron and Thomas Klausner. 34 35Redistribution and use in source and binary forms, with or without 36modification, are permitted provided that the following conditions 37are met: 381. Redistributions of source code must retain the above copyright 39 notice, this list of conditions and the following disclaimer. 402. Redistributions in binary form must reproduce the above copyright 41 notice, this list of conditions and the following disclaimer in the 42 documentation and/or other materials provided with the distribution. 43 44THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 45``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 46TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 47PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 48BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 49CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 50SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 51INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 52CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 53ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 54POSSIBILITY OF SUCH DAMAGE. 55 56------------------ 57 58Files: getopt/getopt_long.c 59 60Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> 61 62Permission to use, copy, modify, and distribute this software for any 63purpose with or without fee is hereby granted, provided that the above 64copyright notice and this permission notice appear in all copies. 65 66THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 67WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 68MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 69ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 70WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 71ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 72OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 73 74Sponsored in part by the Defense Advanced Research Projects 75Agency (DARPA) and Air Force Research Laboratory, Air Force 76Materiel Command, USAF, under agreement number F39502-99-1-0512. 77 78------------------ 79 80Files: encode/vp9enc.c 81 82Copyright (c) 2010 The WebM project authors. All Rights Reserved. 83 84Use of this source code is governed by a BSD-style license 85that can be found in the LICENSE file in the root of the source 86tree. An additional intellectual property rights grant can be found 87in the file PATENTS. All contributing project authors may 88be found in the AUTHORS file in the root of the source tree. 89 90 91-------------- 92 93Files: decode/loadjpeg.c 94 95Copyright (c) 2006, Luc Saillard <luc@saillard.org> 96Copyright (c) 2012 Intel Corporation. 97All rights reserved. 98Redistribution and use in source and binary forms, with or without 99modification, are permitted provided that the following conditions are met: 100 101- Redistributions of source code must retain the above copyright notice, 102 this list of conditions and the following disclaimer. 103 104- Redistributions in binary form must reproduce the above copyright notice, 105 this list of conditions and the following disclaimer in the documentation 106 and/or other materials provided with the distribution. 107 108- Neither the name of the author nor the names of its contributors may be 109 used to endorse or promote products derived from this software without 110 specific prior written permission. 111 112THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 113AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 114IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 115ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 116LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 117CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 118SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 119INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 120CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 121ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 122POSSIBILITY OF SUCH DAMAGE. 123 124------------------ 125 126Files: encode/vp8enc.c 127 128 "License" shall mean the terms and conditions for use, reproduction, 129 and distribution as defined by Sections 1 through 9 of this document. 130 131 "Licensor" shall mean the copyright owner or entity authorized by 132 the copyright owner that is granting the License. 133 134 "Legal Entity" shall mean the union of the acting entity and all 135 other entities that control, are controlled by, or are under common 136 control with that entity. For the purposes of this definition, 137 "control" means (i) the power, direct or indirect, to cause the 138 direction or management of such entity, whether by contract or 139 otherwise, or (ii) ownership of fifty percent (50%) or more of the 140 outstanding shares, or (iii) beneficial ownership of such entity. 141 142 "You" (or "Your") shall mean an individual or Legal Entity 143 exercising permissions granted by this License. 144 145 "Source" form shall mean the preferred form for making modifications, 146 including but not limited to software source code, documentation 147 source, and configuration files. 148 149 "Object" form shall mean any form resulting from mechanical 150 transformation or translation of a Source form, including but 151 not limited to compiled object code, generated documentation, 152 and conversions to other media types. 153 154 "Work" shall mean the work of authorship, whether in Source or 155 Object form, made available under the License, as indicated by a 156 copyright notice that is included in or attached to the work 157 (an example is provided in the Appendix below). 158 159 "Derivative Works" shall mean any work, whether in Source or Object 160 form, that is based on (or derived from) the Work and for which the 161 editorial revisions, annotations, elaborations, or other modifications 162 represent, as a whole, an original work of authorship. For the purposes 163 of this License, Derivative Works shall not include works that remain 164 separable from, or merely link (or bind by name) to the interfaces of, 165 the Work and Derivative Works thereof. 166 167 "Contribution" shall mean any work of authorship, including 168 the original version of the Work and any modifications or additions 169 to that Work or Derivative Works thereof, that is intentionally 170 submitted to Licensor for inclusion in the Work by the copyright owner 171 or by an individual or Legal Entity authorized to submit on behalf of 172 the copyright owner. For the purposes of this definition, "submitted" 173 means any form of electronic, verbal, or written communication sent 174 to the Licensor or its representatives, including but not limited to 175 communication on electronic mailing lists, source code control systems, 176 and issue tracking systems that are managed by, or on behalf of, the 177 Licensor for the purpose of discussing and improving the Work, but 178 excluding communication that is conspicuously marked or otherwise 179 designated in writing by the copyright owner as "Not a Contribution." 180 181 "Contributor" shall mean Licensor and any individual or Legal Entity 182 on behalf of whom a Contribution has been received by Licensor and 183 subsequently incorporated within the Work. 184 185 2. Grant of Copyright License. Subject to the terms and conditions of 186 this License, each Contributor hereby grants to You a perpetual, 187 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 188 copyright license to reproduce, prepare Derivative Works of, 189 publicly display, publicly perform, sublicense, and distribute the 190 Work and such Derivative Works in Source or Object form. 191 192 3. Grant of Patent License. Subject to the terms and conditions of 193 this License, each Contributor hereby grants to You a perpetual, 194 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 195 (except as stated in this section) patent license to make, have made, 196 use, offer to sell, sell, import, and otherwise transfer the Work, 197 where such license applies only to those patent claims licensable 198 by such Contributor that are necessarily infringed by their 199 Contribution(s) alone or by combination of their Contribution(s) 200 with the Work to which such Contribution(s) was submitted. If You 201 institute patent litigation against any entity (including a 202 cross-claim or counterclaim in a lawsuit) alleging that the Work 203 or a Contribution incorporated within the Work constitutes direct 204 or contributory patent infringement, then any patent licenses 205 granted to You under this License for that Work shall terminate 206 as of the date such litigation is filed. 207 208 4. Redistribution. You may reproduce and distribute copies of the 209 Work or Derivative Works thereof in any medium, with or without 210 modifications, and in Source or Object form, provided that You 211 meet the following conditions: 212 213 (a) You must give any other recipients of the Work or 214 Derivative Works a copy of this License; and 215 216 (b) You must cause any modified files to carry prominent notices 217 stating that You changed the files; and 218 219 (c) You must retain, in the Source form of any Derivative Works 220 that You distribute, all copyright, patent, trademark, and 221 attribution notices from the Source form of the Work, 222 excluding those notices that do not pertain to any part of 223 the Derivative Works; and 224 225 (d) If the Work includes a "NOTICE" text file as part of its 226 distribution, then any Derivative Works that You distribute must 227 include a readable copy of the attribution notices contained 228 within such NOTICE file, excluding those notices that do not 229 pertain to any part of the Derivative Works, in at least one 230 of the following places: within a NOTICE text file distributed 231 as part of the Derivative Works; within the Source form or 232 documentation, if provided along with the Derivative Works; or, 233 within a display generated by the Derivative Works, if and 234 wherever such third-party notices normally appear. The 235 branch_21_lts_7/contents and branch_21_lts_7/contents 236 of the NOTICE file are for informational purposes only and 237 do not modify the License. You may add Your own attribution 238 notices within Derivative Works that You distribute, alongside 239 or as an addendum to the NOTICE text from the Work, provided 240 that such additional attribution notices cannot be construed 241 as modifying the License. 242 243 You may add Your own copyright statement to Your modifications and 244 may provide additional or different license terms and conditions 245 for use, reproduction, or distribution of Your modifications, or 246 for any such Derivative Works as a whole, provided Your use, 247 reproduction, and distribution of the Work otherwise complies with 248 the conditions stated in this License. 249 250 5. Submission of Contributions. Unless You explicitly state otherwise, 251 any Contribution intentionally submitted for inclusion in the Work 252 by You to the Licensor shall be under the terms and conditions of 253 this License, without any additional terms or conditions. 254 Notwithstanding the above, nothing herein shall supersede or modify 255 the terms of any separate license agreement you may have executed 256 with Licensor regarding such Contributions. 257 258 6. Trademarks. This License does not grant permission to use the trade 259 names, trademarks, service marks, or product names of the Licensor, 260 except as required for reasonable and customary use in describing the 261 origin of the Work and reproducing the branch_21_lts_7/content and 262 branch_21_lts_7/contents of the NOTICE file. 263 264 7. Disclaimer of Warranty. Unless required by applicable law or 265 agreed to in writing, Licensor provides the Work (and each 266 Contributor provides its Contributions) on an "AS IS" BASIS, 267 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 268 implied, including, without limitation, any warranties or conditions 269 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 270 PARTICULAR PURPOSE. You are solely responsible for determining the 271 appropriateness of using or redistributing the Work and assume any 272 risks associated with Your exercise of permissions under this License. 273 274 8. Limitation of Liability. In no event and under no legal theory, 275 whether in tort (including negligence), contract, or otherwise, 276 unless required by applicable law (such as deliberate and grossly 277 negligent acts) or agreed to in writing, shall any Contributor be 278 liable to You for damages, including any direct, indirect, special, 279 incidental, or consequential damages of any character arising as a 280 result of this License or out of the use or inability to use the 281 Work (including but not limited to damages for loss of goodwill, 282 work stoppage, computer failure or malfunction, or any and all 283 other commercial damages or losses), even if such Contributor 284 has been advised of the possibility of such damages. 285 286 9. Accepting Warranty or Additional Liability. While redistributing 287 the Work or Derivative Works thereof, You may choose to offer, 288 and charge a fee for, acceptance of support, warranty, indemnity, 289 or other liability obligations and/or rights consistent with this 290 License. However, in accepting such obligations, You may act only 291 on Your own behalf and on Your sole responsibility, not on behalf 292 of any other Contributor, and only if You agree to indemnify, 293 defend, and hold each Contributor harmless for any liability 294 incurred by, or claims asserted against, such Contributor by reason 295 of your accepting any such warranty or additional liability. 296