Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit eefb371

Browse files
TristonCTristonNV
andauthored
[v1.9.x] Remove the "copyright by contributors" line in source files (#20493)
* Remove Copyright contributor lines in the src directory * Remove Copyright contributor lines in the include directory * Add back lines removed by accident * Remove empty comment line(s) * Remove one extra * in the a comment line * Remove the Copyright by Contributors line in tools directory * Remove the Copyright by Contributors line in 3rdparty/mshadow directory * Correct license header removed by accedent Co-authored-by: Triston Cao <tristonc@nvidia.com>
1 parent 20c4717 commit eefb371

File tree

712 files changed

+0
-727
lines changed

Some content is hidden

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

712 files changed

+0
-727
lines changed

3rdparty/mshadow/mshadow-ps/mshadow_ps.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
/*!
21-
* Copyright (c) 2014 by Contributors
2221
* \file mshadow_ps.h
2322
* \brief parameter server abstraction for mshadow tensor
2423
* this is a plugin of mshadow that can be used to syncrhonize

3rdparty/mshadow/mshadow-ps/ps_dist-inl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
/*!
21-
* Copyright (c) 2014 by Contributors
2221
* \file ps_dist-inl.h
2322
* \brief distributed version of PS
2423
*

3rdparty/mshadow/mshadow-ps/ps_local-inl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
/*!
21-
* Copyright (c) 2014 by Contributors
2221
* \file ps_local-inl.h
2322
* \brief local multi-threading implementation of PS abstraction
2423
*

3rdparty/mshadow/mshadow-ps/ps_rabit-inl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
/*!
21-
* Copyright (c) 2014 by Contributors
2221
* \file ps_rabit-inl.h
2322
* \brief distributed version of PS using BSP
2423
* synchronization in the backend

3rdparty/mshadow/mshadow-ps/thread.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
/*!
21-
* Copyright by Contributors
2221
* \file thread.h
2322
* \brief this header include the minimum necessary resource
2423
* for multi-threading that can be compiled in windows, linux, mac

3rdparty/mshadow/mshadow-ps/thread_util.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
/*!
21-
* Copyright by Contributors
2221
* \file thread_util.h
2322
* \brief data structures for multi-threading communication
2423
* \author Tianqi Chen

3rdparty/mshadow/mshadow/base.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
/*!
21-
* Copyright (c) 2014 by Contributors
2221
* \file base.h
2322
* \brief definitions of base types, operators, macros functions
2423
*

3rdparty/mshadow/mshadow/bfloat.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
/*!
21-
* Copyright (c) 2019 by Contributors
2221
* \file bfloat.h
2322
* \brief definition of bfloat type.
2423
*

3rdparty/mshadow/mshadow/cuda/reduce.cuh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
/*!
21-
* Copyright (c) 2014 by Contributors
2221
* \file reduce.cuh
2322
* \brief helper functions to do reduction
2423
* \author Tianqi Chen

3rdparty/mshadow/mshadow/cuda/tensor_gpu-inl.cuh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
/*!
21-
* Copyright (c) 2014 by Contributors
2221
* \file tensor_gpu-inl.cuh
2322
* \brief implementation of GPU code using CUDA
2423
* \author Bing Xu, Tianqi Chen

0 commit comments

Comments
 (0)