diff --git a/.readthedocs.yml b/.readthedocs.yml index d138bc42b3..cec20821bb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,4 +1,4 @@ -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/README.txt b/AUTOTEST/README.txt index d314a82e65..248bf9554a 100644 --- a/AUTOTEST/README.txt +++ b/AUTOTEST/README.txt @@ -1,4 +1,4 @@ -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/basic.sh b/AUTOTEST/basic.sh index e3620d2f74..11446decdb 100755 --- a/AUTOTEST/basic.sh +++ b/AUTOTEST/basic.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/check-case.sh b/AUTOTEST/check-case.sh index 8c6b41f938..36e53aa31f 100755 --- a/AUTOTEST/check-case.sh +++ b/AUTOTEST/check-case.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/check-double.sh b/AUTOTEST/check-double.sh index 8f6d74c6bd..ba7a12e269 100755 --- a/AUTOTEST/check-double.sh +++ b/AUTOTEST/check-double.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/check-glob-symb.sh b/AUTOTEST/check-glob-symb.sh index 8d899c33e2..89cec7fbea 100755 --- a/AUTOTEST/check-glob-symb.sh +++ b/AUTOTEST/check-glob-symb.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/check-headers.sh b/AUTOTEST/check-headers.sh index c0db0d669f..ffeeaa0f20 100755 --- a/AUTOTEST/check-headers.sh +++ b/AUTOTEST/check-headers.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/check-int.sh b/AUTOTEST/check-int.sh index bbf0b0103d..e372d7f812 100755 --- a/AUTOTEST/check-int.sh +++ b/AUTOTEST/check-int.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/check-license.sh b/AUTOTEST/check-license.sh index a5217538d0..2d5ae8ae38 100755 --- a/AUTOTEST/check-license.sh +++ b/AUTOTEST/check-license.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) @@ -33,7 +33,7 @@ cd $top_dir ### First check for files that do not have the license, but should -#LicStr='Copyright 1998-2019 Lawrence Livermore' +#LicStr='Copyright (c) 1998 Lawrence Livermore' LicStr='SPDX-License-Identifier: \(Apache-2.0 OR MIT\)' # Remove these files from the list of all files without 'SPDX' diff --git a/AUTOTEST/check-mem.sh b/AUTOTEST/check-mem.sh index ed90058d74..ad3b125b09 100755 --- a/AUTOTEST/check-mem.sh +++ b/AUTOTEST/check-mem.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/check-mpi.sh b/AUTOTEST/check-mpi.sh index f3b4244bd8..eb3f329b86 100755 --- a/AUTOTEST/check-mpi.sh +++ b/AUTOTEST/check-mpi.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/cleantest.sh b/AUTOTEST/cleantest.sh index 3d987f2531..74e9113c40 100755 --- a/AUTOTEST/cleantest.sh +++ b/AUTOTEST/cleantest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/cmake.bat b/AUTOTEST/cmake.bat index 30284c9384..d79d1a9aba 100755 --- a/AUTOTEST/cmake.bat +++ b/AUTOTEST/cmake.bat @@ -1,5 +1,5 @@ @echo off -rem Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +rem Copyright (c) 1998 Lawrence Livermore National Security, LLC and other rem HYPRE Project Developers. See the top-level COPYRIGHT file for details. rem rem SPDX-License-Identifier: (Apache-2.0 OR MIT) diff --git a/AUTOTEST/cmake.sh b/AUTOTEST/cmake.sh index 3f6ab0f7a4..5f2fb843ab 100755 --- a/AUTOTEST/cmake.sh +++ b/AUTOTEST/cmake.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/configure.sh b/AUTOTEST/configure.sh index 90bc0a59de..749cc1161d 100755 --- a/AUTOTEST/configure.sh +++ b/AUTOTEST/configure.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/docs.sh b/AUTOTEST/docs.sh index bd28a72ea5..4fa27123e9 100755 --- a/AUTOTEST/docs.sh +++ b/AUTOTEST/docs.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/examples.sh b/AUTOTEST/examples.sh index 9efb6feac5..87b0f67472 100755 --- a/AUTOTEST/examples.sh +++ b/AUTOTEST/examples.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/klocwork.sh b/AUTOTEST/klocwork.sh index 578c59e195..27614c7aa0 100755 --- a/AUTOTEST/klocwork.sh +++ b/AUTOTEST/klocwork.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/link.sh b/AUTOTEST/link.sh index 4b5d58a6d5..618bdca879 100755 --- a/AUTOTEST/link.sh +++ b/AUTOTEST/link.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-arcticus.sh b/AUTOTEST/machine-arcticus.sh index 3d48b5428f..a8f573330c 100755 --- a/AUTOTEST/machine-arcticus.sh +++ b/AUTOTEST/machine-arcticus.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-lassen-exlibs.sh b/AUTOTEST/machine-lassen-exlibs.sh index c845271a74..ae4572631f 100755 --- a/AUTOTEST/machine-lassen-exlibs.sh +++ b/AUTOTEST/machine-lassen-exlibs.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-lassen.sh b/AUTOTEST/machine-lassen.sh index df493a37f2..9cf2368484 100755 --- a/AUTOTEST/machine-lassen.sh +++ b/AUTOTEST/machine-lassen.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-mac.sh b/AUTOTEST/machine-mac.sh index 2e7d440079..419020eda7 100755 --- a/AUTOTEST/machine-mac.sh +++ b/AUTOTEST/machine-mac.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-ray.sh b/AUTOTEST/machine-ray.sh index f7a1e1171b..43523bd05a 100755 --- a/AUTOTEST/machine-ray.sh +++ b/AUTOTEST/machine-ray.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-redwood.sh b/AUTOTEST/machine-redwood.sh index c5a3d734c5..2f163497f8 100755 --- a/AUTOTEST/machine-redwood.sh +++ b/AUTOTEST/machine-redwood.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-rztopaz.sh b/AUTOTEST/machine-rztopaz.sh index 9d79ae0e5c..e9c1079e6f 100755 --- a/AUTOTEST/machine-rztopaz.sh +++ b/AUTOTEST/machine-rztopaz.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-syrah.sh b/AUTOTEST/machine-syrah.sh index c36e08964d..e027754044 100755 --- a/AUTOTEST/machine-syrah.sh +++ b/AUTOTEST/machine-syrah.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-tux-compilers.sh b/AUTOTEST/machine-tux-compilers.sh index 54f8b087c6..6716a1c55b 100755 --- a/AUTOTEST/machine-tux-compilers.sh +++ b/AUTOTEST/machine-tux-compilers.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-tux-exlibs.sh b/AUTOTEST/machine-tux-exlibs.sh index 30e105d095..95504fbb7e 100755 --- a/AUTOTEST/machine-tux-exlibs.sh +++ b/AUTOTEST/machine-tux-exlibs.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-tux-spack.sh b/AUTOTEST/machine-tux-spack.sh index c0e62275f8..8ffc681203 100755 --- a/AUTOTEST/machine-tux-spack.sh +++ b/AUTOTEST/machine-tux-spack.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-tux.sh b/AUTOTEST/machine-tux.sh index 8914cd9c2c..01a37d6798 100755 --- a/AUTOTEST/machine-tux.sh +++ b/AUTOTEST/machine-tux.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/machine-vs-pro.bat b/AUTOTEST/machine-vs-pro.bat index 59188ea79c..ef02b6aa08 100755 --- a/AUTOTEST/machine-vs-pro.bat +++ b/AUTOTEST/machine-vs-pro.bat @@ -1,5 +1,5 @@ @echo off -rem Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +rem Copyright (c) 1998 Lawrence Livermore National Security, LLC and other rem HYPRE Project Developers. See the top-level COPYRIGHT file for details. rem rem SPDX-License-Identifier: (Apache-2.0 OR MIT) diff --git a/AUTOTEST/make.sh b/AUTOTEST/make.sh index 6dd7e66042..db0ec24185 100755 --- a/AUTOTEST/make.sh +++ b/AUTOTEST/make.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/renametest.sh b/AUTOTEST/renametest.sh index 9d7f5f8df1..0f33ccbe9c 100755 --- a/AUTOTEST/renametest.sh +++ b/AUTOTEST/renametest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/run.sh b/AUTOTEST/run.sh index 1ac1f7b08b..5bf2c2fd98 100755 --- a/AUTOTEST/run.sh +++ b/AUTOTEST/run.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/AUTOTEST/test.sh b/AUTOTEST/test.sh index 76f87909e2..c3deeda73a 100755 --- a/AUTOTEST/test.sh +++ b/AUTOTEST/test.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/CHANGELOG b/CHANGELOG index c2925d80c3..359ae84c27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other +# Copyright (c) 1998 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) diff --git a/INSTALL.md b/INSTALL.md index 260a2ecc74..eadc100b9a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,5 +1,5 @@