diff options
Diffstat (limited to 'usr/src')
-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 |
7 files changed, 7 insertions, 0 deletions
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 |