@@ -186,7 +186,6 @@ included:
186
186
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
187
187
OF SUCH DAMAGE.
188
188
189
-
190
189
* The auxiliary file src/etc/pkg/modpath.iss contains a
191
190
library routine compiled, by Inno Setup, into the Windows
192
191
installer binary. This file is licensed under the LGPL,
@@ -199,9 +198,8 @@ included:
199
198
of any of the files installed by such an installer (such
200
199
as the Rust compiler or runtime libraries themselves).
201
200
202
-
203
201
* The libuv asynchronous I/O library. Code for this package
204
- is found in the src/libuv directory, within this
202
+ is found in the src/rt/ libuv directory, within this
205
203
distribution. This package is redistributed under the
206
204
following terms, as noted in its source:
207
205
@@ -232,102 +230,10 @@ included:
232
230
233
231
234
232
* Additional libraries included in libuv carry separate
235
- BSD-compatible licenses. See src/libuv/LICENSE for
233
+ BSD-compatible licenses. See src/rt/ libuv/LICENSE for
236
234
details.
237
235
238
236
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
-
331
237
* Additional copyright may be retained by contributors other
332
238
than Mozilla or the parties enumerated in this file. Such
333
239
copyright can be determined on a case-by-case basis by
@@ -336,19 +242,19 @@ included:
336
242
consulting representative comments claiming copyright
337
243
ownership for a file.
338
244
339
- For example, the text:
245
+ For example, the text:
340
246
341
247
"Copyright (c) 2011 Google Inc."
342
248
343
- appears in some files, and these files thereby denote
344
- that their author and copyright-holder is Google Inc.
249
+ appears in some files, and these files thereby denote
250
+ that their author and copyright-holder is Google Inc.
345
251
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.
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.
352
258
353
259
354
260
The remaining code and documentation in the collective work
0 commit comments