Skip to content

Commit e3b417c

Browse files
committed
Add missing copyright header
Signed-off-by: Joseph Schuchart <schuchart@hlrs.de>
1 parent e215eff commit e3b417c

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

ompi/mca/osc/ucx/osc_ucx_comm.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
* Copyright (C) Mellanox Technologies Ltd. 2001-2017. ALL RIGHTS RESERVED.
2+
* Copyright (C) 2001-2017 Mellanox Technologies Ltd. ALL RIGHTS RESERVED.
3+
* Copyright (c) 2019-2020 High Performance Computing Center Stuttgart,
4+
* University of Stuttgart. All rights reserved.
35
* $COPYRIGHT$
46
*
57
* Additional copyrights may follow

opal/mca/common/ucx/common_ucx.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* All rights reserved.
44
* Copyright (c) 2018 Research Organization for Information Science
55
* and Technology (RIST). All rights reserved.
6+
* Copyright (c) 2019-2020 High Performance Computing Center Stuttgart,
7+
* University of Stuttgart. All rights reserved.
68
* $COPYRIGHT$
79
*
810
* Additional copyrights may follow

opal/mca/common/ucx/common_ucx_wpool.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
* Copyright (C) 2001-2017 Mellanox Technologies Ltd. ALL RIGHTS RESERVED.
3+
* Copyright (c) 2019-2020 High Performance Computing Center Stuttgart,
4+
* University of Stuttgart. All rights reserved.
5+
* $COPYRIGHT$
6+
*
7+
* Additional copyrights may follow
8+
*
9+
* $HEADER$
10+
*/
11+
112
#ifndef COMMON_UCX_WPOOL_H
213
#define COMMON_UCX_WPOOL_H
314

0 commit comments

Comments
 (0)