Skip to content

Commit e4456db

Browse files
patricklabatutfacebook-github-bot
authored andcommitted
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
1 parent 7fa333f commit e4456db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run_role(self, name, options=None, content=None):
8282
# -- Project information -----------------------------------------------------
8383

8484
project = "PyTorch3D"
85-
copyright = "Facebook Research"
85+
copyright = "Meta Platforms, Inc"
8686
author = "facebookresearch"
8787

8888
# The short X.Y version

website/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const siteConfig = {
5151

5252
// @lint-ignore-every LICENSELINT
5353
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
54-
copyright: `Copyright \u{00A9} ${new Date().getFullYear()} Facebook Inc`,
54+
copyright: `Copyright \u{00A9} ${new Date().getFullYear()} Meta Platforms, Inc`,
5555

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

0 commit comments

Comments
 (0)