diff --git a/.circleci/build_count.py b/.circleci/build_count.py index a00abce7..aecb54d1 100644 --- a/.circleci/build_count.py +++ b/.circleci/build_count.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/.circleci/check.sh b/.circleci/check.sh index 9630dc24..bea46141 100644 --- a/.circleci/check.sh +++ b/.circleci/check.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/.circleci/regenerate.py b/.circleci/regenerate.py index f93def65..a170835e 100755 --- a/.circleci/regenerate.py +++ b/.circleci/regenerate.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/dev/linter.sh b/dev/linter.sh index 2ad74fa9..8fa58b21 100755 --- a/dev/linter.sh +++ b/dev/linter.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/dev/run_tutorials.sh b/dev/run_tutorials.sh index a3947af5..304e471b 100644 --- a/dev/run_tutorials.sh +++ b/dev/run_tutorials.sh @@ -1,5 +1,5 @@ #!/usr/bin/bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/docs/conf.py b/docs/conf.py index f9453d3d..e6233833 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/docs/examples/pulsar_basic.py b/docs/examples/pulsar_basic.py index 1163772c..be547e34 100755 --- a/docs/examples/pulsar_basic.py +++ b/docs/examples/pulsar_basic.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/docs/examples/pulsar_basic_unified.py b/docs/examples/pulsar_basic_unified.py index 7bfe35bf..ae93f49d 100755 --- a/docs/examples/pulsar_basic_unified.py +++ b/docs/examples/pulsar_basic_unified.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/docs/examples/pulsar_cam.py b/docs/examples/pulsar_cam.py index d4fff4d3..cd1dfabc 100755 --- a/docs/examples/pulsar_cam.py +++ b/docs/examples/pulsar_cam.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/docs/examples/pulsar_cam_unified.py b/docs/examples/pulsar_cam_unified.py index 7e718a52..8ef3a8df 100755 --- a/docs/examples/pulsar_cam_unified.py +++ b/docs/examples/pulsar_cam_unified.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/docs/examples/pulsar_multiview.py b/docs/examples/pulsar_multiview.py index 859c73c2..a6a05b4a 100755 --- a/docs/examples/pulsar_multiview.py +++ b/docs/examples/pulsar_multiview.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/docs/examples/pulsar_optimization.py b/docs/examples/pulsar_optimization.py index 9449fa5f..530233f3 100755 --- a/docs/examples/pulsar_optimization.py +++ b/docs/examples/pulsar_optimization.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/docs/examples/pulsar_optimization_unified.py b/docs/examples/pulsar_optimization_unified.py index ba987fb7..be4d9299 100755 --- a/docs/examples/pulsar_optimization_unified.py +++ b/docs/examples/pulsar_optimization_unified.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/docs/tutorials/utils/__init__.py b/docs/tutorials/utils/__init__.py index 6a02fead..ad18d359 100644 --- a/docs/tutorials/utils/__init__.py +++ b/docs/tutorials/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/docs/tutorials/utils/camera_visualization.py b/docs/tutorials/utils/camera_visualization.py index aa0fb37a..14f7bd60 100644 --- a/docs/tutorials/utils/camera_visualization.py +++ b/docs/tutorials/utils/camera_visualization.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/docs/tutorials/utils/generate_cow_renders.py b/docs/tutorials/utils/generate_cow_renders.py index 65f885d0..01b6087c 100644 --- a/docs/tutorials/utils/generate_cow_renders.py +++ b/docs/tutorials/utils/generate_cow_renders.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/docs/tutorials/utils/plot_image_grid.py b/docs/tutorials/utils/plot_image_grid.py index 726a3096..59bba0de 100644 --- a/docs/tutorials/utils/plot_image_grid.py +++ b/docs/tutorials/utils/plot_image_grid.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/packaging/build_conda.sh b/packaging/build_conda.sh index aa1ba2e0..c07572c2 100755 --- a/packaging/build_conda.sh +++ b/packaging/build_conda.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/packaging/build_wheel.sh b/packaging/build_wheel.sh index 12dbc176..afe5a0e8 100755 --- a/packaging/build_wheel.sh +++ b/packaging/build_wheel.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/packaging/conda/build_pytorch3d.sh b/packaging/conda/build_pytorch3d.sh index ec0dcbc5..6be532fb 100755 --- a/packaging/conda/build_pytorch3d.sh +++ b/packaging/conda/build_pytorch3d.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/packaging/conda/install_conda.bat b/packaging/conda/install_conda.bat index b629bf57..b413d14d 100644 --- a/packaging/conda/install_conda.bat +++ b/packaging/conda/install_conda.bat @@ -1,4 +1,4 @@ -@REM Copyright (c) Facebook, Inc. and its affiliates. +@REM Copyright (c) Meta Platforms, Inc. and affiliates. @REM All rights reserved. @REM @REM This source code is licensed under the BSD-style license found in the diff --git a/packaging/conda/switch_cuda_version.sh b/packaging/conda/switch_cuda_version.sh index a9496ed2..e30f2c7b 100755 --- a/packaging/conda/switch_cuda_version.sh +++ b/packaging/conda/switch_cuda_version.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/packaging/linux_wheels/after.sh b/packaging/linux_wheels/after.sh index 8c178691..ccfce647 100644 --- a/packaging/linux_wheels/after.sh +++ b/packaging/linux_wheels/after.sh @@ -1,5 +1,5 @@ #!/usr/bin/bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/packaging/linux_wheels/go.sh b/packaging/linux_wheels/go.sh index e701988c..7408bde4 100644 --- a/packaging/linux_wheels/go.sh +++ b/packaging/linux_wheels/go.sh @@ -1,5 +1,5 @@ #!/usr/bin/bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/packaging/linux_wheels/inside.sh b/packaging/linux_wheels/inside.sh index 41ffa490..a1d3ee12 100644 --- a/packaging/linux_wheels/inside.sh +++ b/packaging/linux_wheels/inside.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/packaging/linux_wheels/publish.py b/packaging/linux_wheels/publish.py index d4e99041..6d0da93c 100644 --- a/packaging/linux_wheels/publish.py +++ b/packaging/linux_wheels/publish.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/packaging/pkg_helpers.bash b/packaging/pkg_helpers.bash index 6aaa5cf7..ea0ba9cf 100644 --- a/packaging/pkg_helpers.bash +++ b/packaging/pkg_helpers.bash @@ -1,9 +1,13 @@ -# 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. + # shellcheck shell=bash # A set of useful bash functions for common functionality we need to do in # many build scripts - # Setup CUDA environment variables, based on CU_VERSION # # Inputs: diff --git a/packaging/vs2017/activate.bat b/packaging/vs2017/activate.bat index b9f970c5..55928c1e 100644 --- a/packaging/vs2017/activate.bat +++ b/packaging/vs2017/activate.bat @@ -1,4 +1,4 @@ -@REM Copyright (c) Facebook, Inc. and its affiliates. +@REM Copyright (c) Meta Platforms, Inc. and affiliates. @REM All rights reserved. @REM @REM This source code is licensed under the BSD-style license found in the diff --git a/packaging/vs2017/install_activate.bat b/packaging/vs2017/install_activate.bat index 70103174..7d4e4cc3 100644 --- a/packaging/vs2017/install_activate.bat +++ b/packaging/vs2017/install_activate.bat @@ -1,4 +1,4 @@ -@REM Copyright (c) Facebook, Inc. and its affiliates. +@REM Copyright (c) Meta Platforms, Inc. and affiliates. @REM All rights reserved. @REM @REM This source code is licensed under the BSD-style license found in the diff --git a/packaging/vs2017/install_runtime.bat b/packaging/vs2017/install_runtime.bat index 143a24da..9e780665 100644 --- a/packaging/vs2017/install_runtime.bat +++ b/packaging/vs2017/install_runtime.bat @@ -1,4 +1,4 @@ -@REM Copyright (c) Facebook, Inc. and its affiliates. +@REM Copyright (c) Meta Platforms, Inc. and affiliates. @REM All rights reserved. @REM @REM This source code is licensed under the BSD-style license found in the diff --git a/packaging/vs2019/activate.bat b/packaging/vs2019/activate.bat index ff199a33..fd4f5706 100644 --- a/packaging/vs2019/activate.bat +++ b/packaging/vs2019/activate.bat @@ -1,4 +1,4 @@ -@REM Copyright (c) Facebook, Inc. and its affiliates. +@REM Copyright (c) Meta Platforms, Inc. and affiliates. @REM All rights reserved. @REM @REM This source code is licensed under the BSD-style license found in the diff --git a/packaging/vs2019/install_activate.bat b/packaging/vs2019/install_activate.bat index 34817885..ee7ccdc6 100644 --- a/packaging/vs2019/install_activate.bat +++ b/packaging/vs2019/install_activate.bat @@ -1,4 +1,4 @@ -@REM Copyright (c) Facebook, Inc. and its affiliates. +@REM Copyright (c) Meta Platforms, Inc. and affiliates. @REM All rights reserved. @REM @REM This source code is licensed under the BSD-style license found in the diff --git a/packaging/vs2019/install_runtime.bat b/packaging/vs2019/install_runtime.bat index d7009203..1c842cfe 100644 --- a/packaging/vs2019/install_runtime.bat +++ b/packaging/vs2019/install_runtime.bat @@ -1,4 +1,4 @@ -@REM Copyright (c) Facebook, Inc. and its affiliates. +@REM Copyright (c) Meta Platforms, Inc. and affiliates. @REM All rights reserved. @REM @REM This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/__init__.py b/projects/nerf/__init__.py index 10a55772..2e41cd71 100644 --- a/projects/nerf/__init__.py +++ b/projects/nerf/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/nerf/__init__.py b/projects/nerf/nerf/__init__.py index 10a55772..2e41cd71 100644 --- a/projects/nerf/nerf/__init__.py +++ b/projects/nerf/nerf/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/nerf/dataset.py b/projects/nerf/nerf/dataset.py index f4fae445..d13a896a 100644 --- a/projects/nerf/nerf/dataset.py +++ b/projects/nerf/nerf/dataset.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/nerf/eval_video_utils.py b/projects/nerf/nerf/eval_video_utils.py index 0720624b..378e75d4 100644 --- a/projects/nerf/nerf/eval_video_utils.py +++ b/projects/nerf/nerf/eval_video_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/nerf/implicit_function.py b/projects/nerf/nerf/implicit_function.py index 74f3764f..d84986ff 100644 --- a/projects/nerf/nerf/implicit_function.py +++ b/projects/nerf/nerf/implicit_function.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/nerf/linear_with_repeat.py b/projects/nerf/nerf/linear_with_repeat.py index 5f23e6b3..3a53db56 100644 --- a/projects/nerf/nerf/linear_with_repeat.py +++ b/projects/nerf/nerf/linear_with_repeat.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/nerf/nerf_renderer.py b/projects/nerf/nerf/nerf_renderer.py index 0c2d5dc8..8f84b0ad 100644 --- a/projects/nerf/nerf/nerf_renderer.py +++ b/projects/nerf/nerf/nerf_renderer.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/nerf/raymarcher.py b/projects/nerf/nerf/raymarcher.py index c1f0b5fb..d5a80c2a 100644 --- a/projects/nerf/nerf/raymarcher.py +++ b/projects/nerf/nerf/raymarcher.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/nerf/raysampler.py b/projects/nerf/nerf/raysampler.py index e061380c..c1f5453c 100644 --- a/projects/nerf/nerf/raysampler.py +++ b/projects/nerf/nerf/raysampler.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/nerf/stats.py b/projects/nerf/nerf/stats.py index ddb07640..cb02472b 100644 --- a/projects/nerf/nerf/stats.py +++ b/projects/nerf/nerf/stats.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/nerf/utils.py b/projects/nerf/nerf/utils.py index 01d065a5..dbe5e912 100644 --- a/projects/nerf/nerf/utils.py +++ b/projects/nerf/nerf/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/test_nerf.py b/projects/nerf/test_nerf.py index b5fd8c5c..2d7bafc0 100644 --- a/projects/nerf/test_nerf.py +++ b/projects/nerf/test_nerf.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/tests/__init__.py b/projects/nerf/tests/__init__.py index 10a55772..2e41cd71 100644 --- a/projects/nerf/tests/__init__.py +++ b/projects/nerf/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/tests/test_raymarcher.py b/projects/nerf/tests/test_raymarcher.py index 0497c4ef..e9cfb74c 100644 --- a/projects/nerf/tests/test_raymarcher.py +++ b/projects/nerf/tests/test_raymarcher.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/tests/test_raysampler.py b/projects/nerf/tests/test_raysampler.py index 75fabc97..ba53713a 100644 --- a/projects/nerf/tests/test_raysampler.py +++ b/projects/nerf/tests/test_raysampler.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/projects/nerf/train_nerf.py b/projects/nerf/train_nerf.py index 9c6525ac..6b079bb3 100644 --- a/projects/nerf/train_nerf.py +++ b/projects/nerf/train_nerf.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/__init__.py b/pytorch3d/__init__.py index 5a990247..9350ebe2 100644 --- a/pytorch3d/__init__.py +++ b/pytorch3d/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/common/__init__.py b/pytorch3d/common/__init__.py index 32b79ce3..432febd0 100644 --- a/pytorch3d/common/__init__.py +++ b/pytorch3d/common/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/common/compat.py b/pytorch3d/common/compat.py index 5f25a185..278ecb24 100644 --- a/pytorch3d/common/compat.py +++ b/pytorch3d/common/compat.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/common/types.py b/pytorch3d/common/types.py index da5e71a9..0a9d14d5 100644 --- a/pytorch3d/common/types.py +++ b/pytorch3d/common/types.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/common/workaround/__init__.py b/pytorch3d/common/workaround/__init__.py index 058b01ef..64c5d3fa 100644 --- a/pytorch3d/common/workaround/__init__.py +++ b/pytorch3d/common/workaround/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/common/workaround/symeig3x3.py b/pytorch3d/common/workaround/symeig3x3.py index 42467b98..21ad358c 100644 --- a/pytorch3d/common/workaround/symeig3x3.py +++ b/pytorch3d/common/workaround/symeig3x3.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/common/workaround/utils.py b/pytorch3d/common/workaround/utils.py index dbc5f156..6cd69412 100644 --- a/pytorch3d/common/workaround/utils.py +++ b/pytorch3d/common/workaround/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/ball_query/ball_query.cu b/pytorch3d/csrc/ball_query/ball_query.cu index bababec5..7c21b8b3 100644 --- a/pytorch3d/csrc/ball_query/ball_query.cu +++ b/pytorch3d/csrc/ball_query/ball_query.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/ball_query/ball_query.h b/pytorch3d/csrc/ball_query/ball_query.h index c8a1cd76..059cad8b 100644 --- a/pytorch3d/csrc/ball_query/ball_query.h +++ b/pytorch3d/csrc/ball_query/ball_query.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/ball_query/ball_query_cpu.cpp b/pytorch3d/csrc/ball_query/ball_query_cpu.cpp index f7c59e0b..a3844717 100644 --- a/pytorch3d/csrc/ball_query/ball_query_cpu.cpp +++ b/pytorch3d/csrc/ball_query/ball_query_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/blending/sigmoid_alpha_blend.cu b/pytorch3d/csrc/blending/sigmoid_alpha_blend.cu index e10e3d67..76912c44 100644 --- a/pytorch3d/csrc/blending/sigmoid_alpha_blend.cu +++ b/pytorch3d/csrc/blending/sigmoid_alpha_blend.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/blending/sigmoid_alpha_blend.h b/pytorch3d/csrc/blending/sigmoid_alpha_blend.h index 93f4bc8b..d424c769 100644 --- a/pytorch3d/csrc/blending/sigmoid_alpha_blend.h +++ b/pytorch3d/csrc/blending/sigmoid_alpha_blend.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/blending/sigmoid_alpha_blend_cpu.cpp b/pytorch3d/csrc/blending/sigmoid_alpha_blend_cpu.cpp index 5ba4855d..8a195167 100644 --- a/pytorch3d/csrc/blending/sigmoid_alpha_blend_cpu.cpp +++ b/pytorch3d/csrc/blending/sigmoid_alpha_blend_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/compositing/alpha_composite.cu b/pytorch3d/csrc/compositing/alpha_composite.cu index 2be0625d..679d8a82 100644 --- a/pytorch3d/csrc/compositing/alpha_composite.cu +++ b/pytorch3d/csrc/compositing/alpha_composite.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/compositing/alpha_composite.h b/pytorch3d/csrc/compositing/alpha_composite.h index 2945b327..44ba1bf0 100644 --- a/pytorch3d/csrc/compositing/alpha_composite.h +++ b/pytorch3d/csrc/compositing/alpha_composite.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/compositing/alpha_composite_cpu.cpp b/pytorch3d/csrc/compositing/alpha_composite_cpu.cpp index 63607b1b..41bc0ec7 100644 --- a/pytorch3d/csrc/compositing/alpha_composite_cpu.cpp +++ b/pytorch3d/csrc/compositing/alpha_composite_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/compositing/norm_weighted_sum.cu b/pytorch3d/csrc/compositing/norm_weighted_sum.cu index eade1e35..98464717 100644 --- a/pytorch3d/csrc/compositing/norm_weighted_sum.cu +++ b/pytorch3d/csrc/compositing/norm_weighted_sum.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/compositing/norm_weighted_sum.h b/pytorch3d/csrc/compositing/norm_weighted_sum.h index ef556bae..5d0a5f5b 100644 --- a/pytorch3d/csrc/compositing/norm_weighted_sum.h +++ b/pytorch3d/csrc/compositing/norm_weighted_sum.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/compositing/norm_weighted_sum_cpu.cpp b/pytorch3d/csrc/compositing/norm_weighted_sum_cpu.cpp index 28fce017..840ef3d2 100644 --- a/pytorch3d/csrc/compositing/norm_weighted_sum_cpu.cpp +++ b/pytorch3d/csrc/compositing/norm_weighted_sum_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/compositing/weighted_sum.cu b/pytorch3d/csrc/compositing/weighted_sum.cu index d3c565ea..17a35bf9 100644 --- a/pytorch3d/csrc/compositing/weighted_sum.cu +++ b/pytorch3d/csrc/compositing/weighted_sum.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/compositing/weighted_sum.h b/pytorch3d/csrc/compositing/weighted_sum.h index c3a40c62..0be6e498 100644 --- a/pytorch3d/csrc/compositing/weighted_sum.h +++ b/pytorch3d/csrc/compositing/weighted_sum.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/compositing/weighted_sum_cpu.cpp b/pytorch3d/csrc/compositing/weighted_sum_cpu.cpp index c2e0b868..b7bddee3 100644 --- a/pytorch3d/csrc/compositing/weighted_sum_cpu.cpp +++ b/pytorch3d/csrc/compositing/weighted_sum_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/ext.cpp b/pytorch3d/csrc/ext.cpp index 6fd6d0c6..44cfddfc 100644 --- a/pytorch3d/csrc/ext.cpp +++ b/pytorch3d/csrc/ext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/face_areas_normals/face_areas_normals.cu b/pytorch3d/csrc/face_areas_normals/face_areas_normals.cu index 1d4b73dc..c18475de 100644 --- a/pytorch3d/csrc/face_areas_normals/face_areas_normals.cu +++ b/pytorch3d/csrc/face_areas_normals/face_areas_normals.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/face_areas_normals/face_areas_normals.h b/pytorch3d/csrc/face_areas_normals/face_areas_normals.h index 623d3d1b..6df37c12 100644 --- a/pytorch3d/csrc/face_areas_normals/face_areas_normals.h +++ b/pytorch3d/csrc/face_areas_normals/face_areas_normals.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/face_areas_normals/face_areas_normals_cpu.cpp b/pytorch3d/csrc/face_areas_normals/face_areas_normals_cpu.cpp index 2ff30f0f..1871ac7d 100644 --- a/pytorch3d/csrc/face_areas_normals/face_areas_normals_cpu.cpp +++ b/pytorch3d/csrc/face_areas_normals/face_areas_normals_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/gather_scatter/gather_scatter.cu b/pytorch3d/csrc/gather_scatter/gather_scatter.cu index 68ab369c..1ec1a6f2 100644 --- a/pytorch3d/csrc/gather_scatter/gather_scatter.cu +++ b/pytorch3d/csrc/gather_scatter/gather_scatter.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/gather_scatter/gather_scatter.h b/pytorch3d/csrc/gather_scatter/gather_scatter.h index 2a17f802..9ab9574f 100644 --- a/pytorch3d/csrc/gather_scatter/gather_scatter.h +++ b/pytorch3d/csrc/gather_scatter/gather_scatter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/gather_scatter/gather_scatter_cpu.cpp b/pytorch3d/csrc/gather_scatter/gather_scatter_cpu.cpp index 7bf9fde0..8511e125 100644 --- a/pytorch3d/csrc/gather_scatter/gather_scatter_cpu.cpp +++ b/pytorch3d/csrc/gather_scatter/gather_scatter_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/interp_face_attrs/interp_face_attrs.cu b/pytorch3d/csrc/interp_face_attrs/interp_face_attrs.cu index 9478cc70..adeceedf 100644 --- a/pytorch3d/csrc/interp_face_attrs/interp_face_attrs.cu +++ b/pytorch3d/csrc/interp_face_attrs/interp_face_attrs.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/interp_face_attrs/interp_face_attrs.h b/pytorch3d/csrc/interp_face_attrs/interp_face_attrs.h index f419743f..5ba14462 100644 --- a/pytorch3d/csrc/interp_face_attrs/interp_face_attrs.h +++ b/pytorch3d/csrc/interp_face_attrs/interp_face_attrs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/iou_box3d/iou_box3d.cu b/pytorch3d/csrc/iou_box3d/iou_box3d.cu index 7b1679f2..f9c6ff47 100644 --- a/pytorch3d/csrc/iou_box3d/iou_box3d.cu +++ b/pytorch3d/csrc/iou_box3d/iou_box3d.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/iou_box3d/iou_box3d.h b/pytorch3d/csrc/iou_box3d/iou_box3d.h index 1fedfd10..84f752b0 100644 --- a/pytorch3d/csrc/iou_box3d/iou_box3d.h +++ b/pytorch3d/csrc/iou_box3d/iou_box3d.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/iou_box3d/iou_box3d_cpu.cpp b/pytorch3d/csrc/iou_box3d/iou_box3d_cpu.cpp index 3370097f..3e577178 100644 --- a/pytorch3d/csrc/iou_box3d/iou_box3d_cpu.cpp +++ b/pytorch3d/csrc/iou_box3d/iou_box3d_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/iou_box3d/iou_utils.cuh b/pytorch3d/csrc/iou_box3d/iou_utils.cuh index 960661e3..b1ff90b5 100644 --- a/pytorch3d/csrc/iou_box3d/iou_utils.cuh +++ b/pytorch3d/csrc/iou_box3d/iou_utils.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/iou_box3d/iou_utils.h b/pytorch3d/csrc/iou_box3d/iou_utils.h index 9aea3fd4..aa168a13 100644 --- a/pytorch3d/csrc/iou_box3d/iou_utils.h +++ b/pytorch3d/csrc/iou_box3d/iou_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/knn/knn.cu b/pytorch3d/csrc/knn/knn.cu index eaa25203..ca1cc07b 100644 --- a/pytorch3d/csrc/knn/knn.cu +++ b/pytorch3d/csrc/knn/knn.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/knn/knn.h b/pytorch3d/csrc/knn/knn.h index f5f0503d..aa9cfb54 100644 --- a/pytorch3d/csrc/knn/knn.h +++ b/pytorch3d/csrc/knn/knn.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/knn/knn_cpu.cpp b/pytorch3d/csrc/knn/knn_cpu.cpp index b7a5cb6c..dc93fd41 100644 --- a/pytorch3d/csrc/knn/knn_cpu.cpp +++ b/pytorch3d/csrc/knn/knn_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/mesh_normal_consistency/mesh_normal_consistency.h b/pytorch3d/csrc/mesh_normal_consistency/mesh_normal_consistency.h index e95bfca7..17795ae1 100644 --- a/pytorch3d/csrc/mesh_normal_consistency/mesh_normal_consistency.h +++ b/pytorch3d/csrc/mesh_normal_consistency/mesh_normal_consistency.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/mesh_normal_consistency/mesh_normal_consistency_cpu.cpp b/pytorch3d/csrc/mesh_normal_consistency/mesh_normal_consistency_cpu.cpp index 495e8729..1b0d5e6e 100644 --- a/pytorch3d/csrc/mesh_normal_consistency/mesh_normal_consistency_cpu.cpp +++ b/pytorch3d/csrc/mesh_normal_consistency/mesh_normal_consistency_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor.cu b/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor.cu index b9de938f..94f22c18 100644 --- a/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor.cu +++ b/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor.h b/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor.h index 77e2b491..27bbc3bf 100644 --- a/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor.h +++ b/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor_cpu.cpp b/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor_cpu.cpp index 18fab8f6..c9176a1a 100644 --- a/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor_cpu.cpp +++ b/pytorch3d/csrc/packed_to_padded_tensor/packed_to_padded_tensor_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/point_mesh/point_mesh_cpu.cpp b/pytorch3d/csrc/point_mesh/point_mesh_cpu.cpp index cb2d0ac2..bde0a34e 100644 --- a/pytorch3d/csrc/point_mesh/point_mesh_cpu.cpp +++ b/pytorch3d/csrc/point_mesh/point_mesh_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/point_mesh/point_mesh_cuda.cu b/pytorch3d/csrc/point_mesh/point_mesh_cuda.cu index 85716c00..48353134 100644 --- a/pytorch3d/csrc/point_mesh/point_mesh_cuda.cu +++ b/pytorch3d/csrc/point_mesh/point_mesh_cuda.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/point_mesh/point_mesh_cuda.h b/pytorch3d/csrc/point_mesh/point_mesh_cuda.h index 1aa7cdb4..82f95c02 100644 --- a/pytorch3d/csrc/point_mesh/point_mesh_cuda.h +++ b/pytorch3d/csrc/point_mesh/point_mesh_cuda.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/points_to_volumes/points_to_volumes.cu b/pytorch3d/csrc/points_to_volumes/points_to_volumes.cu index 30263f00..9d80dc64 100644 --- a/pytorch3d/csrc/points_to_volumes/points_to_volumes.cu +++ b/pytorch3d/csrc/points_to_volumes/points_to_volumes.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/points_to_volumes/points_to_volumes.h b/pytorch3d/csrc/points_to_volumes/points_to_volumes.h index 9a93c905..9b077066 100644 --- a/pytorch3d/csrc/points_to_volumes/points_to_volumes.h +++ b/pytorch3d/csrc/points_to_volumes/points_to_volumes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/points_to_volumes/points_to_volumes_cpu.cpp b/pytorch3d/csrc/points_to_volumes/points_to_volumes_cpu.cpp index 532ee31c..ac7a3d98 100644 --- a/pytorch3d/csrc/points_to_volumes/points_to_volumes_cpu.cpp +++ b/pytorch3d/csrc/points_to_volumes/points_to_volumes_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/constants.h b/pytorch3d/csrc/pulsar/constants.h index 82b4be5a..a2eee621 100644 --- a/pytorch3d/csrc/pulsar/constants.h +++ b/pytorch3d/csrc/pulsar/constants.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/commands.h b/pytorch3d/csrc/pulsar/cuda/commands.h index a7a038bd..00e6f378 100644 --- a/pytorch3d/csrc/pulsar/cuda/commands.h +++ b/pytorch3d/csrc/pulsar/cuda/commands.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/renderer.backward.gpu.cu b/pytorch3d/csrc/pulsar/cuda/renderer.backward.gpu.cu index 11a50b97..e0da7b70 100644 --- a/pytorch3d/csrc/pulsar/cuda/renderer.backward.gpu.cu +++ b/pytorch3d/csrc/pulsar/cuda/renderer.backward.gpu.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/renderer.backward_dbg.gpu.cu b/pytorch3d/csrc/pulsar/cuda/renderer.backward_dbg.gpu.cu index 2ea5a618..a95bb421 100644 --- a/pytorch3d/csrc/pulsar/cuda/renderer.backward_dbg.gpu.cu +++ b/pytorch3d/csrc/pulsar/cuda/renderer.backward_dbg.gpu.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/renderer.calc_gradients.gpu.cu b/pytorch3d/csrc/pulsar/cuda/renderer.calc_gradients.gpu.cu index ba6e1f98..ff38b08e 100644 --- a/pytorch3d/csrc/pulsar/cuda/renderer.calc_gradients.gpu.cu +++ b/pytorch3d/csrc/pulsar/cuda/renderer.calc_gradients.gpu.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/renderer.calc_signature.gpu.cu b/pytorch3d/csrc/pulsar/cuda/renderer.calc_signature.gpu.cu index e48ab7ff..81c72192 100644 --- a/pytorch3d/csrc/pulsar/cuda/renderer.calc_signature.gpu.cu +++ b/pytorch3d/csrc/pulsar/cuda/renderer.calc_signature.gpu.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/renderer.construct.gpu.cu b/pytorch3d/csrc/pulsar/cuda/renderer.construct.gpu.cu index 38e97d90..67583511 100644 --- a/pytorch3d/csrc/pulsar/cuda/renderer.construct.gpu.cu +++ b/pytorch3d/csrc/pulsar/cuda/renderer.construct.gpu.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/renderer.create_selector.gpu.cu b/pytorch3d/csrc/pulsar/cuda/renderer.create_selector.gpu.cu index cfc278a4..52e265bc 100644 --- a/pytorch3d/csrc/pulsar/cuda/renderer.create_selector.gpu.cu +++ b/pytorch3d/csrc/pulsar/cuda/renderer.create_selector.gpu.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/renderer.destruct.gpu.cu b/pytorch3d/csrc/pulsar/cuda/renderer.destruct.gpu.cu index a82640ba..e61be93f 100644 --- a/pytorch3d/csrc/pulsar/cuda/renderer.destruct.gpu.cu +++ b/pytorch3d/csrc/pulsar/cuda/renderer.destruct.gpu.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/renderer.fill_bg.gpu.cu b/pytorch3d/csrc/pulsar/cuda/renderer.fill_bg.gpu.cu index 8c975b36..6c7b1a48 100644 --- a/pytorch3d/csrc/pulsar/cuda/renderer.fill_bg.gpu.cu +++ b/pytorch3d/csrc/pulsar/cuda/renderer.fill_bg.gpu.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/renderer.forward.gpu.cu b/pytorch3d/csrc/pulsar/cuda/renderer.forward.gpu.cu index 4e7332a3..bfb42deb 100644 --- a/pytorch3d/csrc/pulsar/cuda/renderer.forward.gpu.cu +++ b/pytorch3d/csrc/pulsar/cuda/renderer.forward.gpu.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/renderer.norm_cam_gradients.gpu.cu b/pytorch3d/csrc/pulsar/cuda/renderer.norm_cam_gradients.gpu.cu index 9b934a41..93d66632 100644 --- a/pytorch3d/csrc/pulsar/cuda/renderer.norm_cam_gradients.gpu.cu +++ b/pytorch3d/csrc/pulsar/cuda/renderer.norm_cam_gradients.gpu.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/renderer.norm_sphere_gradients.gpu.cu b/pytorch3d/csrc/pulsar/cuda/renderer.norm_sphere_gradients.gpu.cu index a26a20a7..65339cae 100644 --- a/pytorch3d/csrc/pulsar/cuda/renderer.norm_sphere_gradients.gpu.cu +++ b/pytorch3d/csrc/pulsar/cuda/renderer.norm_sphere_gradients.gpu.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/cuda/renderer.render.gpu.cu b/pytorch3d/csrc/pulsar/cuda/renderer.render.gpu.cu index b99a8fe6..eb46adba 100644 --- a/pytorch3d/csrc/pulsar/cuda/renderer.render.gpu.cu +++ b/pytorch3d/csrc/pulsar/cuda/renderer.render.gpu.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/global.h b/pytorch3d/csrc/pulsar/global.h index 7511e304..8cc458a5 100644 --- a/pytorch3d/csrc/pulsar/global.h +++ b/pytorch3d/csrc/pulsar/global.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/commands.h b/pytorch3d/csrc/pulsar/host/commands.h index 997c410d..4378303b 100644 --- a/pytorch3d/csrc/pulsar/host/commands.h +++ b/pytorch3d/csrc/pulsar/host/commands.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/renderer.backward.cpu.cpp b/pytorch3d/csrc/pulsar/host/renderer.backward.cpu.cpp index 11a50b97..e0da7b70 100644 --- a/pytorch3d/csrc/pulsar/host/renderer.backward.cpu.cpp +++ b/pytorch3d/csrc/pulsar/host/renderer.backward.cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/renderer.backward_dbg.cpu.cpp b/pytorch3d/csrc/pulsar/host/renderer.backward_dbg.cpu.cpp index 2ea5a618..a95bb421 100644 --- a/pytorch3d/csrc/pulsar/host/renderer.backward_dbg.cpu.cpp +++ b/pytorch3d/csrc/pulsar/host/renderer.backward_dbg.cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/renderer.calc_gradients.cpu.cpp b/pytorch3d/csrc/pulsar/host/renderer.calc_gradients.cpu.cpp index ba6e1f98..ff38b08e 100644 --- a/pytorch3d/csrc/pulsar/host/renderer.calc_gradients.cpu.cpp +++ b/pytorch3d/csrc/pulsar/host/renderer.calc_gradients.cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/renderer.calc_signature.cpu.cpp b/pytorch3d/csrc/pulsar/host/renderer.calc_signature.cpu.cpp index e48ab7ff..81c72192 100644 --- a/pytorch3d/csrc/pulsar/host/renderer.calc_signature.cpu.cpp +++ b/pytorch3d/csrc/pulsar/host/renderer.calc_signature.cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/renderer.construct.cpu.cpp b/pytorch3d/csrc/pulsar/host/renderer.construct.cpu.cpp index 38e97d90..67583511 100644 --- a/pytorch3d/csrc/pulsar/host/renderer.construct.cpu.cpp +++ b/pytorch3d/csrc/pulsar/host/renderer.construct.cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/renderer.create_selector.cpu.cpp b/pytorch3d/csrc/pulsar/host/renderer.create_selector.cpu.cpp index cfc278a4..52e265bc 100644 --- a/pytorch3d/csrc/pulsar/host/renderer.create_selector.cpu.cpp +++ b/pytorch3d/csrc/pulsar/host/renderer.create_selector.cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/renderer.destruct.cpu.cpp b/pytorch3d/csrc/pulsar/host/renderer.destruct.cpu.cpp index a82640ba..e61be93f 100644 --- a/pytorch3d/csrc/pulsar/host/renderer.destruct.cpu.cpp +++ b/pytorch3d/csrc/pulsar/host/renderer.destruct.cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/renderer.fill_bg.cpu.cpp b/pytorch3d/csrc/pulsar/host/renderer.fill_bg.cpu.cpp index 8c975b36..6c7b1a48 100644 --- a/pytorch3d/csrc/pulsar/host/renderer.fill_bg.cpu.cpp +++ b/pytorch3d/csrc/pulsar/host/renderer.fill_bg.cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/renderer.forward.cpu.cpp b/pytorch3d/csrc/pulsar/host/renderer.forward.cpu.cpp index 4e7332a3..bfb42deb 100644 --- a/pytorch3d/csrc/pulsar/host/renderer.forward.cpu.cpp +++ b/pytorch3d/csrc/pulsar/host/renderer.forward.cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/renderer.norm_cam_gradients.cpu.cpp b/pytorch3d/csrc/pulsar/host/renderer.norm_cam_gradients.cpu.cpp index 9b934a41..93d66632 100644 --- a/pytorch3d/csrc/pulsar/host/renderer.norm_cam_gradients.cpu.cpp +++ b/pytorch3d/csrc/pulsar/host/renderer.norm_cam_gradients.cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/renderer.norm_sphere_gradients.cpu.cpp b/pytorch3d/csrc/pulsar/host/renderer.norm_sphere_gradients.cpu.cpp index a26a20a7..65339cae 100644 --- a/pytorch3d/csrc/pulsar/host/renderer.norm_sphere_gradients.cpu.cpp +++ b/pytorch3d/csrc/pulsar/host/renderer.norm_sphere_gradients.cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/host/renderer.render.cpu.cpp b/pytorch3d/csrc/pulsar/host/renderer.render.cpu.cpp index b99a8fe6..eb46adba 100644 --- a/pytorch3d/csrc/pulsar/host/renderer.render.cpu.cpp +++ b/pytorch3d/csrc/pulsar/host/renderer.render.cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/camera.device.h b/pytorch3d/csrc/pulsar/include/camera.device.h index 3ca21e09..f003db31 100644 --- a/pytorch3d/csrc/pulsar/include/camera.device.h +++ b/pytorch3d/csrc/pulsar/include/camera.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/camera.h b/pytorch3d/csrc/pulsar/include/camera.h index 2883be40..cbb583a1 100644 --- a/pytorch3d/csrc/pulsar/include/camera.h +++ b/pytorch3d/csrc/pulsar/include/camera.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/closest_sphere_tracker.device.h b/pytorch3d/csrc/pulsar/include/closest_sphere_tracker.device.h index e191e22b..a533dd00 100644 --- a/pytorch3d/csrc/pulsar/include/closest_sphere_tracker.device.h +++ b/pytorch3d/csrc/pulsar/include/closest_sphere_tracker.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/commands.h b/pytorch3d/csrc/pulsar/include/commands.h index b927ffcd..c0b17f40 100644 --- a/pytorch3d/csrc/pulsar/include/commands.h +++ b/pytorch3d/csrc/pulsar/include/commands.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/math.h b/pytorch3d/csrc/pulsar/include/math.h index a30f08e4..d77e2ee1 100644 --- a/pytorch3d/csrc/pulsar/include/math.h +++ b/pytorch3d/csrc/pulsar/include/math.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.backward.device.h b/pytorch3d/csrc/pulsar/include/renderer.backward.device.h index fcc7db23..dcd9dd50 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.backward.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.backward.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.backward.instantiate.h b/pytorch3d/csrc/pulsar/include/renderer.backward.instantiate.h index 425a6227..75e85fd4 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.backward.instantiate.h +++ b/pytorch3d/csrc/pulsar/include/renderer.backward.instantiate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.backward_dbg.device.h b/pytorch3d/csrc/pulsar/include/renderer.backward_dbg.device.h index 618bc8e7..f2bdc7e6 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.backward_dbg.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.backward_dbg.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.backward_dbg.instantiate.h b/pytorch3d/csrc/pulsar/include/renderer.backward_dbg.instantiate.h index 499e282b..5a7a1ba1 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.backward_dbg.instantiate.h +++ b/pytorch3d/csrc/pulsar/include/renderer.backward_dbg.instantiate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.calc_gradients.device.h b/pytorch3d/csrc/pulsar/include/renderer.calc_gradients.device.h index acac31d1..90b3872e 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.calc_gradients.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.calc_gradients.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.calc_gradients.instantiate.h b/pytorch3d/csrc/pulsar/include/renderer.calc_gradients.instantiate.h index ad452548..596c322b 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.calc_gradients.instantiate.h +++ b/pytorch3d/csrc/pulsar/include/renderer.calc_gradients.instantiate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.calc_signature.device.h b/pytorch3d/csrc/pulsar/include/renderer.calc_signature.device.h index c7b3ba56..bd687fee 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.calc_signature.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.calc_signature.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.calc_signature.instantiate.h b/pytorch3d/csrc/pulsar/include/renderer.calc_signature.instantiate.h index de724e0d..6afa95b4 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.calc_signature.instantiate.h +++ b/pytorch3d/csrc/pulsar/include/renderer.calc_signature.instantiate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.construct.device.h b/pytorch3d/csrc/pulsar/include/renderer.construct.device.h index 5f31a3c6..8e9ada4b 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.construct.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.construct.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.construct.instantiate.h b/pytorch3d/csrc/pulsar/include/renderer.construct.instantiate.h index bbd86465..e5ce722e 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.construct.instantiate.h +++ b/pytorch3d/csrc/pulsar/include/renderer.construct.instantiate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.create_selector.device.h b/pytorch3d/csrc/pulsar/include/renderer.create_selector.device.h index 6c2b60fa..747ad03c 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.create_selector.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.create_selector.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.create_selector.instantiate.h b/pytorch3d/csrc/pulsar/include/renderer.create_selector.instantiate.h index b092a99a..8e91a8bf 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.create_selector.instantiate.h +++ b/pytorch3d/csrc/pulsar/include/renderer.create_selector.instantiate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.destruct.device.h b/pytorch3d/csrc/pulsar/include/renderer.destruct.device.h index 2405e3cd..8520233c 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.destruct.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.destruct.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.destruct.instantiate.h b/pytorch3d/csrc/pulsar/include/renderer.destruct.instantiate.h index 5faf9ba5..d41ba5a3 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.destruct.instantiate.h +++ b/pytorch3d/csrc/pulsar/include/renderer.destruct.instantiate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.draw.device.h b/pytorch3d/csrc/pulsar/include/renderer.draw.device.h index 820f79ee..cb8ecabe 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.draw.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.draw.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.fill_bg.device.h b/pytorch3d/csrc/pulsar/include/renderer.fill_bg.device.h index 11d69e9e..2a737d3e 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.fill_bg.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.fill_bg.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.fill_bg.instantiate.h b/pytorch3d/csrc/pulsar/include/renderer.fill_bg.instantiate.h index 6849b0ea..02830204 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.fill_bg.instantiate.h +++ b/pytorch3d/csrc/pulsar/include/renderer.fill_bg.instantiate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.forward.device.h b/pytorch3d/csrc/pulsar/include/renderer.forward.device.h index e794a711..7e2a11f3 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.forward.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.forward.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.forward.instantiate.h b/pytorch3d/csrc/pulsar/include/renderer.forward.instantiate.h index db84e51c..7f57bc86 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.forward.instantiate.h +++ b/pytorch3d/csrc/pulsar/include/renderer.forward.instantiate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.get_screen_area.device.h b/pytorch3d/csrc/pulsar/include/renderer.get_screen_area.device.h index 08ee49d9..1a85a1bd 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.get_screen_area.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.get_screen_area.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.h b/pytorch3d/csrc/pulsar/include/renderer.h index 01d6a61b..d6755ee9 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.h +++ b/pytorch3d/csrc/pulsar/include/renderer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.norm_cam_gradients.device.h b/pytorch3d/csrc/pulsar/include/renderer.norm_cam_gradients.device.h index 2a409caa..e1dfd55d 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.norm_cam_gradients.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.norm_cam_gradients.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.norm_cam_gradients.instantiate.h b/pytorch3d/csrc/pulsar/include/renderer.norm_cam_gradients.instantiate.h index 130306be..98e05a67 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.norm_cam_gradients.instantiate.h +++ b/pytorch3d/csrc/pulsar/include/renderer.norm_cam_gradients.instantiate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.norm_sphere_gradients.device.h b/pytorch3d/csrc/pulsar/include/renderer.norm_sphere_gradients.device.h index bab83211..37e0eb00 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.norm_sphere_gradients.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.norm_sphere_gradients.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.norm_sphere_gradients.instantiate.h b/pytorch3d/csrc/pulsar/include/renderer.norm_sphere_gradients.instantiate.h index 17a82fbe..bedcf816 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.norm_sphere_gradients.instantiate.h +++ b/pytorch3d/csrc/pulsar/include/renderer.norm_sphere_gradients.instantiate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.render.device.h b/pytorch3d/csrc/pulsar/include/renderer.render.device.h index a5be7c1e..66a62c31 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.render.device.h +++ b/pytorch3d/csrc/pulsar/include/renderer.render.device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/include/renderer.render.instantiate.h b/pytorch3d/csrc/pulsar/include/renderer.render.instantiate.h index c75080e9..9c1f326e 100644 --- a/pytorch3d/csrc/pulsar/include/renderer.render.instantiate.h +++ b/pytorch3d/csrc/pulsar/include/renderer.render.instantiate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/logging.h b/pytorch3d/csrc/pulsar/logging.h index 620f2d10..63d47225 100644 --- a/pytorch3d/csrc/pulsar/logging.h +++ b/pytorch3d/csrc/pulsar/logging.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/pytorch/camera.cpp b/pytorch3d/csrc/pulsar/pytorch/camera.cpp index 7c38d695..c3794e7e 100644 --- a/pytorch3d/csrc/pulsar/pytorch/camera.cpp +++ b/pytorch3d/csrc/pulsar/pytorch/camera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/pytorch/camera.h b/pytorch3d/csrc/pulsar/pytorch/camera.h index b559cf5f..25bf1f2f 100644 --- a/pytorch3d/csrc/pulsar/pytorch/camera.h +++ b/pytorch3d/csrc/pulsar/pytorch/camera.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/pytorch/renderer.cpp b/pytorch3d/csrc/pulsar/pytorch/renderer.cpp index 39f07c3b..4349aea7 100644 --- a/pytorch3d/csrc/pulsar/pytorch/renderer.cpp +++ b/pytorch3d/csrc/pulsar/pytorch/renderer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/pytorch/renderer.h b/pytorch3d/csrc/pulsar/pytorch/renderer.h index b3ccb37c..2525ca3f 100644 --- a/pytorch3d/csrc/pulsar/pytorch/renderer.h +++ b/pytorch3d/csrc/pulsar/pytorch/renderer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/pytorch/tensor_util.cpp b/pytorch3d/csrc/pulsar/pytorch/tensor_util.cpp index e768101e..1dd41ed4 100644 --- a/pytorch3d/csrc/pulsar/pytorch/tensor_util.cpp +++ b/pytorch3d/csrc/pulsar/pytorch/tensor_util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/pytorch/tensor_util.h b/pytorch3d/csrc/pulsar/pytorch/tensor_util.h index fedf94e3..9f1d677c 100644 --- a/pytorch3d/csrc/pulsar/pytorch/tensor_util.h +++ b/pytorch3d/csrc/pulsar/pytorch/tensor_util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/pytorch/util.cpp b/pytorch3d/csrc/pulsar/pytorch/util.cpp index 017a1ac3..7d25b6e8 100644 --- a/pytorch3d/csrc/pulsar/pytorch/util.cpp +++ b/pytorch3d/csrc/pulsar/pytorch/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/pytorch/util.h b/pytorch3d/csrc/pulsar/pytorch/util.h index 9a536fab..be3dc80d 100644 --- a/pytorch3d/csrc/pulsar/pytorch/util.h +++ b/pytorch3d/csrc/pulsar/pytorch/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/pulsar/warnings.cpp b/pytorch3d/csrc/pulsar/warnings.cpp index 3ec13d7e..54615ac1 100644 --- a/pytorch3d/csrc/pulsar/warnings.cpp +++ b/pytorch3d/csrc/pulsar/warnings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/rasterize_coarse/bitmask.cuh b/pytorch3d/csrc/rasterize_coarse/bitmask.cuh index 14f6b512..6ffcac87 100644 --- a/pytorch3d/csrc/rasterize_coarse/bitmask.cuh +++ b/pytorch3d/csrc/rasterize_coarse/bitmask.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/rasterize_coarse/rasterize_coarse.cu b/pytorch3d/csrc/rasterize_coarse/rasterize_coarse.cu index 5cc76577..389bfaee 100644 --- a/pytorch3d/csrc/rasterize_coarse/rasterize_coarse.cu +++ b/pytorch3d/csrc/rasterize_coarse/rasterize_coarse.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/rasterize_coarse/rasterize_coarse.h b/pytorch3d/csrc/rasterize_coarse/rasterize_coarse.h index 6c0f0b41..858407cb 100644 --- a/pytorch3d/csrc/rasterize_coarse/rasterize_coarse.h +++ b/pytorch3d/csrc/rasterize_coarse/rasterize_coarse.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/rasterize_meshes/rasterize_meshes.cu b/pytorch3d/csrc/rasterize_meshes/rasterize_meshes.cu index c044e58d..87348ee0 100644 --- a/pytorch3d/csrc/rasterize_meshes/rasterize_meshes.cu +++ b/pytorch3d/csrc/rasterize_meshes/rasterize_meshes.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/rasterize_meshes/rasterize_meshes.h b/pytorch3d/csrc/rasterize_meshes/rasterize_meshes.h index 15305d5f..584aa023 100644 --- a/pytorch3d/csrc/rasterize_meshes/rasterize_meshes.h +++ b/pytorch3d/csrc/rasterize_meshes/rasterize_meshes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/rasterize_meshes/rasterize_meshes_cpu.cpp b/pytorch3d/csrc/rasterize_meshes/rasterize_meshes_cpu.cpp index 8b2a85e6..5a20df12 100644 --- a/pytorch3d/csrc/rasterize_meshes/rasterize_meshes_cpu.cpp +++ b/pytorch3d/csrc/rasterize_meshes/rasterize_meshes_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/rasterize_points/rasterization_utils.cuh b/pytorch3d/csrc/rasterize_points/rasterization_utils.cuh index 76a0cf7a..600d7a1a 100644 --- a/pytorch3d/csrc/rasterize_points/rasterization_utils.cuh +++ b/pytorch3d/csrc/rasterize_points/rasterization_utils.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/rasterize_points/rasterization_utils.h b/pytorch3d/csrc/rasterize_points/rasterization_utils.h index 664f8a3e..6980afc4 100644 --- a/pytorch3d/csrc/rasterize_points/rasterization_utils.h +++ b/pytorch3d/csrc/rasterize_points/rasterization_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/rasterize_points/rasterize_points.cu b/pytorch3d/csrc/rasterize_points/rasterize_points.cu index 251be7f4..dafc810d 100644 --- a/pytorch3d/csrc/rasterize_points/rasterize_points.cu +++ b/pytorch3d/csrc/rasterize_points/rasterize_points.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/rasterize_points/rasterize_points.h b/pytorch3d/csrc/rasterize_points/rasterize_points.h index e97b9dbf..4e74e9e2 100644 --- a/pytorch3d/csrc/rasterize_points/rasterize_points.h +++ b/pytorch3d/csrc/rasterize_points/rasterize_points.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/rasterize_points/rasterize_points_cpu.cpp b/pytorch3d/csrc/rasterize_points/rasterize_points_cpu.cpp index 3266b86e..29da4c49 100644 --- a/pytorch3d/csrc/rasterize_points/rasterize_points_cpu.cpp +++ b/pytorch3d/csrc/rasterize_points/rasterize_points_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/sample_farthest_points/sample_farthest_points.cu b/pytorch3d/csrc/sample_farthest_points/sample_farthest_points.cu index 5437cccb..8ed45522 100644 --- a/pytorch3d/csrc/sample_farthest_points/sample_farthest_points.cu +++ b/pytorch3d/csrc/sample_farthest_points/sample_farthest_points.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/sample_farthest_points/sample_farthest_points.h b/pytorch3d/csrc/sample_farthest_points/sample_farthest_points.h index 87c7faf5..7b613d35 100644 --- a/pytorch3d/csrc/sample_farthest_points/sample_farthest_points.h +++ b/pytorch3d/csrc/sample_farthest_points/sample_farthest_points.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/sample_farthest_points/sample_farthest_points_cpu.cpp b/pytorch3d/csrc/sample_farthest_points/sample_farthest_points_cpu.cpp index aaa860ce..cd533825 100644 --- a/pytorch3d/csrc/sample_farthest_points/sample_farthest_points_cpu.cpp +++ b/pytorch3d/csrc/sample_farthest_points/sample_farthest_points_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/sample_pdf/sample_pdf.cu b/pytorch3d/csrc/sample_pdf/sample_pdf.cu index f39b93f4..885313ac 100644 --- a/pytorch3d/csrc/sample_pdf/sample_pdf.cu +++ b/pytorch3d/csrc/sample_pdf/sample_pdf.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/sample_pdf/sample_pdf.h b/pytorch3d/csrc/sample_pdf/sample_pdf.h index af963b2f..66775c4f 100644 --- a/pytorch3d/csrc/sample_pdf/sample_pdf.h +++ b/pytorch3d/csrc/sample_pdf/sample_pdf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/sample_pdf/sample_pdf_cpu.cpp b/pytorch3d/csrc/sample_pdf/sample_pdf_cpu.cpp index db19f386..b297ae9e 100644 --- a/pytorch3d/csrc/sample_pdf/sample_pdf_cpu.cpp +++ b/pytorch3d/csrc/sample_pdf/sample_pdf_cpu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/utils/dispatch.cuh b/pytorch3d/csrc/utils/dispatch.cuh index 306315b9..83f3d69f 100644 --- a/pytorch3d/csrc/utils/dispatch.cuh +++ b/pytorch3d/csrc/utils/dispatch.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/utils/float_math.cuh b/pytorch3d/csrc/utils/float_math.cuh index 1f7b2de1..e48e960e 100644 --- a/pytorch3d/csrc/utils/float_math.cuh +++ b/pytorch3d/csrc/utils/float_math.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/utils/geometry_utils.cuh b/pytorch3d/csrc/utils/geometry_utils.cuh index 9e2979ac..bd2d9a29 100644 --- a/pytorch3d/csrc/utils/geometry_utils.cuh +++ b/pytorch3d/csrc/utils/geometry_utils.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/utils/geometry_utils.h b/pytorch3d/csrc/utils/geometry_utils.h index 407849d8..2bb647a9 100644 --- a/pytorch3d/csrc/utils/geometry_utils.h +++ b/pytorch3d/csrc/utils/geometry_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/utils/index_utils.cuh b/pytorch3d/csrc/utils/index_utils.cuh index 12dfeb44..74bca270 100644 --- a/pytorch3d/csrc/utils/index_utils.cuh +++ b/pytorch3d/csrc/utils/index_utils.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/utils/mink.cuh b/pytorch3d/csrc/utils/mink.cuh index 8fb4417d..c7858f58 100644 --- a/pytorch3d/csrc/utils/mink.cuh +++ b/pytorch3d/csrc/utils/mink.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/utils/pytorch3d_cutils.h b/pytorch3d/csrc/utils/pytorch3d_cutils.h index c9e80194..3ef4144a 100644 --- a/pytorch3d/csrc/utils/pytorch3d_cutils.h +++ b/pytorch3d/csrc/utils/pytorch3d_cutils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/utils/vec2.h b/pytorch3d/csrc/utils/vec2.h index 5e1743c3..f4550f91 100644 --- a/pytorch3d/csrc/utils/vec2.h +++ b/pytorch3d/csrc/utils/vec2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/utils/vec3.h b/pytorch3d/csrc/utils/vec3.h index 92415165..fc37bf5c 100644 --- a/pytorch3d/csrc/utils/vec3.h +++ b/pytorch3d/csrc/utils/vec3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/csrc/utils/warp_reduce.cuh b/pytorch3d/csrc/utils/warp_reduce.cuh index 5f021b75..3c903019 100644 --- a/pytorch3d/csrc/utils/warp_reduce.cuh +++ b/pytorch3d/csrc/utils/warp_reduce.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/datasets/__init__.py b/pytorch3d/datasets/__init__.py index 1dd11698..191cbb0e 100644 --- a/pytorch3d/datasets/__init__.py +++ b/pytorch3d/datasets/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/datasets/r2n2/__init__.py b/pytorch3d/datasets/r2n2/__init__.py index 4b5ebb1c..d2593d04 100644 --- a/pytorch3d/datasets/r2n2/__init__.py +++ b/pytorch3d/datasets/r2n2/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/datasets/r2n2/r2n2.py b/pytorch3d/datasets/r2n2/r2n2.py index 6e261eb0..4223d624 100644 --- a/pytorch3d/datasets/r2n2/r2n2.py +++ b/pytorch3d/datasets/r2n2/r2n2.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/datasets/r2n2/utils.py b/pytorch3d/datasets/r2n2/utils.py index 360bca62..7b53b0dc 100644 --- a/pytorch3d/datasets/r2n2/utils.py +++ b/pytorch3d/datasets/r2n2/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/datasets/shapenet/__init__.py b/pytorch3d/datasets/shapenet/__init__.py index 6e0e5fd9..295ec793 100644 --- a/pytorch3d/datasets/shapenet/__init__.py +++ b/pytorch3d/datasets/shapenet/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/datasets/shapenet/shapenet_core.py b/pytorch3d/datasets/shapenet/shapenet_core.py index a4179499..61908414 100644 --- a/pytorch3d/datasets/shapenet/shapenet_core.py +++ b/pytorch3d/datasets/shapenet/shapenet_core.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/datasets/shapenet_base.py b/pytorch3d/datasets/shapenet_base.py index 624d8b62..07576921 100644 --- a/pytorch3d/datasets/shapenet_base.py +++ b/pytorch3d/datasets/shapenet_base.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/datasets/utils.py b/pytorch3d/datasets/utils.py index 37f5bc8d..88aafac1 100644 --- a/pytorch3d/datasets/utils.py +++ b/pytorch3d/datasets/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/io/__init__.py b/pytorch3d/io/__init__.py index 45bd99ca..c28b5df1 100644 --- a/pytorch3d/io/__init__.py +++ b/pytorch3d/io/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/io/experimental_gltf_io.py b/pytorch3d/io/experimental_gltf_io.py index fdb7895f..d2984edd 100644 --- a/pytorch3d/io/experimental_gltf_io.py +++ b/pytorch3d/io/experimental_gltf_io.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/io/mtl_io.py b/pytorch3d/io/mtl_io.py index b4c7f6db..124e773e 100644 --- a/pytorch3d/io/mtl_io.py +++ b/pytorch3d/io/mtl_io.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/io/obj_io.py b/pytorch3d/io/obj_io.py index f4cefc70..c563970c 100644 --- a/pytorch3d/io/obj_io.py +++ b/pytorch3d/io/obj_io.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/io/off_io.py b/pytorch3d/io/off_io.py index 84217656..607236f8 100644 --- a/pytorch3d/io/off_io.py +++ b/pytorch3d/io/off_io.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/io/pluggable.py b/pytorch3d/io/pluggable.py index 389ccb86..f0e019b4 100644 --- a/pytorch3d/io/pluggable.py +++ b/pytorch3d/io/pluggable.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/io/pluggable_formats.py b/pytorch3d/io/pluggable_formats.py index acd0a025..450a02d0 100644 --- a/pytorch3d/io/pluggable_formats.py +++ b/pytorch3d/io/pluggable_formats.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/io/ply_io.py b/pytorch3d/io/ply_io.py index a1885915..a02a6448 100644 --- a/pytorch3d/io/ply_io.py +++ b/pytorch3d/io/ply_io.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/io/utils.py b/pytorch3d/io/utils.py index 55a8e772..eef9cf90 100644 --- a/pytorch3d/io/utils.py +++ b/pytorch3d/io/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/loss/__init__.py b/pytorch3d/loss/__init__.py index 0a1fb09e..2b8d10de 100644 --- a/pytorch3d/loss/__init__.py +++ b/pytorch3d/loss/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/loss/chamfer.py b/pytorch3d/loss/chamfer.py index 485b5874..3a3eab3c 100644 --- a/pytorch3d/loss/chamfer.py +++ b/pytorch3d/loss/chamfer.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/loss/mesh_edge_loss.py b/pytorch3d/loss/mesh_edge_loss.py index ccb98dd9..e54ddf9f 100644 --- a/pytorch3d/loss/mesh_edge_loss.py +++ b/pytorch3d/loss/mesh_edge_loss.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/loss/mesh_laplacian_smoothing.py b/pytorch3d/loss/mesh_laplacian_smoothing.py index 98037d60..36a8bd60 100644 --- a/pytorch3d/loss/mesh_laplacian_smoothing.py +++ b/pytorch3d/loss/mesh_laplacian_smoothing.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/loss/mesh_normal_consistency.py b/pytorch3d/loss/mesh_normal_consistency.py index 8e55c01f..a1dbf670 100644 --- a/pytorch3d/loss/mesh_normal_consistency.py +++ b/pytorch3d/loss/mesh_normal_consistency.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/loss/point_mesh_distance.py b/pytorch3d/loss/point_mesh_distance.py index c9f7b3bb..14fef260 100644 --- a/pytorch3d/loss/point_mesh_distance.py +++ b/pytorch3d/loss/point_mesh_distance.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/__init__.py b/pytorch3d/ops/__init__.py index 2a9b0282..9e561ccd 100644 --- a/pytorch3d/ops/__init__.py +++ b/pytorch3d/ops/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/ball_query.py b/pytorch3d/ops/ball_query.py index e352d878..c82a0e7d 100644 --- a/pytorch3d/ops/ball_query.py +++ b/pytorch3d/ops/ball_query.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/cameras_alignment.py b/pytorch3d/ops/cameras_alignment.py index a196c04a..148bf252 100644 --- a/pytorch3d/ops/cameras_alignment.py +++ b/pytorch3d/ops/cameras_alignment.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/cubify.py b/pytorch3d/ops/cubify.py index e9200c9b..b5105134 100644 --- a/pytorch3d/ops/cubify.py +++ b/pytorch3d/ops/cubify.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/graph_conv.py b/pytorch3d/ops/graph_conv.py index 0de1adc5..035a0dc6 100644 --- a/pytorch3d/ops/graph_conv.py +++ b/pytorch3d/ops/graph_conv.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/interp_face_attrs.py b/pytorch3d/ops/interp_face_attrs.py index 52ddcc95..cbf79590 100644 --- a/pytorch3d/ops/interp_face_attrs.py +++ b/pytorch3d/ops/interp_face_attrs.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/iou_box3d.py b/pytorch3d/ops/iou_box3d.py index 4401c3e2..91aec4af 100644 --- a/pytorch3d/ops/iou_box3d.py +++ b/pytorch3d/ops/iou_box3d.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/knn.py b/pytorch3d/ops/knn.py index 403ddfbe..d033ae10 100644 --- a/pytorch3d/ops/knn.py +++ b/pytorch3d/ops/knn.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/laplacian_matrices.py b/pytorch3d/ops/laplacian_matrices.py index b18e6ca8..13f2285d 100644 --- a/pytorch3d/ops/laplacian_matrices.py +++ b/pytorch3d/ops/laplacian_matrices.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/marching_cubes.py b/pytorch3d/ops/marching_cubes.py index e723e427..24074527 100644 --- a/pytorch3d/ops/marching_cubes.py +++ b/pytorch3d/ops/marching_cubes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/marching_cubes_data.py b/pytorch3d/ops/marching_cubes_data.py index 8fb7c68e..8c3203f3 100644 --- a/pytorch3d/ops/marching_cubes_data.py +++ b/pytorch3d/ops/marching_cubes_data.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/mesh_face_areas_normals.py b/pytorch3d/ops/mesh_face_areas_normals.py index 11f9c9d8..c591b9be 100644 --- a/pytorch3d/ops/mesh_face_areas_normals.py +++ b/pytorch3d/ops/mesh_face_areas_normals.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/mesh_filtering.py b/pytorch3d/ops/mesh_filtering.py index 8d359650..867f45dd 100644 --- a/pytorch3d/ops/mesh_filtering.py +++ b/pytorch3d/ops/mesh_filtering.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/packed_to_padded.py b/pytorch3d/ops/packed_to_padded.py index 639b0062..dee1363c 100644 --- a/pytorch3d/ops/packed_to_padded.py +++ b/pytorch3d/ops/packed_to_padded.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/perspective_n_points.py b/pytorch3d/ops/perspective_n_points.py index fae183c7..017c345b 100644 --- a/pytorch3d/ops/perspective_n_points.py +++ b/pytorch3d/ops/perspective_n_points.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/points_alignment.py b/pytorch3d/ops/points_alignment.py index e361f29a..eaae3f9d 100644 --- a/pytorch3d/ops/points_alignment.py +++ b/pytorch3d/ops/points_alignment.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/points_normals.py b/pytorch3d/ops/points_normals.py index d11be3b2..e5b0ec33 100644 --- a/pytorch3d/ops/points_normals.py +++ b/pytorch3d/ops/points_normals.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/points_to_volumes.py b/pytorch3d/ops/points_to_volumes.py index 0d18903b..571bbcc5 100644 --- a/pytorch3d/ops/points_to_volumes.py +++ b/pytorch3d/ops/points_to_volumes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/sample_farthest_points.py b/pytorch3d/ops/sample_farthest_points.py index bdf62099..7b735104 100644 --- a/pytorch3d/ops/sample_farthest_points.py +++ b/pytorch3d/ops/sample_farthest_points.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/sample_points_from_meshes.py b/pytorch3d/ops/sample_points_from_meshes.py index 09b1dc30..3f44359f 100644 --- a/pytorch3d/ops/sample_points_from_meshes.py +++ b/pytorch3d/ops/sample_points_from_meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/subdivide_meshes.py b/pytorch3d/ops/subdivide_meshes.py index 7af1402c..dec3be74 100644 --- a/pytorch3d/ops/subdivide_meshes.py +++ b/pytorch3d/ops/subdivide_meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/utils.py b/pytorch3d/ops/utils.py index 4d937ae1..10d3b84c 100644 --- a/pytorch3d/ops/utils.py +++ b/pytorch3d/ops/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/ops/vert_align.py b/pytorch3d/ops/vert_align.py index 06c2d462..82aa2a31 100644 --- a/pytorch3d/ops/vert_align.py +++ b/pytorch3d/ops/vert_align.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/__init__.py b/pytorch3d/renderer/__init__.py index fe9ccdf1..e983540b 100644 --- a/pytorch3d/renderer/__init__.py +++ b/pytorch3d/renderer/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/blending.py b/pytorch3d/renderer/blending.py index f2afe8aa..cdfb4e60 100644 --- a/pytorch3d/renderer/blending.py +++ b/pytorch3d/renderer/blending.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/camera_conversions.py b/pytorch3d/renderer/camera_conversions.py index 3c03ab70..b1cc3a68 100644 --- a/pytorch3d/renderer/camera_conversions.py +++ b/pytorch3d/renderer/camera_conversions.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/camera_utils.py b/pytorch3d/renderer/camera_utils.py index 5a7a8f2b..90bd0208 100644 --- a/pytorch3d/renderer/camera_utils.py +++ b/pytorch3d/renderer/camera_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/cameras.py b/pytorch3d/renderer/cameras.py index 837670de..9860bb7a 100644 --- a/pytorch3d/renderer/cameras.py +++ b/pytorch3d/renderer/cameras.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/compositing.py b/pytorch3d/renderer/compositing.py index 31be1443..79cca1d5 100644 --- a/pytorch3d/renderer/compositing.py +++ b/pytorch3d/renderer/compositing.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/implicit/__init__.py b/pytorch3d/renderer/implicit/__init__.py index 66a59ae5..dd9f5827 100644 --- a/pytorch3d/renderer/implicit/__init__.py +++ b/pytorch3d/renderer/implicit/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/implicit/harmonic_embedding.py b/pytorch3d/renderer/implicit/harmonic_embedding.py index d07e7eb9..4dadd548 100644 --- a/pytorch3d/renderer/implicit/harmonic_embedding.py +++ b/pytorch3d/renderer/implicit/harmonic_embedding.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/implicit/raymarching.py b/pytorch3d/renderer/implicit/raymarching.py index b25fd254..7b3289bf 100644 --- a/pytorch3d/renderer/implicit/raymarching.py +++ b/pytorch3d/renderer/implicit/raymarching.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/implicit/raysampling.py b/pytorch3d/renderer/implicit/raysampling.py index 3c9e80b8..ef759167 100644 --- a/pytorch3d/renderer/implicit/raysampling.py +++ b/pytorch3d/renderer/implicit/raysampling.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/implicit/renderer.py b/pytorch3d/renderer/implicit/renderer.py index f4c55754..92d5aed6 100644 --- a/pytorch3d/renderer/implicit/renderer.py +++ b/pytorch3d/renderer/implicit/renderer.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/implicit/sample_pdf.py b/pytorch3d/renderer/implicit/sample_pdf.py index 48dd1663..c2387e5b 100644 --- a/pytorch3d/renderer/implicit/sample_pdf.py +++ b/pytorch3d/renderer/implicit/sample_pdf.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/implicit/utils.py b/pytorch3d/renderer/implicit/utils.py index a973bdee..6abdb09e 100644 --- a/pytorch3d/renderer/implicit/utils.py +++ b/pytorch3d/renderer/implicit/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/lighting.py b/pytorch3d/renderer/lighting.py index c10d0ec1..399ea96a 100644 --- a/pytorch3d/renderer/lighting.py +++ b/pytorch3d/renderer/lighting.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/materials.py b/pytorch3d/renderer/materials.py index 140c33b0..929fd856 100644 --- a/pytorch3d/renderer/materials.py +++ b/pytorch3d/renderer/materials.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/mesh/__init__.py b/pytorch3d/renderer/mesh/__init__.py index 8826c3d2..66e422de 100644 --- a/pytorch3d/renderer/mesh/__init__.py +++ b/pytorch3d/renderer/mesh/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/mesh/clip.py b/pytorch3d/renderer/mesh/clip.py index fd2f6580..e468aec4 100644 --- a/pytorch3d/renderer/mesh/clip.py +++ b/pytorch3d/renderer/mesh/clip.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/mesh/rasterize_meshes.py b/pytorch3d/renderer/mesh/rasterize_meshes.py index 91ff8bc5..c0f9f397 100644 --- a/pytorch3d/renderer/mesh/rasterize_meshes.py +++ b/pytorch3d/renderer/mesh/rasterize_meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/mesh/rasterizer.py b/pytorch3d/renderer/mesh/rasterizer.py index 59a061b2..bd73f16d 100644 --- a/pytorch3d/renderer/mesh/rasterizer.py +++ b/pytorch3d/renderer/mesh/rasterizer.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/mesh/renderer.py b/pytorch3d/renderer/mesh/renderer.py index c335de1a..e374a0cf 100644 --- a/pytorch3d/renderer/mesh/renderer.py +++ b/pytorch3d/renderer/mesh/renderer.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/mesh/shader.py b/pytorch3d/renderer/mesh/shader.py index 755b213d..a36ebe5a 100644 --- a/pytorch3d/renderer/mesh/shader.py +++ b/pytorch3d/renderer/mesh/shader.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/mesh/shading.py b/pytorch3d/renderer/mesh/shading.py index 31c612aa..2a142f28 100644 --- a/pytorch3d/renderer/mesh/shading.py +++ b/pytorch3d/renderer/mesh/shading.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/mesh/textures.py b/pytorch3d/renderer/mesh/textures.py index 58abf5b7..c9f4308f 100644 --- a/pytorch3d/renderer/mesh/textures.py +++ b/pytorch3d/renderer/mesh/textures.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/mesh/utils.py b/pytorch3d/renderer/mesh/utils.py index 359bd001..9e3cc9a6 100644 --- a/pytorch3d/renderer/mesh/utils.py +++ b/pytorch3d/renderer/mesh/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/points/__init__.py b/pytorch3d/renderer/points/__init__.py index 0db6de5f..2fde33ba 100644 --- a/pytorch3d/renderer/points/__init__.py +++ b/pytorch3d/renderer/points/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/points/compositor.py b/pytorch3d/renderer/points/compositor.py index c7777eec..23c73916 100644 --- a/pytorch3d/renderer/points/compositor.py +++ b/pytorch3d/renderer/points/compositor.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/points/pulsar/__init__.py b/pytorch3d/renderer/points/pulsar/__init__.py index 75229db7..22fe5de6 100644 --- a/pytorch3d/renderer/points/pulsar/__init__.py +++ b/pytorch3d/renderer/points/pulsar/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/points/pulsar/renderer.py b/pytorch3d/renderer/points/pulsar/renderer.py index 4d7cf82f..d7684206 100644 --- a/pytorch3d/renderer/points/pulsar/renderer.py +++ b/pytorch3d/renderer/points/pulsar/renderer.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/points/pulsar/unified.py b/pytorch3d/renderer/points/pulsar/unified.py index 5a988704..146bbb8f 100644 --- a/pytorch3d/renderer/points/pulsar/unified.py +++ b/pytorch3d/renderer/points/pulsar/unified.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/points/rasterize_points.py b/pytorch3d/renderer/points/rasterize_points.py index 1fce0fe3..518ea1f9 100644 --- a/pytorch3d/renderer/points/rasterize_points.py +++ b/pytorch3d/renderer/points/rasterize_points.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/points/rasterizer.py b/pytorch3d/renderer/points/rasterizer.py index f9ab7993..cd1cacfc 100644 --- a/pytorch3d/renderer/points/rasterizer.py +++ b/pytorch3d/renderer/points/rasterizer.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/points/renderer.py b/pytorch3d/renderer/points/renderer.py index e54e6f0e..42e6628d 100644 --- a/pytorch3d/renderer/points/renderer.py +++ b/pytorch3d/renderer/points/renderer.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/renderer/utils.py b/pytorch3d/renderer/utils.py index 33e5359d..3e8c3e33 100644 --- a/pytorch3d/renderer/utils.py +++ b/pytorch3d/renderer/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/structures/__init__.py b/pytorch3d/structures/__init__.py index 37ddba7b..859ef54b 100644 --- a/pytorch3d/structures/__init__.py +++ b/pytorch3d/structures/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/structures/meshes.py b/pytorch3d/structures/meshes.py index 55addd61..fe36e2b0 100644 --- a/pytorch3d/structures/meshes.py +++ b/pytorch3d/structures/meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/structures/pointclouds.py b/pytorch3d/structures/pointclouds.py index bc014af5..eaf03bdc 100644 --- a/pytorch3d/structures/pointclouds.py +++ b/pytorch3d/structures/pointclouds.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/structures/utils.py b/pytorch3d/structures/utils.py index 8f9438c0..7b16ec55 100644 --- a/pytorch3d/structures/utils.py +++ b/pytorch3d/structures/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/structures/volumes.py b/pytorch3d/structures/volumes.py index 151a3d44..cf8530e1 100644 --- a/pytorch3d/structures/volumes.py +++ b/pytorch3d/structures/volumes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/transforms/__init__.py b/pytorch3d/transforms/__init__.py index 448ea66f..7a362378 100644 --- a/pytorch3d/transforms/__init__.py +++ b/pytorch3d/transforms/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/transforms/math.py b/pytorch3d/transforms/math.py index 5110cf1d..88346467 100644 --- a/pytorch3d/transforms/math.py +++ b/pytorch3d/transforms/math.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/transforms/rotation_conversions.py b/pytorch3d/transforms/rotation_conversions.py index 7d7aabfa..949863a5 100644 --- a/pytorch3d/transforms/rotation_conversions.py +++ b/pytorch3d/transforms/rotation_conversions.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/transforms/se3.py b/pytorch3d/transforms/se3.py index 212c277a..7717a8dc 100644 --- a/pytorch3d/transforms/se3.py +++ b/pytorch3d/transforms/se3.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/transforms/so3.py b/pytorch3d/transforms/so3.py index 50004ed7..59c499e3 100644 --- a/pytorch3d/transforms/so3.py +++ b/pytorch3d/transforms/so3.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/transforms/transform3d.py b/pytorch3d/transforms/transform3d.py index a8bdf938..9f55b5ab 100644 --- a/pytorch3d/transforms/transform3d.py +++ b/pytorch3d/transforms/transform3d.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/utils/__init__.py b/pytorch3d/utils/__init__.py index b3e74d0f..a9ec1581 100644 --- a/pytorch3d/utils/__init__.py +++ b/pytorch3d/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/utils/camera_conversions.py b/pytorch3d/utils/camera_conversions.py index f9ba980e..009532d9 100644 --- a/pytorch3d/utils/camera_conversions.py +++ b/pytorch3d/utils/camera_conversions.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/utils/ico_sphere.py b/pytorch3d/utils/ico_sphere.py index 5c4cc74f..da7ed10b 100644 --- a/pytorch3d/utils/ico_sphere.py +++ b/pytorch3d/utils/ico_sphere.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/utils/torus.py b/pytorch3d/utils/torus.py index 46157da4..c5c34785 100644 --- a/pytorch3d/utils/torus.py +++ b/pytorch3d/utils/torus.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/vis/__init__.py b/pytorch3d/vis/__init__.py index 10a55772..2e41cd71 100644 --- a/pytorch3d/vis/__init__.py +++ b/pytorch3d/vis/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/vis/plotly_vis.py b/pytorch3d/vis/plotly_vis.py index a2c7dfbe..7c57cfb4 100644 --- a/pytorch3d/vis/plotly_vis.py +++ b/pytorch3d/vis/plotly_vis.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/pytorch3d/vis/texture_vis.py b/pytorch3d/vis/texture_vis.py index 37f5abd0..5ca8d812 100644 --- a/pytorch3d/vis/texture_vis.py +++ b/pytorch3d/vis/texture_vis.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/scripts/build_website.sh b/scripts/build_website.sh index 2efff6be..2fc2db9a 100644 --- a/scripts/build_website.sh +++ b/scripts/build_website.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/scripts/parse_tutorials.py b/scripts/parse_tutorials.py index 0f40b64c..a7c7cd26 100755 --- a/scripts/parse_tutorials.py +++ b/scripts/parse_tutorials.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/scripts/publish_website.sh b/scripts/publish_website.sh index 0607c3f8..60487524 100644 --- a/scripts/publish_website.sh +++ b/scripts/publish_website.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/setup.py b/setup.py index 6a1f762f..c39d71b8 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/__init__.py b/tests/__init__.py index 10a55772..2e41cd71 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_acos_linear_extrapolation.py b/tests/benchmarks/bm_acos_linear_extrapolation.py index 26ba2fce..f8910054 100644 --- a/tests/benchmarks/bm_acos_linear_extrapolation.py +++ b/tests/benchmarks/bm_acos_linear_extrapolation.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_ball_query.py b/tests/benchmarks/bm_ball_query.py index ac6a368d..f9f0885f 100644 --- a/tests/benchmarks/bm_ball_query.py +++ b/tests/benchmarks/bm_ball_query.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_barycentric_clipping.py b/tests/benchmarks/bm_barycentric_clipping.py index 578425c5..289233ac 100644 --- a/tests/benchmarks/bm_barycentric_clipping.py +++ b/tests/benchmarks/bm_barycentric_clipping.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_blending.py b/tests/benchmarks/bm_blending.py index 847d4b0c..5759ad40 100644 --- a/tests/benchmarks/bm_blending.py +++ b/tests/benchmarks/bm_blending.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_cameras_alignment.py b/tests/benchmarks/bm_cameras_alignment.py index 8db42f86..b2215cc6 100644 --- a/tests/benchmarks/bm_cameras_alignment.py +++ b/tests/benchmarks/bm_cameras_alignment.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_chamfer.py b/tests/benchmarks/bm_chamfer.py index fd8e6e8e..be0fe72b 100644 --- a/tests/benchmarks/bm_chamfer.py +++ b/tests/benchmarks/bm_chamfer.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_cubify.py b/tests/benchmarks/bm_cubify.py index cc36565d..50df86fe 100644 --- a/tests/benchmarks/bm_cubify.py +++ b/tests/benchmarks/bm_cubify.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_face_areas_normals.py b/tests/benchmarks/bm_face_areas_normals.py index 9f8ce860..5ed94740 100644 --- a/tests/benchmarks/bm_face_areas_normals.py +++ b/tests/benchmarks/bm_face_areas_normals.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_graph_conv.py b/tests/benchmarks/bm_graph_conv.py index 5b3fa0e6..df93ef71 100644 --- a/tests/benchmarks/bm_graph_conv.py +++ b/tests/benchmarks/bm_graph_conv.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_interpolate_face_attributes.py b/tests/benchmarks/bm_interpolate_face_attributes.py index aaaee136..bc56f429 100644 --- a/tests/benchmarks/bm_interpolate_face_attributes.py +++ b/tests/benchmarks/bm_interpolate_face_attributes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_iou_box3d.py b/tests/benchmarks/bm_iou_box3d.py index 0794fe55..20b74a0a 100644 --- a/tests/benchmarks/bm_iou_box3d.py +++ b/tests/benchmarks/bm_iou_box3d.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_knn.py b/tests/benchmarks/bm_knn.py index 9d37ab2b..33f3c0ea 100644 --- a/tests/benchmarks/bm_knn.py +++ b/tests/benchmarks/bm_knn.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_lighting.py b/tests/benchmarks/bm_lighting.py index 584a6c9b..b5c70b63 100644 --- a/tests/benchmarks/bm_lighting.py +++ b/tests/benchmarks/bm_lighting.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_main.py b/tests/benchmarks/bm_main.py index ce69145d..88e0585e 100755 --- a/tests/benchmarks/bm_main.py +++ b/tests/benchmarks/bm_main.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_marching_cubes.py b/tests/benchmarks/bm_marching_cubes.py index 5ba9bef9..ca57538c 100644 --- a/tests/benchmarks/bm_marching_cubes.py +++ b/tests/benchmarks/bm_marching_cubes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_mesh_edge_loss.py b/tests/benchmarks/bm_mesh_edge_loss.py index 9e026dc5..0142a626 100644 --- a/tests/benchmarks/bm_mesh_edge_loss.py +++ b/tests/benchmarks/bm_mesh_edge_loss.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_mesh_io.py b/tests/benchmarks/bm_mesh_io.py index a79c0729..68a90cb7 100644 --- a/tests/benchmarks/bm_mesh_io.py +++ b/tests/benchmarks/bm_mesh_io.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_mesh_laplacian_smoothing.py b/tests/benchmarks/bm_mesh_laplacian_smoothing.py index 2b4b37db..d9cfeb59 100644 --- a/tests/benchmarks/bm_mesh_laplacian_smoothing.py +++ b/tests/benchmarks/bm_mesh_laplacian_smoothing.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_mesh_normal_consistency.py b/tests/benchmarks/bm_mesh_normal_consistency.py index 73400b14..626e056d 100644 --- a/tests/benchmarks/bm_mesh_normal_consistency.py +++ b/tests/benchmarks/bm_mesh_normal_consistency.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_mesh_rasterizer_transform.py b/tests/benchmarks/bm_mesh_rasterizer_transform.py index d258f120..e65c265e 100644 --- a/tests/benchmarks/bm_mesh_rasterizer_transform.py +++ b/tests/benchmarks/bm_mesh_rasterizer_transform.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_meshes.py b/tests/benchmarks/bm_meshes.py index 6808de7c..503ee25b 100644 --- a/tests/benchmarks/bm_meshes.py +++ b/tests/benchmarks/bm_meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_packed_to_padded.py b/tests/benchmarks/bm_packed_to_padded.py index c59b19d8..96086e8a 100644 --- a/tests/benchmarks/bm_packed_to_padded.py +++ b/tests/benchmarks/bm_packed_to_padded.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_perspective_n_points.py b/tests/benchmarks/bm_perspective_n_points.py index 5f19e8a8..ea57c096 100644 --- a/tests/benchmarks/bm_perspective_n_points.py +++ b/tests/benchmarks/bm_perspective_n_points.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_point_mesh_distance.py b/tests/benchmarks/bm_point_mesh_distance.py index d2f6abf3..fae5bf8f 100644 --- a/tests/benchmarks/bm_point_mesh_distance.py +++ b/tests/benchmarks/bm_point_mesh_distance.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_pointclouds.py b/tests/benchmarks/bm_pointclouds.py index 54058321..2c7de77c 100644 --- a/tests/benchmarks/bm_pointclouds.py +++ b/tests/benchmarks/bm_pointclouds.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_points_alignment.py b/tests/benchmarks/bm_points_alignment.py index c2d017c7..d7dec0f3 100644 --- a/tests/benchmarks/bm_points_alignment.py +++ b/tests/benchmarks/bm_points_alignment.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_points_to_volumes.py b/tests/benchmarks/bm_points_to_volumes.py index d2c5c8b7..9277b850 100644 --- a/tests/benchmarks/bm_points_to_volumes.py +++ b/tests/benchmarks/bm_points_to_volumes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_pulsar.py b/tests/benchmarks/bm_pulsar.py index 5b321819..74110ef1 100755 --- a/tests/benchmarks/bm_pulsar.py +++ b/tests/benchmarks/bm_pulsar.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_rasterize_meshes.py b/tests/benchmarks/bm_rasterize_meshes.py index d4b5bd81..1c08d148 100644 --- a/tests/benchmarks/bm_rasterize_meshes.py +++ b/tests/benchmarks/bm_rasterize_meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_rasterize_points.py b/tests/benchmarks/bm_rasterize_points.py index f436c234..bcdd8fb0 100644 --- a/tests/benchmarks/bm_rasterize_points.py +++ b/tests/benchmarks/bm_rasterize_points.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_raymarching.py b/tests/benchmarks/bm_raymarching.py index e8bd6b37..c65d906e 100644 --- a/tests/benchmarks/bm_raymarching.py +++ b/tests/benchmarks/bm_raymarching.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_raysampling.py b/tests/benchmarks/bm_raysampling.py index 264f3be7..180f6d0e 100644 --- a/tests/benchmarks/bm_raysampling.py +++ b/tests/benchmarks/bm_raysampling.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_render_implicit.py b/tests/benchmarks/bm_render_implicit.py index 5c23465c..3854aed9 100644 --- a/tests/benchmarks/bm_render_implicit.py +++ b/tests/benchmarks/bm_render_implicit.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_render_volumes.py b/tests/benchmarks/bm_render_volumes.py index 22ae57b9..1ec5b3bc 100644 --- a/tests/benchmarks/bm_render_volumes.py +++ b/tests/benchmarks/bm_render_volumes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_sample_farthest_points.py b/tests/benchmarks/bm_sample_farthest_points.py index b48fe04e..5109a72c 100644 --- a/tests/benchmarks/bm_sample_farthest_points.py +++ b/tests/benchmarks/bm_sample_farthest_points.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_sample_pdf.py b/tests/benchmarks/bm_sample_pdf.py index 59a0f4ce..22ad538a 100644 --- a/tests/benchmarks/bm_sample_pdf.py +++ b/tests/benchmarks/bm_sample_pdf.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_sample_points_from_meshes.py b/tests/benchmarks/bm_sample_points_from_meshes.py index 420ab62e..7413b9da 100644 --- a/tests/benchmarks/bm_sample_points_from_meshes.py +++ b/tests/benchmarks/bm_sample_points_from_meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_se3.py b/tests/benchmarks/bm_se3.py index 1708a49d..8730bd81 100644 --- a/tests/benchmarks/bm_se3.py +++ b/tests/benchmarks/bm_se3.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_so3.py b/tests/benchmarks/bm_so3.py index cdb0ccc9..da912b4c 100644 --- a/tests/benchmarks/bm_so3.py +++ b/tests/benchmarks/bm_so3.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_subdivide_meshes.py b/tests/benchmarks/bm_subdivide_meshes.py index 59571c95..798842ea 100644 --- a/tests/benchmarks/bm_subdivide_meshes.py +++ b/tests/benchmarks/bm_subdivide_meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_symeig3x3.py b/tests/benchmarks/bm_symeig3x3.py index bb51c66a..fe984034 100644 --- a/tests/benchmarks/bm_symeig3x3.py +++ b/tests/benchmarks/bm_symeig3x3.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/benchmarks/bm_vert_align.py b/tests/benchmarks/bm_vert_align.py index 3ebb0fcb..e2f5bf1d 100644 --- a/tests/benchmarks/bm_vert_align.py +++ b/tests/benchmarks/bm_vert_align.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/common_testing.py b/tests/common_testing.py index 1056fcf6..d64e3d0d 100644 --- a/tests/common_testing.py +++ b/tests/common_testing.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/pulsar/__init__.py b/tests/pulsar/__init__.py index 10a55772..2e41cd71 100644 --- a/tests/pulsar/__init__.py +++ b/tests/pulsar/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/pulsar/create_multiview.py b/tests/pulsar/create_multiview.py index 5d386abd..7dfc9c5b 100644 --- a/tests/pulsar/create_multiview.py +++ b/tests/pulsar/create_multiview.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/pulsar/test_channels.py b/tests/pulsar/test_channels.py index 564715b3..d4133761 100644 --- a/tests/pulsar/test_channels.py +++ b/tests/pulsar/test_channels.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/pulsar/test_depth.py b/tests/pulsar/test_depth.py index c3b29507..6d9384cc 100644 --- a/tests/pulsar/test_depth.py +++ b/tests/pulsar/test_depth.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/pulsar/test_forward.py b/tests/pulsar/test_forward.py index 8669590d..da79028c 100644 --- a/tests/pulsar/test_forward.py +++ b/tests/pulsar/test_forward.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/pulsar/test_hands.py b/tests/pulsar/test_hands.py index 571e684c..1256d946 100644 --- a/tests/pulsar/test_hands.py +++ b/tests/pulsar/test_hands.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/pulsar/test_ortho.py b/tests/pulsar/test_ortho.py index 0b3b4137..3da5ea70 100644 --- a/tests/pulsar/test_ortho.py +++ b/tests/pulsar/test_ortho.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/pulsar/test_small_spheres.py b/tests/pulsar/test_small_spheres.py index 0577415d..d1282c70 100644 --- a/tests/pulsar/test_small_spheres.py +++ b/tests/pulsar/test_small_spheres.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_acos_linear_extrapolation.py b/tests/test_acos_linear_extrapolation.py index 339b4de7..374ca2de 100644 --- a/tests/test_acos_linear_extrapolation.py +++ b/tests/test_acos_linear_extrapolation.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_ball_query.py b/tests/test_ball_query.py index 7bbc9fa7..202e08ad 100644 --- a/tests/test_ball_query.py +++ b/tests/test_ball_query.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_blending.py b/tests/test_blending.py index a97500b5..4503c1f7 100644 --- a/tests/test_blending.py +++ b/tests/test_blending.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_build.py b/tests/test_build.py index de252d28..11351d1f 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_camera_conversions.py b/tests/test_camera_conversions.py index d6c6da6d..4e8106c7 100644 --- a/tests/test_camera_conversions.py +++ b/tests/test_camera_conversions.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_camera_pixels.py b/tests/test_camera_pixels.py index 9b726415..1235439e 100644 --- a/tests/test_camera_pixels.py +++ b/tests/test_camera_pixels.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_camera_utils.py b/tests/test_camera_utils.py index a90ea0e9..e8638ebd 100644 --- a/tests/test_camera_utils.py +++ b/tests/test_camera_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_cameras_alignment.py b/tests/test_cameras_alignment.py index cb4c4fc9..3d4fd767 100644 --- a/tests/test_cameras_alignment.py +++ b/tests/test_cameras_alignment.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_chamfer.py b/tests/test_chamfer.py index 54f2745d..68d4b690 100644 --- a/tests/test_chamfer.py +++ b/tests/test_chamfer.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_common_testing.py b/tests/test_common_testing.py index 30f956ab..9bd02d8d 100644 --- a/tests/test_common_testing.py +++ b/tests/test_common_testing.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_common_workaround.py b/tests/test_common_workaround.py index a40ba171..793e7c81 100644 --- a/tests/test_common_workaround.py +++ b/tests/test_common_workaround.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_compositing.py b/tests/test_compositing.py index bee48897..60828dd7 100644 --- a/tests/test_compositing.py +++ b/tests/test_compositing.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_cubify.py b/tests/test_cubify.py index 62097f40..02e81b47 100644 --- a/tests/test_cubify.py +++ b/tests/test_cubify.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_face_areas_normals.py b/tests/test_face_areas_normals.py index 72f44334..7fa22151 100644 --- a/tests/test_face_areas_normals.py +++ b/tests/test_face_areas_normals.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_graph_conv.py b/tests/test_graph_conv.py index 6bd1a342..d853c66a 100644 --- a/tests/test_graph_conv.py +++ b/tests/test_graph_conv.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_harmonic_embedding.py b/tests/test_harmonic_embedding.py index 2656936d..91a6336d 100644 --- a/tests/test_harmonic_embedding.py +++ b/tests/test_harmonic_embedding.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_interpolate_face_attributes.py b/tests/test_interpolate_face_attributes.py index b3e6fc01..17b1ec06 100644 --- a/tests/test_interpolate_face_attributes.py +++ b/tests/test_interpolate_face_attributes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_io_gltf.py b/tests/test_io_gltf.py index 12b5427a..c6528507 100644 --- a/tests/test_io_gltf.py +++ b/tests/test_io_gltf.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_io_obj.py b/tests/test_io_obj.py index 234526ab..ba071c0d 100644 --- a/tests/test_io_obj.py +++ b/tests/test_io_obj.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_io_off.py b/tests/test_io_off.py index 51830f45..f96623c7 100644 --- a/tests/test_io_off.py +++ b/tests/test_io_off.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_io_ply.py b/tests/test_io_ply.py index f9f8d30d..d7583f2b 100644 --- a/tests/test_io_ply.py +++ b/tests/test_io_ply.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_iou_box3d.py b/tests/test_iou_box3d.py index 921144a5..62e8bb78 100644 --- a/tests/test_iou_box3d.py +++ b/tests/test_iou_box3d.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_knn.py b/tests/test_knn.py index b25b952a..8e87fcc1 100644 --- a/tests/test_knn.py +++ b/tests/test_knn.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_laplacian_matrices.py b/tests/test_laplacian_matrices.py index f72e1890..d64b021a 100644 --- a/tests/test_laplacian_matrices.py +++ b/tests/test_laplacian_matrices.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_lighting.py b/tests/test_lighting.py index 235d5b34..4f8542d5 100644 --- a/tests/test_lighting.py +++ b/tests/test_lighting.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_marching_cubes.py b/tests/test_marching_cubes.py index ab946713..b979049a 100644 --- a/tests/test_marching_cubes.py +++ b/tests/test_marching_cubes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_materials.py b/tests/test_materials.py index d7f8ef1f..7a2e2117 100644 --- a/tests/test_materials.py +++ b/tests/test_materials.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_mesh_edge_loss.py b/tests/test_mesh_edge_loss.py index 36e3414a..32491358 100644 --- a/tests/test_mesh_edge_loss.py +++ b/tests/test_mesh_edge_loss.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_mesh_filtering.py b/tests/test_mesh_filtering.py index 146e6bbd..91fecc29 100644 --- a/tests/test_mesh_filtering.py +++ b/tests/test_mesh_filtering.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_mesh_laplacian_smoothing.py b/tests/test_mesh_laplacian_smoothing.py index 7c04f39b..91bd7fc5 100644 --- a/tests/test_mesh_laplacian_smoothing.py +++ b/tests/test_mesh_laplacian_smoothing.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_mesh_normal_consistency.py b/tests/test_mesh_normal_consistency.py index 562ee991..adac9fcc 100644 --- a/tests/test_mesh_normal_consistency.py +++ b/tests/test_mesh_normal_consistency.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_mesh_rendering_utils.py b/tests/test_mesh_rendering_utils.py index d367d125..4c5b4f5a 100644 --- a/tests/test_mesh_rendering_utils.py +++ b/tests/test_mesh_rendering_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_meshes.py b/tests/test_meshes.py index 71acf1a6..c61f3c4e 100644 --- a/tests/test_meshes.py +++ b/tests/test_meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_ops_utils.py b/tests/test_ops_utils.py index a4653373..b1c283d1 100644 --- a/tests/test_ops_utils.py +++ b/tests/test_ops_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_packed_to_padded.py b/tests/test_packed_to_padded.py index 44f95bf9..b5b469e5 100644 --- a/tests/test_packed_to_padded.py +++ b/tests/test_packed_to_padded.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_perspective_n_points.py b/tests/test_perspective_n_points.py index 6f09831d..29d74120 100644 --- a/tests/test_perspective_n_points.py +++ b/tests/test_perspective_n_points.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_point_mesh_distance.py b/tests/test_point_mesh_distance.py index 6b06fda6..77361c79 100644 --- a/tests/test_point_mesh_distance.py +++ b/tests/test_point_mesh_distance.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_pointclouds.py b/tests/test_pointclouds.py index 9e3863b5..f1705e15 100644 --- a/tests/test_pointclouds.py +++ b/tests/test_pointclouds.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_points_alignment.py b/tests/test_points_alignment.py index a5fb5c89..c6f50400 100644 --- a/tests/test_points_alignment.py +++ b/tests/test_points_alignment.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_points_normals.py b/tests/test_points_normals.py index 945b6487..feb88af7 100644 --- a/tests/test_points_normals.py +++ b/tests/test_points_normals.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_points_to_volumes.py b/tests/test_points_to_volumes.py index 311d3330..11563729 100644 --- a/tests/test_points_to_volumes.py +++ b/tests/test_points_to_volumes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_r2n2.py b/tests/test_r2n2.py index 172191d5..46dd6e03 100644 --- a/tests/test_r2n2.py +++ b/tests/test_r2n2.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_rasterize_meshes.py b/tests/test_rasterize_meshes.py index 033370bb..a5094fc7 100644 --- a/tests/test_rasterize_meshes.py +++ b/tests/test_rasterize_meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_rasterize_points.py b/tests/test_rasterize_points.py index 6335ce84..01ffd64d 100644 --- a/tests/test_rasterize_points.py +++ b/tests/test_rasterize_points.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_rasterize_rectangle_images.py b/tests/test_rasterize_rectangle_images.py index a740401c..d57f6044 100644 --- a/tests/test_rasterize_rectangle_images.py +++ b/tests/test_rasterize_rectangle_images.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_rasterizer.py b/tests/test_rasterizer.py index c177f99d..82e12a97 100644 --- a/tests/test_rasterizer.py +++ b/tests/test_rasterizer.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_raymarching.py b/tests/test_raymarching.py index b20b6998..d788de6a 100644 --- a/tests/test_raymarching.py +++ b/tests/test_raymarching.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_raysampling.py b/tests/test_raysampling.py index 9d1409ee..a280bb4a 100644 --- a/tests/test_raysampling.py +++ b/tests/test_raysampling.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_render_implicit.py b/tests/test_render_implicit.py index 22be1576..ca8c0829 100644 --- a/tests/test_render_implicit.py +++ b/tests/test_render_implicit.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_render_meshes.py b/tests/test_render_meshes.py index a1ea6de4..e8b757c1 100644 --- a/tests/test_render_meshes.py +++ b/tests/test_render_meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_render_meshes_clipped.py b/tests/test_render_meshes_clipped.py index 3a3faf3b..75d35dde 100644 --- a/tests/test_render_meshes_clipped.py +++ b/tests/test_render_meshes_clipped.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_render_multigpu.py b/tests/test_render_multigpu.py index a2bf7289..2e62dd61 100644 --- a/tests/test_render_multigpu.py +++ b/tests/test_render_multigpu.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_render_points.py b/tests/test_render_points.py index 4fc19dad..dfe9f431 100644 --- a/tests/test_render_points.py +++ b/tests/test_render_points.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_render_volumes.py b/tests/test_render_volumes.py index 39d1e59b..f546cad3 100644 --- a/tests/test_render_volumes.py +++ b/tests/test_render_volumes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_rendering_utils.py b/tests/test_rendering_utils.py index 6828ff41..e803fd3c 100644 --- a/tests/test_rendering_utils.py +++ b/tests/test_rendering_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_rotation_conversions.py b/tests/test_rotation_conversions.py index 263da99c..57454893 100644 --- a/tests/test_rotation_conversions.py +++ b/tests/test_rotation_conversions.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_sample_farthest_points.py b/tests/test_sample_farthest_points.py index 48703ddf..f5348d48 100644 --- a/tests/test_sample_farthest_points.py +++ b/tests/test_sample_farthest_points.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_sample_pdf.py b/tests/test_sample_pdf.py index 4d1cf9ac..044758a5 100644 --- a/tests/test_sample_pdf.py +++ b/tests/test_sample_pdf.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_sample_points_from_meshes.py b/tests/test_sample_points_from_meshes.py index eefd8d29..4069cb37 100644 --- a/tests/test_sample_points_from_meshes.py +++ b/tests/test_sample_points_from_meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_se3.py b/tests/test_se3.py index fc8a0b04..a22ea1c7 100644 --- a/tests/test_se3.py +++ b/tests/test_se3.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_shader.py b/tests/test_shader.py index abc2bd8d..1712dacb 100644 --- a/tests/test_shader.py +++ b/tests/test_shader.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_shapenet_core.py b/tests/test_shapenet_core.py index 177a8a11..ce8dfa57 100644 --- a/tests/test_shapenet_core.py +++ b/tests/test_shapenet_core.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_so3.py b/tests/test_so3.py index ad6b230d..5c30ab14 100644 --- a/tests/test_so3.py +++ b/tests/test_so3.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_struct_utils.py b/tests/test_struct_utils.py index c9156431..58ad8d9d 100644 --- a/tests/test_struct_utils.py +++ b/tests/test_struct_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_subdivide_meshes.py b/tests/test_subdivide_meshes.py index 2db31285..77b80a45 100644 --- a/tests/test_subdivide_meshes.py +++ b/tests/test_subdivide_meshes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_symeig3x3.py b/tests/test_symeig3x3.py index 87352929..283d5278 100644 --- a/tests/test_symeig3x3.py +++ b/tests/test_symeig3x3.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_texturing.py b/tests/test_texturing.py index 148a1682..e4c5286f 100644 --- a/tests/test_texturing.py +++ b/tests/test_texturing.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_transforms.py b/tests/test_transforms.py index 25dc21bb..a819f5b3 100644 --- a/tests/test_transforms.py +++ b/tests/test_transforms.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_vert_align.py b/tests/test_vert_align.py index 5911a4b1..286299b4 100644 --- a/tests/test_vert_align.py +++ b/tests/test_vert_align.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/tests/test_volumes.py b/tests/test_volumes.py index 8747aa49..a9c2b181 100644 --- a/tests/test_volumes.py +++ b/tests/test_volumes.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/website/core/Footer.js b/website/core/Footer.js index f640d5f1..9e8c4a79 100644 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/website/core/Tutorial.js b/website/core/Tutorial.js index 7dda462d..866fa6e3 100644 --- a/website/core/Tutorial.js +++ b/website/core/Tutorial.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/website/core/TutorialSidebar.js b/website/core/TutorialSidebar.js index 1893d50d..b53c683d 100644 --- a/website/core/TutorialSidebar.js +++ b/website/core/TutorialSidebar.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/website/pages/en/help.js b/website/pages/en/help.js index 2417dd56..323ba712 100644 --- a/website/pages/en/help.js +++ b/website/pages/en/help.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 7f6806d7..b69c76c8 100644 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/website/pages/en/users.js b/website/pages/en/users.js index 222da708..2439c3ee 100644 --- a/website/pages/en/users.js +++ b/website/pages/en/users.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/website/pages/tutorials/index.js b/website/pages/tutorials/index.js index 88052202..1a97c2b3 100644 --- a/website/pages/tutorials/index.js +++ b/website/pages/tutorials/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/website/static/css/custom.css b/website/static/css/custom.css index 5d7ebee8..691ec079 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/website/static/css/pygments.css b/website/static/css/pygments.css index 91f1ae70..b57ec251 100644 --- a/website/static/css/pygments.css +++ b/website/static/css/pygments.css @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the