From: Matthias Maier Date: Wed, 6 Jun 2018 15:55:45 +0000 (-0500) Subject: Update license file in copyright header, ./contrib X-Git-Tag: v9.1.0-rc1~1063^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2297f6bcdb325a1145b522b8ede11db58333ce9d;p=dealii.git Update license file in copyright header, ./contrib --- diff --git a/contrib/python-bindings/CMakeLists.txt b/contrib/python-bindings/CMakeLists.txt index 050d7306c5..a7e2f53d5e 100644 --- a/contrib/python-bindings/CMakeLists.txt +++ b/contrib/python-bindings/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/contrib/python-bindings/include/cell_accessor_wrapper.h b/contrib/python-bindings/include/cell_accessor_wrapper.h index 52ef3d4bab..9ea48bce3e 100644 --- a/contrib/python-bindings/include/cell_accessor_wrapper.h +++ b/contrib/python-bindings/include/cell_accessor_wrapper.h @@ -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/contrib/python-bindings/include/point_wrapper.h b/contrib/python-bindings/include/point_wrapper.h index fb03342e23..b780eec208 100644 --- a/contrib/python-bindings/include/point_wrapper.h +++ b/contrib/python-bindings/include/point_wrapper.h @@ -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/contrib/python-bindings/include/triangulation_wrapper.h b/contrib/python-bindings/include/triangulation_wrapper.h index 440ad6d799..bccc28dea0 100644 --- a/contrib/python-bindings/include/triangulation_wrapper.h +++ b/contrib/python-bindings/include/triangulation_wrapper.h @@ -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/contrib/python-bindings/source/CMakeLists.txt b/contrib/python-bindings/source/CMakeLists.txt index 5656f825aa..a8351c8b17 100644 --- a/contrib/python-bindings/source/CMakeLists.txt +++ b/contrib/python-bindings/source/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/contrib/python-bindings/source/__init__.py b/contrib/python-bindings/source/__init__.py index 5e7a0469da..c4c793bbae 100644 --- a/contrib/python-bindings/source/__init__.py +++ b/contrib/python-bindings/source/__init__.py @@ -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/contrib/python-bindings/source/cell_accessor_wrapper.cc b/contrib/python-bindings/source/cell_accessor_wrapper.cc index 84f32c1ff5..a49fb63839 100644 --- a/contrib/python-bindings/source/cell_accessor_wrapper.cc +++ b/contrib/python-bindings/source/cell_accessor_wrapper.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/contrib/python-bindings/source/export_cell_accessor.cc b/contrib/python-bindings/source/export_cell_accessor.cc index d4c999a109..17084ee42a 100644 --- a/contrib/python-bindings/source/export_cell_accessor.cc +++ b/contrib/python-bindings/source/export_cell_accessor.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/contrib/python-bindings/source/export_point.cc b/contrib/python-bindings/source/export_point.cc index e5ad8c9ea7..6a005b94a6 100644 --- a/contrib/python-bindings/source/export_point.cc +++ b/contrib/python-bindings/source/export_point.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/contrib/python-bindings/source/export_triangulation.cc b/contrib/python-bindings/source/export_triangulation.cc index 83c94df619..04beed6599 100644 --- a/contrib/python-bindings/source/export_triangulation.cc +++ b/contrib/python-bindings/source/export_triangulation.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/contrib/python-bindings/source/point_wrapper.cc b/contrib/python-bindings/source/point_wrapper.cc index 7a785f6a18..7c63373bcf 100644 --- a/contrib/python-bindings/source/point_wrapper.cc +++ b/contrib/python-bindings/source/point_wrapper.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/contrib/python-bindings/source/triangulation_wrapper.cc b/contrib/python-bindings/source/triangulation_wrapper.cc index 62cc6d7169..a8bb5cc54d 100644 --- a/contrib/python-bindings/source/triangulation_wrapper.cc +++ b/contrib/python-bindings/source/triangulation_wrapper.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/contrib/python-bindings/source/wrappers.cc b/contrib/python-bindings/source/wrappers.cc index ceb7e72d09..889cbea613 100644 --- a/contrib/python-bindings/source/wrappers.cc +++ b/contrib/python-bindings/source/wrappers.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/contrib/python-bindings/tests/cell_accessor_wrapper.py b/contrib/python-bindings/tests/cell_accessor_wrapper.py index af18f14020..fd28b63d93 100644 --- a/contrib/python-bindings/tests/cell_accessor_wrapper.py +++ b/contrib/python-bindings/tests/cell_accessor_wrapper.py @@ -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/contrib/python-bindings/tests/point_wrapper.py b/contrib/python-bindings/tests/point_wrapper.py index b8c70e76d2..6a20a8f435 100644 --- a/contrib/python-bindings/tests/point_wrapper.py +++ b/contrib/python-bindings/tests/point_wrapper.py @@ -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/contrib/python-bindings/tests/triangulation_wrapper.py b/contrib/python-bindings/tests/triangulation_wrapper.py index e89852f6bd..d23d8c9aad 100644 --- a/contrib/python-bindings/tests/triangulation_wrapper.py +++ b/contrib/python-bindings/tests/triangulation_wrapper.py @@ -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/contrib/utilities/check_indentation.sh b/contrib/utilities/check_indentation.sh index 1f1daa199c..fa81f582f7 100755 --- a/contrib/utilities/check_indentation.sh +++ b/contrib/utilities/check_indentation.sh @@ -9,8 +9,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/contrib/utilities/compile_clang_format b/contrib/utilities/compile_clang_format index f3920ad55c..5f316c6c62 100755 --- a/contrib/utilities/compile_clang_format +++ b/contrib/utilities/compile_clang_format @@ -9,8 +9,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/contrib/utilities/dotgdbinit.py b/contrib/utilities/dotgdbinit.py index 49b7dfb3a3..a4fb325984 100644 --- a/contrib/utilities/dotgdbinit.py +++ b/contrib/utilities/dotgdbinit.py @@ -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/contrib/utilities/double_word_typos.py b/contrib/utilities/double_word_typos.py index ef60293b9b..cbf05ba368 100644 --- a/contrib/utilities/double_word_typos.py +++ b/contrib/utilities/double_word_typos.py @@ -9,8 +9,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. # # --------------------------------------------------------------------- """A script that locates double word typos, e.g., from tria.h: diff --git a/contrib/utilities/download_clang_format b/contrib/utilities/download_clang_format index d02752266c..76aa3862c8 100755 --- a/contrib/utilities/download_clang_format +++ b/contrib/utilities/download_clang_format @@ -9,8 +9,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/contrib/utilities/download_codecov b/contrib/utilities/download_codecov index 8999cd3e57..9dc21f0ddf 100755 --- a/contrib/utilities/download_codecov +++ b/contrib/utilities/download_codecov @@ -9,8 +9,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/contrib/utilities/fe_table.pl b/contrib/utilities/fe_table.pl index 6ae8abfcc5..93819c24d8 100644 --- a/contrib/utilities/fe_table.pl +++ b/contrib/utilities/fe_table.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/contrib/utilities/indent b/contrib/utilities/indent index ab8b209058..fdd3e38c57 100755 --- a/contrib/utilities/indent +++ b/contrib/utilities/indent @@ -9,8 +9,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/contrib/utilities/makeofflinedoc.sh b/contrib/utilities/makeofflinedoc.sh index 0079ea88f0..5b4424a0db 100755 --- a/contrib/utilities/makeofflinedoc.sh +++ b/contrib/utilities/makeofflinedoc.sh @@ -9,8 +9,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/contrib/utilities/parse_ctest_output.py b/contrib/utilities/parse_ctest_output.py index b4499b3df3..77e8104104 100644 --- a/contrib/utilities/parse_ctest_output.py +++ b/contrib/utilities/parse_ctest_output.py @@ -10,8 +10,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/contrib/utilities/print_deprecated.py b/contrib/utilities/print_deprecated.py index 5e679379bb..ca8ed0e836 100755 --- a/contrib/utilities/print_deprecated.py +++ b/contrib/utilities/print_deprecated.py @@ -10,8 +10,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. ## ## --------------------------------------------------------------------- """Search the ./include directory and print out a summary of each deprecated diff --git a/contrib/utilities/query_testsuite b/contrib/utilities/query_testsuite index ecfe2d2ce4..761f1536fc 100755 --- a/contrib/utilities/query_testsuite +++ b/contrib/utilities/query_testsuite @@ -9,8 +9,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. ## ## --------------------------------------------------------------------- set -eu diff --git a/contrib/utilities/relocate_libraries.py b/contrib/utilities/relocate_libraries.py index bd52b068fd..e06d11a607 100755 --- a/contrib/utilities/relocate_libraries.py +++ b/contrib/utilities/relocate_libraries.py @@ -10,8 +10,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/contrib/utilities/run_clang_tidy.sh b/contrib/utilities/run_clang_tidy.sh index 5b7e59f60f..0212c9f5e5 100755 --- a/contrib/utilities/run_clang_tidy.sh +++ b/contrib/utilities/run_clang_tidy.sh @@ -9,8 +9,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/contrib/utilities/update-copyright b/contrib/utilities/update-copyright index f7247d62bb..a0fbc7b9e5 100755 --- a/contrib/utilities/update-copyright +++ b/contrib/utilities/update-copyright @@ -9,8 +9,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/contrib/utilities/wrapcomments.py b/contrib/utilities/wrapcomments.py index 6738ea3670..a174d9266d 100755 --- a/contrib/utilities/wrapcomments.py +++ b/contrib/utilities/wrapcomments.py @@ -10,8 +10,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. ## ## ---------------------------------------------------------------------