From e9028cfd5635ffdd972dfebacb32f9fe7ef1eb69 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Wed, 15 Nov 2023 17:01:31 -0600 Subject: add license information to Cargo manifest --- 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 + 7 files changed, 7 insertions(+) (limited to 'usr/src') 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 -- cgit 1.4.1-2-gfad0