Skip to content

Commit d1cd418

Browse files
chrissimpkinsmark-i-m
authored andcommitted
add rust-lang/rust license documentation
1 parent 0e1ad67 commit d1cd418

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- [ICE-breaker teams](ice-breaker/about.md)
3333
- ["Cleanup Crew" ICE-breakers](ice-breaker/cleanup-crew.md)
3434
- [LLVM ICE-breakers](ice-breaker/llvm.md)
35+
- [Licenses](./licenses.md)
3536
- [Part 2: How rustc works](./part-2-intro.md)
3637
- [High-level overview of the compiler source](./high-level-overview.md)
3738
- [The Rustc Driver and Interface](./rustc-driver.md)

src/licenses.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Rustc Licenses
2+
3+
The `rustc` compiler source is dual licensed under the [Apache License v2.0](https://github.com/rust-lang/rust/blob/master/LICENSE-APACHE) and the [MIT License](https://github.com/rust-lang/rust/blob/master/LICENSE-MIT) unless otherwise specified.
4+
5+
Detailed licensing information is available in the [COPYRIGHT document](https://github.com/rust-lang/rust/blob/master/COPYRIGHT) of the `rust-lang/rust` repository.

0 commit comments

Comments
 (0)