Skip to content

Commit

Permalink
Fix copyright messages (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang authored Oct 18, 2024
1 parent f8c0bcc commit 0c150e5
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 20 deletions.
8 changes: 3 additions & 5 deletions src/bootstrap/socket.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*************************************************************************
* Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
// Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved.
// Modifications Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#include "socket.h"

Expand Down
8 changes: 3 additions & 5 deletions src/debug.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*************************************************************************
* Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
// Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved.
// Modifications Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#include "debug.h"

Expand Down
3 changes: 3 additions & 0 deletions src/endpoint.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#include "endpoint.hpp"

#include <algorithm>
Expand Down
8 changes: 3 additions & 5 deletions src/include/debug.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*************************************************************************
* Copyright (c) 2015-2022, NVIDIA CORPORATION. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
// Copyright (c) 2015-2022, NVIDIA CORPORATION. All rights reserved.
// Modifications Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#ifndef MSCCLPP_DEBUG_H_
#define MSCCLPP_DEBUG_H_
Expand Down
3 changes: 3 additions & 0 deletions src/include/ibverbs_wrapper.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

#ifndef MSCCLPP_IBVERBS_WRAPPER_HPP_
#define MSCCLPP_IBVERBS_WRAPPER_HPP_

Expand Down
8 changes: 3 additions & 5 deletions src/include/utils_internal.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*************************************************************************
* Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
// Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved.
// Modifications Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#ifndef MSCCLPP_UTILS_INTERNAL_HPP_
#define MSCCLPP_UTILS_INTERNAL_HPP_
Expand Down
3 changes: 3 additions & 0 deletions test/executor_test.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#include <mpi.h>
#include <unistd.h>

Expand Down
3 changes: 3 additions & 0 deletions test/unit/utils_internal_tests.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#include <gtest/gtest.h>

#include <thread>
Expand Down

0 comments on commit 0c150e5

Please sign in to comment.