Change license to UPL-1.0

Closes https://github.com/rtfeldman/roc/issues/1199
This commit is contained in:
Richard Feldman 2021-04-14 23:26:14 -04:00
parent 1b9898d053
commit 0a50b0b488
32 changed files with 41 additions and 227 deletions

View file

@ -2,7 +2,7 @@
name = "arena-pool"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
repository = "https://github.com/rtfeldman/roc"
edition = "2018"
description = "A CLI for Roc"

View file

@ -2,7 +2,7 @@
name = "roc_build"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_builtins"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_can"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -124,10 +124,8 @@ pub fn finish_parsing_float(raw: &str) -> Result<f64, (&str, FloatErrorKind)> {
/// Integer parsing code taken from the rust libcore,
/// pulled in so we can give custom error messages
///
/// The Rust Project is dual-licensed under Apache 2.0 and MIT terms.
/// As roc is Apache licensed, we use this rust code under the apache 2.0 license
///
/// Thanks to the rust-lang project and its contributors
/// The Rust Project is dual-licensed under either Apache 2.0 or MIT,
/// at the user's choice. Thanks to the Rust project and its contributors!
trait FromStrRadixHelper: PartialOrd + Copy {
fn min_value() -> Self;

View file

@ -2,7 +2,7 @@
name = "roc_collections"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_constrain"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_fmt"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_gen"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_gen_dev"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_load"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -3,7 +3,7 @@ name = "roc_module"
version = "0.1.0"
authors = ["The Roc Contributors"]
edition = "2018"
license = "Apache-2.0"
license = "UPL-1.0"
[dependencies]
roc_region = { path = "../region" }

View file

@ -2,7 +2,7 @@
name = "roc_mono"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_parse"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_problem"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,5 +2,5 @@
name = "roc_region"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"

View file

@ -2,7 +2,7 @@
name = "roc_reporting"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_solve"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_str"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "test_gen"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_types"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]

View file

@ -2,7 +2,7 @@
name = "roc_unify"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "Apache-2.0"
license = "UPL-1.0"
edition = "2018"
[dependencies]