Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit fef0010

Browse files
committed
Merge pull request #958 from artpol84/mlnx_copy_fix_v2.x
Mlnx copyright fix v2.x
2 parents a09b79b + 51c1f07 commit fef0010

File tree

12 files changed

+19
-2
lines changed

12 files changed

+19
-2
lines changed

ompi/communicator/comm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* Copyright (c) 2014 Research Organization for Information Science
2222
* and Technology (RIST). All rights reserved.
2323
* Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
24+
* Copyright (c) 2015 Mellanox Technologies. All rights reserved.
2425
* $COPYRIGHT$
2526
*
2627
* Additional copyrights may follow

ompi/mca/coll/libnbc/nbc_ibarrier.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* reserved.
1010
* Copyright (c) 2014 Research Organization for Information Science
1111
* and Technology (RIST). All rights reserved.
12+
* Copyright (c) 2015 Mellanox Technologies. All rights reserved.
1213
*
1314
* Author(s): Torsten Hoefler <[email protected]>
1415
*

ompi/mca/coll/libnbc/nbc_igatherv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* and Technology (RIST). All rights reserved.
1313
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1414
* reserved.
15+
* Copyright (c) 2015 Mellanox Technologies. All rights reserved.
1516
*
1617
* Author(s): Torsten Hoefler <[email protected]>
1718
*

ompi/proc/proc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved
1717
* Copyright (c) 2014-2015 Research Organization for Information Science
1818
* and Technology (RIST). All rights reserved.
19+
* Copyright (c) 2015 Mellanox Technologies. All rights reserved.
20+
*
1921
* $COPYRIGHT$
2022
*
2123
* Additional copyrights may follow

opal/mca/btl/openib/btl_openib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Copyright (c) 2004-2005 The Regents of the University of California.
1212
* All rights reserved.
1313
* Copyright (c) 2007-2013 Cisco Systems, Inc. All rights reserved.
14-
* Copyright (c) 2006-2009 Mellanox Technologies. All rights reserved.
14+
* Copyright (c) 2006-2015 Mellanox Technologies. All rights reserved.
1515
* Copyright (c) 2006-2015 Los Alamos National Security, LLC. All rights
1616
* reserved.
1717
* Copyright (c) 2006-2007 Voltaire All rights reserved.

opal/mca/btl/openib/btl_openib.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
* Copyright (c) 2014 Bull SAS. All rights reserved.
2121
* Copyright (c) 2015 Research Organization for Information Science
2222
* and Technology (RIST). All rights reserved.
23+
* Copyright (c) 2015 Mellanox Technologies. All rights reserved.
24+
*
2325
* $COPYRIGHT$
2426
*
2527
* Additional copyrights may follow

opal/mca/btl/openib/btl_openib_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Copyright (c) 2004-2005 The Regents of the University of California.
1212
* All rights reserved.
1313
* Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
14-
* Copyright (c) 2006-2009 Mellanox Technologies. All rights reserved.
14+
* Copyright (c) 2006-2015 Mellanox Technologies. All rights reserved.
1515
* Copyright (c) 2006-2015 Los Alamos National Security, LLC. All rights
1616
* reserved.
1717
* Copyright (c) 2006-2007 Voltaire All rights reserved.

opal/mca/btl/openib/btl_openib_proc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* Copyright (c) 2007-2015 Cisco Systems, Inc. All rights reserved.
1313
* Copyright (c) 2006-2007 Voltaire All rights reserved.
1414
* Copyright (c) 2014 Intel, Inc. All rights reserved.
15+
* Copyright (c) 2015 Mellanox Technologies. All rights reserved.
16+
*
1517
* $COPYRIGHT$
1618
*
1719
* Additional copyrights may follow

opal/mca/btl/openib/btl_openib_proc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* All rights reserved.
1212
* Copyright (c) 2006-2007 Voltaire All rights reserved.
1313
* Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
14+
* Copyright (c) 2015 Mellanox Technologies. All rights reserved.
15+
*
1416
* $COPYRIGHT$
1517
*
1618
* Additional copyrights may follow

opal/mca/btl/vader/btl_vader.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved.
1515
* Copyright (c) 2010-2015 Los Alamos National Security, LLC. All rights
1616
* reserved.
17+
* Copyright (c) 2015 Mellanox Technologies. All rights reserved.
18+
*
1719
* $COPYRIGHT$
1820
*
1921
* Additional copyrights may follow

0 commit comments

Comments
 (0)