mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Rename COPYRIGHT file to COPYRIGHT_DETAILS
This way, GitHub's license finder doesn't get confused. (They use the `Licensee` Ruby gem, which looks for files like LICENSE, which we have, but also COPYRIGHT - and it apparently gets confused if it sees both.)
This commit is contained in:
parent
137f327087
commit
f34a75f26e
8 changed files with 7 additions and 7 deletions
|
@ -126,7 +126,7 @@ pub fn finish_parsing_float(raw: &str) -> Result<f64, (&str, FloatErrorKind)> {
|
|||
///
|
||||
/// The Rust Project is dual-licensed under either Apache 2.0 or MIT,
|
||||
/// at the user's choice. License information can be found in
|
||||
/// the COPYRIGHT file in the root directory of this distribution.
|
||||
/// the COPYRIGHT_DETAILS file in the root directory of this distribution.
|
||||
///
|
||||
/// Thanks to the Rust project and its contributors!
|
||||
trait FromStrRadixHelper: PartialOrd + Copy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue