Skip to content

Commit 741777b

Browse files
bottlerfacebook-github-bot
authored andcommitted
More company name & License
Summary: Manual adjustments for license changes. Reviewed By: patricklabatut Differential Revision: D33405657 fbshipit-source-id: 8a21735726f3aece9f9164da9e3b272b27db8032
1 parent 9eeb456 commit 741777b

19 files changed

+34
-19
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BSD License
22

33
For PyTorch3D software
44

5-
Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
5+
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
66

77
Redistribution and use in source and binary forms, with or without modification,
88
are permitted provided that the following conditions are met:
@@ -14,7 +14,7 @@ are permitted provided that the following conditions are met:
1414
this list of conditions and the following disclaimer in the documentation
1515
and/or other materials provided with the distribution.
1616

17-
* Neither the name Facebook nor the names of its contributors may be used to
17+
* Neither the name Meta nor the names of its contributors may be used to
1818
endorse or promote products derived from this software without specific
1919
prior written permission.
2020

docs/Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the BSD-style license found in the
5+
# LICENSE file in the root directory of this source tree.
26

37
# Minimal makefile for Sphinx documentation
48

docs/tutorials/bundle_adjustment.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"outputs": [],
1212
"source": [
13-
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved."
13+
"# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
1414
]
1515
},
1616
{

docs/tutorials/camera_position_optimization_with_differentiable_rendering.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"outputs": [],
1212
"source": [
13-
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved."
13+
"# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
1414
]
1515
},
1616
{

docs/tutorials/dataloaders_ShapeNetCore_R2N2.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"metadata": {},
77
"outputs": [],
88
"source": [
9-
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved."
9+
"# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
1010
]
1111
},
1212
{

docs/tutorials/deform_source_mesh_to_target_mesh.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"outputs": [],
1212
"source": [
13-
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved."
13+
"# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
1414
]
1515
},
1616
{

docs/tutorials/fit_simple_neural_radiance_field.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"metadata": {},
77
"outputs": [],
88
"source": [
9-
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved."
9+
"# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
1010
]
1111
},
1212
{

docs/tutorials/fit_textured_mesh.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"outputs": [],
1212
"source": [
13-
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved."
13+
"# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
1414
]
1515
},
1616
{

docs/tutorials/fit_textured_volume.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"metadata": {},
77
"outputs": [],
88
"source": [
9-
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved."
9+
"# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
1010
]
1111
},
1212
{

docs/tutorials/render_colored_points.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"metadata": {},
77
"outputs": [],
88
"source": [
9-
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved."
9+
"# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
1010
]
1111
},
1212
{

docs/tutorials/render_densepose.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"metadata": {},
77
"outputs": [],
88
"source": [
9-
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved."
9+
"# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
1010
]
1111
},
1212
{

docs/tutorials/render_textured_meshes.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"outputs": [],
1212
"source": [
13-
"# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved."
13+
"# Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved."
1414
]
1515
},
1616
{

packaging/conda/install_conda.bat

-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
@REM This source code is licensed under the BSD-style license found in the
55
@REM LICENSE file in the root directory of this source tree.
66

7-
:: Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
87
start /wait "" "%miniconda_exe%" /S /InstallationType=JustMe /RegisterPython=0 /AddToPath=0 /D=%tmp_conda%

setup.cfg

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the BSD-style license found in the
5+
# LICENSE file in the root directory of this source tree.
26

37
[isort]
48
line_length = 88

tests/benchmarks/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the BSD-style license found in the
5+
# LICENSE file in the root directory of this source tree.

tests/common_testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_pytorch3d_dir() -> Path:
2525
"""
2626
Returns Path for the root PyTorch3D directory.
2727
28-
Facebook internal systems need a special case here.
28+
Meta internal systems need a special case here.
2929
"""
3030
if os.environ.get("INSIDE_RE_WORKER") is not None:
3131
return Path(__file__).resolve().parent

tests/test_build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_copyright(self):
4141

4242
extensions = ("py", "cu", "cuh", "cpp", "h", "hpp", "sh")
4343

44-
expect = "Copyright (c) Facebook, Inc. and its affiliates.\n"
44+
expect = "Copyright (c) Meta Platforms, Inc. and affiliates.\n"
4545

4646
files_missing_copyright_header = []
4747

tests/test_cameras.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
# All rights reserved.
33
#
44
# This source code is licensed under the BSD-style license found in the

website/siteConfig.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/**
2-
* Copyright (c) 2017-present, Facebook, Inc.
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* All rights reserved.
34
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree.
47
*/
58

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

0 commit comments

Comments
 (0)