blob: a841525eff99fff45fe0e6fd36b95f11b8b82e4c [file] [log] [blame]
Marcin Radomski2cdd3b52024-03-13 15:43:53 +00001Short version for non-lawyers:
2
3`rustix` is triple-licensed under Apache 2.0 with the LLVM Exception,
4Apache 2.0, and MIT terms.
5
6
7Longer version:
8
9Copyrights in the `rustix` project are retained by their contributors.
10No copyright assignment is required to contribute to the `rustix`
11project.
12
13Some files include code derived from Rust's `libstd`; see the comments in
14the code for details.
15
16Except as otherwise noted (below and/or in individual files), `rustix`
17is licensed under:
18
19 - the Apache License, Version 2.0, with the LLVM Exception
20 <LICENSE-Apache-2.0_WITH_LLVM-exception> or
21 <http://llvm.org/foundation/relicensing/LICENSE.txt>
22 - the Apache License, Version 2.0
23 <LICENSE-APACHE> or
24 <http://www.apache.org/licenses/LICENSE-2.0>,
25 - or the MIT license
26 <LICENSE-MIT> or
27 <http://opensource.org/licenses/MIT>,
28
29at your option.