Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
kuberry committed Jul 2, 2024
1 parent 5f419d0 commit 28c2cb5
Show file tree
Hide file tree
Showing 58 changed files with 468 additions and 24 deletions.
10 changes: 10 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

Compadre: COMpatible PArticle Discretization and REmap Toolkit
Copyright (c) 2018 NTESS

Copyright 2018 National Technology & Engineering Solutions of Sandia,
LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
U.S. Government retains certain rights in this software.

Copyright the Compadre contributors.

14 changes: 1 addition & 13 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
License {#bsdlicense}
=============

Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
Under the terms of Contract DE-NA0003525, the U.S. Government retains certain rights
in this software.
Copyright (c) 2018 NTESS and the Compadre contributors.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand All @@ -24,13 +22,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those
of the authors and should not be interpreted as representing official policies,
either expressed or implied, of NTESS or the U.S. Government.


Questions? Contact Paul Kuberry (pakuber@sandia.gov),
Peter Bosler (pabosle@sandia.gov), or
Nat Trask (natrask@sandia.gov)

14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,17 @@ If you are using a particular release of the Compadre Toolkit and would like to
```diff
! DOI: 10.11578/dc.20190411.1
```

## Copyright and License
See compadre/COPYRIGHT, compadre/LICENSE, https://trilinos.github.io/license.html and individual file headers for additional information.


## Questions?
Contact lead developers:

* Compadre team (GitHub handle: @trilinos/Compadre)
* Paul Kuberry (GitHub handle: [kuberry](https://github.com/kuberry) or pakuber@sandia.gov@sandia.gov)

The views and conclusions contained in the software and documentation are those
of the authors and should not be interpreted as representing official policies,
either expressed or implied, of NTESS or the U.S. Government.
8 changes: 8 additions & 0 deletions examples/CommandLineProcessor.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#ifndef COMMANDLINEPROCESSOR
#define COMMANDLINEPROCESSOR

Expand Down
8 changes: 8 additions & 0 deletions examples/Compadre_UnitTests.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <gtest/gtest.h>
#include <Compadre_KokkosParser.hpp>
#include "unittests/test_XYZ.hpp"
Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_Device.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <iostream>
#include <string>
#include <vector>
Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_DivergenceFree.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <iostream>
#include <string>
#include <vector>
Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_Host.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <iostream>
#include <string>
#include <vector>
Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_Manifold.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <iostream>
#include <string>
#include <vector>
Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_Manifold.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#ifndef _GMLS_MANIFOLD_HPP_
#define _GMLS_MANIFOLD_HPP_

Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_Manifold.py.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# @HEADER
# *****************************************************************************
# Compadre: COMpatible PArticle Discretization and REmap Toolkit
#
# Copyright 2018 NTESS and the Compadre contributors.
# SPDX-License-Identifier: BSD-2-Clause
# *****************************************************************************
# @HEADER
import subprocess
import os
import re
Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_Manifold_Multiple_Evaluation_Sites.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <iostream>
#include <string>
#include <vector>
Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_Multiple_Evaluation_Sites.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <iostream>
#include <string>
#include <vector>
Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_NeumannGradScalar.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <iostream>
#include <string>
#include <vector>
Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_SmallBatchReuse_Device.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
/*
*
* This examples tests the ability to reuse a GMLS class instance,
Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_Staggered.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <iostream>
#include <string>
#include <vector>
Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_Staggered_Manifold.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <iostream>
#include <string>
#include <vector>
Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_Tutorial.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#ifndef _GMLS_TUTORIAL_HPP_
#define _GMLS_TUTORIAL_HPP_

Expand Down
8 changes: 8 additions & 0 deletions examples/GMLS_Vector.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <iostream>
#include <string>
#include <vector>
Expand Down
8 changes: 8 additions & 0 deletions examples/NeighborSearchTest.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <vector>
#include <map>
#include <random>
Expand Down
8 changes: 8 additions & 0 deletions examples/UtilityTest.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include <iostream>
#include <string>
#include <vector>
Expand Down
8 changes: 8 additions & 0 deletions examples/unittests/test_LinearAlgebra.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#ifndef TEST_LINEARALGEBRA
#define TEST_LINEARALGEBRA

Expand Down
8 changes: 8 additions & 0 deletions examples/unittests/test_NeighborLists.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#ifndef TEST_NEIGHBORLISTS
#define TEST_NEIGHBORLISTS

Expand Down
8 changes: 8 additions & 0 deletions examples/unittests/test_PointCloudSearch.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#ifndef TEST_POINTCLOUDSEARCH
#define TEST_POINTCLOUDSEARCH

Expand Down
8 changes: 8 additions & 0 deletions examples/unittests/test_Targets.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#ifndef TEST_TARGETS
#define TEST_TARGETS

Expand Down
8 changes: 8 additions & 0 deletions examples/unittests/test_XYZ.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#ifndef TEST_XYZ
#define TEST_XYZ

Expand Down
8 changes: 8 additions & 0 deletions src/Compadre_ApplyTargetEvaluations.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#ifndef _COMPADRE_APPLY_TARGET_EVALUATIONS_HPP_
#define _COMPADRE_APPLY_TARGET_EVALUATIONS_HPP_

Expand Down
8 changes: 8 additions & 0 deletions src/Compadre_Basis.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#ifndef _COMPADRE_BASIS_HPP_
#define _COMPADRE_BASIS_HPP_

Expand Down
8 changes: 8 additions & 0 deletions src/Compadre_Evaluator.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#ifndef _COMPADRE_EVALUATOR_HPP_
#define _COMPADRE_EVALUATOR_HPP_

Expand Down
8 changes: 8 additions & 0 deletions src/Compadre_Functors.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#ifndef _COMPADRE_FUNCTORS_HPP_
#define _COMPADRE_FUNCTORS_HPP_

Expand Down
8 changes: 8 additions & 0 deletions src/Compadre_GMLS.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// @HEADER
// *****************************************************************************
// Compadre: COMpatible PArticle Discretization and REmap Toolkit
//
// Copyright 2018 NTESS and the Compadre contributors.
// SPDX-License-Identifier: BSD-2-Clause
// *****************************************************************************
// @HEADER
#include "Compadre_GMLS.hpp"
#include "Compadre_Functors.hpp"

Expand Down
Loading

0 comments on commit 28c2cb5

Please sign in to comment.