]> git.lizzy.rs Git - rust.git/commit
Make rustdoc output comply with licenses
authorRuud van Asseldonk <ruuda@google.com>
Sat, 19 Sep 2015 09:42:03 +0000 (10:42 +0100)
committerRuud van Asseldonk <ruuda@google.com>
Sat, 19 Sep 2015 09:42:03 +0000 (10:42 +0100)
commit67380065d907e0bf21a4ad213bf5b8864d55c487
treea5408d5cfe027d294855eeab2ea27b4f6474a5c8
parent72a10fa1d324609d6d946cd7437b1dd0d9dfe0a3
Make rustdoc output comply with licenses

The output of rustdoc includes resources licensed under the SIL Open
Font License, the MIT license, and the Apache License 2.0. All of these
licenses permit redistribution provided that the license text is also
redistributed. Previously this was not the case, making rustdoc output
unsuitable for distribution by default. This resolves that problem by
including the license texts in rustdoc output.
src/librustdoc/html/render.rs
src/librustdoc/html/static/LICENSE-APACHE.txt [new file with mode: 0644]
src/librustdoc/html/static/LICENSE-MIT.txt [new file with mode: 0644]
src/librustdoc/html/static/main.css