@@ -233,46 +233,58 @@ such code will be identified clearly using at least one of two mechanisms:
233
233
2) It will contain specific license and restriction terms at the top of every
234
234
file.
235
235
236
- Some of these licenses require their text to be included with distributions of
237
- the SDK. The text of these license is included below.
236
+ Binary distributions cannot include such headers; accordingly, the text of
237
+ these licenses are provided below, along with a listing of which features in
238
+ the SDK they apply to (unless they only appear in headers shipped with the
239
+ SDK.)
238
240
239
241
==============================================================================
240
- UNICODE LICENSE V3
241
-
242
- COPYRIGHT AND PERMISSION NOTICE
243
-
244
- Copyright © 1991-2023 Unicode, Inc.
245
-
246
- NOTICE TO USER: Carefully read the following legal agreement. BY
247
- DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
248
- SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
249
- TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
250
- DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
251
-
252
- Permission is hereby granted, free of charge, to any person obtaining a
253
- copy of data files and any associated documentation (the "Data Files") or
254
- software and any associated documentation (the "Software") to deal in the
255
- Data Files or Software without restriction, including without limitation
256
- the rights to use, copy, modify, merge, publish, distribute, and/or sell
257
- copies of the Data Files or Software, and to permit persons to whom the
258
- Data Files or Software are furnished to do so, provided that either (a)
259
- this copyright and permission notice appear with all copies of the Data
260
- Files or Software, or (b) this copyright and permission notice appear in
261
- associated Documentation.
262
-
263
- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
264
- KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
265
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
266
- THIRD PARTY RIGHTS.
267
-
268
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
269
- BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
270
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
271
- WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
272
- ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
273
- FILES OR SOFTWARE.
274
-
275
- Except as contained in this notice, the name of a copyright holder shall
276
- not be used in advertising or otherwise to promote the sale, use or other
277
- dealings in these Data Files or Software without prior written
278
- authorization of the copyright holder.
242
+ cc65 license
243
+ ------------------------------------------------------------------------------
244
+ Used in all targets that are shared between cc65 and llvm-mos.
245
+ ==============================================================================
246
+
247
+ This software is provided 'as-is', without any express or implied warranty.
248
+ In no event will the authors be held liable for any damages arising from
249
+ the use of this software.
250
+
251
+ Permission is granted to anyone to use this software for any purpose,
252
+ including commercial applications, and to alter it and redistribute it
253
+ freely, subject to the following restrictions:
254
+
255
+ 1. The origin of this software must not be misrepresented; you must not
256
+ claim that you wrote the original software. If you use this software in
257
+ a product, an acknowledgment in the product documentation would be
258
+ appreciated but is not required.
259
+
260
+ 2. Altered source versions must be plainly marked as such, and must not
261
+ be misrepresented as being the original software.
262
+
263
+ 3. This notice may not be removed or altered from any source distribution.
264
+
265
+ ==============================================================================
266
+ MIT License
267
+ ------------------------------------------------------------------------------
268
+ Used in the NES nesdoug, famitone2, and neslib libraries
269
+ ==============================================================================
270
+ The MIT License (MIT)
271
+ Copyright (c) 2018 Doug Fraker
272
+ www.nesdoug.com
273
+
274
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
275
+ this software and associated documentation files (the "Software"), to deal in
276
+ the Software without restriction, including without limitation the rights to
277
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
278
+ of the Software, and to permit persons to whom the Software is furnished to do
279
+ so, subject to the following conditions:
280
+
281
+ The above copyright notice and this permission notice shall be included in all
282
+ copies or substantial portions of the Software.
283
+
284
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
285
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
286
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
287
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
288
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
289
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
290
+ SOFTWARE.
0 commit comments