From 010d9b3cee14392f3c07bb5c47cbaed79a15203b Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 6 Jun 2018 10:53:44 -0500 Subject: [PATCH] Update license file in copyright header, ./cmake --- cmake/checks/check_01_cpu_features.cmake | 4 ++-- cmake/checks/check_01_cxx_features.cmake | 4 ++-- cmake/checks/check_02_compiler_features.cmake | 4 ++-- cmake/checks/check_02_system_features.cmake | 4 ++-- cmake/checks/check_03_compiler_bugs.cmake | 4 ++-- cmake/config/CMakeLists.txt | 4 ++-- cmake/config/Config.cmake.in | 4 ++-- cmake/configure/configure_1_cuda.cmake | 4 ++-- cmake/configure/configure_1_lapack.cmake | 4 ++-- cmake/configure/configure_1_mpi.cmake | 4 ++-- cmake/configure/configure_1_threads.cmake | 4 ++-- cmake/configure/configure_1_zlib.cmake | 4 ++-- cmake/configure/configure_2_boost.cmake | 4 ++-- cmake/configure/configure_2_metis.cmake | 4 ++-- cmake/configure/configure_2_trilinos.cmake | 4 ++-- cmake/configure/configure_2_umfpack.cmake | 4 ++-- cmake/configure/configure_3_petsc.cmake | 4 ++-- cmake/configure/configure_adolc.cmake | 4 ++-- cmake/configure/configure_arpack.cmake | 4 ++-- cmake/configure/configure_assimp.cmake | 4 ++-- cmake/configure/configure_gmsh.cmake | 4 ++-- cmake/configure/configure_gsl.cmake | 4 ++-- cmake/configure/configure_hdf5.cmake | 4 ++-- cmake/configure/configure_muparser.cmake | 4 ++-- cmake/configure/configure_nanoflann.cmake | 4 ++-- cmake/configure/configure_netcdf.cmake | 4 ++-- cmake/configure/configure_opencascade.cmake | 4 ++-- cmake/configure/configure_p4est.cmake | 4 ++-- cmake/configure/configure_scalapack.cmake | 4 ++-- cmake/configure/configure_slepc.cmake | 4 ++-- cmake/configure/configure_sundials.cmake | 4 ++-- cmake/macros/macro_add_flags.cmake | 4 ++-- cmake/macros/macro_check_compiler_setup.cmake | 4 ++-- cmake/macros/macro_check_cxx_compiler_bug.cmake | 4 ++-- cmake/macros/macro_check_mpi_interface.cmake | 4 ++-- cmake/macros/macro_clear_cmake_required.cmake | 4 ++-- cmake/macros/macro_configure_feature.cmake | 4 ++-- cmake/macros/macro_deal_ii_add_definitions.cmake | 4 ++-- cmake/macros/macro_deal_ii_add_library.cmake | 4 ++-- cmake/macros/macro_deal_ii_add_test.cmake | 4 ++-- cmake/macros/macro_deal_ii_find_file.cmake | 4 ++-- cmake/macros/macro_deal_ii_find_library.cmake | 4 ++-- cmake/macros/macro_deal_ii_find_path.cmake | 4 ++-- cmake/macros/macro_deal_ii_find_program.cmake | 4 ++-- cmake/macros/macro_deal_ii_initialize_cached_variables.cmake | 4 ++-- cmake/macros/macro_deal_ii_insource_setup_target.cmake | 4 ++-- cmake/macros/macro_deal_ii_invoke_autopilot.cmake | 4 ++-- cmake/macros/macro_deal_ii_package_handle.cmake | 4 ++-- cmake/macros/macro_deal_ii_pickup_tests.cmake | 4 ++-- cmake/macros/macro_deal_ii_query_git_information.cmake | 4 ++-- cmake/macros/macro_deal_ii_setup_target.cmake | 4 ++-- cmake/macros/macro_decorate_with_stars.cmake | 4 ++-- cmake/macros/macro_enable_if_links.cmake | 4 ++-- cmake/macros/macro_enable_if_supported.cmake | 4 ++-- cmake/macros/macro_enable_language_optional.cmake | 4 ++-- cmake/macros/macro_evaluate_expression.cmake | 4 ++-- cmake/macros/macro_expand_instantiations.cmake | 4 ++-- cmake/macros/macro_filter_system_libraries.cmake | 4 ++-- cmake/macros/macro_find_package.cmake | 4 ++-- cmake/macros/macro_find_system_library.cmake | 4 ++-- cmake/macros/macro_item_matches.cmake | 4 ++-- cmake/macros/macro_purge_feature.cmake | 4 ++-- cmake/macros/macro_push_cmake_required.cmake | 4 ++-- cmake/macros/macro_register_feature.cmake | 4 ++-- cmake/macros/macro_remove_duplicates.cmake | 4 ++-- cmake/macros/macro_replace_flag.cmake | 4 ++-- cmake/macros/macro_reset_cmake_required.cmake | 4 ++-- cmake/macros/macro_set_if_empty.cmake | 4 ++-- cmake/macros/macro_setup_source_list.cmake | 4 ++-- cmake/macros/macro_setup_unity_target.cmake | 4 ++-- cmake/macros/macro_strip_flag.cmake | 4 ++-- cmake/macros/macro_switch_library_preference.cmake | 4 ++-- cmake/macros/macro_to_string.cmake | 4 ++-- cmake/macros/macro_to_string_and_add_prefix.cmake | 4 ++-- cmake/macros/macro_unset_if_changed.cmake | 4 ++-- cmake/macros/macro_verbose_include.cmake | 4 ++-- cmake/modules/FindADOLC.cmake | 4 ++-- cmake/modules/FindARPACK.cmake | 4 ++-- cmake/modules/FindASSIMP.cmake | 4 ++-- cmake/modules/FindBOOST.cmake | 4 ++-- cmake/modules/FindCUDA.cmake | 4 ++-- cmake/modules/FindGMSH.cmake | 4 ++-- cmake/modules/FindGSL.cmake | 4 ++-- cmake/modules/FindHDF5.cmake | 4 ++-- cmake/modules/FindLAPACK.cmake | 4 ++-- cmake/modules/FindMETIS.cmake | 4 ++-- cmake/modules/FindMPI.cmake | 4 ++-- cmake/modules/FindMUPARSER.cmake | 4 ++-- cmake/modules/FindNANOFLANN.cmake | 4 ++-- cmake/modules/FindNETCDF.cmake | 4 ++-- cmake/modules/FindOPENCASCADE.cmake | 4 ++-- cmake/modules/FindP4EST.cmake | 4 ++-- cmake/modules/FindPETSC.cmake | 4 ++-- cmake/modules/FindSCALAPACK.cmake | 4 ++-- cmake/modules/FindSLEPC.cmake | 4 ++-- cmake/modules/FindSUNDIALS.cmake | 4 ++-- cmake/modules/FindTBB.cmake | 4 ++-- cmake/modules/FindTRILINOS.cmake | 4 ++-- cmake/modules/FindUMFPACK.cmake | 4 ++-- cmake/modules/FindZLIB.cmake | 4 ++-- cmake/scripts/CMakeLists.txt | 4 ++-- cmake/scripts/expand_instantiations.cc | 4 ++-- cmake/scripts/normalize.pl | 4 ++-- cmake/scripts/run_test.cmake | 4 ++-- cmake/scripts/run_test.sh | 4 ++-- cmake/setup_cached_variables.cmake | 4 ++-- cmake/setup_compiler_flags.cmake | 4 ++-- cmake/setup_compiler_flags_gnu.cmake | 4 ++-- cmake/setup_compiler_flags_intel.cmake | 4 ++-- cmake/setup_compiler_flags_msvc.cmake | 4 ++-- cmake/setup_cpack.cmake | 4 ++-- cmake/setup_custom_targets.cmake | 4 ++-- cmake/setup_deal_ii.cmake | 4 ++-- cmake/setup_external_macros.cmake | 4 ++-- cmake/setup_finalize.cmake | 4 ++-- cmake/setup_write_config.cmake | 4 ++-- 116 files changed, 232 insertions(+), 232 deletions(-) diff --git a/cmake/checks/check_01_cpu_features.cmake b/cmake/checks/check_01_cpu_features.cmake index 1dcd693d35..23793d3c77 100644 --- a/cmake/checks/check_01_cpu_features.cmake +++ b/cmake/checks/check_01_cpu_features.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/checks/check_01_cxx_features.cmake b/cmake/checks/check_01_cxx_features.cmake index 2cf1e382ac..8ef3144ec6 100644 --- a/cmake/checks/check_01_cxx_features.cmake +++ b/cmake/checks/check_01_cxx_features.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/checks/check_02_compiler_features.cmake b/cmake/checks/check_02_compiler_features.cmake index 098f77947c..9046f50d22 100644 --- a/cmake/checks/check_02_compiler_features.cmake +++ b/cmake/checks/check_02_compiler_features.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/checks/check_02_system_features.cmake b/cmake/checks/check_02_system_features.cmake index acfa52c0ba..6186752b43 100644 --- a/cmake/checks/check_02_system_features.cmake +++ b/cmake/checks/check_02_system_features.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/checks/check_03_compiler_bugs.cmake b/cmake/checks/check_03_compiler_bugs.cmake index 9b50faaa57..d4b70f9084 100644 --- a/cmake/checks/check_03_compiler_bugs.cmake +++ b/cmake/checks/check_03_compiler_bugs.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/config/CMakeLists.txt b/cmake/config/CMakeLists.txt index 5d9cce0a5c..77657a8935 100644 --- a/cmake/config/CMakeLists.txt +++ b/cmake/config/CMakeLists.txt @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/config/Config.cmake.in b/cmake/config/Config.cmake.in index 87c5c3bfb3..e9323ffe48 100644 --- a/cmake/config/Config.cmake.in +++ b/cmake/config/Config.cmake.in @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_1_cuda.cmake b/cmake/configure/configure_1_cuda.cmake index f1fbe8fd5e..24fe1b4e00 100644 --- a/cmake/configure/configure_1_cuda.cmake +++ b/cmake/configure/configure_1_cuda.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_1_lapack.cmake b/cmake/configure/configure_1_lapack.cmake index 629b1d867c..8da6696b17 100644 --- a/cmake/configure/configure_1_lapack.cmake +++ b/cmake/configure/configure_1_lapack.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_1_mpi.cmake b/cmake/configure/configure_1_mpi.cmake index 8eaaaa650e..f5e349b112 100644 --- a/cmake/configure/configure_1_mpi.cmake +++ b/cmake/configure/configure_1_mpi.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_1_threads.cmake b/cmake/configure/configure_1_threads.cmake index 9aff266c27..bfae7589fd 100644 --- a/cmake/configure/configure_1_threads.cmake +++ b/cmake/configure/configure_1_threads.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_1_zlib.cmake b/cmake/configure/configure_1_zlib.cmake index c5543117b0..bcd33863b2 100644 --- a/cmake/configure/configure_1_zlib.cmake +++ b/cmake/configure/configure_1_zlib.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_2_boost.cmake b/cmake/configure/configure_2_boost.cmake index 7eb5ef0055..dfba61dc75 100644 --- a/cmake/configure/configure_2_boost.cmake +++ b/cmake/configure/configure_2_boost.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_2_metis.cmake b/cmake/configure/configure_2_metis.cmake index da894dd687..e644e725a3 100644 --- a/cmake/configure/configure_2_metis.cmake +++ b/cmake/configure/configure_2_metis.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_2_trilinos.cmake b/cmake/configure/configure_2_trilinos.cmake index 2c26382b0d..e8e5cff349 100644 --- a/cmake/configure/configure_2_trilinos.cmake +++ b/cmake/configure/configure_2_trilinos.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_2_umfpack.cmake b/cmake/configure/configure_2_umfpack.cmake index e731d8c508..4d8b171b79 100644 --- a/cmake/configure/configure_2_umfpack.cmake +++ b/cmake/configure/configure_2_umfpack.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_3_petsc.cmake b/cmake/configure/configure_3_petsc.cmake index b9b713831f..0f1e6433ec 100644 --- a/cmake/configure/configure_3_petsc.cmake +++ b/cmake/configure/configure_3_petsc.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_adolc.cmake b/cmake/configure/configure_adolc.cmake index 15780b798f..b60d7557c0 100644 --- a/cmake/configure/configure_adolc.cmake +++ b/cmake/configure/configure_adolc.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_arpack.cmake b/cmake/configure/configure_arpack.cmake index fa0e4499d4..3bc7a09bf3 100644 --- a/cmake/configure/configure_arpack.cmake +++ b/cmake/configure/configure_arpack.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_assimp.cmake b/cmake/configure/configure_assimp.cmake index 90b404ddd8..84391ecb4b 100644 --- a/cmake/configure/configure_assimp.cmake +++ b/cmake/configure/configure_assimp.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_gmsh.cmake b/cmake/configure/configure_gmsh.cmake index 777b65fe3a..9418a815bc 100644 --- a/cmake/configure/configure_gmsh.cmake +++ b/cmake/configure/configure_gmsh.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_gsl.cmake b/cmake/configure/configure_gsl.cmake index 1379b8d8ce..d7b31b9b09 100644 --- a/cmake/configure/configure_gsl.cmake +++ b/cmake/configure/configure_gsl.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_hdf5.cmake b/cmake/configure/configure_hdf5.cmake index 5666a51fd7..0a67ddc43c 100644 --- a/cmake/configure/configure_hdf5.cmake +++ b/cmake/configure/configure_hdf5.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_muparser.cmake b/cmake/configure/configure_muparser.cmake index 0e74e3c52d..00bb3ded33 100644 --- a/cmake/configure/configure_muparser.cmake +++ b/cmake/configure/configure_muparser.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_nanoflann.cmake b/cmake/configure/configure_nanoflann.cmake index 6585109417..d36d216b3c 100644 --- a/cmake/configure/configure_nanoflann.cmake +++ b/cmake/configure/configure_nanoflann.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_netcdf.cmake b/cmake/configure/configure_netcdf.cmake index 710f1ca157..2f89115d97 100644 --- a/cmake/configure/configure_netcdf.cmake +++ b/cmake/configure/configure_netcdf.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_opencascade.cmake b/cmake/configure/configure_opencascade.cmake index 090cc02ec0..7f37d9d049 100644 --- a/cmake/configure/configure_opencascade.cmake +++ b/cmake/configure/configure_opencascade.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_p4est.cmake b/cmake/configure/configure_p4est.cmake index d301471ddb..a3271ad56f 100644 --- a/cmake/configure/configure_p4est.cmake +++ b/cmake/configure/configure_p4est.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_scalapack.cmake b/cmake/configure/configure_scalapack.cmake index a0b5099559..86ac09a3ab 100644 --- a/cmake/configure/configure_scalapack.cmake +++ b/cmake/configure/configure_scalapack.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_slepc.cmake b/cmake/configure/configure_slepc.cmake index cfb962d82b..cd1876321c 100644 --- a/cmake/configure/configure_slepc.cmake +++ b/cmake/configure/configure_slepc.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/configure/configure_sundials.cmake b/cmake/configure/configure_sundials.cmake index 9a7b85a576..4a67fdd8bc 100644 --- a/cmake/configure/configure_sundials.cmake +++ b/cmake/configure/configure_sundials.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_add_flags.cmake b/cmake/macros/macro_add_flags.cmake index 0f21bf2edd..54069daed5 100644 --- a/cmake/macros/macro_add_flags.cmake +++ b/cmake/macros/macro_add_flags.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_check_compiler_setup.cmake b/cmake/macros/macro_check_compiler_setup.cmake index 70a80c6d67..0f13915e41 100644 --- a/cmake/macros/macro_check_compiler_setup.cmake +++ b/cmake/macros/macro_check_compiler_setup.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_check_cxx_compiler_bug.cmake b/cmake/macros/macro_check_cxx_compiler_bug.cmake index 270912f55d..37fd56ba52 100644 --- a/cmake/macros/macro_check_cxx_compiler_bug.cmake +++ b/cmake/macros/macro_check_cxx_compiler_bug.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_check_mpi_interface.cmake b/cmake/macros/macro_check_mpi_interface.cmake index 0c3333f008..5108660c9f 100644 --- a/cmake/macros/macro_check_mpi_interface.cmake +++ b/cmake/macros/macro_check_mpi_interface.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_clear_cmake_required.cmake b/cmake/macros/macro_clear_cmake_required.cmake index f178854bae..959fa5ba88 100644 --- a/cmake/macros/macro_clear_cmake_required.cmake +++ b/cmake/macros/macro_clear_cmake_required.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_configure_feature.cmake b/cmake/macros/macro_configure_feature.cmake index 20a3a1b02f..9283f0f257 100644 --- a/cmake/macros/macro_configure_feature.cmake +++ b/cmake/macros/macro_configure_feature.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_add_definitions.cmake b/cmake/macros/macro_deal_ii_add_definitions.cmake index 485b115a64..5f52ab018b 100644 --- a/cmake/macros/macro_deal_ii_add_definitions.cmake +++ b/cmake/macros/macro_deal_ii_add_definitions.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_add_library.cmake b/cmake/macros/macro_deal_ii_add_library.cmake index 1438d38397..7fd749bea4 100644 --- a/cmake/macros/macro_deal_ii_add_library.cmake +++ b/cmake/macros/macro_deal_ii_add_library.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_add_test.cmake b/cmake/macros/macro_deal_ii_add_test.cmake index c3b087a550..b8d5cbb054 100644 --- a/cmake/macros/macro_deal_ii_add_test.cmake +++ b/cmake/macros/macro_deal_ii_add_test.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_find_file.cmake b/cmake/macros/macro_deal_ii_find_file.cmake index 8a4774dc6e..6ce4c9885a 100644 --- a/cmake/macros/macro_deal_ii_find_file.cmake +++ b/cmake/macros/macro_deal_ii_find_file.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_find_library.cmake b/cmake/macros/macro_deal_ii_find_library.cmake index 9204edd1a6..2f90bc32a1 100644 --- a/cmake/macros/macro_deal_ii_find_library.cmake +++ b/cmake/macros/macro_deal_ii_find_library.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_find_path.cmake b/cmake/macros/macro_deal_ii_find_path.cmake index 9427dc961b..520a1ba0fe 100644 --- a/cmake/macros/macro_deal_ii_find_path.cmake +++ b/cmake/macros/macro_deal_ii_find_path.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_find_program.cmake b/cmake/macros/macro_deal_ii_find_program.cmake index 0f502d8f48..4f3d3b89d5 100644 --- a/cmake/macros/macro_deal_ii_find_program.cmake +++ b/cmake/macros/macro_deal_ii_find_program.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_initialize_cached_variables.cmake b/cmake/macros/macro_deal_ii_initialize_cached_variables.cmake index 5a50d9141c..c9ba36c85c 100644 --- a/cmake/macros/macro_deal_ii_initialize_cached_variables.cmake +++ b/cmake/macros/macro_deal_ii_initialize_cached_variables.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_insource_setup_target.cmake b/cmake/macros/macro_deal_ii_insource_setup_target.cmake index 35485e54bb..0854250ec0 100644 --- a/cmake/macros/macro_deal_ii_insource_setup_target.cmake +++ b/cmake/macros/macro_deal_ii_insource_setup_target.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_invoke_autopilot.cmake b/cmake/macros/macro_deal_ii_invoke_autopilot.cmake index af9b6bf2a3..4159cfef8e 100644 --- a/cmake/macros/macro_deal_ii_invoke_autopilot.cmake +++ b/cmake/macros/macro_deal_ii_invoke_autopilot.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_package_handle.cmake b/cmake/macros/macro_deal_ii_package_handle.cmake index 4770d5d097..6f12ffda23 100644 --- a/cmake/macros/macro_deal_ii_package_handle.cmake +++ b/cmake/macros/macro_deal_ii_package_handle.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_pickup_tests.cmake b/cmake/macros/macro_deal_ii_pickup_tests.cmake index 8efe48707c..de14f9bdc1 100644 --- a/cmake/macros/macro_deal_ii_pickup_tests.cmake +++ b/cmake/macros/macro_deal_ii_pickup_tests.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_query_git_information.cmake b/cmake/macros/macro_deal_ii_query_git_information.cmake index 388ef3aeb1..7eba3937da 100644 --- a/cmake/macros/macro_deal_ii_query_git_information.cmake +++ b/cmake/macros/macro_deal_ii_query_git_information.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_deal_ii_setup_target.cmake b/cmake/macros/macro_deal_ii_setup_target.cmake index 597f4360af..716c00cdfa 100644 --- a/cmake/macros/macro_deal_ii_setup_target.cmake +++ b/cmake/macros/macro_deal_ii_setup_target.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_decorate_with_stars.cmake b/cmake/macros/macro_decorate_with_stars.cmake index 950905dc7f..8fb0d76557 100644 --- a/cmake/macros/macro_decorate_with_stars.cmake +++ b/cmake/macros/macro_decorate_with_stars.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_enable_if_links.cmake b/cmake/macros/macro_enable_if_links.cmake index fd2aa9b716..1e024ca843 100644 --- a/cmake/macros/macro_enable_if_links.cmake +++ b/cmake/macros/macro_enable_if_links.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_enable_if_supported.cmake b/cmake/macros/macro_enable_if_supported.cmake index f180dbdda0..9ce7bb5505 100644 --- a/cmake/macros/macro_enable_if_supported.cmake +++ b/cmake/macros/macro_enable_if_supported.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_enable_language_optional.cmake b/cmake/macros/macro_enable_language_optional.cmake index c774e88e38..edaf818c2c 100644 --- a/cmake/macros/macro_enable_language_optional.cmake +++ b/cmake/macros/macro_enable_language_optional.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_evaluate_expression.cmake b/cmake/macros/macro_evaluate_expression.cmake index d467cb3fbf..6f441d2c3b 100644 --- a/cmake/macros/macro_evaluate_expression.cmake +++ b/cmake/macros/macro_evaluate_expression.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_expand_instantiations.cmake b/cmake/macros/macro_expand_instantiations.cmake index eff224bf07..a852fd4129 100644 --- a/cmake/macros/macro_expand_instantiations.cmake +++ b/cmake/macros/macro_expand_instantiations.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_filter_system_libraries.cmake b/cmake/macros/macro_filter_system_libraries.cmake index 4261e491ab..2c0b3a8165 100644 --- a/cmake/macros/macro_filter_system_libraries.cmake +++ b/cmake/macros/macro_filter_system_libraries.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_find_package.cmake b/cmake/macros/macro_find_package.cmake index 7b5cb1a223..c3c24a4d79 100644 --- a/cmake/macros/macro_find_package.cmake +++ b/cmake/macros/macro_find_package.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_find_system_library.cmake b/cmake/macros/macro_find_system_library.cmake index e17bb2812f..5ec62800ab 100644 --- a/cmake/macros/macro_find_system_library.cmake +++ b/cmake/macros/macro_find_system_library.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_item_matches.cmake b/cmake/macros/macro_item_matches.cmake index de973c1467..1f2d312ce2 100644 --- a/cmake/macros/macro_item_matches.cmake +++ b/cmake/macros/macro_item_matches.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_purge_feature.cmake b/cmake/macros/macro_purge_feature.cmake index 6614d7f38c..86e18300f8 100644 --- a/cmake/macros/macro_purge_feature.cmake +++ b/cmake/macros/macro_purge_feature.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_push_cmake_required.cmake b/cmake/macros/macro_push_cmake_required.cmake index 1101a56e21..2cf1b232d9 100644 --- a/cmake/macros/macro_push_cmake_required.cmake +++ b/cmake/macros/macro_push_cmake_required.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_register_feature.cmake b/cmake/macros/macro_register_feature.cmake index 9a83467cb2..47c23e6b22 100644 --- a/cmake/macros/macro_register_feature.cmake +++ b/cmake/macros/macro_register_feature.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_remove_duplicates.cmake b/cmake/macros/macro_remove_duplicates.cmake index c9c7d5801c..575f5e7938 100644 --- a/cmake/macros/macro_remove_duplicates.cmake +++ b/cmake/macros/macro_remove_duplicates.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_replace_flag.cmake b/cmake/macros/macro_replace_flag.cmake index 80eb4f44ab..4446dcce69 100644 --- a/cmake/macros/macro_replace_flag.cmake +++ b/cmake/macros/macro_replace_flag.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_reset_cmake_required.cmake b/cmake/macros/macro_reset_cmake_required.cmake index 82b3192d64..a9829cbdb1 100644 --- a/cmake/macros/macro_reset_cmake_required.cmake +++ b/cmake/macros/macro_reset_cmake_required.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_set_if_empty.cmake b/cmake/macros/macro_set_if_empty.cmake index 05e0aeb291..fcd4d3b077 100644 --- a/cmake/macros/macro_set_if_empty.cmake +++ b/cmake/macros/macro_set_if_empty.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_setup_source_list.cmake b/cmake/macros/macro_setup_source_list.cmake index c83b3ccb34..71e4cd2a02 100644 --- a/cmake/macros/macro_setup_source_list.cmake +++ b/cmake/macros/macro_setup_source_list.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_setup_unity_target.cmake b/cmake/macros/macro_setup_unity_target.cmake index 230bb0aab6..3b4e47d791 100644 --- a/cmake/macros/macro_setup_unity_target.cmake +++ b/cmake/macros/macro_setup_unity_target.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_strip_flag.cmake b/cmake/macros/macro_strip_flag.cmake index 5ac2e6b659..a55b7b7a15 100644 --- a/cmake/macros/macro_strip_flag.cmake +++ b/cmake/macros/macro_strip_flag.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_switch_library_preference.cmake b/cmake/macros/macro_switch_library_preference.cmake index 499b78cd82..7c8741ddec 100644 --- a/cmake/macros/macro_switch_library_preference.cmake +++ b/cmake/macros/macro_switch_library_preference.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_to_string.cmake b/cmake/macros/macro_to_string.cmake index 456538057e..00f134ffc4 100644 --- a/cmake/macros/macro_to_string.cmake +++ b/cmake/macros/macro_to_string.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_to_string_and_add_prefix.cmake b/cmake/macros/macro_to_string_and_add_prefix.cmake index 709e0cad5b..3507f61c4a 100644 --- a/cmake/macros/macro_to_string_and_add_prefix.cmake +++ b/cmake/macros/macro_to_string_and_add_prefix.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_unset_if_changed.cmake b/cmake/macros/macro_unset_if_changed.cmake index b87a5eeeec..c290714de3 100644 --- a/cmake/macros/macro_unset_if_changed.cmake +++ b/cmake/macros/macro_unset_if_changed.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/macros/macro_verbose_include.cmake b/cmake/macros/macro_verbose_include.cmake index 58790cf91b..9fc59faa1e 100644 --- a/cmake/macros/macro_verbose_include.cmake +++ b/cmake/macros/macro_verbose_include.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindADOLC.cmake b/cmake/modules/FindADOLC.cmake index 65e6dfb57d..6023af8063 100644 --- a/cmake/modules/FindADOLC.cmake +++ b/cmake/modules/FindADOLC.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindARPACK.cmake b/cmake/modules/FindARPACK.cmake index 7d923e5fbb..21c1466b62 100644 --- a/cmake/modules/FindARPACK.cmake +++ b/cmake/modules/FindARPACK.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindASSIMP.cmake b/cmake/modules/FindASSIMP.cmake index 8bc4ba0a6f..fb9c638b4e 100644 --- a/cmake/modules/FindASSIMP.cmake +++ b/cmake/modules/FindASSIMP.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindBOOST.cmake b/cmake/modules/FindBOOST.cmake index 068d70ed42..0281e1a790 100644 --- a/cmake/modules/FindBOOST.cmake +++ b/cmake/modules/FindBOOST.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindCUDA.cmake b/cmake/modules/FindCUDA.cmake index b639216e22..6a9d3d85ce 100644 --- a/cmake/modules/FindCUDA.cmake +++ b/cmake/modules/FindCUDA.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindGMSH.cmake b/cmake/modules/FindGMSH.cmake index 5b0bdf9ac5..b346ca374c 100644 --- a/cmake/modules/FindGMSH.cmake +++ b/cmake/modules/FindGMSH.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindGSL.cmake b/cmake/modules/FindGSL.cmake index c84e829fa8..6ed03d06ad 100644 --- a/cmake/modules/FindGSL.cmake +++ b/cmake/modules/FindGSL.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindHDF5.cmake b/cmake/modules/FindHDF5.cmake index d87526d59d..6bd900a3ec 100644 --- a/cmake/modules/FindHDF5.cmake +++ b/cmake/modules/FindHDF5.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindLAPACK.cmake b/cmake/modules/FindLAPACK.cmake index 3770217348..0d79cc018e 100644 --- a/cmake/modules/FindLAPACK.cmake +++ b/cmake/modules/FindLAPACK.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindMETIS.cmake b/cmake/modules/FindMETIS.cmake index ec6e9a2d6a..4729c1f7a7 100644 --- a/cmake/modules/FindMETIS.cmake +++ b/cmake/modules/FindMETIS.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindMPI.cmake b/cmake/modules/FindMPI.cmake index ef9692a8a1..917a2dd852 100644 --- a/cmake/modules/FindMPI.cmake +++ b/cmake/modules/FindMPI.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindMUPARSER.cmake b/cmake/modules/FindMUPARSER.cmake index 22991f6253..7f4066adb0 100644 --- a/cmake/modules/FindMUPARSER.cmake +++ b/cmake/modules/FindMUPARSER.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindNANOFLANN.cmake b/cmake/modules/FindNANOFLANN.cmake index 79bb99c089..8191b9933b 100644 --- a/cmake/modules/FindNANOFLANN.cmake +++ b/cmake/modules/FindNANOFLANN.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindNETCDF.cmake b/cmake/modules/FindNETCDF.cmake index f5b8bc228a..6e98eb92f9 100644 --- a/cmake/modules/FindNETCDF.cmake +++ b/cmake/modules/FindNETCDF.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindOPENCASCADE.cmake b/cmake/modules/FindOPENCASCADE.cmake index 5fb826691a..575a9e0c80 100644 --- a/cmake/modules/FindOPENCASCADE.cmake +++ b/cmake/modules/FindOPENCASCADE.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindP4EST.cmake b/cmake/modules/FindP4EST.cmake index bce1c90e04..155157a31c 100644 --- a/cmake/modules/FindP4EST.cmake +++ b/cmake/modules/FindP4EST.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindPETSC.cmake b/cmake/modules/FindPETSC.cmake index 90fb01a08d..713e74155d 100644 --- a/cmake/modules/FindPETSC.cmake +++ b/cmake/modules/FindPETSC.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindSCALAPACK.cmake b/cmake/modules/FindSCALAPACK.cmake index 715bdbb689..0b8a37e546 100644 --- a/cmake/modules/FindSCALAPACK.cmake +++ b/cmake/modules/FindSCALAPACK.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindSLEPC.cmake b/cmake/modules/FindSLEPC.cmake index 2de9a29aa0..4094354dda 100644 --- a/cmake/modules/FindSLEPC.cmake +++ b/cmake/modules/FindSLEPC.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindSUNDIALS.cmake b/cmake/modules/FindSUNDIALS.cmake index c75e6e1d61..a23e113e7f 100644 --- a/cmake/modules/FindSUNDIALS.cmake +++ b/cmake/modules/FindSUNDIALS.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindTBB.cmake b/cmake/modules/FindTBB.cmake index 26b582caf2..68001253b2 100644 --- a/cmake/modules/FindTBB.cmake +++ b/cmake/modules/FindTBB.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindTRILINOS.cmake b/cmake/modules/FindTRILINOS.cmake index b291050a00..ce656553db 100644 --- a/cmake/modules/FindTRILINOS.cmake +++ b/cmake/modules/FindTRILINOS.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindUMFPACK.cmake b/cmake/modules/FindUMFPACK.cmake index dd09c0e06f..1d00591c71 100644 --- a/cmake/modules/FindUMFPACK.cmake +++ b/cmake/modules/FindUMFPACK.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/modules/FindZLIB.cmake b/cmake/modules/FindZLIB.cmake index 17da5f440f..f077287dad 100644 --- a/cmake/modules/FindZLIB.cmake +++ b/cmake/modules/FindZLIB.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/scripts/CMakeLists.txt b/cmake/scripts/CMakeLists.txt index 25e4b8713f..da297a39e8 100644 --- a/cmake/scripts/CMakeLists.txt +++ b/cmake/scripts/CMakeLists.txt @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/scripts/expand_instantiations.cc b/cmake/scripts/expand_instantiations.cc index 4357a3f22b..1ceda76bd7 100644 --- a/cmake/scripts/expand_instantiations.cc +++ b/cmake/scripts/expand_instantiations.cc @@ -8,8 +8,8 @@ // it, and/or modify it under the terms of the GNU Lesser General // Public License as published by the Free Software Foundation; either // version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE at -// the top level of the deal.II distribution. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. // // --------------------------------------------------------------------- diff --git a/cmake/scripts/normalize.pl b/cmake/scripts/normalize.pl index f2c33eb802..57c307b519 100644 --- a/cmake/scripts/normalize.pl +++ b/cmake/scripts/normalize.pl @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/scripts/run_test.cmake b/cmake/scripts/run_test.cmake index 3c378ca3c7..63a7f790aa 100644 --- a/cmake/scripts/run_test.cmake +++ b/cmake/scripts/run_test.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/scripts/run_test.sh b/cmake/scripts/run_test.sh index d0e3dbb672..cd9279d79f 100644 --- a/cmake/scripts/run_test.sh +++ b/cmake/scripts/run_test.sh @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/setup_cached_variables.cmake b/cmake/setup_cached_variables.cmake index 02a1c746c2..53f440f158 100644 --- a/cmake/setup_cached_variables.cmake +++ b/cmake/setup_cached_variables.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/setup_compiler_flags.cmake b/cmake/setup_compiler_flags.cmake index dcbc01d048..16329419da 100644 --- a/cmake/setup_compiler_flags.cmake +++ b/cmake/setup_compiler_flags.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/setup_compiler_flags_gnu.cmake b/cmake/setup_compiler_flags_gnu.cmake index 091b1d00bc..ba005571e3 100644 --- a/cmake/setup_compiler_flags_gnu.cmake +++ b/cmake/setup_compiler_flags_gnu.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/setup_compiler_flags_intel.cmake b/cmake/setup_compiler_flags_intel.cmake index 89b47e539f..0e0e01c898 100644 --- a/cmake/setup_compiler_flags_intel.cmake +++ b/cmake/setup_compiler_flags_intel.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/setup_compiler_flags_msvc.cmake b/cmake/setup_compiler_flags_msvc.cmake index 1641186217..32921fc03d 100644 --- a/cmake/setup_compiler_flags_msvc.cmake +++ b/cmake/setup_compiler_flags_msvc.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/setup_cpack.cmake b/cmake/setup_cpack.cmake index 7244846f73..01effb5b70 100644 --- a/cmake/setup_cpack.cmake +++ b/cmake/setup_cpack.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/setup_custom_targets.cmake b/cmake/setup_custom_targets.cmake index d4027674c4..c99a0be749 100644 --- a/cmake/setup_custom_targets.cmake +++ b/cmake/setup_custom_targets.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/setup_deal_ii.cmake b/cmake/setup_deal_ii.cmake index 014c9e89d6..6cd84dd2c2 100644 --- a/cmake/setup_deal_ii.cmake +++ b/cmake/setup_deal_ii.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/setup_external_macros.cmake b/cmake/setup_external_macros.cmake index e625f77e1b..98903f3a84 100644 --- a/cmake/setup_external_macros.cmake +++ b/cmake/setup_external_macros.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/setup_finalize.cmake b/cmake/setup_finalize.cmake index 4363738e8d..da1d0b9e77 100644 --- a/cmake/setup_finalize.cmake +++ b/cmake/setup_finalize.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- diff --git a/cmake/setup_write_config.cmake b/cmake/setup_write_config.cmake index d6a98a328c..a208022af9 100644 --- a/cmake/setup_write_config.cmake +++ b/cmake/setup_write_config.cmake @@ -8,8 +8,8 @@ ## it, and/or modify it under the terms of the GNU Lesser General ## Public License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. -## The full text of the license can be found in the file LICENSE at -## the top level of the deal.II distribution. +## The full text of the license can be found in the file LICENSE.md at +## the top level directory of deal.II. ## ## --------------------------------------------------------------------- -- 2.39.5