From d87dcd5c04866156853179210cb139a533d09e8c Mon Sep 17 00:00:00 2001 From: Jorge Prendes Date: Sun, 15 Dec 2024 11:07:54 +0000 Subject: [PATCH] switch from license-file to license Signed-off-by: Jorge Prendes --- crates/libcgroups/Cargo.toml | 2 +- crates/libcontainer/Cargo.toml | 2 +- crates/liboci-cli/Cargo.toml | 2 +- crates/youki/Cargo.toml | 2 +- experiment/seccomp/Cargo.toml | 2 +- experiment/selinux/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/crates/libcgroups/Cargo.toml b/crates/libcgroups/Cargo.toml index fae074b68..d0c5daf81 100644 --- a/crates/libcgroups/Cargo.toml +++ b/crates/libcgroups/Cargo.toml @@ -2,7 +2,7 @@ name = "libcgroups" version = "0.4.1" # MARK: Version description = "Library for cgroup" -license-file = "../../LICENSE" +license = "Apache-2.0" repository = "https://github.com/containers/youki" homepage = "https://youki-dev.github.io/youki/" readme = "README.md" diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index 41a116ba5..61842ebc0 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -2,7 +2,7 @@ name = "libcontainer" version = "0.4.1" # MARK: Version description = "Library for container control" -license-file = "../../LICENSE" +license = "Apache-2.0" repository = "https://github.com/containers/youki" homepage = "https://youki-dev.github.io/youki/" readme = "README.md" diff --git a/crates/liboci-cli/Cargo.toml b/crates/liboci-cli/Cargo.toml index 9835a45b7..1ad8b6d75 100644 --- a/crates/liboci-cli/Cargo.toml +++ b/crates/liboci-cli/Cargo.toml @@ -2,7 +2,7 @@ name = "liboci-cli" version = "0.4.1" # MARK: Version description = "Parse command line arguments for OCI container runtimes" -license-file = "../../LICENSE" +license = "Apache-2.0" repository = "https://github.com/containers/youki" homepage = "https://youki-dev.github.io/youki/" readme = "README.md" diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index a17d11dcb..b3e444a6d 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -2,7 +2,7 @@ name = "youki" version = "0.4.1" # MARK: Version description = "A container runtime written in Rust" -license-file = "../../LICENSE" +license = "Apache-2.0" repository = "https://github.com/containers/youki" homepage = "https://youki-dev.github.io/youki/" readme = "../../README.md" diff --git a/experiment/seccomp/Cargo.toml b/experiment/seccomp/Cargo.toml index dd44c72cf..36044f609 100644 --- a/experiment/seccomp/Cargo.toml +++ b/experiment/seccomp/Cargo.toml @@ -2,7 +2,7 @@ name = "seccomp" version = "0.0.0" description = "Library for seccomp" -license-file = "../../LICENSE" +license = "Apache-2.0" repository = "https://github.com/containers/youki" homepage = "https://youki-dev.github.io/youki/" readme = "README.md" diff --git a/experiment/selinux/Cargo.toml b/experiment/selinux/Cargo.toml index d02d4a6bd..749363208 100644 --- a/experiment/selinux/Cargo.toml +++ b/experiment/selinux/Cargo.toml @@ -2,7 +2,7 @@ name = "selinux" version = "0.1.0" description = "Library for selinux" -license-file = "../../LICENSE" +license = "Apache-2.0" repository = "https://github.com/containers/youki" homepage = "https://youki-dev.github.io/youki/" readme = "README.md"