added spdx license identifiers to cargo tomls

This commit is contained in:
Emma Tebibyte 2022-09-29 15:07:01 -04:00
parent 35c004c5bf
commit 9a5dd093ef
5 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,8 @@ members = [
name = "canary"
version = "0.1.0"
edition = "2021"
license = "LGPL-3.0-or-later"
license-file = "LICENSE"
[dependencies]
allsorts = "0.10"

View File

@ -2,6 +2,8 @@
name = "canary_egui_harness"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
license-file = "LICENSE"
[dependencies]
canary = { path = "../.." }

View File

@ -2,6 +2,8 @@
name = "sao-ui-rs"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
license-file = "LICENSE"
[lib]
crate-type = ["cdylib"]

View File

@ -2,6 +2,8 @@
name = "canary_script"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
license-file = "LICENSE"
[dependencies]
bitflags = "^1"

View File

@ -2,6 +2,8 @@
name = "canary_types"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
license-file = "LICENSE"
[dependencies]
bytemuck = { version = "1", features = ["derive"] }