Skip to content

Commit 5f7f90f

Browse files
committed
Copyright (c) Meta Platforms, Inc. and affiliates
ghstack-source-id: aab9313 Pull Request resolved: #136
1 parent 262e3f1 commit 5f7f90f

17 files changed

+17
-17
lines changed

test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Meta Platforms, Inc. and its affiliates. All Rights Reserved.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
22
#
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.

test/test_csprng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Meta Platforms, Inc. and its affiliates. All Rights Reserved.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
22
#
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.

torchcsprng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Meta Platforms, Inc. and its affiliates. All Rights Reserved.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
22
#
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.

torchcsprng/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Meta Platforms, Inc. and its affiliates. All Rights Reserved.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
22
#
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.

torchcsprng/csrc/OffsetCalculator.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Meta Platforms, Inc. and its affiliates. All Rights Reserved.
2+
* Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
33
*
44
* This source code is licensed under the BSD-style license found in the
55
* LICENSE file in the root directory of this source tree.

torchcsprng/csrc/THCIntegerDivider.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Meta Platforms, Inc. and its affiliates. All Rights Reserved.
2+
* Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
33
*
44
* This source code is licensed under the BSD-style license found in the
55
* LICENSE file in the root directory of this source tree.

torchcsprng/csrc/aes.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Meta Platforms, Inc. and its affiliates. All Rights Reserved.
2+
* Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
33
*
44
* This source code is licensed under the BSD-style license found in the
55
* LICENSE file in the root directory of this source tree.

torchcsprng/csrc/block_cipher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Meta Platforms, Inc. and its affiliates. All Rights Reserved.
2+
* Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
33
*
44
* This source code is licensed under the BSD-style license found in the
55
* LICENSE file in the root directory of this source tree.

torchcsprng/csrc/cpu/kernels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Meta Platforms, Inc. and its affiliates. All Rights Reserved.
2+
* Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
33
*
44
* This source code is licensed under the BSD-style license found in the
55
* LICENSE file in the root directory of this source tree.

torchcsprng/csrc/cpu/kernels.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Meta Platforms, Inc. and its affiliates. All Rights Reserved.
2+
* Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
33
*
44
* This source code is licensed under the BSD-style license found in the
55
* LICENSE file in the root directory of this source tree.

0 commit comments

Comments
 (0)