Commit e4456dba authored by Patrick Labatut's avatar Patrick Labatut Committed by Facebook GitHub Bot
Browse files

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
parent 7fa333f6
...@@ -82,7 +82,7 @@ for m in ["cv2", "scipy", "numpy", "pytorch3d._C", "np.eye", "np.zeros"]: ...@@ -82,7 +82,7 @@ for m in ["cv2", "scipy", "numpy", "pytorch3d._C", "np.eye", "np.zeros"]:
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = "PyTorch3D" project = "PyTorch3D"
copyright = "Facebook Research" copyright = "Meta Platforms, Inc"
author = "facebookresearch" author = "facebookresearch"
# The short X.Y version # The short X.Y version
......
...@@ -51,7 +51,7 @@ const siteConfig = { ...@@ -51,7 +51,7 @@ const siteConfig = {
// @lint-ignore-every LICENSELINT // @lint-ignore-every LICENSELINT
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds. // 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: {
// Highlight.js theme to use for syntax highlighting in code blocks. // Highlight.js theme to use for syntax highlighting in code blocks.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment