Marcin Radomski | 2cdd3b5 | 2024-03-13 15:43:53 +0000 | [diff] [blame] | 1 | Short version for non-lawyers: |
| 2 | |
| 3 | `rustix` is triple-licensed under Apache 2.0 with the LLVM Exception, |
| 4 | Apache 2.0, and MIT terms. |
| 5 | |
| 6 | |
| 7 | Longer version: |
| 8 | |
| 9 | Copyrights in the `rustix` project are retained by their contributors. |
| 10 | No copyright assignment is required to contribute to the `rustix` |
| 11 | project. |
| 12 | |
| 13 | Some files include code derived from Rust's `libstd`; see the comments in |
| 14 | the code for details. |
| 15 | |
| 16 | Except as otherwise noted (below and/or in individual files), `rustix` |
| 17 | is 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 | |
| 29 | at your option. |