From 40c2e0c349ebce3fad3986a452414ebd634cddfa Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim Date: Mon, 13 May 2024 20:32:02 -0400 Subject: [PATCH 1/3] Add copyrights Signed-off-by: Reshma Abdul Rahim --- docs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index 160396e0e..e09e723af 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -66,7 +66,7 @@ tag = "tags" pre = "" [params] -copyright = "Radius" +copyright = "The Radius Authors" version = "v0.33" tag_version = "latest" chart_version = "0.33.0" From a171c15114c3ad2ea9639ee0bc6f9a7818299722 Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim Date: Mon, 13 May 2024 21:05:22 -0400 Subject: [PATCH 2/3] Add trademark Signed-off-by: Reshma Abdul Rahim --- docs/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.toml b/docs/config.toml index e09e723af..893b95864 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -67,6 +67,7 @@ tag = "tags" [params] copyright = "The Radius Authors" +trademark = "The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our [Trademark Usage](https://linuxfoundation.org/trademark-usage/) page." version = "v0.33" tag_version = "latest" chart_version = "0.33.0" From b9b0cabfb35bbf0a750aa481f7d0ef84eee0ce14 Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim Date: Tue, 14 May 2024 10:27:41 -0400 Subject: [PATCH 3/3] Add trademark Signed-off-by: Reshma Abdul Rahim --- docs/config.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 893b95864..69401e1e9 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -66,8 +66,7 @@ tag = "tags" pre = "" [params] -copyright = "The Radius Authors" -trademark = "The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our [Trademark Usage](https://linuxfoundation.org/trademark-usage/) page." +copyright = "The Radius Authors. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see the https://linuxfoundation.org/trademark-usage/ page." version = "v0.33" tag_version = "latest" chart_version = "0.33.0"