diff --git a/Cargo.toml b/Cargo.toml index 9cb7cf0f6..1fc6040f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "rust-team" version = "0.1.0" authors = ["Alex Crichton ", "Pietro Albini "] edition = '2018' +license.workspace = true [dependencies] anyhow = { version = "1", features = ["backtrace"] } @@ -33,3 +34,6 @@ walkdir = "2.3.1" members = [ "rust_team_data", ] + +[workspace.package] +license = "MIT OR Apache-2.0" diff --git a/rust_team_data/Cargo.toml b/rust_team_data/Cargo.toml index abdcb9001..610bef12b 100644 --- a/rust_team_data/Cargo.toml +++ b/rust_team_data/Cargo.toml @@ -3,6 +3,7 @@ name = "rust_team_data" version = "1.0.0" authors = ["Pietro Albini "] edition = "2018" +license.workspace = true [dependencies] chacha20poly1305 = { version = "0.9.0", optional = true } diff --git a/rust_team_data/LICENSE-APACHE b/rust_team_data/LICENSE-APACHE new file mode 120000 index 000000000..965b606f3 --- /dev/null +++ b/rust_team_data/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/rust_team_data/LICENSE-MIT b/rust_team_data/LICENSE-MIT new file mode 120000 index 000000000..76219eb72 --- /dev/null +++ b/rust_team_data/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file