From 60245a83fa86ace557ea884991f0ab1ec1adf698 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Fri, 28 Aug 2020 14:22:35 -0500 Subject: [PATCH] agent: update Cargo files authors Anyone can collaborate in the Kata Containers project, so instead of adding her/his name and email to the Cargo.toml files, use `The Kata Containers community` as name and `kata-dev@lists.katacontainers.io` as email. fixes #643 Signed-off-by: Julio Montes --- pkg/logging/Cargo.toml | 2 +- src/agent/Cargo.toml | 2 +- src/agent/netlink/Cargo.toml | 2 +- src/agent/oci/Cargo.toml | 2 +- src/agent/protocols/Cargo.toml | 2 +- src/agent/rustjail/Cargo.toml | 2 +- src/trace-forwarder/Cargo.toml | 2 +- tools/agent-ctl/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pkg/logging/Cargo.toml b/pkg/logging/Cargo.toml index baa21ede8..20c8a8b01 100644 --- a/pkg/logging/Cargo.toml +++ b/pkg/logging/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "logging" version = "0.1.0" -authors = ["Tim Zhang "] +authors = ["The Kata Containers community "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/agent/Cargo.toml b/src/agent/Cargo.toml index b490e6f67..862564eeb 100644 --- a/src/agent/Cargo.toml +++ b/src/agent/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kata-agent" version = "0.1.0" -authors = ["Yang Bo "] +authors = ["The Kata Containers community "] edition = "2018" [dependencies] diff --git a/src/agent/netlink/Cargo.toml b/src/agent/netlink/Cargo.toml index 5670889f0..a5845fb5f 100644 --- a/src/agent/netlink/Cargo.toml +++ b/src/agent/netlink/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "netlink" version = "0.1.0" -authors = ["Yang Bo "] +authors = ["The Kata Containers community "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/agent/oci/Cargo.toml b/src/agent/oci/Cargo.toml index 2ccf13a9a..b54f04007 100644 --- a/src/agent/oci/Cargo.toml +++ b/src/agent/oci/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oci" version = "0.1.0" -authors = ["Yang Bo "] +authors = ["The Kata Containers community "] edition = "2018" [dependencies] diff --git a/src/agent/protocols/Cargo.toml b/src/agent/protocols/Cargo.toml index 6a1391969..d102ff464 100644 --- a/src/agent/protocols/Cargo.toml +++ b/src/agent/protocols/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "protocols" version = "0.1.0" -authors = ["Hui Zhu "] +authors = ["The Kata Containers community "] edition = "2018" [dependencies] diff --git a/src/agent/rustjail/Cargo.toml b/src/agent/rustjail/Cargo.toml index cf934c244..db07963c0 100644 --- a/src/agent/rustjail/Cargo.toml +++ b/src/agent/rustjail/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustjail" version = "0.1.0" -authors = ["Yang Bo "] +authors = ["The Kata Containers community "] edition = "2018" [dependencies] diff --git a/src/trace-forwarder/Cargo.toml b/src/trace-forwarder/Cargo.toml index f7bda1c25..6a565970f 100644 --- a/src/trace-forwarder/Cargo.toml +++ b/src/trace-forwarder/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "kata-trace-forwarder" version = "0.0.1" -authors = ["James O. D. Hunt "] +authors = ["The Kata Containers community "] edition = "2018" [dependencies] diff --git a/tools/agent-ctl/Cargo.toml b/tools/agent-ctl/Cargo.toml index 6815c9642..fcaa98a71 100644 --- a/tools/agent-ctl/Cargo.toml +++ b/tools/agent-ctl/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "kata-agent-ctl" version = "0.0.1" -authors = ["James O. D. Hunt "] +authors = ["The Kata Containers community "] edition = "2018" [dependencies]