rust-lang / rustc-perf

Website for graphing performance of rustc

Home Page:https://perf.rust-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parts of the codebase don't not have a license

RaphaelMarinier opened this issue · comments

Parts of the codebase don't not have a license, for instance:

This makes re-using this project harder, as the code with no license is not open-source (e.g. cannot be legally modified, redistributed, etc..).

An MIT LICENSE file at the root of the project would make everything clearer.

(I know that the bulk of the code which is under site/ and collector/ is already explicitly covered by the MIT license, which is good).

This is more of an oversight than anything else, we consider the whole repo (apart from code under collector/compile-benchmarks) to be MIT-licensed. Let's try to fix it in #1881.