From 10ace314ab37c6eb0c81de4638674445b718452a Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 17 May 2026 22:05:11 -0400 Subject: [PATCH] fix: Add required ASF policy links to LegalFooter component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Atlas website is failing all 9 ASF website policy checks (https://whimsy.apache.org/site/) because the site is rendered entirely via JavaScript and the compliance scanner cannot execute JS. This adds the missing ASF policy links (Foundation, Events, License, Security, Sponsorship, Thanks, Privacy) to the LegalFooter React component, updates the copyright year to 2026, and fixes the trademark text ("Apache feather logo" → "Apache logo"). Note: The underlying issue is that the Whimsy scanner cannot parse JS-rendered content. Even with these links present, the scanner may still report failures until it gains JS rendering capability. However, the links should be present regardless for site visitors. See: https://www.apache.org/foundation/marks/pmcs Checker: https://whimsy.apache.org/site/ --- docs/theme/components/shared/LegalFooter/index.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/theme/components/shared/LegalFooter/index.js b/docs/theme/components/shared/LegalFooter/index.js index e754943b662..31c54e3a54c 100644 --- a/docs/theme/components/shared/LegalFooter/index.js +++ b/docs/theme/components/shared/LegalFooter/index.js @@ -69,12 +69,12 @@ export const LegalFooter = props => { width="10" /> - Copyright © 2011-2018 The Apache Software Foundation. + Copyright © 2011-2026 The Apache Software Foundation. Licensed under the{" "} Apache License, Version 2.0 - .Apache Atlas, Atlas, Apache, the Apache feather logo + . Apache Atlas, Atlas, Apache, the Apache logo are trademarks of the{" "} Apache Software Foundation @@ -82,6 +82,15 @@ export const LegalFooter = props => { .All other marks mentioned may be trademarks or registered trademarks of their respective owners. + + Foundation{" | "} + Events{" | "} + License{" | "} + Security{" | "} + Sponsorship{" | "} + Thanks{" | "} + Privacy +