remove license from cub

This commit is contained in:
Ruipeng Li 2020-03-19 12:20:20 -07:00
parent 28f60b924f
commit 51f7834b06
3 changed files with 1 additions and 14 deletions

View File

@ -78,6 +78,7 @@ cat > check-license.remove <<EOF
./src/docs/usr-manual/conf.py
./src/docs/usr-manual/zREADME
./src/examples/vis.c
./src/utilities/hypre_cub_allocator.h
./src/lapack/COPYING
./src/nopoe
./src/tarch

View File

@ -1773,13 +1773,6 @@ extern HYPRE_Int hypre_exec_policy;
#endif /* HYPRE_USING_CUDA */
#endif /* #ifndef HYPRE_CUDA_UTILS_H */
/******************************************************************************
* Copyright 1998-2019 Lawrence Livermore National Security, LLC and other
* HYPRE Project Developers. See the top-level COPYRIGHT file for details.
*
* SPDX-License-Identifier: (Apache-2.0 OR MIT)
******************************************************************************/
/******************************************************************************
* Copyright (c) 2011, Duane Merrill. All rights reserved.
* Copyright (c) 2011-2018, NVIDIA CORPORATION. All rights reserved.

View File

@ -1,10 +1,3 @@
/******************************************************************************
* Copyright 1998-2019 Lawrence Livermore National Security, LLC and other
* HYPRE Project Developers. See the top-level COPYRIGHT file for details.
*
* SPDX-License-Identifier: (Apache-2.0 OR MIT)
******************************************************************************/
/******************************************************************************
* Copyright (c) 2011, Duane Merrill. All rights reserved.
* Copyright (c) 2011-2018, NVIDIA CORPORATION. All rights reserved.