Skip to content

Commit

Permalink
fix: package.licenseと、LICENSEへのシンボリックリンク (#32)
Browse files Browse the repository at this point in the history
以下の二つを行い、`open_jtalk`および`open_jtalk-sys`が`BSD-3-Clause`であ
ることを明確にする。

1. `package.license = "BSD-3-Clause"`
2. crates/{open_jtalk,open_jtalk-sys}にLICENSEへのシンボリックリンクを置
   く(cargo-denyやcargo-aboutなど、ライセンスを見る外部ツールのため)
  • Loading branch information
qryxip authored Dec 4, 2024
1 parent 579d52c commit 7c87b42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/open_jtalk-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "open_jtalk-sys"
version = "0.16.111"
edition = "2021"
license = "BSD-3-Clause"

[features]
default = []
Expand Down
1 change: 1 addition & 0 deletions crates/open_jtalk-sys/LICENCE
1 change: 1 addition & 0 deletions crates/open_jtalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "open_jtalk"
version = "0.1.25"
edition = "2021"
license = "BSD-3-Clause"

[dependencies]
camino = "1.1.6"
Expand Down
1 change: 1 addition & 0 deletions crates/open_jtalk/LICENCE

0 comments on commit 7c87b42

Please sign in to comment.