Commit 741777b5 authored by Jeremy Reizenstein's avatar Jeremy Reizenstein Committed by Facebook GitHub Bot
Browse files

More company name & License

Summary: Manual adjustments for license changes.

Reviewed By: patricklabatut

Differential Revision: D33405657

fbshipit-source-id: 8a21735726f3aece9f9164da9e3b272b27db8032
parent 9eeb456e
...@@ -2,7 +2,7 @@ BSD License ...@@ -2,7 +2,7 @@ BSD License
For PyTorch3D software For PyTorch3D software
Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met: are permitted provided that the following conditions are met:
...@@ -14,7 +14,7 @@ are permitted provided that the following conditions are met: ...@@ -14,7 +14,7 @@ are permitted provided that the following conditions are met:
this list of conditions and the following disclaimer in the documentation this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution. and/or other materials provided with the distribution.
* Neither the name Facebook nor the names of its contributors may be used to * Neither the name Meta nor the names of its contributors may be used to
endorse or promote products derived from this software without specific endorse or promote products derived from this software without specific
prior written permission. prior written permission.
......
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved # Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
# Minimal makefile for Sphinx documentation # Minimal makefile for Sphinx documentation
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved." "# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
] ]
}, },
{ {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved." "# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
] ]
}, },
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved." "# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
] ]
}, },
{ {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved." "# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
] ]
}, },
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved." "# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
] ]
}, },
{ {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved." "# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
] ]
}, },
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved." "# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
] ]
}, },
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved." "# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
] ]
}, },
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved." "# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
] ]
}, },
{ {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved." "# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
] ]
}, },
{ {
......
...@@ -4,5 +4,4 @@ ...@@ -4,5 +4,4 @@
@REM This source code is licensed under the BSD-style license found in the @REM This source code is licensed under the BSD-style license found in the
@REM LICENSE file in the root directory of this source tree. @REM LICENSE file in the root directory of this source tree.
:: Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
start /wait "" "%miniconda_exe%" /S /InstallationType=JustMe /RegisterPython=0 /AddToPath=0 /D=%tmp_conda% start /wait "" "%miniconda_exe%" /S /InstallationType=JustMe /RegisterPython=0 /AddToPath=0 /D=%tmp_conda%
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. # Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
[isort] [isort]
line_length = 88 line_length = 88
......
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
...@@ -25,7 +25,7 @@ def get_pytorch3d_dir() -> Path: ...@@ -25,7 +25,7 @@ def get_pytorch3d_dir() -> Path:
""" """
Returns Path for the root PyTorch3D directory. Returns Path for the root PyTorch3D directory.
Facebook internal systems need a special case here. Meta internal systems need a special case here.
""" """
if os.environ.get("INSIDE_RE_WORKER") is not None: if os.environ.get("INSIDE_RE_WORKER") is not None:
return Path(__file__).resolve().parent return Path(__file__).resolve().parent
......
...@@ -41,7 +41,7 @@ class TestBuild(unittest.TestCase): ...@@ -41,7 +41,7 @@ class TestBuild(unittest.TestCase):
extensions = ("py", "cu", "cuh", "cpp", "h", "hpp", "sh") extensions = ("py", "cu", "cuh", "cpp", "h", "hpp", "sh")
expect = "Copyright (c) Facebook, Inc. and its affiliates.\n" expect = "Copyright (c) Meta Platforms, Inc. and affiliates.\n"
files_missing_copyright_header = [] files_missing_copyright_header = []
......
# Copyright (c) Facebook, Inc. and its affiliates. # Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved. # All rights reserved.
# #
# This source code is licensed under the BSD-style license found in the # This source code is licensed under the BSD-style license found in the
......
/** /**
* Copyright (c) 2017-present, Facebook, Inc. * Copyright (c) Meta Platforms, Inc. and affiliates.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/ */
// See https://docusaurus.io/docs/site-config for all the possible // See https://docusaurus.io/docs/site-config for all the possible
......
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