From e4456dba2f30d380193ea23cbf29ef5605d72811 Mon Sep 17 00:00:00 2001 From: Patrick Labatut Date: Wed, 24 Nov 2021 10:05:34 -0800 Subject: [PATCH] Facebook -> Meta Platforms on website footer + docs Summary: Update company copyright on website footer + documentation pages, see [guidelines](https://www.internalfb.com/intern/wiki/Open_Source/Launch_an_OSS_Project/Launch_Preparation/Automated_Checkup/Terms_Of_Use_&_Privacy_Policy/). Reviewed By: bottler Differential Revision: D32649563 fbshipit-source-id: f285be79c185496832c5d41b839ee974234a8fa5 --- docs/conf.py | 2 +- website/siteConfig.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5ae754c4..f9453d3d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,7 +82,7 @@ for m in ["cv2", "scipy", "numpy", "pytorch3d._C", "np.eye", "np.zeros"]: # -- Project information ----------------------------------------------------- project = "PyTorch3D" -copyright = "Facebook Research" +copyright = "Meta Platforms, Inc" author = "facebookresearch" # The short X.Y version diff --git a/website/siteConfig.js b/website/siteConfig.js index 4ca32c7b..2085acfe 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -51,7 +51,7 @@ const siteConfig = { // @lint-ignore-every LICENSELINT // This copyright info is used in /core/Footer.js and blog RSS/Atom feeds. - copyright: `Copyright \u{00A9} ${new Date().getFullYear()} Facebook Inc`, + copyright: `Copyright \u{00A9} ${new Date().getFullYear()} Meta Platforms, Inc`, highlight: { // Highlight.js theme to use for syntax highlighting in code blocks.