From e9028cfd5635ffdd972dfebacb32f9fe7ef1eb69 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Wed, 15 Nov 2023 17:01:31 -0600 Subject: [PATCH] add license information to Cargo manifest --- Cargo.toml | 1 + usr/src/mei/echo/Cargo.toml | 1 + usr/src/mei/false/Cargo.toml | 1 + usr/src/mei/hostname/Cargo.toml | 1 + usr/src/mei/printf/Cargo.toml | 1 + usr/src/mei/pwd/Cargo.toml | 1 + usr/src/mei/true/Cargo.toml | 1 + usr/src/mei/yes/Cargo.toml | 1 + 8 files changed, 8 insertions(+) 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 ", "Ezra Barrow "] 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