Skip to content

Commit 134b7a7

Browse files
Alexey-RivkinSergei-Lebedevvalentin petrov
authored
CORE: fix spelling (openucx#563) (openucx#558)
Co-authored-by: valentin petrov <[email protected]> Co-authored-by: Sergey Lebedev <[email protected]> Co-authored-by: valentin petrov <[email protected]>
1 parent 5cf5815 commit 134b7a7

File tree

428 files changed

+428
-429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

428 files changed

+428
-429
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2020 Mellanox Technologies Ltd. All rights reserved.
1+
Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2020 Mellanox Technologies. All rights reserved.
2+
# Copyright (c) 2020, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# Copyright (C) Huawei Technologies Co., Ltd. 2020. All rights reserved.
44
# $HEADER$
55
#

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED.
2+
* @copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
*
44
* See file LICENSE for terms.
55
*/

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED.
3+
# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44

55
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE:-$0}" )" &> /dev/null && pwd )"
66
if [ $SCRIPT_DIR != `pwd` ]; then

cmake/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) NVIDIA Corporation. 2021. ALL RIGHTS RESERVED.
2+
# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44

55
cmakedir = $(libdir)/cmake/ucc

cmake/ucc-config-version.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) NVIDIA Corporation. 2021. ALL RIGHTS RESERVED.
2+
# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44

55
# This is a basic version file for the Config-mode of find_package().

cmake/ucc-config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) NVIDIA Corporation. 2021. ALL RIGHTS RESERVED.
2+
# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44

55
include("${CMAKE_CURRENT_LIST_DIR}/ucc-targets.cmake")

cmake/ucc-targets.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) NVIDIA Corporation. 2021. ALL RIGHTS RESERVED.
2+
# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44

55
set(prefix "@prefix@")

config/m4/check_tls.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED.
2+
# Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# See file LICENSE for terms.
44
#
55

config/m4/compiler.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) Mellanox Technologies Ltd. 2001-2014. ALL RIGHTS RESERVED.
2+
# Copyright (c) 2001-2014, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# Copyright (c) UT-Battelle, LLC. 2017. ALL RIGHTS RESERVED.
44
# Copyright (C) ARM Ltd. 2016-2020. ALL RIGHTS RESERVED.
55
# See file LICENSE for terms.

0 commit comments

Comments
 (0)