diff options
author | Ren Kararou <[email protected]> | 2023-11-15 17:01:31 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-11-15 17:01:31 -0600 |
commit | e9028cfd5635ffdd972dfebacb32f9fe7ef1eb69 (patch) | |
tree | 514c5fb2b4e669d4a3a5578a00677b563c4520c7 | |
parent | 25f2f5d358383a130754826b6547c79f5d5ab50e (diff) | |
download | k2spice-e9028cfd5635ffdd972dfebacb32f9fe7ef1eb69.tar.gz k2spice-e9028cfd5635ffdd972dfebacb32f9fe7ef1eb69.tar.bz2 k2spice-e9028cfd5635ffdd972dfebacb32f9fe7ef1eb69.zip |
add license information to Cargo manifest
-rw-r--r-- | Cargo.toml | 1 | ||||
-rw-r--r-- | usr/src/mei/echo/Cargo.toml | 1 | ||||
-rw-r--r-- | usr/src/mei/false/Cargo.toml | 1 | ||||
-rw-r--r-- | usr/src/mei/hostname/Cargo.toml | 1 | ||||
-rw-r--r-- | usr/src/mei/printf/Cargo.toml | 1 | ||||
-rw-r--r-- | usr/src/mei/pwd/Cargo.toml | 1 | ||||
-rw-r--r-- | usr/src/mei/true/Cargo.toml | 1 | ||||
-rw-r--r-- | usr/src/mei/yes/Cargo.toml | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 9cf911b..79fbcfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ members = [ [workspace.package] version = "0.1.0" edition = "2021" +license = "CDDL-1.0" authors = ["Ren Kararou <[email protected]>", "Ezra Barrow <[email protected]>"] description = "CLA Approved Opinionated Systems Software" documentation = "https://k2spice.lesbianunix.dev/" diff --git a/usr/src/mei/echo/Cargo.toml b/usr/src/mei/echo/Cargo.toml index 0d7dad6..3c1ddcd 100644 --- a/usr/src/mei/echo/Cargo.toml +++ b/usr/src/mei/echo/Cargo.toml @@ -2,6 +2,7 @@ name = "echo" version.workspace = true edition.workspace = true +license.workspace = true authors.workspace = true description.workspace = true documentation.workspace = true diff --git a/usr/src/mei/false/Cargo.toml b/usr/src/mei/false/Cargo.toml index 5788c05..9c9ea18 100644 --- a/usr/src/mei/false/Cargo.toml +++ b/usr/src/mei/false/Cargo.toml @@ -2,6 +2,7 @@ name = "falsecmd" version.workspace = true edition.workspace = true +license.workspace = true authors.workspace = true description.workspace = true documentation.workspace = true diff --git a/usr/src/mei/hostname/Cargo.toml b/usr/src/mei/hostname/Cargo.toml index e3fc320..1774e30 100644 --- a/usr/src/mei/hostname/Cargo.toml +++ b/usr/src/mei/hostname/Cargo.toml @@ -2,6 +2,7 @@ name = "hostname" version.workspace = true edition.workspace = true +license.workspace = true authors.workspace = true description.workspace = true documentation.workspace = true diff --git a/usr/src/mei/printf/Cargo.toml b/usr/src/mei/printf/Cargo.toml index 2a7f092..72b5ef4 100644 --- a/usr/src/mei/printf/Cargo.toml +++ b/usr/src/mei/printf/Cargo.toml @@ -2,6 +2,7 @@ name = "printf" version.workspace = true edition.workspace = true +license.workspace = true authors.workspace = true description.workspace = true documentation.workspace = true diff --git a/usr/src/mei/pwd/Cargo.toml b/usr/src/mei/pwd/Cargo.toml index 6ca2e6d..18af8c7 100644 --- a/usr/src/mei/pwd/Cargo.toml +++ b/usr/src/mei/pwd/Cargo.toml @@ -2,6 +2,7 @@ name = "pwd" version.workspace = true edition.workspace = true +license.workspace = true authors.workspace = true description.workspace = true documentation.workspace = true diff --git a/usr/src/mei/true/Cargo.toml b/usr/src/mei/true/Cargo.toml index 2ed364f..bcbbe2e 100644 --- a/usr/src/mei/true/Cargo.toml +++ b/usr/src/mei/true/Cargo.toml @@ -2,6 +2,7 @@ name = "truecmd" version.workspace = true edition.workspace = true +license.workspace = true authors.workspace = true description.workspace = true documentation.workspace = true diff --git a/usr/src/mei/yes/Cargo.toml b/usr/src/mei/yes/Cargo.toml index c9a369b..40f8366 100644 --- a/usr/src/mei/yes/Cargo.toml +++ b/usr/src/mei/yes/Cargo.toml @@ -2,6 +2,7 @@ name = "yes" version.workspace = true edition.workspace = true +license.workspace = true authors.workspace = true description.workspace = true documentation.workspace = true |