Skip to content

Commit f01ef8d

Browse files
committed
Changed the license.
1 parent 91e4307 commit f01ef8d

File tree

164 files changed

+680
-2442
lines changed

Some content is hidden

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

164 files changed

+680
-2442
lines changed

LICENSE

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Copyright (c) 2016-2020, Lawrence Livermore National Security, LLC.
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are met:
6+
7+
* Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
* Redistributions in binary form must reproduce the above copyright notice,
11+
this list of conditions and the following disclaimer in the documentation
12+
and/or other materials provided with the distribution.
13+
14+
* Neither the name of the copyright holder nor the names of its
15+
contributors may be used to endorse or promote products derived from
16+
this software without specific prior written permission.
17+
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ semantics in [RAJA](https://github.com/LLNL/RAJA), similar to the implementation
1616

1717

1818
Documentation
19-
---------------------
20-
19+
-------------
2120
Full documenation is hosted at [readthedocs](https://lvarray.readthedocs.io/en/latest/)
2221

2322
Authors
@@ -26,17 +25,11 @@ See [Github](https://github.com/GEOSX/LvArray/graphs/contributors)
2625

2726
Release
2827
-------
28+
LvArray is licensed under the BSD 3-Clause license, (BSD-3-Clause or https://opensource.org/licenses/BSD-3-Clause).
2929

30-
Copyright (c) 2018, Lawrence Livermore National Security, LLC.
31-
Produced at the Lawrence Livermore National Laboratory.
32-
33-
All rights reserved.
30+
Copyrights and patents in the LvArray project are retained by contributors. No copyright assignment is required to contribute to LvArray.
3431

35-
Unlimited Open Source - LGPL 2.1 License
32+
Unlimited Open Source - BSD 3-clause Distribution `LLNL-Code-746361` `OCEC-18-021`
3633

37-
For release details and restrictions, please read the LICENSE.txt file.
38-
It is also linked here:
34+
For release details and restrictions, please read the LICENSE file.
3935
[LICENSE](./LICENSE)
40-
`LLNL-Code-746361` `OCEC-18-021`
41-
42-
Next release will be BSD.

benchmarks/benchmarkArray1DR2TensorMultiplication.cpp

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
/*
2-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
* Copyright (c) 2019, Lawrence Livermore National Security, LLC.
4-
*
5-
* Produced at the Lawrence Livermore National Laboratory
6-
*
7-
* LLNL-CODE-746361
8-
*
9-
* All rights reserved. See COPYRIGHT for details.
10-
*
11-
* This file is part of the GEOSX Simulation Framework.
12-
*
13-
* GEOSX is a free software; you can redistribute it and/or modify it under
14-
* the terms of the GNU Lesser General Public License (as published by the
15-
* Free Software Foundation) version 2.1 dated February 1999.
16-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
* Copyright (c) 2020, Lawrence Livermore National Security, LLC and LvArray contributors.
3+
* All rights reserved.
4+
* See the LICENSE file for details.
5+
* SPDX-License-Identifier: (BSD-3-Clause)
176
*/
187

198
// Source includes

benchmarks/benchmarkArray1DR2TensorMultiplicationKernels.cpp

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
/*
2-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
* Copyright (c) 2019, Lawrence Livermore National Security, LLC.
4-
*
5-
* Produced at the Lawrence Livermore National Laboratory
6-
*
7-
* LLNL-CODE-746361
8-
*
9-
* All rights reserved. See COPYRIGHT for details.
10-
*
11-
* This file is part of the GEOSX Simulation Framework.
12-
*
13-
* GEOSX is a free software; you can redistribute it and/or modify it under
14-
* the terms of the GNU Lesser General Public License (as published by the
15-
* Free Software Foundation) version 2.1 dated February 1999.
16-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
* Copyright (c) 2020, Lawrence Livermore National Security, LLC and LvArray contributors.
3+
* All rights reserved.
4+
* See the LICENSE file for details.
5+
* SPDX-License-Identifier: (BSD-3-Clause)
176
*/
187

198
#include "benchmarkArray1DR2TensorMultiplicationKernels.hpp"

benchmarks/benchmarkArray1DR2TensorMultiplicationKernels.hpp

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
/*
2-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
* Copyright (c) 2019, Lawrence Livermore National Security, LLC.
4-
*
5-
* Produced at the Lawrence Livermore National Laboratory
6-
*
7-
* LLNL-CODE-746361
8-
*
9-
* All rights reserved. See COPYRIGHT for details.
10-
*
11-
* This file is part of the GEOSX Simulation Framework.
12-
*
13-
* GEOSX is a free software; you can redistribute it and/or modify it under
14-
* the terms of the GNU Lesser General Public License (as published by the
15-
* Free Software Foundation) version 2.1 dated February 1999.
16-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
* Copyright (c) 2020, Lawrence Livermore National Security, LLC and LvArray contributors.
3+
* All rights reserved.
4+
* See the LICENSE file for details.
5+
* SPDX-License-Identifier: (BSD-3-Clause)
176
*/
187

198
// Source includes

benchmarks/benchmarkArrayOfArraysNodeToElementMapConstruction.cpp

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
/*
2-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
* Copyright (c) 2019, Lawrence Livermore National Security, LLC.
4-
*
5-
* Produced at the Lawrence Livermore National Laboratory
6-
*
7-
* LLNL-CODE-746361
8-
*
9-
* All rights reserved. See COPYRIGHT for details.
10-
*
11-
* This file is part of the GEOSX Simulation Framework.
12-
*
13-
* GEOSX is a free software; you can redistribute it and/or modify it under
14-
* the terms of the GNU Lesser General Public License (as published by the
15-
* Free Software Foundation) version 2.1 dated February 1999.
16-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
* Copyright (c) 2020, Lawrence Livermore National Security, LLC and LvArray contributors.
3+
* All rights reserved.
4+
* See the LICENSE file for details.
5+
* SPDX-License-Identifier: (BSD-3-Clause)
176
*/
187

198
// Source includes

benchmarks/benchmarkArrayOfArraysNodeToElementMapConstructionKernels.cpp

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
/*
2-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
* Copyright (c) 2019, Lawrence Livermore National Security, LLC.
4-
*
5-
* Produced at the Lawrence Livermore National Laboratory
6-
*
7-
* LLNL-CODE-746361
8-
*
9-
* All rights reserved. See COPYRIGHT for details.
10-
*
11-
* This file is part of the GEOSX Simulation Framework.
12-
*
13-
* GEOSX is a free software; you can redistribute it and/or modify it under
14-
* the terms of the GNU Lesser General Public License (as published by the
15-
* Free Software Foundation) version 2.1 dated February 1999.
16-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
* Copyright (c) 2020, Lawrence Livermore National Security, LLC and LvArray contributors.
3+
* All rights reserved.
4+
* See the LICENSE file for details.
5+
* SPDX-License-Identifier: (BSD-3-Clause)
176
*/
187

198
// Source includes

benchmarks/benchmarkArrayOfArraysNodeToElementMapConstructionKernels.hpp

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
/*
2-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
* Copyright (c) 2019, Lawrence Livermore National Security, LLC.
4-
*
5-
* Produced at the Lawrence Livermore National Laboratory
6-
*
7-
* LLNL-CODE-746361
8-
*
9-
* All rights reserved. See COPYRIGHT for details.
10-
*
11-
* This file is part of the GEOSX Simulation Framework.
12-
*
13-
* GEOSX is a free software; you can redistribute it and/or modify it under
14-
* the terms of the GNU Lesser General Public License (as published by the
15-
* Free Software Foundation) version 2.1 dated February 1999.
16-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
* Copyright (c) 2020, Lawrence Livermore National Security, LLC and LvArray contributors.
3+
* All rights reserved.
4+
* See the LICENSE file for details.
5+
* SPDX-License-Identifier: (BSD-3-Clause)
176
*/
187

198
#pragma once

benchmarks/benchmarkArrayOfArraysReduce.cpp

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
/*
2-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
* Copyright (c) 2019, Lawrence Livermore National Security, LLC.
4-
*
5-
* Produced at the Lawrence Livermore National Laboratory
6-
*
7-
* LLNL-CODE-746361
8-
*
9-
* All rights reserved. See COPYRIGHT for details.
10-
*
11-
* This file is part of the GEOSX Simulation Framework.
12-
*
13-
* GEOSX is a free software; you can redistribute it and/or modify it under
14-
* the terms of the GNU Lesser General Public License (as published by the
15-
* Free Software Foundation) version 2.1 dated February 1999.
16-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
* Copyright (c) 2020, Lawrence Livermore National Security, LLC and LvArray contributors.
3+
* All rights reserved.
4+
* See the LICENSE file for details.
5+
* SPDX-License-Identifier: (BSD-3-Clause)
176
*/
187

198
// Source includes

benchmarks/benchmarkArrayOfArraysReduceKernels.cpp

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
/*
2-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
* Copyright (c) 2019, Lawrence Livermore National Security, LLC.
4-
*
5-
* Produced at the Lawrence Livermore National Laboratory
6-
*
7-
* LLNL-CODE-746361
8-
*
9-
* All rights reserved. See COPYRIGHT for details.
10-
*
11-
* This file is part of the GEOSX Simulation Framework.
12-
*
13-
* GEOSX is a free software; you can redistribute it and/or modify it under
14-
* the terms of the GNU Lesser General Public License (as published by the
15-
* Free Software Foundation) version 2.1 dated February 1999.
16-
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
* Copyright (c) 2020, Lawrence Livermore National Security, LLC and LvArray contributors.
3+
* All rights reserved.
4+
* See the LICENSE file for details.
5+
* SPDX-License-Identifier: (BSD-3-Clause)
176
*/
187

198
// Source includes

0 commit comments

Comments
 (0)