diff --git a/test/__init__.py b/test/__init__.py index 83766c4..b8c6945 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Meta Platforms, 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. diff --git a/test/test_csprng.py b/test/test_csprng.py index 3245ffd..a85b7b8 100644 --- a/test/test_csprng.py +++ b/test/test_csprng.py @@ -1,4 +1,4 @@ -# Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/__init__.py b/torchcsprng/__init__.py index 60a98d6..a05c967 100644 --- a/torchcsprng/__init__.py +++ b/torchcsprng/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/__init__.pyi b/torchcsprng/__init__.pyi index dcc28c2..236dbfe 100644 --- a/torchcsprng/__init__.pyi +++ b/torchcsprng/__init__.pyi @@ -1,4 +1,4 @@ -# Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/OffsetCalculator.cuh b/torchcsprng/csrc/OffsetCalculator.cuh index 671e37d..c38e54a 100644 --- a/torchcsprng/csrc/OffsetCalculator.cuh +++ b/torchcsprng/csrc/OffsetCalculator.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/THCIntegerDivider.cuh b/torchcsprng/csrc/THCIntegerDivider.cuh index bc124b2..cdf01af 100644 --- a/torchcsprng/csrc/THCIntegerDivider.cuh +++ b/torchcsprng/csrc/THCIntegerDivider.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/aes.inc b/torchcsprng/csrc/aes.inc index 463dd5c..db29996 100644 --- a/torchcsprng/csrc/aes.inc +++ b/torchcsprng/csrc/aes.inc @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/block_cipher.h b/torchcsprng/csrc/block_cipher.h index a949d52..5f1e2cf 100644 --- a/torchcsprng/csrc/block_cipher.h +++ b/torchcsprng/csrc/block_cipher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/cpu/kernels.cpp b/torchcsprng/csrc/cpu/kernels.cpp index 5f86829..395810a 100644 --- a/torchcsprng/csrc/cpu/kernels.cpp +++ b/torchcsprng/csrc/cpu/kernels.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/cpu/kernels.h b/torchcsprng/csrc/cpu/kernels.h index f84af4a..b907408 100644 --- a/torchcsprng/csrc/cpu/kernels.h +++ b/torchcsprng/csrc/cpu/kernels.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/csprng.cpp b/torchcsprng/csrc/csprng.cpp index 8494253..8ae61eb 100644 --- a/torchcsprng/csrc/csprng.cpp +++ b/torchcsprng/csrc/csprng.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/cuda/kernels.cu b/torchcsprng/csrc/cuda/kernels.cu index 6842ffb..da57d0a 100644 --- a/torchcsprng/csrc/cuda/kernels.cu +++ b/torchcsprng/csrc/cuda/kernels.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/cuda/kernels.cuh b/torchcsprng/csrc/cuda/kernels.cuh index b2a05d4..586f1fd 100644 --- a/torchcsprng/csrc/cuda/kernels.cuh +++ b/torchcsprng/csrc/cuda/kernels.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/kernels_body.inc b/torchcsprng/csrc/kernels_body.inc index a2be40d..097ae09 100644 --- a/torchcsprng/csrc/kernels_body.inc +++ b/torchcsprng/csrc/kernels_body.inc @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/kernels_commons.h b/torchcsprng/csrc/kernels_commons.h index f4021a7..c94167e 100644 --- a/torchcsprng/csrc/kernels_commons.h +++ b/torchcsprng/csrc/kernels_commons.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/kernels_decls.inc b/torchcsprng/csrc/kernels_decls.inc index d07aa09..5fa9299 100644 --- a/torchcsprng/csrc/kernels_decls.inc +++ b/torchcsprng/csrc/kernels_decls.inc @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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. diff --git a/torchcsprng/csrc/macros.h b/torchcsprng/csrc/macros.h index d21b25c..d98d1bd 100644 --- a/torchcsprng/csrc/macros.h +++ b/torchcsprng/csrc/macros.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Meta Platforms, 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.