diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-02 18:36:06 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-02 18:36:06 -0600 |
| commit | 8cdfa445d6629ffef4cb84967ff7017654045bc2 (patch) | |
| tree | 22f0b0907c024c78d26a731e2e1f5219407d8102 /vendor/rustix/COPYRIGHT | |
| parent | 4351c74c7c5f97156bc94d3a8549b9940ac80e3f (diff) | |
chore: add vendor directory
Diffstat (limited to 'vendor/rustix/COPYRIGHT')
| -rw-r--r-- | vendor/rustix/COPYRIGHT | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vendor/rustix/COPYRIGHT b/vendor/rustix/COPYRIGHT new file mode 100644 index 00000000..a841525e --- /dev/null +++ b/vendor/rustix/COPYRIGHT @@ -0,0 +1,29 @@ +Short version for non-lawyers: + +`rustix` is triple-licensed under Apache 2.0 with the LLVM Exception, +Apache 2.0, and MIT terms. + + +Longer version: + +Copyrights in the `rustix` project are retained by their contributors. +No copyright assignment is required to contribute to the `rustix` +project. + +Some files include code derived from Rust's `libstd`; see the comments in +the code for details. + +Except as otherwise noted (below and/or in individual files), `rustix` +is licensed under: + + - the Apache License, Version 2.0, with the LLVM Exception + <LICENSE-Apache-2.0_WITH_LLVM-exception> or + <http://llvm.org/foundation/relicensing/LICENSE.txt> + - the Apache License, Version 2.0 + <LICENSE-APACHE> or + <http://www.apache.org/licenses/LICENSE-2.0>, + - or the MIT license + <LICENSE-MIT> or + <http://opensource.org/licenses/MIT>, + +at your option. |
