Skip to content

Commit d80b98b

Browse files
committed
Merge pull request #1268 from artpol84/fix_mlnx_copy
Fix Mellanox copyrights with respect to the following PRs
2 parents f53d3c7 + 2abb297 commit d80b98b

File tree

11 files changed

+17
-2
lines changed

11 files changed

+17
-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/mpi/c/alltoall.c

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

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_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
@@ -14,6 +14,8 @@
1414
* Copyright (c) 2014 Intel, Inc. All rights reserved.
1515
* Copyright (c) 2015 Research Organization for Information Science
1616
* and Technology (RIST). All rights reserved.
17+
* Copyright (c) 2015 Mellanox Technologies. All rights reserved.
18+
*
1719
* $COPYRIGHT$
1820
*
1921
* 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)