diff --git a/COPYRIGHT b/COPYRIGHT_DETAILS similarity index 100% rename from COPYRIGHT rename to COPYRIGHT_DETAILS diff --git a/cli/tests/helpers.rs b/cli/tests/helpers.rs index 84dd585411..0ac2e257ed 100644 --- a/cli/tests/helpers.rs +++ b/cli/tests/helpers.rs @@ -25,7 +25,7 @@ pub struct Out { pub fn path_to_roc_binary() -> PathBuf { // 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 - // 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! let mut path = env::var_os("CARGO_BIN_PATH") diff --git a/compiler/can/src/num.rs b/compiler/can/src/num.rs index 4a423809eb..c8a35a8308 100644 --- a/compiler/can/src/num.rs +++ b/compiler/can/src/num.rs @@ -126,7 +126,7 @@ pub fn finish_parsing_float(raw: &str) -> Result { /// /// 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 { diff --git a/compiler/can/src/operator.rs b/compiler/can/src/operator.rs index 435b93d5c4..a1a8ab1375 100644 --- a/compiler/can/src/operator.rs +++ b/compiler/can/src/operator.rs @@ -9,7 +9,7 @@ use roc_region::all::{Located, Region}; // BinOp precedence logic adapted from Gluon by Markus Westerlind // 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! diff --git a/editor/src/ui/text/lines.rs b/editor/src/ui/text/lines.rs index 29bb6bdedd..5134347682 100644 --- a/editor/src/ui/text/lines.rs +++ b/editor/src/ui/text/lines.rs @@ -1,5 +1,5 @@ // 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. // // Thank you, Nathan! diff --git a/roc_std/build.rs b/roc_std/build.rs index c6109ac0b9..05f36f593a 100644 --- a/roc_std/build.rs +++ b/roc_std/build.rs @@ -1,6 +1,6 @@ // Adapted from https://github.com/TheDan64/scoped_alloca // 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! diff --git a/roc_std/src/alloca.c b/roc_std/src/alloca.c index 1075962de0..2041fb2f03 100644 --- a/roc_std/src/alloca.c +++ b/roc_std/src/alloca.c @@ -2,7 +2,7 @@ // Adapted from https://github.com/TheDan64/scoped_alloca // 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! diff --git a/roc_std/src/alloca.rs b/roc_std/src/alloca.rs index 270fd4ef3d..97ca9827f0 100644 --- a/roc_std/src/alloca.rs +++ b/roc_std/src/alloca.rs @@ -1,6 +1,6 @@ // Adapted from https://github.com/TheDan64/scoped_alloca // 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!