Skip to content

Commit

Permalink
Merge pull request #155 from promised-ai/bugfix/license-update
Browse files Browse the repository at this point in the history
Changed to specifying the License File directly
  • Loading branch information
Swandog authored Nov 22, 2023
2 parents 8a14d8d + 50b8e57 commit 093e36e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions cli/LICENSE
2 changes: 1 addition & 1 deletion lace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 093e36e

Please sign in to comment.