@@ -186,6 +186,7 @@ included:
186
186
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
187
187
OF SUCH DAMAGE.
188
188
189
+
189
190
* The auxiliary file src/etc/pkg/modpath.iss contains a
190
191
library routine compiled, by Inno Setup, into the Windows
191
192
installer binary. This file is licensed under the LGPL,
@@ -198,8 +199,9 @@ included:
198
199
of any of the files installed by such an installer (such
199
200
as the Rust compiler or runtime libraries themselves).
200
201
202
+
201
203
* The libuv asynchronous I/O library. Code for this package
202
- is found in the src/rt/ libuv directory, within this
204
+ is found in the src/libuv directory, within this
203
205
distribution. This package is redistributed under the
204
206
following terms, as noted in its source:
205
207
@@ -230,10 +232,102 @@ included:
230
232
231
233
232
234
* Additional libraries included in libuv carry separate
233
- BSD-compatible licenses. See src/rt/ libuv/LICENSE for
235
+ BSD-compatible licenses. See src/libuv/LICENSE for
234
236
details.
235
237
236
238
239
+ * LLVM and Clang. Code for this package is found in
240
+ src/llvm.
241
+
242
+ Copyright (c) 2003-2012 University of Illinois at
243
+ Urbana-Champaign. All rights reserved.
244
+
245
+ Developed by:
246
+
247
+ LLVM Team
248
+
249
+ University of Illinois at Urbana-Champaign
250
+
251
+ http://llvm.org
252
+
253
+ Permission is hereby granted, free of charge, to any
254
+ person obtaining a copy of this software and associated
255
+ documentation files (the "Software"), to deal with the
256
+ Software without restriction, including without
257
+ limitation the rights to use, copy, modify, merge,
258
+ publish, distribute, sublicense, and/or sell copies of
259
+ the Software, and to permit persons to whom the Software
260
+ is furnished to do so, subject to the following
261
+ conditions:
262
+
263
+ * Redistributions of source code must retain the
264
+ above copyright notice, this list of conditions
265
+ and the following disclaimers.
266
+
267
+ * Redistributions in binary form must reproduce the
268
+ above copyright notice, this list of conditions
269
+ and the following disclaimers in the documentation
270
+ and/or other materials provided with the
271
+ distribution.
272
+
273
+ * Neither the names of the LLVM Team, University of
274
+ Illinois at Urbana-Champaign, nor the names of its
275
+ contributors may be used to endorse or promote
276
+ products derived from this Software without
277
+ specific prior written permission.
278
+
279
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
280
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
281
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
282
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
283
+ SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE
284
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
285
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
286
+ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
287
+ OTHER DEALINGS WITH THE SOFTWARE.
288
+
289
+
290
+ * Additional libraries included in LLVM carry separate
291
+ BSD-compatible licenses. See src/llvm/LICENSE.txt for
292
+ details.
293
+
294
+
295
+ * Portions of the FFI code for interacting with the native ABI
296
+ is derived from the Clay programming language, which carries
297
+ the following license.
298
+
299
+ Copyright (C) 2008-2010 Tachyon Technologies.
300
+ All rights reserved.
301
+
302
+ Redistribution and use in source and binary forms, with
303
+ or without modification, are permitted provided that the
304
+ following conditions are met:
305
+
306
+ 1. Redistributions of source code must retain the above
307
+ copyright notice, this list of conditions and the
308
+ following disclaimer.
309
+
310
+ 2. Redistributions in binary form must reproduce the
311
+ above copyright notice, this list of conditions and
312
+ the following disclaimer in the documentation and/or
313
+ other materials provided with the distribution.
314
+
315
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR
316
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
317
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
318
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
319
+ DEVELOPERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
320
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
321
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
322
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
323
+ USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
324
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
325
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
326
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
327
+ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
328
+ OF SUCH DAMAGE.
329
+
330
+
237
331
* Additional copyright may be retained by contributors other
238
332
than Mozilla or the parties enumerated in this file. Such
239
333
copyright can be determined on a case-by-case basis by
@@ -242,19 +336,19 @@ included:
242
336
consulting representative comments claiming copyright
243
337
ownership for a file.
244
338
245
- For example, the text:
339
+ For example, the text:
246
340
247
341
"Copyright (c) 2011 Google Inc."
248
342
249
- appears in some files, and these files thereby denote
250
- that their author and copyright-holder is Google Inc.
343
+ appears in some files, and these files thereby denote
344
+ that their author and copyright-holder is Google Inc.
251
345
252
- In all such cases, the absence of explicit licensing text
253
- indicates that the contributor chose to license their
254
- work for distribution under identical terms to those
255
- Mozilla has chosen for the collective work, enumerated
256
- below. The only difference is the retention of copyright
257
- itself, held by the contributor.
346
+ In all such cases, the absence of explicit licensing text
347
+ indicates that the contributor chose to license their
348
+ work for distribution under identical terms to those
349
+ Mozilla has chosen for the collective work, enumerated
350
+ below. The only difference is the retention of copyright
351
+ itself, held by the contributor.
258
352
259
353
260
354
The remaining code and documentation in the collective work
0 commit comments