[BE] Tweak Meta copyright headers (#90805)

s/Facebook, Inc./Meta Platforms, Inc/
s/Confidential and proprietary./This source code is licensed under the BSD-style license/

Per https://www.internalfb.com/intern/wiki/Open_Source/Licenses/Straight_BSD/

Also, add linter that prevents adding those in the future

Fixes https://github.com/pytorch/pytorch/issues/90187
Pull Request resolved: https://github.com/pytorch/pytorch/pull/90805
Approved by: https://github.com/zpao
This commit is contained in:
Nikita Shulga
2022-12-14 20:30:31 +00:00
committed by PyTorch MergeBot
parent f3393b7ea7
commit fb18c29486
20 changed files with 95 additions and 20 deletions

View File

@ -1,4 +1,7 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
// Copyright (c) Meta Platforms, Inc. and affiliates.
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <gtest/gtest.h>