diff --git a/LICENSE b/LICENSE index f8388bbd84..fe9e4f5d7f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2020 Mellanox Technologies Ltd. All rights reserved. +Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/Makefile.am b/Makefile.am index 19fad7db6f..5b2643c4f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Mellanox Technologies. All rights reserved. +# Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (C) Huawei Technologies Co., Ltd. 2020. All rights reserved. # $HEADER$ # diff --git a/NEWS b/NEWS index a7159a0d55..df8d949401 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ /** - * @copyright Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * @copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/autogen.sh b/autogen.sh index 3521651f98..797e283e43 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE:-$0}" )" &> /dev/null && pwd )" if [ $SCRIPT_DIR != `pwd` ]; then diff --git a/cmake/Makefile.am b/cmake/Makefile.am index cf1b469cc1..338e865217 100644 --- a/cmake/Makefile.am +++ b/cmake/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) NVIDIA Corporation. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # cmakedir = $(libdir)/cmake/ucc diff --git a/cmake/ucc-config-version.cmake.in b/cmake/ucc-config-version.cmake.in index ef5c97babc..03a4e08a89 100644 --- a/cmake/ucc-config-version.cmake.in +++ b/cmake/ucc-config-version.cmake.in @@ -1,5 +1,5 @@ # -# Copyright (C) NVIDIA Corporation. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # This is a basic version file for the Config-mode of find_package(). diff --git a/cmake/ucc-config.cmake.in b/cmake/ucc-config.cmake.in index 2a70e9822c..a3f7c7c5a4 100644 --- a/cmake/ucc-config.cmake.in +++ b/cmake/ucc-config.cmake.in @@ -1,5 +1,5 @@ # -# Copyright (C) NVIDIA Corporation. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # include("${CMAKE_CURRENT_LIST_DIR}/ucc-targets.cmake") diff --git a/cmake/ucc-targets.cmake.in b/cmake/ucc-targets.cmake.in index 109d1c262d..fecdad42d4 100644 --- a/cmake/ucc-targets.cmake.in +++ b/cmake/ucc-targets.cmake.in @@ -1,5 +1,5 @@ # -# Copyright (C) NVIDIA Corporation. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # set(prefix "@prefix@") diff --git a/config/m4/check_tls.m4 b/config/m4/check_tls.m4 index a1a2babc22..932fe2edab 100644 --- a/config/m4/check_tls.m4 +++ b/config/m4/check_tls.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # See file LICENSE for terms. # diff --git a/config/m4/compiler.m4 b/config/m4/compiler.m4 index 643c79a8b4..025c7a746f 100644 --- a/config/m4/compiler.m4 +++ b/config/m4/compiler.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2001-2014. ALL RIGHTS RESERVED. +# Copyright (c) 2001-2014, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (c) UT-Battelle, LLC. 2017. ALL RIGHTS RESERVED. # Copyright (C) ARM Ltd. 2016-2020. ALL RIGHTS RESERVED. # See file LICENSE for terms. diff --git a/config/m4/configure.m4 b/config/m4/configure.m4 index 05916b3dd8..54cd033b81 100644 --- a/config/m4/configure.m4 +++ b/config/m4/configure.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # See file LICENSE for terms. # diff --git a/config/m4/cuda.m4 b/config/m4/cuda.m4 index 279f09dfdc..ba7533cef6 100644 --- a/config/m4/cuda.m4 +++ b/config/m4/cuda.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2001-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2001-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # See file LICENSE for terms. # diff --git a/config/m4/gtest.m4 b/config/m4/gtest.m4 index 62ee21a0fb..7575106bfc 100644 --- a/config/m4/gtest.m4 +++ b/config/m4/gtest.m4 @@ -1,4 +1,4 @@ -# Copyright (C) Mellanox Technologies Ltd. 2001-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2001-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (C) UT-Battelle, LLC. 2015. ALL RIGHTS RESERVED. # See file LICENSE for terms. # diff --git a/config/m4/ibverbs.m4 b/config/m4/ibverbs.m4 index 83241a40d9..b198ac2479 100644 --- a/config/m4/ibverbs.m4 +++ b/config/m4/ibverbs.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. +# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # See file LICENSE for terms. # diff --git a/config/m4/mpi.m4 b/config/m4/mpi.m4 index 121b3c50b3..eee9796e44 100644 --- a/config/m4/mpi.m4 +++ b/config/m4/mpi.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2001-2014. ALL RIGHTS RESERVED. +# Copyright (c) 2001-2014, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Copyright (C) UT-Battelle, LLC. 2015. ALL RIGHTS RESERVED. # See file LICENSE for terms. diff --git a/config/m4/nccl.m4 b/config/m4/nccl.m4 index 3c30def354..33067f2e99 100644 --- a/config/m4/nccl.m4 +++ b/config/m4/nccl.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # See file LICENSE for terms. # diff --git a/config/m4/rccl.m4 b/config/m4/rccl.m4 index 94949f0a27..f413a4840b 100644 --- a/config/m4/rccl.m4 +++ b/config/m4/rccl.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. # See file LICENSE for terms. # diff --git a/config/m4/rocm.m4 b/config/m4/rocm.m4 index 8857cfe0d0..bd31aa525c 100644 --- a/config/m4/rocm.m4 +++ b/config/m4/rocm.m4 @@ -1,6 +1,6 @@ # # Copyright (C) Advanced Micro Devices, Inc. 2016 - 2022. ALL RIGHTS RESERVED. -# Copyright (C) Mellanox Technologies Ltd. 2001-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2001-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # See file LICENSE for terms. # diff --git a/config/m4/sharp.m4 b/config/m4/sharp.m4 index 213e2dac60..da98c13f49 100644 --- a/config/m4/sharp.m4 +++ b/config/m4/sharp.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # See file LICENSE for terms. # diff --git a/config/m4/sysdep.m4 b/config/m4/sysdep.m4 index a60a01f599..27f7888038 100644 --- a/config/m4/sysdep.m4 +++ b/config/m4/sysdep.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2001-2014. ALL RIGHTS RESERVED. +# Copyright (c) 2001-2014, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (C) UT-Battelle, LLC. 2014-2015. ALL RIGHTS RESERVED. # See file LICENSE for terms. # diff --git a/config/m4/tl_coll_plugins.m4 b/config/m4/tl_coll_plugins.m4 index 5601a3defb..1e681f4584 100644 --- a/config/m4/tl_coll_plugins.m4 +++ b/config/m4/tl_coll_plugins.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2001-2021. ALL RIGHTS RESERVED. +# Copyright (c) 2001-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # See file LICENSE for terms. # diff --git a/config/m4/ucx.m4 b/config/m4/ucx.m4 index 859723b2da..968be37bf2 100644 --- a/config/m4/ucx.m4 +++ b/config/m4/ucx.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2001-2020. ALL RIGHTS RESERVED. +# Copyright (c) 2001-2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # See file LICENSE for terms. # diff --git a/config/module.am b/config/module.am index b68405b8c6..8cd123656c 100644 --- a/config/module.am +++ b/config/module.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2001-2020. ALL RIGHTS RESERVED. +# Copyright (c) 2001-2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # See file LICENSE for terms. # diff --git a/configure.ac b/configure.ac index 85c68500f1..b6a46034d0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2001-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2001-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # This software product is a proprietary product of Mellanox Technologies Ltd. # (the "Company") and all right, title, and interest and to the software product, # including all associated intellectual property rights, are and shall diff --git a/docs/doxygen/doxygen.am b/docs/doxygen/doxygen.am index 9c60638c6b..2ba00f8b65 100644 --- a/docs/doxygen/doxygen.am +++ b/docs/doxygen/doxygen.am @@ -1,5 +1,5 @@ # Copyright (C) UT-Battelle, LLC. 2014-2015. ALL RIGHTS RESERVED. -# Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. +# Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # See file LICENSE for terms. # ----- begin aminclude.am ------------------------------------- # diff --git a/src/Makefile.am b/src/Makefile.am index d9f2338bc5..f322fafedc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # cl_dirs = components/cl/basic \ diff --git a/src/coll_patterns/recursive_knomial.h b/src/coll_patterns/recursive_knomial.h index 3bf9482ab5..aa362430b6 100644 --- a/src/coll_patterns/recursive_knomial.h +++ b/src/coll_patterns/recursive_knomial.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/coll_patterns/sra_knomial.h b/src/coll_patterns/sra_knomial.h index ccbd778552..8b2e6a97c9 100644 --- a/src/coll_patterns/sra_knomial.h +++ b/src/coll_patterns/sra_knomial.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/coll_score/ucc_coll_score.c b/src/coll_score/ucc_coll_score.c index 5562cca93c..e4665ab3b1 100644 --- a/src/coll_score/ucc_coll_score.c +++ b/src/coll_score/ucc_coll_score.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/coll_score/ucc_coll_score.h b/src/coll_score/ucc_coll_score.h index f634d3b555..77c6dea0b4 100644 --- a/src/coll_score/ucc_coll_score.h +++ b/src/coll_score/ucc_coll_score.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/coll_score/ucc_coll_score_map.c b/src/coll_score/ucc_coll_score_map.c index 48e95cc717..0868730f9b 100644 --- a/src/coll_score/ucc_coll_score_map.c +++ b/src/coll_score/ucc_coll_score_map.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/base/ucc_base_iface.h b/src/components/base/ucc_base_iface.h index b1089a6c83..768d03b67e 100644 --- a/src/components/base/ucc_base_iface.h +++ b/src/components/base/ucc_base_iface.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/basic/Makefile.am b/src/components/cl/basic/Makefile.am index b31cf797d0..239c13236b 100644 --- a/src/components/cl/basic/Makefile.am +++ b/src/components/cl/basic/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. +# Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # sources = \ diff --git a/src/components/cl/basic/cl_basic.c b/src/components/cl/basic/cl_basic.c index 77a8eec960..257c605dd5 100644 --- a/src/components/cl/basic/cl_basic.c +++ b/src/components/cl/basic/cl_basic.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/basic/cl_basic.h b/src/components/cl/basic/cl_basic.h index 74931d005c..2df42fa2cd 100644 --- a/src/components/cl/basic/cl_basic.h +++ b/src/components/cl/basic/cl_basic.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/basic/cl_basic_coll.c b/src/components/cl/basic/cl_basic_coll.c index de4e699075..bb365220ae 100644 --- a/src/components/cl/basic/cl_basic_coll.c +++ b/src/components/cl/basic/cl_basic_coll.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/basic/cl_basic_context.c b/src/components/cl/basic/cl_basic_context.c index 1bee21c4f7..4da4f24b0b 100644 --- a/src/components/cl/basic/cl_basic_context.c +++ b/src/components/cl/basic/cl_basic_context.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/basic/cl_basic_lib.c b/src/components/cl/basic/cl_basic_lib.c index 2a724fcbb1..b3f01bb57a 100644 --- a/src/components/cl/basic/cl_basic_lib.c +++ b/src/components/cl/basic/cl_basic_lib.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/basic/cl_basic_team.c b/src/components/cl/basic/cl_basic_team.c index bf05d8d701..787f213dd8 100644 --- a/src/components/cl/basic/cl_basic_team.c +++ b/src/components/cl/basic/cl_basic_team.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/Makefile.am b/src/components/cl/hier/Makefile.am index 689d51ce89..0280074e09 100644 --- a/src/components/cl/hier/Makefile.am +++ b/src/components/cl/hier/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # allreduce = \ diff --git a/src/components/cl/hier/allreduce/allreduce.c b/src/components/cl/hier/allreduce/allreduce.c index 1c191604bb..c69cc4db36 100644 --- a/src/components/cl/hier/allreduce/allreduce.c +++ b/src/components/cl/hier/allreduce/allreduce.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/allreduce/allreduce.h b/src/components/cl/hier/allreduce/allreduce.h index 9e7ccc6cf7..0549f4ae3c 100644 --- a/src/components/cl/hier/allreduce/allreduce.h +++ b/src/components/cl/hier/allreduce/allreduce.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/allreduce/allreduce_rab.c b/src/components/cl/hier/allreduce/allreduce_rab.c index f230f92b66..111cf4c833 100644 --- a/src/components/cl/hier/allreduce/allreduce_rab.c +++ b/src/components/cl/hier/allreduce/allreduce_rab.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/allreduce/allreduce_split_rail.c b/src/components/cl/hier/allreduce/allreduce_split_rail.c index a5e0f864f4..45911994a5 100644 --- a/src/components/cl/hier/allreduce/allreduce_split_rail.c +++ b/src/components/cl/hier/allreduce/allreduce_split_rail.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/alltoall/alltoall.c b/src/components/cl/hier/alltoall/alltoall.c index 78aef71710..04d6ac2c98 100644 --- a/src/components/cl/hier/alltoall/alltoall.c +++ b/src/components/cl/hier/alltoall/alltoall.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/alltoall/alltoall.h b/src/components/cl/hier/alltoall/alltoall.h index 25bb999f90..7f411c59d9 100644 --- a/src/components/cl/hier/alltoall/alltoall.h +++ b/src/components/cl/hier/alltoall/alltoall.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/alltoallv/alltoallv.c b/src/components/cl/hier/alltoallv/alltoallv.c index c17c3bced7..bc733660c5 100644 --- a/src/components/cl/hier/alltoallv/alltoallv.c +++ b/src/components/cl/hier/alltoallv/alltoallv.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/cl/hier/alltoallv/alltoallv.h b/src/components/cl/hier/alltoallv/alltoallv.h index b830ee114d..7ee910e11f 100644 --- a/src/components/cl/hier/alltoallv/alltoallv.h +++ b/src/components/cl/hier/alltoallv/alltoallv.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/barrier/barrier.c b/src/components/cl/hier/barrier/barrier.c index 7b87576662..8468d6b74c 100644 --- a/src/components/cl/hier/barrier/barrier.c +++ b/src/components/cl/hier/barrier/barrier.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/barrier/barrier.h b/src/components/cl/hier/barrier/barrier.h index 8838b4af86..1f53628230 100644 --- a/src/components/cl/hier/barrier/barrier.h +++ b/src/components/cl/hier/barrier/barrier.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/cl_hier.c b/src/components/cl/hier/cl_hier.c index a21d4b3934..0e0ba16f7a 100644 --- a/src/components/cl/hier/cl_hier.c +++ b/src/components/cl/hier/cl_hier.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/cl_hier.h b/src/components/cl/hier/cl_hier.h index 3cacfa8cc9..55dc61d292 100644 --- a/src/components/cl/hier/cl_hier.h +++ b/src/components/cl/hier/cl_hier.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/cl/hier/cl_hier_coll.c b/src/components/cl/hier/cl_hier_coll.c index b8748eaa6f..e32c3687ce 100644 --- a/src/components/cl/hier/cl_hier_coll.c +++ b/src/components/cl/hier/cl_hier_coll.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/cl_hier_coll.h b/src/components/cl/hier/cl_hier_coll.h index 4af9374ec0..7f5b1d4d0d 100644 --- a/src/components/cl/hier/cl_hier_coll.h +++ b/src/components/cl/hier/cl_hier_coll.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/cl_hier_context.c b/src/components/cl/hier/cl_hier_context.c index 45f539514c..b1cba6c99d 100644 --- a/src/components/cl/hier/cl_hier_context.c +++ b/src/components/cl/hier/cl_hier_context.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/cl_hier_lib.c b/src/components/cl/hier/cl_hier_lib.c index 8116e1f125..3804c14c29 100644 --- a/src/components/cl/hier/cl_hier_lib.c +++ b/src/components/cl/hier/cl_hier_lib.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/hier/cl_hier_team.c b/src/components/cl/hier/cl_hier_team.c index b77d1f1740..04b70e6f83 100644 --- a/src/components/cl/hier/cl_hier_team.c +++ b/src/components/cl/hier/cl_hier_team.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/ucc_cl.c b/src/components/cl/ucc_cl.c index c5954d174d..1df2dd7076 100644 --- a/src/components/cl/ucc_cl.c +++ b/src/components/cl/ucc_cl.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/ucc_cl.h b/src/components/cl/ucc_cl.h index 72ad4345ba..2da07e7ee4 100644 --- a/src/components/cl/ucc_cl.h +++ b/src/components/cl/ucc_cl.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/ucc_cl_log.h b/src/components/cl/ucc_cl_log.h index 0d8ed618f2..08393f0dbd 100644 --- a/src/components/cl/ucc_cl_log.h +++ b/src/components/cl/ucc_cl_log.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/cl/ucc_cl_type.h b/src/components/cl/ucc_cl_type.h index d83d1784f8..6e7bd43479 100644 --- a/src/components/cl/ucc_cl_type.h +++ b/src/components/cl/ucc_cl_type.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/base/ucc_ec_base.c b/src/components/ec/base/ucc_ec_base.c index 9e2495297e..4d4106347b 100644 --- a/src/components/ec/base/ucc_ec_base.c +++ b/src/components/ec/base/ucc_ec_base.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/base/ucc_ec_base.h b/src/components/ec/base/ucc_ec_base.h index 5cd1fae417..e583efaaad 100644 --- a/src/components/ec/base/ucc_ec_base.h +++ b/src/components/ec/base/ucc_ec_base.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/cpu/Makefile.am b/src/components/ec/cpu/Makefile.am index fb1262ff5c..d85314bf70 100644 --- a/src/components/ec/cpu/Makefile.am +++ b/src/components/ec/cpu/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. +# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # sources = \ diff --git a/src/components/ec/cpu/ec_cpu.c b/src/components/ec/cpu/ec_cpu.c index 53c2ef99cc..30cb9013f3 100644 --- a/src/components/ec/cpu/ec_cpu.c +++ b/src/components/ec/cpu/ec_cpu.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/cpu/ec_cpu.h b/src/components/ec/cpu/ec_cpu.h index 1a2da0eacc..1efdfda8c6 100644 --- a/src/components/ec/cpu/ec_cpu.h +++ b/src/components/ec/cpu/ec_cpu.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/cuda/Makefile.am b/src/components/ec/cuda/Makefile.am index 77ba34cdf1..ff74621ba7 100644 --- a/src/components/ec/cuda/Makefile.am +++ b/src/components/ec/cuda/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. +# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # if HAVE_CUDA diff --git a/src/components/ec/cuda/ec_cuda.c b/src/components/ec/cuda/ec_cuda.c index 3e70d18b1a..5c627aa71f 100644 --- a/src/components/ec/cuda/ec_cuda.c +++ b/src/components/ec/cuda/ec_cuda.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/cuda/ec_cuda.h b/src/components/ec/cuda/ec_cuda.h index d47dbe1325..5873c40c4e 100644 --- a/src/components/ec/cuda/ec_cuda.h +++ b/src/components/ec/cuda/ec_cuda.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/cuda/ec_cuda_executor.c b/src/components/ec/cuda/ec_cuda_executor.c index 1ca65faac1..d031e4f45a 100644 --- a/src/components/ec/cuda/ec_cuda_executor.c +++ b/src/components/ec/cuda/ec_cuda_executor.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/cuda/ec_cuda_executor.h b/src/components/ec/cuda/ec_cuda_executor.h index b4d6101e18..750bfa13ab 100644 --- a/src/components/ec/cuda/ec_cuda_executor.h +++ b/src/components/ec/cuda/ec_cuda_executor.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/cuda/ec_cuda_executor_interruptible.c b/src/components/ec/cuda/ec_cuda_executor_interruptible.c index 21711cafcc..585b2d6a7b 100644 --- a/src/components/ec/cuda/ec_cuda_executor_interruptible.c +++ b/src/components/ec/cuda/ec_cuda_executor_interruptible.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/cuda/ec_cuda_executor_persistent.c b/src/components/ec/cuda/ec_cuda_executor_persistent.c index 02fbcb289e..d7cada216d 100644 --- a/src/components/ec/cuda/ec_cuda_executor_persistent.c +++ b/src/components/ec/cuda/ec_cuda_executor_persistent.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/cuda/kernel/Makefile.am b/src/components/ec/cuda/kernel/Makefile.am index 51faaa37b0..f9689ae889 100644 --- a/src/components/ec/cuda/kernel/Makefile.am +++ b/src/components/ec/cuda/kernel/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. +# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # NVCCFLAGS = \ diff --git a/src/components/ec/cuda/kernel/ec_cuda_executor.cu b/src/components/ec/cuda/kernel/ec_cuda_executor.cu index cf87f4c31e..9a6e375f97 100644 --- a/src/components/ec/cuda/kernel/ec_cuda_executor.cu +++ b/src/components/ec/cuda/kernel/ec_cuda_executor.cu @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/cuda/kernel/ec_cuda_wait_kernel.cu b/src/components/ec/cuda/kernel/ec_cuda_wait_kernel.cu index 67db980393..11ec0e7276 100644 --- a/src/components/ec/cuda/kernel/ec_cuda_wait_kernel.cu +++ b/src/components/ec/cuda/kernel/ec_cuda_wait_kernel.cu @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/ec/rocm/Makefile.am b/src/components/ec/rocm/Makefile.am index 382ae5f961..495dce4a46 100644 --- a/src/components/ec/rocm/Makefile.am +++ b/src/components/ec/rocm/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. +# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. # diff --git a/src/components/ec/rocm/ec_rocm.c b/src/components/ec/rocm/ec_rocm.c index a52e40c18b..89720cdd05 100644 --- a/src/components/ec/rocm/ec_rocm.c +++ b/src/components/ec/rocm/ec_rocm.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/ec/rocm/ec_rocm.h b/src/components/ec/rocm/ec_rocm.h index 43a34be464..0dda7dfb14 100644 --- a/src/components/ec/rocm/ec_rocm.h +++ b/src/components/ec/rocm/ec_rocm.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/ec/rocm/ec_rocm_executor.c b/src/components/ec/rocm/ec_rocm_executor.c index 5ac36ccc02..03b7d8d00f 100644 --- a/src/components/ec/rocm/ec_rocm_executor.c +++ b/src/components/ec/rocm/ec_rocm_executor.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/ec/rocm/ec_rocm_executor.h b/src/components/ec/rocm/ec_rocm_executor.h index ebcf852c61..cb7d3a9494 100644 --- a/src/components/ec/rocm/ec_rocm_executor.h +++ b/src/components/ec/rocm/ec_rocm_executor.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/ec/rocm/ec_rocm_executor_interruptible.c b/src/components/ec/rocm/ec_rocm_executor_interruptible.c index c17f39cc1d..5009f4a775 100644 --- a/src/components/ec/rocm/ec_rocm_executor_interruptible.c +++ b/src/components/ec/rocm/ec_rocm_executor_interruptible.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/ec/rocm/ec_rocm_executor_persistent.c b/src/components/ec/rocm/ec_rocm_executor_persistent.c index 0c71067d77..02ab0a704b 100644 --- a/src/components/ec/rocm/ec_rocm_executor_persistent.c +++ b/src/components/ec/rocm/ec_rocm_executor_persistent.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/ec/rocm/kernel/Makefile.am b/src/components/ec/rocm/kernel/Makefile.am index c7f4a8036b..28ff87a979 100644 --- a/src/components/ec/rocm/kernel/Makefile.am +++ b/src/components/ec/rocm/kernel/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. +# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # HIPCCFLAGS = \ diff --git a/src/components/ec/rocm/kernel/ec_rocm_executor_kernel.cu b/src/components/ec/rocm/kernel/ec_rocm_executor_kernel.cu index c45bccc42a..768aa5d028 100644 --- a/src/components/ec/rocm/kernel/ec_rocm_executor_kernel.cu +++ b/src/components/ec/rocm/kernel/ec_rocm_executor_kernel.cu @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/ec/rocm/kernel/ec_rocm_wait_kernel.cu b/src/components/ec/rocm/kernel/ec_rocm_wait_kernel.cu index 886684cf78..a1d7055ad3 100644 --- a/src/components/ec/rocm/kernel/ec_rocm_wait_kernel.cu +++ b/src/components/ec/rocm/kernel/ec_rocm_wait_kernel.cu @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/ec/ucc_ec.c b/src/components/ec/ucc_ec.c index 6d76577478..0025195b1e 100644 --- a/src/components/ec/ucc_ec.c +++ b/src/components/ec/ucc_ec.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/components/ec/ucc_ec.h b/src/components/ec/ucc_ec.h index a18d6fcd83..b9cfb5334a 100644 --- a/src/components/ec/ucc_ec.h +++ b/src/components/ec/ucc_ec.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/components/ec/ucc_ec_log.h b/src/components/ec/ucc_ec_log.h index 0e0580147f..3fc2480772 100644 --- a/src/components/ec/ucc_ec_log.h +++ b/src/components/ec/ucc_ec_log.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/base/ucc_mc_base.c b/src/components/mc/base/ucc_mc_base.c index 446f3d78eb..ff39d543a3 100644 --- a/src/components/mc/base/ucc_mc_base.c +++ b/src/components/mc/base/ucc_mc_base.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/base/ucc_mc_base.h b/src/components/mc/base/ucc_mc_base.h index 7d8dc4f962..84d266e7d1 100644 --- a/src/components/mc/base/ucc_mc_base.h +++ b/src/components/mc/base/ucc_mc_base.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/Makefile.am b/src/components/mc/cpu/Makefile.am index ee07dc7448..d6a2f617f0 100644 --- a/src/components/mc/cpu/Makefile.am +++ b/src/components/mc/cpu/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # sources = \ diff --git a/src/components/mc/cpu/mc_cpu.c b/src/components/mc/cpu/mc_cpu.c index 863562e955..648dd2b948 100644 --- a/src/components/mc/cpu/mc_cpu.c +++ b/src/components/mc/cpu/mc_cpu.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/mc_cpu.h b/src/components/mc/cpu/mc_cpu.h index 389bf67b51..1172951f9e 100644 --- a/src/components/mc/cpu/mc_cpu.h +++ b/src/components/mc/cpu/mc_cpu.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce.h b/src/components/mc/cpu/reduce/mc_cpu_reduce.h index cc7e325582..15c5a51c18 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce.h +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_bfloat16.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_bfloat16.c index 58139041b2..44fce9a9ba 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_bfloat16.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_bfloat16.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_double.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_double.c index e30cd28847..479ce6f7a4 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_double.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_double.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_double_complex.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_double_complex.c index c141c1e58f..c3ad8e8ab7 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_double_complex.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_double_complex.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_float.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_float.c index 65d174eccb..9ced52698c 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_float.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_float.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_float_complex.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_float_complex.c index 666a08a375..71a0e3a35b 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_float_complex.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_float_complex.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_int16.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_int16.c index 2f5393143a..d971ca2d19 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_int16.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_int16.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_int32.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_int32.c index 11e8cb7b36..a7b66c091c 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_int32.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_int32.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_int64.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_int64.c index b01d2c1d14..5a9e462c5c 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_int64.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_int64.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_int8.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_int8.c index 423c40296c..9789528cf3 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_int8.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_int8.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_long_double.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_long_double.c index e9ec2ec60a..97f1e8ce43 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_long_double.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_long_double.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_long_double_complex.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_long_double_complex.c index 62bb3208a5..1a5dc77991 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_long_double_complex.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_long_double_complex.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_uint16.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_uint16.c index 87e9572c27..cc700c1838 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_uint16.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_uint16.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_uint32.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_uint32.c index 5d07780717..78b71ed01e 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_uint32.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_uint32.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_uint64.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_uint64.c index 21268f13f6..d09dd23700 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_uint64.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_uint64.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce/mc_cpu_reduce_uint8.c b/src/components/mc/cpu/reduce/mc_cpu_reduce_uint8.c index 906e515882..629b976c54 100644 --- a/src/components/mc/cpu/reduce/mc_cpu_reduce_uint8.c +++ b/src/components/mc/cpu/reduce/mc_cpu_reduce_uint8.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_bfloat16.c b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_bfloat16.c index f5b7d73ec3..d95011ef18 100644 --- a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_bfloat16.c +++ b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_bfloat16.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_double.c b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_double.c index ad656a1dd8..0dd0d5e0b8 100644 --- a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_double.c +++ b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_double.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_double_complex.c b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_double_complex.c index 270ee93adb..104790c926 100644 --- a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_double_complex.c +++ b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_double_complex.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_float.c b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_float.c index c4d670e19c..aac05314b1 100644 --- a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_float.c +++ b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_float.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_float_complex.c b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_float_complex.c index 11dff8c0ca..916789c0d0 100644 --- a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_float_complex.c +++ b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_float_complex.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_long.c b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_long.c index 2779a8ce5d..5a68107a7b 100644 --- a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_long.c +++ b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_long.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_long_complex.c b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_long_complex.c index cb55d9e694..1381ea5b23 100644 --- a/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_long_complex.c +++ b/src/components/mc/cpu/reduce_alpha/mc_cpu_reduce_alpha_long_complex.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cuda/Makefile.am b/src/components/mc/cuda/Makefile.am index 978353abb1..d864acdbe0 100644 --- a/src/components/mc/cuda/Makefile.am +++ b/src/components/mc/cuda/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # if HAVE_CUDA diff --git a/src/components/mc/cuda/kernel/Makefile.am b/src/components/mc/cuda/kernel/Makefile.am index 6d6b850b82..aafde849ac 100644 --- a/src/components/mc/cuda/kernel/Makefile.am +++ b/src/components/mc/cuda/kernel/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # NVCCFLAGS = \ diff --git a/src/components/mc/cuda/kernel/mc_cuda_reduce.cu b/src/components/mc/cuda/kernel/mc_cuda_reduce.cu index 8b33b1c60d..69c2b518c9 100644 --- a/src/components/mc/cuda/kernel/mc_cuda_reduce.cu +++ b/src/components/mc/cuda/kernel/mc_cuda_reduce.cu @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cuda/kernel/mc_cuda_reduce_multi.cu b/src/components/mc/cuda/kernel/mc_cuda_reduce_multi.cu index b86d2a9bcd..09dd879506 100644 --- a/src/components/mc/cuda/kernel/mc_cuda_reduce_multi.cu +++ b/src/components/mc/cuda/kernel/mc_cuda_reduce_multi.cu @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cuda/kernel/mc_cuda_reduce_multi_alpha.cu b/src/components/mc/cuda/kernel/mc_cuda_reduce_multi_alpha.cu index 479d0ba988..e227111155 100644 --- a/src/components/mc/cuda/kernel/mc_cuda_reduce_multi_alpha.cu +++ b/src/components/mc/cuda/kernel/mc_cuda_reduce_multi_alpha.cu @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cuda/kernel/mc_cuda_reduce_ops.h b/src/components/mc/cuda/kernel/mc_cuda_reduce_ops.h index 38dd857f34..80573bdbf9 100644 --- a/src/components/mc/cuda/kernel/mc_cuda_reduce_ops.h +++ b/src/components/mc/cuda/kernel/mc_cuda_reduce_ops.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cuda/mc_cuda.c b/src/components/mc/cuda/mc_cuda.c index ae7a259ce1..105c0ba0d3 100644 --- a/src/components/mc/cuda/mc_cuda.c +++ b/src/components/mc/cuda/mc_cuda.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/cuda/mc_cuda.h b/src/components/mc/cuda/mc_cuda.h index fc0280aac0..1053b2a295 100644 --- a/src/components/mc/cuda/mc_cuda.h +++ b/src/components/mc/cuda/mc_cuda.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/mc/rocm/Makefile.am b/src/components/mc/rocm/Makefile.am index 2271c8e9e2..a7cd7cd03e 100644 --- a/src/components/mc/rocm/Makefile.am +++ b/src/components/mc/rocm/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. # diff --git a/src/components/mc/rocm/kernel/Makefile.am b/src/components/mc/rocm/kernel/Makefile.am index 4d13c48e00..064b920a43 100644 --- a/src/components/mc/rocm/kernel/Makefile.am +++ b/src/components/mc/rocm/kernel/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # HIPCCFLAGS = \ diff --git a/src/components/mc/rocm/kernel/mc_rocm_reduce.cu b/src/components/mc/rocm/kernel/mc_rocm_reduce.cu index 02fbe70f2d..91638badf0 100644 --- a/src/components/mc/rocm/kernel/mc_rocm_reduce.cu +++ b/src/components/mc/rocm/kernel/mc_rocm_reduce.cu @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/mc/rocm/kernel/mc_rocm_reduce_multi.cu b/src/components/mc/rocm/kernel/mc_rocm_reduce_multi.cu index 3fb0b7e362..1a96fab83a 100644 --- a/src/components/mc/rocm/kernel/mc_rocm_reduce_multi.cu +++ b/src/components/mc/rocm/kernel/mc_rocm_reduce_multi.cu @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/mc/rocm/kernel/mc_rocm_reduce_multi_alpha.cu b/src/components/mc/rocm/kernel/mc_rocm_reduce_multi_alpha.cu index 9f4daf8fe9..72340b49e7 100644 --- a/src/components/mc/rocm/kernel/mc_rocm_reduce_multi_alpha.cu +++ b/src/components/mc/rocm/kernel/mc_rocm_reduce_multi_alpha.cu @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/mc/rocm/kernel/mc_rocm_reduce_ops.h b/src/components/mc/rocm/kernel/mc_rocm_reduce_ops.h index 6adc6e7d9d..1b8b57370e 100644 --- a/src/components/mc/rocm/kernel/mc_rocm_reduce_ops.h +++ b/src/components/mc/rocm/kernel/mc_rocm_reduce_ops.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/mc/rocm/mc_rocm.c b/src/components/mc/rocm/mc_rocm.c index 3704daf1ac..cdafd2b139 100644 --- a/src/components/mc/rocm/mc_rocm.c +++ b/src/components/mc/rocm/mc_rocm.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/mc/rocm/mc_rocm.h b/src/components/mc/rocm/mc_rocm.h index 8c8a7cc33c..73c885eec4 100644 --- a/src/components/mc/rocm/mc_rocm.h +++ b/src/components/mc/rocm/mc_rocm.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/mc/ucc_mc.c b/src/components/mc/ucc_mc.c index 4e8661dcdc..0f1e6b27a3 100644 --- a/src/components/mc/ucc_mc.c +++ b/src/components/mc/ucc_mc.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/components/mc/ucc_mc.h b/src/components/mc/ucc_mc.h index 52d33da0f0..75166ccc05 100644 --- a/src/components/mc/ucc_mc.h +++ b/src/components/mc/ucc_mc.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/components/mc/ucc_mc_log.h b/src/components/mc/ucc_mc_log.h index d2749dd9c9..d18ac5198b 100644 --- a/src/components/mc/ucc_mc_log.h +++ b/src/components/mc/ucc_mc_log.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/Makefile.am b/src/components/tl/cuda/Makefile.am index b1d79d6416..c5c209e501 100644 --- a/src/components/tl/cuda/Makefile.am +++ b/src/components/tl/cuda/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (c) Meta Platforms, Inc. and affiliates. 2022. # diff --git a/src/components/tl/cuda/allgather/allgather.c b/src/components/tl/cuda/allgather/allgather.c index 0083a2fa31..ea15373f85 100644 --- a/src/components/tl/cuda/allgather/allgather.c +++ b/src/components/tl/cuda/allgather/allgather.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/allgather/allgather.h b/src/components/tl/cuda/allgather/allgather.h index 7f0411d841..12d12e187b 100644 --- a/src/components/tl/cuda/allgather/allgather.h +++ b/src/components/tl/cuda/allgather/allgather.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/allgather/allgather_ring.c b/src/components/tl/cuda/allgather/allgather_ring.c index a84441b54f..cd8d4edc81 100644 --- a/src/components/tl/cuda/allgather/allgather_ring.c +++ b/src/components/tl/cuda/allgather/allgather_ring.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/allgatherv/allgatherv.c b/src/components/tl/cuda/allgatherv/allgatherv.c index 29de72f71d..3cd64145a8 100644 --- a/src/components/tl/cuda/allgatherv/allgatherv.c +++ b/src/components/tl/cuda/allgatherv/allgatherv.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/allgatherv/allgatherv.h b/src/components/tl/cuda/allgatherv/allgatherv.h index c6eec116b4..099f27e5c6 100644 --- a/src/components/tl/cuda/allgatherv/allgatherv.h +++ b/src/components/tl/cuda/allgatherv/allgatherv.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/allgatherv/allgatherv_ring.c b/src/components/tl/cuda/allgatherv/allgatherv_ring.c index ca1e1a837f..5d6197fc61 100644 --- a/src/components/tl/cuda/allgatherv/allgatherv_ring.c +++ b/src/components/tl/cuda/allgatherv/allgatherv_ring.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/alltoall/alltoall.c b/src/components/tl/cuda/alltoall/alltoall.c index 02aae2334e..c619e59bd1 100644 --- a/src/components/tl/cuda/alltoall/alltoall.c +++ b/src/components/tl/cuda/alltoall/alltoall.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/alltoall/alltoall.h b/src/components/tl/cuda/alltoall/alltoall.h index 2687e10115..2d3bbd6648 100644 --- a/src/components/tl/cuda/alltoall/alltoall.h +++ b/src/components/tl/cuda/alltoall/alltoall.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/alltoall/alltoall_ce.c b/src/components/tl/cuda/alltoall/alltoall_ce.c index 606920d510..053d6844dd 100644 --- a/src/components/tl/cuda/alltoall/alltoall_ce.c +++ b/src/components/tl/cuda/alltoall/alltoall_ce.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/cuda/alltoallv/alltoallv.c b/src/components/tl/cuda/alltoallv/alltoallv.c index 5eb9848758..0804a7abe3 100644 --- a/src/components/tl/cuda/alltoallv/alltoallv.c +++ b/src/components/tl/cuda/alltoallv/alltoallv.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/cuda/alltoallv/alltoallv.h b/src/components/tl/cuda/alltoallv/alltoallv.h index c6c465e289..109f2239bd 100644 --- a/src/components/tl/cuda/alltoallv/alltoallv.h +++ b/src/components/tl/cuda/alltoallv/alltoallv.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/cuda/alltoallv/alltoallv_ce.c b/src/components/tl/cuda/alltoallv/alltoallv_ce.c index bf977fd480..94e1469533 100644 --- a/src/components/tl/cuda/alltoallv/alltoallv_ce.c +++ b/src/components/tl/cuda/alltoallv/alltoallv_ce.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/cuda/configure.m4 b/src/components/tl/cuda/configure.m4 index ff2fbb0623..bdeab76071 100644 --- a/src/components/tl/cuda/configure.m4 +++ b/src/components/tl/cuda/configure.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. +# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # tl_cuda_enabled=n diff --git a/src/components/tl/cuda/reduce_scatter/reduce_scatter.c b/src/components/tl/cuda/reduce_scatter/reduce_scatter.c index dda7c3119b..61b7b1c9b5 100644 --- a/src/components/tl/cuda/reduce_scatter/reduce_scatter.c +++ b/src/components/tl/cuda/reduce_scatter/reduce_scatter.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/reduce_scatter/reduce_scatter.h b/src/components/tl/cuda/reduce_scatter/reduce_scatter.h index 13d7185578..cde70473b6 100644 --- a/src/components/tl/cuda/reduce_scatter/reduce_scatter.h +++ b/src/components/tl/cuda/reduce_scatter/reduce_scatter.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/reduce_scatter/reduce_scatter_ring.c b/src/components/tl/cuda/reduce_scatter/reduce_scatter_ring.c index 9da1cd7d4f..89d5907c5d 100644 --- a/src/components/tl/cuda/reduce_scatter/reduce_scatter_ring.c +++ b/src/components/tl/cuda/reduce_scatter/reduce_scatter_ring.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/reduce_scatterv/reduce_scatterv.c b/src/components/tl/cuda/reduce_scatterv/reduce_scatterv.c index 6a26423be5..1f52c8cd4b 100644 --- a/src/components/tl/cuda/reduce_scatterv/reduce_scatterv.c +++ b/src/components/tl/cuda/reduce_scatterv/reduce_scatterv.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/reduce_scatterv/reduce_scatterv.h b/src/components/tl/cuda/reduce_scatterv/reduce_scatterv.h index 7d20d5f2f4..b3faed9f25 100644 --- a/src/components/tl/cuda/reduce_scatterv/reduce_scatterv.h +++ b/src/components/tl/cuda/reduce_scatterv/reduce_scatterv.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/reduce_scatterv/reduce_scatterv_ring.c b/src/components/tl/cuda/reduce_scatterv/reduce_scatterv_ring.c index 016b6f1546..82e5932454 100644 --- a/src/components/tl/cuda/reduce_scatterv/reduce_scatterv_ring.c +++ b/src/components/tl/cuda/reduce_scatterv/reduce_scatterv_ring.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda.c b/src/components/tl/cuda/tl_cuda.c index 9ef5c6e28f..47112c6f14 100644 --- a/src/components/tl/cuda/tl_cuda.c +++ b/src/components/tl/cuda/tl_cuda.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda.h b/src/components/tl/cuda/tl_cuda.h index 98b8ee71af..2dae2973b3 100644 --- a/src/components/tl/cuda/tl_cuda.h +++ b/src/components/tl/cuda/tl_cuda.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/cuda/tl_cuda_cache.c b/src/components/tl/cuda/tl_cuda_cache.c index a39c54f769..86879f6acf 100644 --- a/src/components/tl/cuda/tl_cuda_cache.c +++ b/src/components/tl/cuda/tl_cuda_cache.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda_cache.h b/src/components/tl/cuda/tl_cuda_cache.h index a51e01465b..fed05e126a 100644 --- a/src/components/tl/cuda/tl_cuda_cache.h +++ b/src/components/tl/cuda/tl_cuda_cache.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda_coll.c b/src/components/tl/cuda/tl_cuda_coll.c index 32863994cb..222c07230c 100644 --- a/src/components/tl/cuda/tl_cuda_coll.c +++ b/src/components/tl/cuda/tl_cuda_coll.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda_coll.h b/src/components/tl/cuda/tl_cuda_coll.h index 2a9fd4ba7a..60c959249d 100644 --- a/src/components/tl/cuda/tl_cuda_coll.h +++ b/src/components/tl/cuda/tl_cuda_coll.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda_context.c b/src/components/tl/cuda/tl_cuda_context.c index f783d6709d..462a70ea38 100644 --- a/src/components/tl/cuda/tl_cuda_context.c +++ b/src/components/tl/cuda/tl_cuda_context.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda_ep_hash.h b/src/components/tl/cuda/tl_cuda_ep_hash.h index 65f1713f0e..a6ae72a3dd 100644 --- a/src/components/tl/cuda/tl_cuda_ep_hash.h +++ b/src/components/tl/cuda/tl_cuda_ep_hash.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda_lib.c b/src/components/tl/cuda/tl_cuda_lib.c index 79204cea68..ebaf2f7fe8 100644 --- a/src/components/tl/cuda/tl_cuda_lib.c +++ b/src/components/tl/cuda/tl_cuda_lib.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda_ring.h b/src/components/tl/cuda/tl_cuda_ring.h index 09b926b51d..22ecc78f13 100644 --- a/src/components/tl/cuda/tl_cuda_ring.h +++ b/src/components/tl/cuda/tl_cuda_ring.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda_team.c b/src/components/tl/cuda/tl_cuda_team.c index f4bbde6989..55ed40c29d 100644 --- a/src/components/tl/cuda/tl_cuda_team.c +++ b/src/components/tl/cuda/tl_cuda_team.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda_team_topo.h b/src/components/tl/cuda/tl_cuda_team_topo.h index 9341c6735e..036780ec5e 100644 --- a/src/components/tl/cuda/tl_cuda_team_topo.h +++ b/src/components/tl/cuda/tl_cuda_team_topo.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda_topo.c b/src/components/tl/cuda/tl_cuda_topo.c index 240754b0e5..55e6699faf 100644 --- a/src/components/tl/cuda/tl_cuda_topo.c +++ b/src/components/tl/cuda/tl_cuda_topo.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/cuda/tl_cuda_topo.h b/src/components/tl/cuda/tl_cuda_topo.h index 877e6460a1..00bf8dad10 100644 --- a/src/components/tl/cuda/tl_cuda_topo.h +++ b/src/components/tl/cuda/tl_cuda_topo.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/nccl/Makefile.am b/src/components/tl/nccl/Makefile.am index 72a269c036..dc8f89ddd4 100644 --- a/src/components/tl/nccl/Makefile.am +++ b/src/components/tl/nccl/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # if TL_NCCL_ENABLED diff --git a/src/components/tl/nccl/allgatherv/allgatherv.c b/src/components/tl/nccl/allgatherv/allgatherv.c index 38721f1ce6..8d5ced0064 100644 --- a/src/components/tl/nccl/allgatherv/allgatherv.c +++ b/src/components/tl/nccl/allgatherv/allgatherv.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/nccl/allgatherv/allgatherv.h b/src/components/tl/nccl/allgatherv/allgatherv.h index f5741d6739..24b4a9a2fd 100644 --- a/src/components/tl/nccl/allgatherv/allgatherv.h +++ b/src/components/tl/nccl/allgatherv/allgatherv.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/nccl/configure.m4 b/src/components/tl/nccl/configure.m4 index 952ce3b660..13aa40db05 100644 --- a/src/components/tl/nccl/configure.m4 +++ b/src/components/tl/nccl/configure.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # tl_nccl_enabled=n diff --git a/src/components/tl/nccl/tl_nccl.c b/src/components/tl/nccl/tl_nccl.c index 7b60c5bfe7..b98f3c2662 100644 --- a/src/components/tl/nccl/tl_nccl.c +++ b/src/components/tl/nccl/tl_nccl.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/nccl/tl_nccl.h b/src/components/tl/nccl/tl_nccl.h index 18152739d0..998cffadde 100644 --- a/src/components/tl/nccl/tl_nccl.h +++ b/src/components/tl/nccl/tl_nccl.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Facebook, Inc. and its affiliates. 2021. * * See file LICENSE for terms. diff --git a/src/components/tl/nccl/tl_nccl_coll.c b/src/components/tl/nccl/tl_nccl_coll.c index 796bb05d7e..52ce88fc5c 100644 --- a/src/components/tl/nccl/tl_nccl_coll.c +++ b/src/components/tl/nccl/tl_nccl_coll.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Facebook, Inc. and its affiliates. 2021. * * See file LICENSE for terms. diff --git a/src/components/tl/nccl/tl_nccl_coll.h b/src/components/tl/nccl/tl_nccl_coll.h index e23da488cb..fa286459a4 100644 --- a/src/components/tl/nccl/tl_nccl_coll.h +++ b/src/components/tl/nccl/tl_nccl_coll.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Facebook, Inc. and its affiliates. 2021. * * See file LICENSE for terms. diff --git a/src/components/tl/nccl/tl_nccl_context.c b/src/components/tl/nccl/tl_nccl_context.c index 017878ba12..6d06a185b5 100644 --- a/src/components/tl/nccl/tl_nccl_context.c +++ b/src/components/tl/nccl/tl_nccl_context.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Facebook, Inc. and its affiliates. 2021. * * See file LICENSE for terms. diff --git a/src/components/tl/nccl/tl_nccl_lib.c b/src/components/tl/nccl/tl_nccl_lib.c index 17c74f5116..d44aa4d107 100644 --- a/src/components/tl/nccl/tl_nccl_lib.c +++ b/src/components/tl/nccl/tl_nccl_lib.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/nccl/tl_nccl_team.c b/src/components/tl/nccl/tl_nccl_team.c index d03af20a18..0a0af4dd52 100644 --- a/src/components/tl/nccl/tl_nccl_team.c +++ b/src/components/tl/nccl/tl_nccl_team.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Facebook, Inc. and its affiliates. 2021. * * See file LICENSE for terms. diff --git a/src/components/tl/rccl/Makefile.am b/src/components/tl/rccl/Makefile.am index 48f70a0ae0..f3da3fb643 100644 --- a/src/components/tl/rccl/Makefile.am +++ b/src/components/tl/rccl/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. # if TL_RCCL_ENABLED diff --git a/src/components/tl/rccl/allgatherv/allgatherv.c b/src/components/tl/rccl/allgatherv/allgatherv.c index 7e495fb53a..7791e174e1 100644 --- a/src/components/tl/rccl/allgatherv/allgatherv.c +++ b/src/components/tl/rccl/allgatherv/allgatherv.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/tl/rccl/allgatherv/allgatherv.h b/src/components/tl/rccl/allgatherv/allgatherv.h index e4035ac740..afe94acc7e 100644 --- a/src/components/tl/rccl/allgatherv/allgatherv.h +++ b/src/components/tl/rccl/allgatherv/allgatherv.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/tl/rccl/configure.m4 b/src/components/tl/rccl/configure.m4 index 94ddf95213..84c2c0ecb2 100644 --- a/src/components/tl/rccl/configure.m4 +++ b/src/components/tl/rccl/configure.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. # diff --git a/src/components/tl/rccl/tl_rccl.c b/src/components/tl/rccl/tl_rccl.c index bab0736fad..153fcce4fa 100644 --- a/src/components/tl/rccl/tl_rccl.c +++ b/src/components/tl/rccl/tl_rccl.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/tl/rccl/tl_rccl.h b/src/components/tl/rccl/tl_rccl.h index c0c4da83c1..3623e552c1 100644 --- a/src/components/tl/rccl/tl_rccl.h +++ b/src/components/tl/rccl/tl_rccl.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Facebook, Inc. and its affiliates. 2021. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * diff --git a/src/components/tl/rccl/tl_rccl_coll.c b/src/components/tl/rccl/tl_rccl_coll.c index d1664ac248..c971d0445a 100644 --- a/src/components/tl/rccl/tl_rccl_coll.c +++ b/src/components/tl/rccl/tl_rccl_coll.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Facebook, Inc. and its affiliates. 2021. # Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * diff --git a/src/components/tl/rccl/tl_rccl_coll.h b/src/components/tl/rccl/tl_rccl_coll.h index a900aa44f3..28988f4a1e 100644 --- a/src/components/tl/rccl/tl_rccl_coll.h +++ b/src/components/tl/rccl/tl_rccl_coll.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Facebook, Inc. and its affiliates. 2021. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * diff --git a/src/components/tl/rccl/tl_rccl_context.c b/src/components/tl/rccl/tl_rccl_context.c index c5eca48ea2..272f026d1e 100644 --- a/src/components/tl/rccl/tl_rccl_context.c +++ b/src/components/tl/rccl/tl_rccl_context.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Facebook, Inc. and its affiliates. 2021. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * diff --git a/src/components/tl/rccl/tl_rccl_lib.c b/src/components/tl/rccl/tl_rccl_lib.c index 22f159642b..6150199634 100644 --- a/src/components/tl/rccl/tl_rccl_lib.c +++ b/src/components/tl/rccl/tl_rccl_lib.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/components/tl/rccl/tl_rccl_team.c b/src/components/tl/rccl/tl_rccl_team.c index 609be01b6d..0153f45181 100644 --- a/src/components/tl/rccl/tl_rccl_team.c +++ b/src/components/tl/rccl/tl_rccl_team.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Facebook, Inc. and its affiliates. 2021. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * diff --git a/src/components/tl/self/Makefile.am b/src/components/tl/self/Makefile.am index 78971e6303..5c351e47de 100644 --- a/src/components/tl/self/Makefile.am +++ b/src/components/tl/self/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (c) Meta Platforms, Inc. and affiliates. 2022. # diff --git a/src/components/tl/self/configure.m4 b/src/components/tl/self/configure.m4 index 1fe129e715..fe94496802 100644 --- a/src/components/tl/self/configure.m4 +++ b/src/components/tl/self/configure.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. +# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (c) Meta Platforms, Inc. and affiliates. 2022. # diff --git a/src/components/tl/self/tl_self.c b/src/components/tl/self/tl_self.c index ea78862085..e911ba132e 100644 --- a/src/components/tl/self/tl_self.c +++ b/src/components/tl/self/tl_self.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/self/tl_self.h b/src/components/tl/self/tl_self.h index c35faa5f83..b8fc34a44f 100644 --- a/src/components/tl/self/tl_self.h +++ b/src/components/tl/self/tl_self.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/self/tl_self_coll.c b/src/components/tl/self/tl_self_coll.c index 7b93dfcc5e..b3d87ca6d3 100644 --- a/src/components/tl/self/tl_self_coll.c +++ b/src/components/tl/self/tl_self_coll.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/self/tl_self_context.c b/src/components/tl/self/tl_self_context.c index e009e4568d..d96d077a8c 100644 --- a/src/components/tl/self/tl_self_context.c +++ b/src/components/tl/self/tl_self_context.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/self/tl_self_lib.c b/src/components/tl/self/tl_self_lib.c index 08e9adaf0a..8a9674dea0 100644 --- a/src/components/tl/self/tl_self_lib.c +++ b/src/components/tl/self/tl_self_lib.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/self/tl_self_team.c b/src/components/tl/self/tl_self_team.c index 33222250a5..ea32cf5e9b 100644 --- a/src/components/tl/self/tl_self_team.c +++ b/src/components/tl/self/tl_self_team.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/sharp/Makefile.am b/src/components/tl/sharp/Makefile.am index 7c470906d9..df60230233 100644 --- a/src/components/tl/sharp/Makefile.am +++ b/src/components/tl/sharp/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # if TL_SHARP_ENABLED diff --git a/src/components/tl/sharp/configure.m4 b/src/components/tl/sharp/configure.m4 index a4d8afaf2b..9d4a50535e 100644 --- a/src/components/tl/sharp/configure.m4 +++ b/src/components/tl/sharp/configure.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # tl_sharp_enabled=n diff --git a/src/components/tl/sharp/tl_sharp.c b/src/components/tl/sharp/tl_sharp.c index 2921cc25bf..ac29d851ef 100644 --- a/src/components/tl/sharp/tl_sharp.c +++ b/src/components/tl/sharp/tl_sharp.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/sharp/tl_sharp.h b/src/components/tl/sharp/tl_sharp.h index 7d0cad4900..f20068c9b7 100644 --- a/src/components/tl/sharp/tl_sharp.h +++ b/src/components/tl/sharp/tl_sharp.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/sharp/tl_sharp_coll.c b/src/components/tl/sharp/tl_sharp_coll.c index fab7480562..b2af84963f 100644 --- a/src/components/tl/sharp/tl_sharp_coll.c +++ b/src/components/tl/sharp/tl_sharp_coll.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/sharp/tl_sharp_coll.h b/src/components/tl/sharp/tl_sharp_coll.h index 41f785a57b..e105212eaa 100644 --- a/src/components/tl/sharp/tl_sharp_coll.h +++ b/src/components/tl/sharp/tl_sharp_coll.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/sharp/tl_sharp_context.c b/src/components/tl/sharp/tl_sharp_context.c index 53feba6817..09242436bd 100644 --- a/src/components/tl/sharp/tl_sharp_context.c +++ b/src/components/tl/sharp/tl_sharp_context.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/sharp/tl_sharp_lib.c b/src/components/tl/sharp/tl_sharp_lib.c index 97a4fbaf10..aa77e4c5ae 100644 --- a/src/components/tl/sharp/tl_sharp_lib.c +++ b/src/components/tl/sharp/tl_sharp_lib.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/sharp/tl_sharp_team.c b/src/components/tl/sharp/tl_sharp_team.c index 1b08d16c03..6ef756570f 100644 --- a/src/components/tl/sharp/tl_sharp_team.c +++ b/src/components/tl/sharp/tl_sharp_team.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucc_tl.c b/src/components/tl/ucc_tl.c index adb02a6654..c04e677da7 100644 --- a/src/components/tl/ucc_tl.c +++ b/src/components/tl/ucc_tl.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucc_tl.h b/src/components/tl/ucc_tl.h index 0644001fda..53e62052dc 100644 --- a/src/components/tl/ucc_tl.h +++ b/src/components/tl/ucc_tl.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucc_tl_log.h b/src/components/tl/ucc_tl_log.h index 2ae921998d..a1185f9367 100644 --- a/src/components/tl/ucc_tl_log.h +++ b/src/components/tl/ucc_tl_log.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/Makefile.am b/src/components/tl/ucp/Makefile.am index 7268a4b3fc..872253f74d 100644 --- a/src/components/tl/ucp/Makefile.am +++ b/src/components/tl/ucp/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. +# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # if TL_UCP_ENABLED diff --git a/src/components/tl/ucp/allgather/allgather.c b/src/components/tl/ucp/allgather/allgather.c index b035b1bed0..80cc0035dd 100644 --- a/src/components/tl/ucp/allgather/allgather.c +++ b/src/components/tl/ucp/allgather/allgather.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/allgather/allgather.h b/src/components/tl/ucp/allgather/allgather.h index d98be71152..141375281c 100644 --- a/src/components/tl/ucp/allgather/allgather.h +++ b/src/components/tl/ucp/allgather/allgather.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/allgather/allgather_knomial.c b/src/components/tl/ucp/allgather/allgather_knomial.c index 970e561210..7df213bdbb 100644 --- a/src/components/tl/ucp/allgather/allgather_knomial.c +++ b/src/components/tl/ucp/allgather/allgather_knomial.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/allgather/allgather_ring.c b/src/components/tl/ucp/allgather/allgather_ring.c index bfeb6db083..f37542529d 100644 --- a/src/components/tl/ucp/allgather/allgather_ring.c +++ b/src/components/tl/ucp/allgather/allgather_ring.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/allgatherv/allgatherv.c b/src/components/tl/ucp/allgatherv/allgatherv.c index 8b17c04f92..e6e4009506 100644 --- a/src/components/tl/ucp/allgatherv/allgatherv.c +++ b/src/components/tl/ucp/allgatherv/allgatherv.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/allgatherv/allgatherv.h b/src/components/tl/ucp/allgatherv/allgatherv.h index ecfed76d37..4790f9cdc0 100644 --- a/src/components/tl/ucp/allgatherv/allgatherv.h +++ b/src/components/tl/ucp/allgatherv/allgatherv.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/allgatherv/allgatherv_ring.c b/src/components/tl/ucp/allgatherv/allgatherv_ring.c index 898eefe691..7672941e25 100644 --- a/src/components/tl/ucp/allgatherv/allgatherv_ring.c +++ b/src/components/tl/ucp/allgatherv/allgatherv_ring.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/allreduce/allreduce.c b/src/components/tl/ucp/allreduce/allreduce.c index efb39e3d27..90e9d6bf48 100644 --- a/src/components/tl/ucp/allreduce/allreduce.c +++ b/src/components/tl/ucp/allreduce/allreduce.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/allreduce/allreduce.h b/src/components/tl/ucp/allreduce/allreduce.h index 6a94797e72..beaf55b103 100644 --- a/src/components/tl/ucp/allreduce/allreduce.h +++ b/src/components/tl/ucp/allreduce/allreduce.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/allreduce/allreduce_knomial.c b/src/components/tl/ucp/allreduce/allreduce_knomial.c index 21cedbf66e..495c392263 100644 --- a/src/components/tl/ucp/allreduce/allreduce_knomial.c +++ b/src/components/tl/ucp/allreduce/allreduce_knomial.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/allreduce/allreduce_sra_knomial.c b/src/components/tl/ucp/allreduce/allreduce_sra_knomial.c index 0cf1c5ce2b..87513ccf68 100644 --- a/src/components/tl/ucp/allreduce/allreduce_sra_knomial.c +++ b/src/components/tl/ucp/allreduce/allreduce_sra_knomial.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/alltoall/alltoall.c b/src/components/tl/ucp/alltoall/alltoall.c index 31a1140dd8..b9656a7cb1 100644 --- a/src/components/tl/ucp/alltoall/alltoall.c +++ b/src/components/tl/ucp/alltoall/alltoall.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/alltoall/alltoall.h b/src/components/tl/ucp/alltoall/alltoall.h index b5b2c81014..e4e2b8e744 100644 --- a/src/components/tl/ucp/alltoall/alltoall.h +++ b/src/components/tl/ucp/alltoall/alltoall.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/alltoall/alltoall_onesided.c b/src/components/tl/ucp/alltoall/alltoall_onesided.c index ea3875771f..05860f9fe6 100644 --- a/src/components/tl/ucp/alltoall/alltoall_onesided.c +++ b/src/components/tl/ucp/alltoall/alltoall_onesided.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/alltoall/alltoall_pairwise.c b/src/components/tl/ucp/alltoall/alltoall_pairwise.c index a8637042bd..e7cc27029b 100644 --- a/src/components/tl/ucp/alltoall/alltoall_pairwise.c +++ b/src/components/tl/ucp/alltoall/alltoall_pairwise.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/alltoallv/alltoallv.c b/src/components/tl/ucp/alltoallv/alltoallv.c index bc93b49207..d448e32168 100644 --- a/src/components/tl/ucp/alltoallv/alltoallv.c +++ b/src/components/tl/ucp/alltoallv/alltoallv.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/alltoallv/alltoallv.h b/src/components/tl/ucp/alltoallv/alltoallv.h index f23db0dac1..33db62e2e9 100644 --- a/src/components/tl/ucp/alltoallv/alltoallv.h +++ b/src/components/tl/ucp/alltoallv/alltoallv.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/alltoallv/alltoallv_pairwise.c b/src/components/tl/ucp/alltoallv/alltoallv_pairwise.c index 5c32e58645..dcdbf248bb 100644 --- a/src/components/tl/ucp/alltoallv/alltoallv_pairwise.c +++ b/src/components/tl/ucp/alltoallv/alltoallv_pairwise.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/barrier/barrier.c b/src/components/tl/ucp/barrier/barrier.c index 1521c92743..84170dce7b 100644 --- a/src/components/tl/ucp/barrier/barrier.c +++ b/src/components/tl/ucp/barrier/barrier.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/barrier/barrier.h b/src/components/tl/ucp/barrier/barrier.h index 4a0c543ee7..de16490621 100644 --- a/src/components/tl/ucp/barrier/barrier.h +++ b/src/components/tl/ucp/barrier/barrier.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/barrier/barrier_knomial.c b/src/components/tl/ucp/barrier/barrier_knomial.c index 988d1d6094..212f5e47c5 100644 --- a/src/components/tl/ucp/barrier/barrier_knomial.c +++ b/src/components/tl/ucp/barrier/barrier_knomial.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/bcast/bcast.c b/src/components/tl/ucp/bcast/bcast.c index 221f3a032c..6a1d5b7720 100644 --- a/src/components/tl/ucp/bcast/bcast.c +++ b/src/components/tl/ucp/bcast/bcast.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/bcast/bcast.h b/src/components/tl/ucp/bcast/bcast.h index d473827004..97a6e08349 100644 --- a/src/components/tl/ucp/bcast/bcast.h +++ b/src/components/tl/ucp/bcast/bcast.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/bcast/bcast_knomial.c b/src/components/tl/ucp/bcast/bcast_knomial.c index a067d2fbb1..0e30a61aae 100644 --- a/src/components/tl/ucp/bcast/bcast_knomial.c +++ b/src/components/tl/ucp/bcast/bcast_knomial.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/bcast/bcast_sag_knomial.c b/src/components/tl/ucp/bcast/bcast_sag_knomial.c index d0e4728bd5..751df3bf28 100644 --- a/src/components/tl/ucp/bcast/bcast_sag_knomial.c +++ b/src/components/tl/ucp/bcast/bcast_sag_knomial.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/coll_plugins/example/Makefile.am b/src/components/tl/ucp/coll_plugins/example/Makefile.am index 2d65c0bb83..4d27082ec1 100644 --- a/src/components/tl/ucp/coll_plugins/example/Makefile.am +++ b/src/components/tl/ucp/coll_plugins/example/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # if TLCP_UCP_EXAMPLE_ENABLED diff --git a/src/components/tl/ucp/coll_plugins/example/configure.m4 b/src/components/tl/ucp/coll_plugins/example/configure.m4 index e541d291e2..5d4399699b 100644 --- a/src/components/tl/ucp/coll_plugins/example/configure.m4 +++ b/src/components/tl/ucp/coll_plugins/example/configure.m4 @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Mellanox Technologies. All rights reserved. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # $COPYRIGHT$ # Additional copyrights may follow diff --git a/src/components/tl/ucp/coll_plugins/example/example.c b/src/components/tl/ucp/coll_plugins/example/example.c index 507a80f66c..60a529dc6c 100644 --- a/src/components/tl/ucp/coll_plugins/example/example.c +++ b/src/components/tl/ucp/coll_plugins/example/example.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/configure.m4 b/src/components/tl/ucp/configure.m4 index f3d6d35b93..898b230350 100644 --- a/src/components/tl/ucp/configure.m4 +++ b/src/components/tl/ucp/configure.m4 @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. +# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # tl_ucp_enabled=n diff --git a/src/components/tl/ucp/fanin/fanin.c b/src/components/tl/ucp/fanin/fanin.c index bd32a2afe5..6e5c2d0185 100644 --- a/src/components/tl/ucp/fanin/fanin.c +++ b/src/components/tl/ucp/fanin/fanin.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/fanin/fanin.h b/src/components/tl/ucp/fanin/fanin.h index 58a2b9f5e2..9430d78ae1 100644 --- a/src/components/tl/ucp/fanin/fanin.h +++ b/src/components/tl/ucp/fanin/fanin.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/fanout/fanout.c b/src/components/tl/ucp/fanout/fanout.c index 9a9619a999..4ac17b09e8 100644 --- a/src/components/tl/ucp/fanout/fanout.c +++ b/src/components/tl/ucp/fanout/fanout.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/fanout/fanout.h b/src/components/tl/ucp/fanout/fanout.h index ab81f0cbf0..5b03813842 100644 --- a/src/components/tl/ucp/fanout/fanout.h +++ b/src/components/tl/ucp/fanout/fanout.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/gather/gather.c b/src/components/tl/ucp/gather/gather.c index a70a3b3433..d4748a8025 100644 --- a/src/components/tl/ucp/gather/gather.c +++ b/src/components/tl/ucp/gather/gather.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/gather/gather.h b/src/components/tl/ucp/gather/gather.h index 6107cd8e7f..26a3df4138 100644 --- a/src/components/tl/ucp/gather/gather.h +++ b/src/components/tl/ucp/gather/gather.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/gather/gather_knomial.c b/src/components/tl/ucp/gather/gather_knomial.c index d59ed1126f..ab6ff8933e 100644 --- a/src/components/tl/ucp/gather/gather_knomial.c +++ b/src/components/tl/ucp/gather/gather_knomial.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/reduce/reduce.c b/src/components/tl/ucp/reduce/reduce.c index 88b276b18e..88acb42bea 100644 --- a/src/components/tl/ucp/reduce/reduce.c +++ b/src/components/tl/ucp/reduce/reduce.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/reduce/reduce.h b/src/components/tl/ucp/reduce/reduce.h index 961bdb219c..ff1f9e8615 100644 --- a/src/components/tl/ucp/reduce/reduce.h +++ b/src/components/tl/ucp/reduce/reduce.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/reduce/reduce_knomial.c b/src/components/tl/ucp/reduce/reduce_knomial.c index 515a0bbb75..5dd6a6b710 100644 --- a/src/components/tl/ucp/reduce/reduce_knomial.c +++ b/src/components/tl/ucp/reduce/reduce_knomial.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/reduce_scatter/reduce_scatter.c b/src/components/tl/ucp/reduce_scatter/reduce_scatter.c index 29e5a760cb..d73c78fcea 100644 --- a/src/components/tl/ucp/reduce_scatter/reduce_scatter.c +++ b/src/components/tl/ucp/reduce_scatter/reduce_scatter.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/reduce_scatter/reduce_scatter.h b/src/components/tl/ucp/reduce_scatter/reduce_scatter.h index 6977b13b29..92fd6df3d3 100644 --- a/src/components/tl/ucp/reduce_scatter/reduce_scatter.h +++ b/src/components/tl/ucp/reduce_scatter/reduce_scatter.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/reduce_scatter/reduce_scatter_knomial.c b/src/components/tl/ucp/reduce_scatter/reduce_scatter_knomial.c index d7ae72d4ea..fda830b344 100644 --- a/src/components/tl/ucp/reduce_scatter/reduce_scatter_knomial.c +++ b/src/components/tl/ucp/reduce_scatter/reduce_scatter_knomial.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/reduce_scatter/reduce_scatter_ring.c b/src/components/tl/ucp/reduce_scatter/reduce_scatter_ring.c index 652725a831..1d6403c1f1 100644 --- a/src/components/tl/ucp/reduce_scatter/reduce_scatter_ring.c +++ b/src/components/tl/ucp/reduce_scatter/reduce_scatter_ring.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/reduce_scatterv/reduce_scatterv.c b/src/components/tl/ucp/reduce_scatterv/reduce_scatterv.c index 5d2c754d32..51753e9209 100644 --- a/src/components/tl/ucp/reduce_scatterv/reduce_scatterv.c +++ b/src/components/tl/ucp/reduce_scatterv/reduce_scatterv.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/reduce_scatterv/reduce_scatterv.h b/src/components/tl/ucp/reduce_scatterv/reduce_scatterv.h index 76e7cd429f..b098ae281d 100644 --- a/src/components/tl/ucp/reduce_scatterv/reduce_scatterv.h +++ b/src/components/tl/ucp/reduce_scatterv/reduce_scatterv.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/reduce_scatterv/reduce_scatterv_ring.c b/src/components/tl/ucp/reduce_scatterv/reduce_scatterv_ring.c index 295cdfee4c..291cb79492 100644 --- a/src/components/tl/ucp/reduce_scatterv/reduce_scatterv_ring.c +++ b/src/components/tl/ucp/reduce_scatterv/reduce_scatterv_ring.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/scatter/scatter.h b/src/components/tl/ucp/scatter/scatter.h index 1cebb39811..2b5d4de0a1 100644 --- a/src/components/tl/ucp/scatter/scatter.h +++ b/src/components/tl/ucp/scatter/scatter.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/scatter/scatter_knomial.c b/src/components/tl/ucp/scatter/scatter_knomial.c index 29bdf37c38..5d23490d80 100644 --- a/src/components/tl/ucp/scatter/scatter_knomial.c +++ b/src/components/tl/ucp/scatter/scatter_knomial.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/tl_ucp.c b/src/components/tl/ucp/tl_ucp.c index 8e9899e9d7..f27d3263bc 100644 --- a/src/components/tl/ucp/tl_ucp.c +++ b/src/components/tl/ucp/tl_ucp.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/tl_ucp.h b/src/components/tl/ucp/tl_ucp.h index 2c82dd9ab6..972da27516 100644 --- a/src/components/tl/ucp/tl_ucp.h +++ b/src/components/tl/ucp/tl_ucp.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/tl_ucp_coll.c b/src/components/tl/ucp/tl_ucp_coll.c index e2e74efbee..532860d264 100644 --- a/src/components/tl/ucp/tl_ucp_coll.c +++ b/src/components/tl/ucp/tl_ucp_coll.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/tl_ucp_coll.h b/src/components/tl/ucp/tl_ucp_coll.h index 3b0f87944c..0dc897f0ce 100644 --- a/src/components/tl/ucp/tl_ucp_coll.h +++ b/src/components/tl/ucp/tl_ucp_coll.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/ucp/tl_ucp_context.c b/src/components/tl/ucp/tl_ucp_context.c index d53cf9345a..74a26ce2ab 100644 --- a/src/components/tl/ucp/tl_ucp_context.c +++ b/src/components/tl/ucp/tl_ucp_context.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/tl_ucp_ep.h b/src/components/tl/ucp/tl_ucp_ep.h index edaeb6c657..3bf063a3b6 100644 --- a/src/components/tl/ucp/tl_ucp_ep.h +++ b/src/components/tl/ucp/tl_ucp_ep.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/tl_ucp_ep_hash.h b/src/components/tl/ucp/tl_ucp_ep_hash.h index eb45e060cb..21e0e2d229 100644 --- a/src/components/tl/ucp/tl_ucp_ep_hash.h +++ b/src/components/tl/ucp/tl_ucp_ep_hash.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/tl_ucp_lib.c b/src/components/tl/ucp/tl_ucp_lib.c index 8621d91b9c..c439f0aae6 100644 --- a/src/components/tl/ucp/tl_ucp_lib.c +++ b/src/components/tl/ucp/tl_ucp_lib.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/tl_ucp_reduce.h b/src/components/tl/ucp/tl_ucp_reduce.h index 32595ee829..35b1bbf3b9 100644 --- a/src/components/tl/ucp/tl_ucp_reduce.h +++ b/src/components/tl/ucp/tl_ucp_reduce.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/tl_ucp_sendrecv.h b/src/components/tl/ucp/tl_ucp_sendrecv.h index da3afe07a7..b5140cadae 100644 --- a/src/components/tl/ucp/tl_ucp_sendrecv.h +++ b/src/components/tl/ucp/tl_ucp_sendrecv.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/ucp/tl_ucp_service_coll.c b/src/components/tl/ucp/tl_ucp_service_coll.c index bd3406428b..b290efb225 100644 --- a/src/components/tl/ucp/tl_ucp_service_coll.c +++ b/src/components/tl/ucp/tl_ucp_service_coll.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/tl/ucp/tl_ucp_tag.h b/src/components/tl/ucp/tl_ucp_tag.h index e5750efbcd..06e3b62301 100644 --- a/src/components/tl/ucp/tl_ucp_tag.h +++ b/src/components/tl/ucp/tl_ucp_tag.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * * See file LICENSE for terms. diff --git a/src/components/tl/ucp/tl_ucp_team.c b/src/components/tl/ucp/tl_ucp_team.c index d81cdb9bb5..4255720ece 100644 --- a/src/components/tl/ucp/tl_ucp_team.c +++ b/src/components/tl/ucp/tl_ucp_team.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/components/topo/ucc_sbgp.c b/src/components/topo/ucc_sbgp.c index 89721eda6a..ac8c0f427b 100644 --- a/src/components/topo/ucc_sbgp.c +++ b/src/components/topo/ucc_sbgp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/components/topo/ucc_sbgp.h b/src/components/topo/ucc_sbgp.h index 983ceef31f..725e891b89 100644 --- a/src/components/topo/ucc_sbgp.h +++ b/src/components/topo/ucc_sbgp.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #ifndef UCC_SBGP_H_ diff --git a/src/components/topo/ucc_topo.c b/src/components/topo/ucc_topo.c index 84ffa6d551..2a0479b8ea 100644 --- a/src/components/topo/ucc_topo.c +++ b/src/components/topo/ucc_topo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/components/topo/ucc_topo.h b/src/components/topo/ucc_topo.h index dd90b12670..65793e6fa3 100644 --- a/src/components/topo/ucc_topo.h +++ b/src/components/topo/ucc_topo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #ifndef UCC_TOPO_H_ diff --git a/src/core/ucc_coll.c b/src/core/ucc_coll.c index da5f8b4c39..7816d1f3f4 100644 --- a/src/core/ucc_coll.c +++ b/src/core/ucc_coll.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_constructor.c b/src/core/ucc_constructor.c index 8bee88729c..889ec2d385 100644 --- a/src/core/ucc_constructor.c +++ b/src/core/ucc_constructor.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_context.c b/src/core/ucc_context.c index 62ba1f2714..2b54fff980 100644 --- a/src/core/ucc_context.c +++ b/src/core/ucc_context.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_context.h b/src/core/ucc_context.h index 74bc5c0f96..3b091da593 100644 --- a/src/core/ucc_context.h +++ b/src/core/ucc_context.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_dt.c b/src/core/ucc_dt.c index b0b68a835d..825ab1be95 100644 --- a/src/core/ucc_dt.c +++ b/src/core/ucc_dt.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_dt.h b/src/core/ucc_dt.h index 1bfa5a4b67..81035eb865 100644 --- a/src/core/ucc_dt.h +++ b/src/core/ucc_dt.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_ee.c b/src/core/ucc_ee.c index 8acd4e993f..397f9868f1 100644 --- a/src/core/ucc_ee.c +++ b/src/core/ucc_ee.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_ee.h b/src/core/ucc_ee.h index 7e36d4f0f4..2506b94a7c 100644 --- a/src/core/ucc_ee.h +++ b/src/core/ucc_ee.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_global_opts.c b/src/core/ucc_global_opts.c index d16efd8b6c..70ef807313 100644 --- a/src/core/ucc_global_opts.c +++ b/src/core/ucc_global_opts.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_global_opts.h b/src/core/ucc_global_opts.h index b2ba2b6e97..009a4de27f 100644 --- a/src/core/ucc_global_opts.h +++ b/src/core/ucc_global_opts.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_lib.c b/src/core/ucc_lib.c index 329a8133ab..56b741eba2 100644 --- a/src/core/ucc_lib.c +++ b/src/core/ucc_lib.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_lib.h b/src/core/ucc_lib.h index b87eeb30af..fbab20444f 100644 --- a/src/core/ucc_lib.h +++ b/src/core/ucc_lib.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_progress_queue.c b/src/core/ucc_progress_queue.c index 0f4c810dd6..5844188e89 100644 --- a/src/core/ucc_progress_queue.c +++ b/src/core/ucc_progress_queue.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_progress_queue.h b/src/core/ucc_progress_queue.h index a50a1296f4..ba3d20b297 100644 --- a/src/core/ucc_progress_queue.h +++ b/src/core/ucc_progress_queue.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_progress_queue_mt.c b/src/core/ucc_progress_queue_mt.c index 37d7b4f9cd..466628e27c 100644 --- a/src/core/ucc_progress_queue_mt.c +++ b/src/core/ucc_progress_queue_mt.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_progress_queue_st.c b/src/core/ucc_progress_queue_st.c index 829f9885e9..048d7313dd 100644 --- a/src/core/ucc_progress_queue_st.c +++ b/src/core/ucc_progress_queue_st.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_service_coll.c b/src/core/ucc_service_coll.c index a4d532d0d0..ee643d0e57 100644 --- a/src/core/ucc_service_coll.c +++ b/src/core/ucc_service_coll.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_service_coll.h b/src/core/ucc_service_coll.h index 436b73dc70..67b3a2b9ce 100644 --- a/src/core/ucc_service_coll.h +++ b/src/core/ucc_service_coll.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_team.c b/src/core/ucc_team.c index 3db815cfbe..b8694c405a 100644 --- a/src/core/ucc_team.c +++ b/src/core/ucc_team.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (c) Meta Platforms, Inc. and affiliates. 2022. * See file LICENSE for terms. */ diff --git a/src/core/ucc_team.h b/src/core/ucc_team.h index b1fa189a55..581c019477 100644 --- a/src/core/ucc_team.h +++ b/src/core/ucc_team.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/core/ucc_version.c.in b/src/core/ucc_version.c.in index 99571045a2..d88d2ba0cc 100644 --- a/src/core/ucc_version.c.in +++ b/src/core/ucc_version.c.in @@ -1,5 +1,5 @@ /* -* Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. +* Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/schedule/ucc_schedule.c b/src/schedule/ucc_schedule.c index 6fd6d73b77..7403de8e3c 100644 --- a/src/schedule/ucc_schedule.c +++ b/src/schedule/ucc_schedule.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #include "ucc_schedule.h" diff --git a/src/schedule/ucc_schedule.h b/src/schedule/ucc_schedule.h index 51b14f89f4..13225df95f 100644 --- a/src/schedule/ucc_schedule.h +++ b/src/schedule/ucc_schedule.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/schedule/ucc_schedule_pipelined.c b/src/schedule/ucc_schedule_pipelined.c index 9fb73a1bd0..f1399282ed 100644 --- a/src/schedule/ucc_schedule_pipelined.c +++ b/src/schedule/ucc_schedule_pipelined.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #include "ucc_schedule.h" diff --git a/src/schedule/ucc_schedule_pipelined.h b/src/schedule/ucc_schedule_pipelined.h index d772769bed..be496be00f 100644 --- a/src/schedule/ucc_schedule_pipelined.h +++ b/src/schedule/ucc_schedule_pipelined.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #ifndef UCC_SCHEDULE_PIPELINED_H_ diff --git a/src/ucc/api/ucc.h b/src/ucc/api/ucc.h index ce10dc8b68..32b2ffece3 100644 --- a/src/ucc/api/ucc.h +++ b/src/ucc/api/ucc.h @@ -1,7 +1,7 @@ /** * @file ucc.h * @date 2020 - * @copyright Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * @copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * @copyright Copyright (C) Huawei Technologies Co., Ltd. 2020. ALL RIGHTS RESERVED. * @copyright Copyright (C) UChicago Argonne, LLC. 2022. ALL RIGHTS RESERVED. * diff --git a/src/ucc/api/ucc_def.h b/src/ucc/api/ucc_def.h index b134a3a28c..66005375be 100644 --- a/src/ucc/api/ucc_def.h +++ b/src/ucc/api/ucc_def.h @@ -1,7 +1,7 @@ /** * @file ucc_def.h * @date 2020 - * @copyright Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * @copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * @copyright Copyright (C) Huawei Technologies Co., Ltd. 2020. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/ucc/api/ucc_status.h b/src/ucc/api/ucc_status.h index f9aae6f23c..90d25b463b 100644 --- a/src/ucc/api/ucc_status.h +++ b/src/ucc/api/ucc_status.h @@ -1,7 +1,7 @@ /** * @file ucc_status.h * @date 2020 - * @copyright Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * @copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/ucc/api/ucc_version.h.in b/src/ucc/api/ucc_version.h.in index f80107e20a..7fd6991d89 100644 --- a/src/ucc/api/ucc_version.h.in +++ b/src/ucc/api/ucc_version.h.in @@ -1,7 +1,7 @@ /** * @file ucc_version.h * @date 2020 - * @copyright Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * @copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/utils/arch/aarch64/cpu.c b/src/utils/arch/aarch64/cpu.c index 48324c6e45..d659448b09 100644 --- a/src/utils/arch/aarch64/cpu.c +++ b/src/utils/arch/aarch64/cpu.c @@ -1,5 +1,5 @@ /** -* Copyright (C) Mellanox Technologies Ltd. 2001-2013. ALL RIGHTS RESERVED. +* Copyright (c) 2001-2013, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) ARM Ltd. 2016-2017. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/utils/arch/aarch64/cpu.h b/src/utils/arch/aarch64/cpu.h index 43b892445e..c160ab41c2 100644 --- a/src/utils/arch/aarch64/cpu.h +++ b/src/utils/arch/aarch64/cpu.h @@ -1,5 +1,5 @@ /** -* Copyright (C) Mellanox Technologies Ltd. 2001-2021. ALL RIGHTS RESERVED. +* Copyright (c) 2001-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) ARM Ltd. 2016-2020. ALL RIGHTS RESERVED. * Copyright (C) Stony Brook University. 2016-2020. ALL RIGHTS RESERVED. * diff --git a/src/utils/arch/cpu.h b/src/utils/arch/cpu.h index 4364478295..34d9b9745c 100644 --- a/src/utils/arch/cpu.h +++ b/src/utils/arch/cpu.h @@ -1,5 +1,5 @@ /** -* Copyright (C) Mellanox Technologies Ltd. 2001-2021. ALL RIGHTS RESERVED. +* Copyright (c) 2001-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) ARM Ltd. 2016. ALL RIGHTS RESERVED. * Copyright (C) Shanghai Zhaoxin Semiconductor Co., Ltd. 2020. ALL RIGHTS RESERVED. * diff --git a/src/utils/arch/cuda_def.h b/src/utils/arch/cuda_def.h index 28e3fcd3de..3020c3f4f2 100644 --- a/src/utils/arch/cuda_def.h +++ b/src/utils/arch/cuda_def.h @@ -1,5 +1,5 @@ /** -* Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. +* Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/utils/arch/ppc64/cpu.h b/src/utils/arch/ppc64/cpu.h index 8ed2614bc0..643d40d4a2 100644 --- a/src/utils/arch/ppc64/cpu.h +++ b/src/utils/arch/ppc64/cpu.h @@ -1,5 +1,5 @@ /** -* Copyright (C) Mellanox Technologies Ltd. 2001-2013. ALL RIGHTS RESERVED. +* Copyright (c) 2001-2013, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) ARM Ltd. 2016-2017. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/utils/arch/rocm_def.h b/src/utils/arch/rocm_def.h index 3c472e9fa6..ac89d29e13 100644 --- a/src/utils/arch/rocm_def.h +++ b/src/utils/arch/rocm_def.h @@ -1,5 +1,5 @@ /** -* Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. +* Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/utils/arch/x86_64/cpu.h b/src/utils/arch/x86_64/cpu.h index 97b95ced1a..146ca96bb7 100644 --- a/src/utils/arch/x86_64/cpu.h +++ b/src/utils/arch/x86_64/cpu.h @@ -1,5 +1,5 @@ /** -* Copyright (C) Mellanox Technologies Ltd. 2001-2013. ALL RIGHTS RESERVED. +* Copyright (c) 2001-2013, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) ARM Ltd. 2016-2017. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/src/utils/profile/ucc_profile.c b/src/utils/profile/ucc_profile.c index 9a36387ae5..224c6e7793 100644 --- a/src/utils/profile/ucc_profile.c +++ b/src/utils/profile/ucc_profile.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/utils/profile/ucc_profile.h b/src/utils/profile/ucc_profile.h index f7edd35223..4b8fe710c5 100644 --- a/src/utils/profile/ucc_profile.h +++ b/src/utils/profile/ucc_profile.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/utils/profile/ucc_profile_off.h b/src/utils/profile/ucc_profile_off.h index 4fec019ec1..3415e6006d 100644 --- a/src/utils/profile/ucc_profile_off.h +++ b/src/utils/profile/ucc_profile_off.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/utils/profile/ucc_profile_on.h b/src/utils/profile/ucc_profile_on.h index 5665d006ef..0e0fa112b9 100644 --- a/src/utils/profile/ucc_profile_on.h +++ b/src/utils/profile/ucc_profile_on.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/utils/ucc_atomic.h b/src/utils/ucc_atomic.h index a7bd0ea9d9..aaecf605ea 100644 --- a/src/utils/ucc_atomic.h +++ b/src/utils/ucc_atomic.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_class.h b/src/utils/ucc_class.h index 3eb16f25e2..98eb315d78 100644 --- a/src/utils/ucc_class.h +++ b/src/utils/ucc_class.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_coll_utils.c b/src/utils/ucc_coll_utils.c index e1746bba28..df67e2b531 100644 --- a/src/utils/ucc_coll_utils.c +++ b/src/utils/ucc_coll_utils.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/utils/ucc_coll_utils.h b/src/utils/ucc_coll_utils.h index 09685f955c..a3cba0467c 100644 --- a/src/utils/ucc_coll_utils.h +++ b/src/utils/ucc_coll_utils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_compiler_def.h b/src/utils/ucc_compiler_def.h index 1928ab5ea8..585da0b30d 100644 --- a/src/utils/ucc_compiler_def.h +++ b/src/utils/ucc_compiler_def.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_component.c b/src/utils/ucc_component.c index be327450a5..3843d5ac12 100644 --- a/src/utils/ucc_component.c +++ b/src/utils/ucc_component.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #include "config.h" diff --git a/src/utils/ucc_component.h b/src/utils/ucc_component.h index 71f29b1066..730e7d870a 100644 --- a/src/utils/ucc_component.h +++ b/src/utils/ucc_component.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2001-2020. ALL RIGHTS RESERVED. + * Copyright (c) 2001-2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_datastruct.h b/src/utils/ucc_datastruct.h index ce5c689490..e36adb8662 100644 --- a/src/utils/ucc_datastruct.h +++ b/src/utils/ucc_datastruct.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2001-2020. ALL RIGHTS RESERVED. + * Copyright (c) 2001-2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_dt_reduce.h b/src/utils/ucc_dt_reduce.h index 5d3f182300..8eb337a30c 100644 --- a/src/utils/ucc_dt_reduce.h +++ b/src/utils/ucc_dt_reduce.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_list.h b/src/utils/ucc_list.h index 400c9e7e41..0252a27cbf 100644 --- a/src/utils/ucc_list.h +++ b/src/utils/ucc_list.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_lock_free_queue.h b/src/utils/ucc_lock_free_queue.h index 34c7cc2288..56c711658c 100644 --- a/src/utils/ucc_lock_free_queue.h +++ b/src/utils/ucc_lock_free_queue.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_log.h b/src/utils/ucc_log.h index 0c2e5764e3..e33ff6164f 100644 --- a/src/utils/ucc_log.h +++ b/src/utils/ucc_log.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_malloc.h b/src/utils/ucc_malloc.h index 423b96dc84..5a10bd3cd2 100644 --- a/src/utils/ucc_malloc.h +++ b/src/utils/ucc_malloc.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_math.c b/src/utils/ucc_math.c index f33d1b079e..2f2a333835 100644 --- a/src/utils/ucc_math.c +++ b/src/utils/ucc_math.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_math.h b/src/utils/ucc_math.h index 1ab125f15e..5d8f5f193c 100644 --- a/src/utils/ucc_math.h +++ b/src/utils/ucc_math.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_mpool.h b/src/utils/ucc_mpool.h index ea8278dd0c..49613df689 100644 --- a/src/utils/ucc_mpool.h +++ b/src/utils/ucc_mpool.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_parser.c b/src/utils/ucc_parser.c index 5d1483e2a3..08404c00a2 100644 --- a/src/utils/ucc_parser.c +++ b/src/utils/ucc_parser.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_parser.h b/src/utils/ucc_parser.h index ed929987e5..844aee07b2 100644 --- a/src/utils/ucc_parser.h +++ b/src/utils/ucc_parser.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020-2021. ALL RIGHTS RESERVED. + * Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_proc_info.c b/src/utils/ucc_proc_info.c index 6c82570e42..69a840cc31 100644 --- a/src/utils/ucc_proc_info.c +++ b/src/utils/ucc_proc_info.c @@ -1,5 +1,5 @@ /** -* Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +* Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #include "ucc_proc_info.h" diff --git a/src/utils/ucc_proc_info.h b/src/utils/ucc_proc_info.h index 26775a0205..898f7e5ef8 100644 --- a/src/utils/ucc_proc_info.h +++ b/src/utils/ucc_proc_info.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_queue.h b/src/utils/ucc_queue.h index 9e508238d7..1eaafe8b67 100644 --- a/src/utils/ucc_queue.h +++ b/src/utils/ucc_queue.h @@ -1,5 +1,5 @@ /** -* Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. +* Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/utils/ucc_rcache.h b/src/utils/ucc_rcache.h index b7c6550d1f..dd1d6298e6 100644 --- a/src/utils/ucc_rcache.h +++ b/src/utils/ucc_rcache.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_spinlock.h b/src/utils/ucc_spinlock.h index 5fb745c0f3..868c59a588 100644 --- a/src/utils/ucc_spinlock.h +++ b/src/utils/ucc_spinlock.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_status.c b/src/utils/ucc_status.c index 318b8aceba..2e2285eb61 100644 --- a/src/utils/ucc_status.c +++ b/src/utils/ucc_status.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_string.c b/src/utils/ucc_string.c index 38ea3336a7..c22b8f2933 100644 --- a/src/utils/ucc_string.c +++ b/src/utils/ucc_string.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/src/utils/ucc_string.h b/src/utils/ucc_string.h index fd7495d6fa..9cdd8ce841 100644 --- a/src/utils/ucc_string.h +++ b/src/utils/ucc_string.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_sys.c b/src/utils/ucc_sys.c index ac93ded316..d950c00026 100644 --- a/src/utils/ucc_sys.c +++ b/src/utils/ucc_sys.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_sys.h b/src/utils/ucc_sys.h index 4bc7b422de..325e33d832 100644 --- a/src/utils/ucc_sys.h +++ b/src/utils/ucc_sys.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/src/utils/ucc_time.h b/src/utils/ucc_time.h index 1e48541e31..74254a0e63 100644 --- a/src/utils/ucc_time.h +++ b/src/utils/ucc_time.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/Makefile.am b/test/gtest/Makefile.am index 30b603f84c..3bc58ad2e1 100644 --- a/test/gtest/Makefile.am +++ b/test/gtest/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2001-2014. ALL RIGHTS RESERVED. +# Copyright (c) 2001-2014, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (C) UT-Battelle, LLC. 2015. ALL RIGHTS RESERVED. # Copyright (C) The University of Tennessee and the University of Tennessee Research Foundation. 2016. ALL RIGHTS RESERVED. # Copyright (C) Los Alamos National Security, LLC. 2018 ALL RIGHTS RESERVED. diff --git a/test/gtest/active_set/test_active_set.cc b/test/gtest/active_set/test_active_set.cc index dcf015aed9..c9d166c0dd 100644 --- a/test/gtest/active_set/test_active_set.cc +++ b/test/gtest/active_set/test_active_set.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll/test_allgather.cc b/test/gtest/coll/test_allgather.cc index ca6cd43000..8535e07970 100644 --- a/test/gtest/coll/test_allgather.cc +++ b/test/gtest/coll/test_allgather.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll/test_allgatherv.cc b/test/gtest/coll/test_allgatherv.cc index b9efe4caf8..9294223cc5 100644 --- a/test/gtest/coll/test_allgatherv.cc +++ b/test/gtest/coll/test_allgatherv.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll/test_allreduce.cc b/test/gtest/coll/test_allreduce.cc index 0b514b07aa..53a030f125 100644 --- a/test/gtest/coll/test_allreduce.cc +++ b/test/gtest/coll/test_allreduce.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll/test_alltoall.cc b/test/gtest/coll/test_alltoall.cc index 52d75d95f9..4a1164da93 100644 --- a/test/gtest/coll/test_alltoall.cc +++ b/test/gtest/coll/test_alltoall.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll/test_alltoallv.cc b/test/gtest/coll/test_alltoallv.cc index d9272667a2..0a9d5d9b86 100644 --- a/test/gtest/coll/test_alltoallv.cc +++ b/test/gtest/coll/test_alltoallv.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll/test_barrier.cc b/test/gtest/coll/test_barrier.cc index 52fc569da9..ea571ff143 100644 --- a/test/gtest/coll/test_barrier.cc +++ b/test/gtest/coll/test_barrier.cc @@ -1,6 +1,6 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll/test_bcast.cc b/test/gtest/coll/test_bcast.cc index dbbcfa65f4..31092bead6 100644 --- a/test/gtest/coll/test_bcast.cc +++ b/test/gtest/coll/test_bcast.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll/test_gather.cc b/test/gtest/coll/test_gather.cc index 8a958c55f5..cc95f0ec65 100644 --- a/test/gtest/coll/test_gather.cc +++ b/test/gtest/coll/test_gather.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll/test_reduce.cc b/test/gtest/coll/test_reduce.cc index df70597f3e..ab64219a70 100644 --- a/test/gtest/coll/test_reduce.cc +++ b/test/gtest/coll/test_reduce.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/gtest/coll/test_reduce_scatter.cc b/test/gtest/coll/test_reduce_scatter.cc index b570b59b01..da72176db5 100644 --- a/test/gtest/coll/test_reduce_scatter.cc +++ b/test/gtest/coll/test_reduce_scatter.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll/test_reduce_scatterv.cc b/test/gtest/coll/test_reduce_scatterv.cc index 2081c184d3..3f548dc9a7 100644 --- a/test/gtest/coll/test_reduce_scatterv.cc +++ b/test/gtest/coll/test_reduce_scatterv.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll_score/test_score.cc b/test/gtest/coll_score/test_score.cc index 98f4a1cfb4..1ca6487ba8 100644 --- a/test/gtest/coll_score/test_score.cc +++ b/test/gtest/coll_score/test_score.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #include "test_score.h" diff --git a/test/gtest/coll_score/test_score.h b/test/gtest/coll_score/test_score.h index a7646dd598..384226cfa6 100644 --- a/test/gtest/coll_score/test_score.h +++ b/test/gtest/coll_score/test_score.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll_score/test_score_str.cc b/test/gtest/coll_score/test_score_str.cc index f8bea9f0e7..0b31eeab1a 100644 --- a/test/gtest/coll_score/test_score_str.cc +++ b/test/gtest/coll_score/test_score_str.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/coll_score/test_score_update.cc b/test/gtest/coll_score/test_score_update.cc index accab112b8..5fc7ed57d7 100644 --- a/test/gtest/coll_score/test_score_update.cc +++ b/test/gtest/coll_score/test_score_update.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * RESERVED. See file LICENSE for terms. */ #include "test_score.h" diff --git a/test/gtest/coll_score/test_update_score.cc b/test/gtest/coll_score/test_update_score.cc index b6d4bd8275..c193ab8c77 100644 --- a/test/gtest/coll_score/test_update_score.cc +++ b/test/gtest/coll_score/test_update_score.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * RESERVED. See file LICENSE for terms. */ extern "C" { diff --git a/test/gtest/common/main.cc b/test/gtest/common/main.cc index 093c29241c..50f4171962 100644 --- a/test/gtest/common/main.cc +++ b/test/gtest/common/main.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2001-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2001-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) UT-Battelle, LLC. 2014. ALL RIGHTS RESERVED. * Copyright (C) Huawei Technologies Co., Ltd. 2020. All rights reserved. * See file LICENSE for terms. diff --git a/test/gtest/common/test.h b/test/gtest/common/test.h index dc0eda4bcc..3dfbb8dc5f 100644 --- a/test/gtest/common/test.h +++ b/test/gtest/common/test.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2001-2022. ALL RIGHTS RESERVED. + * Copyright (c) 2001-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * See file LICENSE for terms. diff --git a/test/gtest/common/test_obj_size.cc b/test/gtest/common/test_obj_size.cc index b52a88908c..74674e1830 100644 --- a/test/gtest/common/test_obj_size.cc +++ b/test/gtest/common/test_obj_size.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2001-2019. ALL RIGHTS RESERVED. + * Copyright (c) 2001-2019, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * See file LICENSE for terms. diff --git a/test/gtest/common/test_ucc.cc b/test/gtest/common/test_ucc.cc index a576461914..2b95754ec9 100644 --- a/test/gtest/common/test_ucc.cc +++ b/test/gtest/common/test_ucc.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #include "test_ucc.h" diff --git a/test/gtest/common/test_ucc.h b/test/gtest/common/test_ucc.h index ddb63d4a70..99ee2007c4 100644 --- a/test/gtest/common/test_ucc.h +++ b/test/gtest/common/test_ucc.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/core/test_context.cc b/test/gtest/core/test_context.cc index 2ded95b8e7..f1a1a6d302 100644 --- a/test/gtest/core/test_context.cc +++ b/test/gtest/core/test_context.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #include "test_context.h" diff --git a/test/gtest/core/test_context.h b/test/gtest/core/test_context.h index 5df27ea523..813327e9b8 100644 --- a/test/gtest/core/test_context.h +++ b/test/gtest/core/test_context.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/core/test_context_config.cc b/test/gtest/core/test_context_config.cc index a449c1a7d7..fb0cc569fe 100644 --- a/test/gtest/core/test_context_config.cc +++ b/test/gtest/core/test_context_config.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #include "test_context.h" diff --git a/test/gtest/core/test_lib.cc b/test/gtest/core/test_lib.cc index e04c668766..142a3d649d 100644 --- a/test/gtest/core/test_lib.cc +++ b/test/gtest/core/test_lib.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/core/test_lib_config.cc b/test/gtest/core/test_lib_config.cc index a3fe1a45de..ae49743d7d 100644 --- a/test/gtest/core/test_lib_config.cc +++ b/test/gtest/core/test_lib_config.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/core/test_mc.cc b/test/gtest/core/test_mc.cc index ef5ada3ac9..02007bcb3a 100644 --- a/test/gtest/core/test_mc.cc +++ b/test/gtest/core/test_mc.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/core/test_mc_cuda.cc b/test/gtest/core/test_mc_cuda.cc index 79a61d9e73..867b268f3d 100644 --- a/test/gtest/core/test_mc_cuda.cc +++ b/test/gtest/core/test_mc_cuda.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/core/test_mc_reduce.cc b/test/gtest/core/test_mc_reduce.cc index a2747a55f1..5c45395e11 100644 --- a/test/gtest/core/test_mc_reduce.cc +++ b/test/gtest/core/test_mc_reduce.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/core/test_mc_reduce.h b/test/gtest/core/test_mc_reduce.h index 1bec8b7355..540c5f1c3b 100644 --- a/test/gtest/core/test_mc_reduce.h +++ b/test/gtest/core/test_mc_reduce.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/core/test_mc_rocm.cc b/test/gtest/core/test_mc_rocm.cc index 3ab3622da1..237b6a47c4 100644 --- a/test/gtest/core/test_mc_rocm.cc +++ b/test/gtest/core/test_mc_rocm.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * See file LICENSE for terms. */ diff --git a/test/gtest/core/test_schedule.cc b/test/gtest/core/test_schedule.cc index 008bb4a4e7..27d149ec3d 100644 --- a/test/gtest/core/test_schedule.cc +++ b/test/gtest/core/test_schedule.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/core/test_service_coll.cc b/test/gtest/core/test_service_coll.cc index 80d46a3490..72aedef463 100644 --- a/test/gtest/core/test_service_coll.cc +++ b/test/gtest/core/test_service_coll.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #include diff --git a/test/gtest/core/test_team.cc b/test/gtest/core/test_team.cc index 7790d8c0e6..482781cee4 100644 --- a/test/gtest/core/test_team.cc +++ b/test/gtest/core/test_team.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ #include "common/test_ucc.h" diff --git a/test/gtest/core/test_timeout.cc b/test/gtest/core/test_timeout.cc index 7be2926b90..3d811b1a44 100644 --- a/test/gtest/core/test_timeout.cc +++ b/test/gtest/core/test_timeout.cc @@ -1,6 +1,6 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/core/test_topo.cc b/test/gtest/core/test_topo.cc index 022a6239ed..348c4bb5fb 100644 --- a/test/gtest/core/test_topo.cc +++ b/test/gtest/core/test_topo.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. + * Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ extern "C" { diff --git a/test/gtest/core/test_utils.cc b/test/gtest/core/test_utils.cc index 145a12e439..95404246e9 100644 --- a/test/gtest/core/test_utils.cc +++ b/test/gtest/core/test_utils.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ extern "C" { diff --git a/test/gtest/utils/test_cfg_file.cc b/test/gtest/utils/test_cfg_file.cc index 6f6c50f7c6..315a5a9361 100644 --- a/test/gtest/utils/test_cfg_file.cc +++ b/test/gtest/utils/test_cfg_file.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ extern "C" { diff --git a/test/gtest/utils/test_ep_map.cc b/test/gtest/utils/test_ep_map.cc index 5df94b63d5..e397db0942 100644 --- a/test/gtest/utils/test_ep_map.cc +++ b/test/gtest/utils/test_ep_map.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ extern "C" { diff --git a/test/gtest/utils/test_lock_free_queue.cc b/test/gtest/utils/test_lock_free_queue.cc index 9688709d5b..fba803f2c9 100644 --- a/test/gtest/utils/test_lock_free_queue.cc +++ b/test/gtest/utils/test_lock_free_queue.cc @@ -1,6 +1,6 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ diff --git a/test/gtest/utils/test_math.cc b/test/gtest/utils/test_math.cc index 5aeedb53d0..fde0f63951 100644 --- a/test/gtest/utils/test_math.cc +++ b/test/gtest/utils/test_math.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ extern "C" { diff --git a/test/gtest/utils/test_string.cc b/test/gtest/utils/test_string.cc index bc2d62236b..0eb99b01f9 100644 --- a/test/gtest/utils/test_string.cc +++ b/test/gtest/utils/test_string.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * See file LICENSE for terms. */ extern "C" { diff --git a/test/mpi/Makefile.am b/test/mpi/Makefile.am index e8e0f34355..485fc88cfd 100644 --- a/test/mpi/Makefile.am +++ b/test/mpi/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Mellanox Technologies. All rights reserved. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow diff --git a/test/mpi/buffer.cc b/test/mpi/buffer.cc index d381128b22..d1f748db9e 100644 --- a/test/mpi/buffer.cc +++ b/test/mpi/buffer.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/mpi_util.cc b/test/mpi/mpi_util.cc index 2859d2bb1f..ce17d0f057 100644 --- a/test/mpi/mpi_util.cc +++ b/test/mpi/mpi_util.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/mpi_util.h b/test/mpi/mpi_util.h index 8d8b75d2a6..3f059d716a 100644 --- a/test/mpi/mpi_util.h +++ b/test/mpi/mpi_util.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_allgather.cc b/test/mpi/test_allgather.cc index 25ea6c4882..795bdb5e01 100644 --- a/test/mpi/test_allgather.cc +++ b/test/mpi/test_allgather.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_allgatherv.cc b/test/mpi/test_allgatherv.cc index e21fc8c825..232aa54010 100644 --- a/test/mpi/test_allgatherv.cc +++ b/test/mpi/test_allgatherv.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_allreduce.cc b/test/mpi/test_allreduce.cc index b4605f58eb..d1513f2190 100644 --- a/test/mpi/test_allreduce.cc +++ b/test/mpi/test_allreduce.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_alltoall.cc b/test/mpi/test_alltoall.cc index ddf71fee81..72ee2f11f1 100644 --- a/test/mpi/test_alltoall.cc +++ b/test/mpi/test_alltoall.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_alltoallv.cc b/test/mpi/test_alltoallv.cc index bccc7bb8e5..3cbf8d2fb8 100644 --- a/test/mpi/test_alltoallv.cc +++ b/test/mpi/test_alltoallv.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_barrier.cc b/test/mpi/test_barrier.cc index b944a04d2e..8bd20aa468 100644 --- a/test/mpi/test_barrier.cc +++ b/test/mpi/test_barrier.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_bcast.cc b/test/mpi/test_bcast.cc index dfedbe066b..b0b6079023 100644 --- a/test/mpi/test_bcast.cc +++ b/test/mpi/test_bcast.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_case.cc b/test/mpi/test_case.cc index ad0962b162..9c45bf443f 100644 --- a/test/mpi/test_case.cc +++ b/test/mpi/test_case.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_gather.cc b/test/mpi/test_gather.cc index 5ad191a598..8aab3acc21 100644 --- a/test/mpi/test_gather.cc +++ b/test/mpi/test_gather.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_gatherv.cc b/test/mpi/test_gatherv.cc index dbc36bd5d5..873d3f9eca 100644 --- a/test/mpi/test_gatherv.cc +++ b/test/mpi/test_gatherv.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_mpi.cc b/test/mpi/test_mpi.cc index 42d829e974..19b5612253 100644 --- a/test/mpi/test_mpi.cc +++ b/test/mpi/test_mpi.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_mpi.h b/test/mpi/test_mpi.h index fa320666df..8b853fb992 100644 --- a/test/mpi/test_mpi.h +++ b/test/mpi/test_mpi.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_reduce.cc b/test/mpi/test_reduce.cc index 044fa7acb4..b1cdebe90e 100644 --- a/test/mpi/test_reduce.cc +++ b/test/mpi/test_reduce.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_reduce_scatter.cc b/test/mpi/test_reduce_scatter.cc index 0fbcdf1191..7b5e0b51dc 100644 --- a/test/mpi/test_reduce_scatter.cc +++ b/test/mpi/test_reduce_scatter.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_reduce_scatterv.cc b/test/mpi/test_reduce_scatterv.cc index c565dbadff..70621e80a2 100644 --- a/test/mpi/test_reduce_scatterv.cc +++ b/test/mpi/test_reduce_scatterv.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_scatter.cc b/test/mpi/test_scatter.cc index a2fca9a10b..0d34bcfd47 100644 --- a/test/mpi/test_scatter.cc +++ b/test/mpi/test_scatter.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/test/mpi/test_scatterv.cc b/test/mpi/test_scatterv.cc index 9d67b8312c..fc281e67a9 100644 --- a/test/mpi/test_scatterv.cc +++ b/test/mpi/test_scatterv.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/info/Makefile.am b/tools/info/Makefile.am index 85099c2509..010ebc7dfd 100644 --- a/tools/info/Makefile.am +++ b/tools/info/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) Mellanox Technologies Ltd. 2020. ALL RIGHTS RESERVED. +# Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # Copyright (C) The University of Tennessee and the University of Tennessee Research Foundation. 2016. ALL RIGHTS RESERVED. # # See file LICENSE for terms. diff --git a/tools/info/build_info.c b/tools/info/build_info.c index 8a614ea5fe..1c9c521d14 100644 --- a/tools/info/build_info.c +++ b/tools/info/build_info.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2001-2020. ALL RIGHTS RESERVED. + * Copyright (c) 2001-2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/info/ucc_info.c b/tools/info/ucc_info.c index e2bf9b1c83..53f36d393a 100644 --- a/tools/info/ucc_info.c +++ b/tools/info/ucc_info.c @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2001-2020. ALL RIGHTS RESERVED. + * Copyright (c) 2001-2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/info/ucc_info.h b/tools/info/ucc_info.h index 8245933f3c..01fba09afb 100644 --- a/tools/info/ucc_info.h +++ b/tools/info/ucc_info.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2001-2020. ALL RIGHTS RESERVED. + * Copyright (c) 2001-2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/perf/Makefile.am b/tools/perf/Makefile.am index 6931e16a7a..a404b5a92f 100644 --- a/tools/perf/Makefile.am +++ b/tools/perf/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Mellanox Technologies. All rights reserved. +# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow diff --git a/tools/perf/ucc_perftest.h b/tools/perf/ucc_perftest.h index a0bb8e5135..3391cfc029 100644 --- a/tools/perf/ucc_perftest.h +++ b/tools/perf/ucc_perftest.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/perf/ucc_pt_benchmark.h b/tools/perf/ucc_pt_benchmark.h index 7e0d89418f..0502c13759 100644 --- a/tools/perf/ucc_pt_benchmark.h +++ b/tools/perf/ucc_pt_benchmark.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/perf/ucc_pt_bootstrap.h b/tools/perf/ucc_pt_bootstrap.h index d4bb12388f..806797c0ba 100644 --- a/tools/perf/ucc_pt_bootstrap.h +++ b/tools/perf/ucc_pt_bootstrap.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/perf/ucc_pt_bootstrap_mpi.h b/tools/perf/ucc_pt_bootstrap_mpi.h index 37ebd5f497..f436f34e99 100644 --- a/tools/perf/ucc_pt_bootstrap_mpi.h +++ b/tools/perf/ucc_pt_bootstrap_mpi.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/perf/ucc_pt_coll.h b/tools/perf/ucc_pt_coll.h index a6f07bb925..e7375d5320 100644 --- a/tools/perf/ucc_pt_coll.h +++ b/tools/perf/ucc_pt_coll.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/perf/ucc_pt_comm.h b/tools/perf/ucc_pt_comm.h index 83926b223a..8de3c236a3 100644 --- a/tools/perf/ucc_pt_comm.h +++ b/tools/perf/ucc_pt_comm.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/perf/ucc_pt_config.h b/tools/perf/ucc_pt_config.h index 7ad2c43d1f..68588e1fc1 100644 --- a/tools/perf/ucc_pt_config.h +++ b/tools/perf/ucc_pt_config.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. + * Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/perf/ucc_pt_cuda.cc b/tools/perf/ucc_pt_cuda.cc index da0c7c27c1..fdf17457be 100644 --- a/tools/perf/ucc_pt_cuda.cc +++ b/tools/perf/ucc_pt_cuda.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/perf/ucc_pt_cuda.h b/tools/perf/ucc_pt_cuda.h index e8e835ebc1..1a5844c1bc 100644 --- a/tools/perf/ucc_pt_cuda.h +++ b/tools/perf/ucc_pt_cuda.h @@ -1,6 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. - * Copyright (C) NVIDIA Corporation. 2022. All rights reserved. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * See file LICENSE for terms. */ diff --git a/tools/perf/ucc_pt_rocm.cc b/tools/perf/ucc_pt_rocm.cc index e1a396e9e2..2e1f121b8f 100644 --- a/tools/perf/ucc_pt_rocm.cc +++ b/tools/perf/ucc_pt_rocm.cc @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. diff --git a/tools/perf/ucc_pt_rocm.h b/tools/perf/ucc_pt_rocm.h index 574dbc4e00..bae70ba808 100644 --- a/tools/perf/ucc_pt_rocm.h +++ b/tools/perf/ucc_pt_rocm.h @@ -1,5 +1,5 @@ /** - * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. + * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * Copyright (C) Advanced Micro Devices, Inc. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms.