Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions docs/theme/components/shared/LegalFooter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,28 @@ export const LegalFooter = props => {
width="10"
/>
</LinkStyled>
Copyright © 2011-2018 The Apache Software Foundation.
Copyright © 2011-2026 The Apache Software Foundation.
Licensed under the{" "}
<LinkStyled href="https://www.apache.org/licenses/LICENSE-2.0">
Apache License, Version 2.0
</LinkStyled>
.Apache Atlas, Atlas, Apache, the Apache feather logo
. Apache Atlas, Atlas, Apache, the Apache logo
are trademarks of the{" "}
<LinkStyled href="https://www.apache.org">
Apache Software Foundation
</LinkStyled>
.All other marks mentioned may be trademarks or
registered trademarks of their respective owners.
</ParagraphFooter>
<ParagraphFooter>
<LinkStyled href="https://www.apache.org/">Foundation</LinkStyled>{" | "}
<LinkStyled href="https://www.apache.org/events/current-event.html">Events</LinkStyled>{" | "}
<LinkStyled href="https://www.apache.org/licenses/">License</LinkStyled>{" | "}
<LinkStyled href="https://www.apache.org/security/">Security</LinkStyled>{" | "}
<LinkStyled href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</LinkStyled>{" | "}
<LinkStyled href="https://www.apache.org/foundation/thanks.html">Thanks</LinkStyled>{" | "}
<LinkStyled href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</LinkStyled>
</ParagraphFooter>
</div>
</div>
</FooterDiv>
Expand Down