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:
Richard Feldman 2021-04-22 12:57:00 -04:00
parent 137f327087
commit f34a75f26e
8 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@ pub struct Out {
pub fn path_to_roc_binary() -> PathBuf { pub fn path_to_roc_binary() -> PathBuf {
// Adapted from https://github.com/volta-cli/volta/blob/cefdf7436a15af3ce3a38b8fe53bb0cfdb37d3dd/tests/acceptance/support/sandbox.rs#L680 // Adapted from https://github.com/volta-cli/volta/blob/cefdf7436a15af3ce3a38b8fe53bb0cfdb37d3dd/tests/acceptance/support/sandbox.rs#L680
// by the Volta Contributors - license information can be found in // by the Volta Contributors - 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.
// //
// Thank you, Volta contributors! // Thank you, Volta contributors!
let mut path = env::var_os("CARGO_BIN_PATH") let mut path = env::var_os("CARGO_BIN_PATH")

View file

@ -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, /// The Rust Project is dual-licensed under either Apache 2.0 or MIT,
/// at the user's choice. License information can be found in /// 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! /// Thanks to the Rust project and its contributors!
trait FromStrRadixHelper: PartialOrd + Copy { trait FromStrRadixHelper: PartialOrd + Copy {

View file

@ -9,7 +9,7 @@ use roc_region::all::{Located, Region};
// BinOp precedence logic adapted from Gluon by Markus Westerlind // BinOp precedence logic adapted from Gluon by Markus Westerlind
// https://github.com/gluon-lang/gluon - license information can be found in // https://github.com/gluon-lang/gluon - 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.
// //
// Thank you, Markus! // Thank you, Markus!

View file

@ -1,5 +1,5 @@
// Adapted from https://github.com/cessen/ropey // Adapted from https://github.com/cessen/ropey
// by Nathan Vegdahl - license information can be found in the COPYRIGHT // by Nathan Vegdahl - license information can be found in the COPYRIGHT_DETAILS
// file in the root directory of this distribution. // file in the root directory of this distribution.
// //
// Thank you, Nathan! // Thank you, Nathan!

View file

@ -1,6 +1,6 @@
// Adapted from https://github.com/TheDan64/scoped_alloca // Adapted from https://github.com/TheDan64/scoped_alloca
// by Daniel Kolsoi - license information can be found in // by Daniel Kolsoi - 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.
// //
// Thank you, Dan! // Thank you, Dan!

View file

@ -2,7 +2,7 @@
// Adapted from https://github.com/TheDan64/scoped_alloca // Adapted from https://github.com/TheDan64/scoped_alloca
// by Daniel Kolsoi - license information can be found in // by Daniel Kolsoi - 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.
// //
// Thank you, Dan! // Thank you, Dan!

View file

@ -1,6 +1,6 @@
// Adapted from https://github.com/TheDan64/scoped_alloca // Adapted from https://github.com/TheDan64/scoped_alloca
// by Daniel Kolsoi - license information can be found in // by Daniel Kolsoi - 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.
// //
// Thank you, Dan! // Thank you, Dan!