Skip to content

Commit

Permalink
Fix missing terms and incorrect copyright.
Browse files Browse the repository at this point in the history
Summary: Fix redex website to have proper legal mentions and correct copyright.

Reviewed By: dcaspi, agampe

Differential Revision: D45067798

fbshipit-source-id: 1029cddea05e85160c8b089d7f065bd0a6487e24
  • Loading branch information
Julien Lerouge authored and facebook-github-bot committed Apr 18, 2023
1 parent f462196 commit e18a3e1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions website/core/Footer.js
Expand Up @@ -85,6 +85,21 @@ class Footer extends React.Component {
FAQ
</a>
</div>
<div className="footerSection">
<h5>Legal</h5>
<a
href="https://opensource.facebook.com/legal/privacy/"
target="_blank"
rel="noreferrer noopener">
Privacy
</a>
<a
href="https://opensource.facebook.com/legal/terms/"
target="_blank"
rel="noreferrer noopener">
Terms
</a>
</div>
<SocialFooter config={this.props.config} />
</section>
<a
Expand Down
4 changes: 3 additions & 1 deletion website/siteConfig.js
Expand Up @@ -5,6 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/

// @licenselint-loose-mode

// See https://docusaurus.io/docs/site-config for all the possible
// site configuration options.

Expand Down Expand Up @@ -61,7 +63,7 @@ const siteConfig = {
*/

// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
copyright: `Copyright © ${new Date().getFullYear()} Meta Platforms Inc.`,
copyright: `Copyright © ${new Date().getFullYear()} Meta Platforms, Inc. and affiliates.`,

highlight: {
// Highlight.js theme to use for syntax highlighting in code blocks.
Expand Down

0 comments on commit e18a3e1

Please sign in to comment.