diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0ce4865d..0ea9c1b3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" authors = ["Promised AI"] edition = "2021" rust-version = "1.58.1" -license = "BSL-1.1" +license-file = "LICENSE" homepage = "https://www.lace.dev/" repository = "https://github.com/promised-ai/lace" description = "A probabilistic cross-categorization engine" diff --git a/cli/LICENSE b/cli/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/cli/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/lace/Cargo.toml b/lace/Cargo.toml index 85a1fb34..b47ecfd7 100644 --- a/lace/Cargo.toml +++ b/lace/Cargo.toml @@ -6,7 +6,7 @@ build = "build.rs" edition = "2021" exclude = ["resources/test/*", "target/*"] rust-version = "1.58.1" -license = "BSL-1.1" +license-file = "LICENSE" homepage = "https://www.lace.dev/" repository = "https://github.com/promised-ai/lace" description = "A probabilistic cross-categorization engine"