From: David Wells Date: Thu, 26 Apr 2018 02:12:56 +0000 (-0400) Subject: Reformat some copyright headers. X-Git-Tag: v9.0.0-rc1~104^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6340%2Fhead;p=dealii.git Reformat some copyright headers. --- diff --git a/tests/fail/arclength_boundary_02.cc b/tests/fail/arclength_boundary_02.cc index f64e44675b..1121ba974d 100644 --- a/tests/fail/arclength_boundary_02.cc +++ b/tests/fail/arclength_boundary_02.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + #include "../tests.h" @@ -53,4 +58,3 @@ int main () return 0; } - diff --git a/tests/gmsh/create_tria_01.cc b/tests/gmsh/create_tria_01.cc index 4897a87ec4..eebf644dc2 100644 --- a/tests/gmsh/create_tria_01.cc +++ b/tests/gmsh/create_tria_01.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read a file in iges format, and write it out again in the same // format. diff --git a/tests/manifold/chart_manifold_01.cc b/tests/manifold/chart_manifold_01.cc index 2620b85daf..7c552527d0 100644 --- a/tests/manifold/chart_manifold_01.cc +++ b/tests/manifold/chart_manifold_01.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test that the flat manifold does what it should, where the @@ -107,4 +112,3 @@ int main () return 0; } - diff --git a/tests/manifold/chart_manifold_01_embedded.cc b/tests/manifold/chart_manifold_01_embedded.cc index 4eb5d0dfdf..9970d63188 100644 --- a/tests/manifold/chart_manifold_01_embedded.cc +++ b/tests/manifold/chart_manifold_01_embedded.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test that the flat manifold does what it should, where the @@ -113,4 +118,3 @@ int main () return 0; } - diff --git a/tests/manifold/chart_manifold_02.cc b/tests/manifold/chart_manifold_02.cc index 25aacd7feb..e1c26cfb75 100644 --- a/tests/manifold/chart_manifold_02.cc +++ b/tests/manifold/chart_manifold_02.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test that the flat manifold does what it should. This time on faces, where the @@ -114,4 +119,3 @@ int main () return 0; } - diff --git a/tests/manifold/chart_manifold_02_embedded.cc b/tests/manifold/chart_manifold_02_embedded.cc index 8321b673a8..93a1cc95d0 100644 --- a/tests/manifold/chart_manifold_02_embedded.cc +++ b/tests/manifold/chart_manifold_02_embedded.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test that the flat manifold does what it should. This time on faces, where the @@ -121,4 +126,3 @@ int main () return 0; } - diff --git a/tests/manifold/chart_manifold_03.cc b/tests/manifold/chart_manifold_03.cc index 272bb70908..acab2ecd51 100644 --- a/tests/manifold/chart_manifold_03.cc +++ b/tests/manifold/chart_manifold_03.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test periodicity of FlatManifold, where the diff --git a/tests/manifold/chart_manifold_03_embedded.cc b/tests/manifold/chart_manifold_03_embedded.cc index 75b5fa5bae..9ac74bded8 100644 --- a/tests/manifold/chart_manifold_03_embedded.cc +++ b/tests/manifold/chart_manifold_03_embedded.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test periodicity of FlatManifold, where the diff --git a/tests/manifold/chart_manifold_04.cc b/tests/manifold/chart_manifold_04.cc index 3e5fe4cf5c..d5301728a3 100644 --- a/tests/manifold/chart_manifold_04.cc +++ b/tests/manifold/chart_manifold_04.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test interior mapping of flat manifold, where the @@ -132,4 +137,3 @@ int main () return 0; } - diff --git a/tests/manifold/chart_manifold_04_embedded.cc b/tests/manifold/chart_manifold_04_embedded.cc index fefce11a9c..44e781d353 100644 --- a/tests/manifold/chart_manifold_04_embedded.cc +++ b/tests/manifold/chart_manifold_04_embedded.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test interior mapping of flat manifold, where the @@ -141,4 +146,3 @@ int main () return 0; } - diff --git a/tests/manifold/chart_manifold_05.cc b/tests/manifold/chart_manifold_05.cc index 6512fc9aff..1a5f863af4 100644 --- a/tests/manifold/chart_manifold_05.cc +++ b/tests/manifold/chart_manifold_05.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test direction vector of flat manifold without periodicity, where the @@ -90,4 +95,3 @@ int main () return 0; } - diff --git a/tests/manifold/chart_manifold_05_embedded.cc b/tests/manifold/chart_manifold_05_embedded.cc index a7c3c44104..8bb745b5e1 100644 --- a/tests/manifold/chart_manifold_05_embedded.cc +++ b/tests/manifold/chart_manifold_05_embedded.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test direction vector of flat manifold without periodicity, where the @@ -95,4 +100,3 @@ int main () return 0; } - diff --git a/tests/manifold/chart_manifold_06.cc b/tests/manifold/chart_manifold_06.cc index 1d6e0fed9b..764add9d8b 100644 --- a/tests/manifold/chart_manifold_06.cc +++ b/tests/manifold/chart_manifold_06.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test direction vector of flat manifold with periodicity, where the @@ -105,4 +110,3 @@ int main () return 0; } - diff --git a/tests/manifold/chart_manifold_06_embedded.cc b/tests/manifold/chart_manifold_06_embedded.cc index 6966d2e9a8..077cce47c8 100644 --- a/tests/manifold/chart_manifold_06_embedded.cc +++ b/tests/manifold/chart_manifold_06_embedded.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test direction vector of flat manifold with periodicity, where the @@ -106,4 +111,3 @@ int main () return 0; } - diff --git a/tests/manifold/chart_manifold_07.cc b/tests/manifold/chart_manifold_07.cc index faf1775881..7b9e68b828 100644 --- a/tests/manifold/chart_manifold_07.cc +++ b/tests/manifold/chart_manifold_07.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test direction vector on a cylinder surface @@ -164,4 +169,3 @@ int main () return 0; } - diff --git a/tests/manifold/chart_manifold_08.cc b/tests/manifold/chart_manifold_08.cc index 77eb0b86e4..acfdfb9a08 100644 --- a/tests/manifold/chart_manifold_08.cc +++ b/tests/manifold/chart_manifold_08.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test direction vector on a cylinder surface. this is like the _07 @@ -138,4 +143,3 @@ int main () return 0; } - diff --git a/tests/manifold/composition_manifold_01.cc b/tests/manifold/composition_manifold_01.cc index 0405ec546a..42920ec600 100644 --- a/tests/manifold/composition_manifold_01.cc +++ b/tests/manifold/composition_manifold_01.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2017 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2017 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test the combination of simple ChartManifolds: parabolic + translation diff --git a/tests/manifold/composition_manifold_02.cc b/tests/manifold/composition_manifold_02.cc index c07bcb1f51..1ec2f1c4f0 100644 --- a/tests/manifold/composition_manifold_02.cc +++ b/tests/manifold/composition_manifold_02.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2017 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2017 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test the combination of simple ChartManifolds: PolarManifold + diff --git a/tests/manifold/composition_manifold_03.cc b/tests/manifold/composition_manifold_03.cc index 8dfee218eb..c98ec58745 100644 --- a/tests/manifold/composition_manifold_03.cc +++ b/tests/manifold/composition_manifold_03.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2017 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2017 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test the combination of simple ChartManifolds: PolarManifold + diff --git a/tests/manifold/composition_manifold_04.cc b/tests/manifold/composition_manifold_04.cc index e95db9a4eb..c99588d81b 100644 --- a/tests/manifold/composition_manifold_04.cc +++ b/tests/manifold/composition_manifold_04.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2017 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2017 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Stress periodicity in CompositionManifold. Compose PolarManifold with diff --git a/tests/manifold/copy_boundary_to_manifold_id_01.cc b/tests/manifold/copy_boundary_to_manifold_id_01.cc index b84d91f8db..6ae84c2894 100644 --- a/tests/manifold/copy_boundary_to_manifold_id_01.cc +++ b/tests/manifold/copy_boundary_to_manifold_id_01.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------ -// Copyright (C) 2015 - 2018, the deal.II authors +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2015 - 2018 by the deal.II authors // -//------------------------------------------------------------ +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Copy from boundary ids to manifold ids @@ -70,4 +75,3 @@ int main () return 0; } - diff --git a/tests/manifold/copy_material_to_manifold_id_01.cc b/tests/manifold/copy_material_to_manifold_id_01.cc index 1b1d4b4538..7078022c26 100644 --- a/tests/manifold/copy_material_to_manifold_id_01.cc +++ b/tests/manifold/copy_material_to_manifold_id_01.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------ -// Copyright (C) 2015 - 2018, the deal.II authors +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2015 - 2018 by the deal.II authors // -//------------------------------------------------------------ +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Copy from boundary ids to manifold ids diff --git a/tests/manifold/flat_manifold_05.cc b/tests/manifold/flat_manifold_05.cc index 5d4cb0c9fe..78b89f6a74 100644 --- a/tests/manifold/flat_manifold_05.cc +++ b/tests/manifold/flat_manifold_05.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2017 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2017 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test direction vector of flat manifold without periodicity @@ -51,4 +56,3 @@ int main () return 0; } - diff --git a/tests/manifold/flat_manifold_06.cc b/tests/manifold/flat_manifold_06.cc index 3ab4204d52..5d855b70f1 100644 --- a/tests/manifold/flat_manifold_06.cc +++ b/tests/manifold/flat_manifold_06.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2016 - 2017 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2016 - 2017 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test direction vector of flat manifold with periodicity @@ -56,4 +61,3 @@ int main () return 0; } - diff --git a/tests/manifold/flat_manifold_08.cc b/tests/manifold/flat_manifold_08.cc index a9a9f63058..c94e4b0c13 100644 --- a/tests/manifold/flat_manifold_08.cc +++ b/tests/manifold/flat_manifold_08.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2017 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2017 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test that Manifold::get_normal_vector also works for a special case that @@ -62,4 +67,3 @@ int main () return 0; } - diff --git a/tests/manifold/map_boundary_to_manifold_id_01.cc b/tests/manifold/map_boundary_to_manifold_id_01.cc index 314b2e3a9d..edf6339ad4 100644 --- a/tests/manifold/map_boundary_to_manifold_id_01.cc +++ b/tests/manifold/map_boundary_to_manifold_id_01.cc @@ -1,12 +1,17 @@ -//---------------------------- manifold_id_02.cc --------------------------- -// Copyright (C) 2018 by the deal.II authors +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2018 by the deal.II authors // -//---------------------------- manifold_id_02.cc --------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test the function map_boundary_to_manifold_ids @@ -81,4 +86,3 @@ int main () return 0; } - diff --git a/tests/manifold/set_all_manifold_ids_01.cc b/tests/manifold/set_all_manifold_ids_01.cc index 63cff0c2de..0531b43af7 100644 --- a/tests/manifold/set_all_manifold_ids_01.cc +++ b/tests/manifold/set_all_manifold_ids_01.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------ -// Copyright (C) 2015 - 2018, the deal.II authors +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2015 - 2018 by the deal.II authors // -//------------------------------------------------------------ +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- #include "../tests.h" @@ -73,4 +78,3 @@ int main () return 0; } - diff --git a/tests/manifold/set_all_manifold_ids_02.cc b/tests/manifold/set_all_manifold_ids_02.cc index 10c981c58a..3eba0ee251 100644 --- a/tests/manifold/set_all_manifold_ids_02.cc +++ b/tests/manifold/set_all_manifold_ids_02.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------ -// Copyright (C) 2015 - 2018, the deal.II authors +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2015 - 2018 by the deal.II authors // -//------------------------------------------------------------ +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- #include "../tests.h" @@ -73,4 +78,3 @@ int main () return 0; } - diff --git a/tests/manifold/transfinite_manifold_01.cc b/tests/manifold/transfinite_manifold_01.cc index c6ffbcea78..0a691b3525 100644 --- a/tests/manifold/transfinite_manifold_01.cc +++ b/tests/manifold/transfinite_manifold_01.cc @@ -1,13 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2017 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2017 - 2018 by the deal.II authors // -//------------------------------------------------------------------- - +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test that the transfinite manifold creates good points for a circle, a // cylinder, and a sphere diff --git a/tests/manifold/transfinite_manifold_02.cc b/tests/manifold/transfinite_manifold_02.cc index a0dfc757ab..17ec0289a7 100644 --- a/tests/manifold/transfinite_manifold_02.cc +++ b/tests/manifold/transfinite_manifold_02.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2017 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2017 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Similar to transfinite_manifold_01 but now only setting the transfinite diff --git a/tests/manifold/transfinite_manifold_03.cc b/tests/manifold/transfinite_manifold_03.cc index 2139be8e7f..eca9f81ddf 100644 --- a/tests/manifold/transfinite_manifold_03.cc +++ b/tests/manifold/transfinite_manifold_03.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2017 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2017 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Similar to transfinite_manifold_01 but now applying a MappingQGeneric and @@ -138,4 +143,3 @@ int main () return 0; } - diff --git a/tests/manifold/transfinite_manifold_04.cc b/tests/manifold/transfinite_manifold_04.cc index 2cf3f0ed02..12d2b456da 100644 --- a/tests/manifold/transfinite_manifold_04.cc +++ b/tests/manifold/transfinite_manifold_04.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2017 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2017 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test that clearing a triangulation is behaving correctly for the transfinite diff --git a/tests/manifold/transfinite_manifold_05.cc b/tests/manifold/transfinite_manifold_05.cc index 5da3abcb08..a42ed7de52 100644 --- a/tests/manifold/transfinite_manifold_05.cc +++ b/tests/manifold/transfinite_manifold_05.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2017 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2017 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test that transfinite interpolation manifold works properly for creating a diff --git a/tests/manifold/transfinite_manifold_06.cc b/tests/manifold/transfinite_manifold_06.cc index 6207b2b94a..bb2ee757ce 100644 --- a/tests/manifold/transfinite_manifold_06.cc +++ b/tests/manifold/transfinite_manifold_06.cc @@ -1,12 +1,17 @@ -//------------------------------------------------------------------- -// Copyright (C) 2017 - 2018 by the deal.II authors. +// --------------------------------------------------------------------- // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// Copyright (C) 2017 - 2018 by the deal.II authors // -//------------------------------------------------------------------- +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- // Test that transfinite interpolation manifold returns valid results on the diff --git a/tests/opencascade/arclength_boundary_01.cc b/tests/opencascade/arclength_boundary_01.cc index 69aeed0815..9d1547705b 100644 --- a/tests/opencascade/arclength_boundary_01.cc +++ b/tests/opencascade/arclength_boundary_01.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + #include "../tests.h" @@ -52,4 +57,3 @@ int main () return 0; } - diff --git a/tests/opencascade/arclength_boundary_from_iges_01.cc b/tests/opencascade/arclength_boundary_from_iges_01.cc index 86d1f7cb84..ba08c637ff 100644 --- a/tests/opencascade/arclength_boundary_from_iges_01.cc +++ b/tests/opencascade/arclength_boundary_from_iges_01.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + #include "../tests.h" @@ -46,4 +51,3 @@ int main () return 0; } - diff --git a/tests/opencascade/arclength_boundary_from_step_01.cc b/tests/opencascade/arclength_boundary_from_step_01.cc index 535bc26d97..955554f31f 100644 --- a/tests/opencascade/arclength_boundary_from_step_01.cc +++ b/tests/opencascade/arclength_boundary_from_step_01.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + #include "../tests.h" @@ -53,4 +58,3 @@ int main () return 0; } - diff --git a/tests/opencascade/axis_boundary_02.cc b/tests/opencascade/axis_boundary_02.cc index afc308f390..d2d362ce48 100644 --- a/tests/opencascade/axis_boundary_02.cc +++ b/tests/opencascade/axis_boundary_02.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Test the class DirectionalProjectionBoundary diff --git a/tests/opencascade/circle_normal_projection.cc b/tests/opencascade/circle_normal_projection.cc index b19ac5a007..32ffcce966 100644 --- a/tests/opencascade/circle_normal_projection.cc +++ b/tests/opencascade/circle_normal_projection.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Create a circle, a Triangulation, and try to project normally on // it. @@ -87,4 +92,3 @@ int main () return 0; } - diff --git a/tests/opencascade/closest_point_to_shape.cc b/tests/opencascade/closest_point_to_shape.cc index 9e51547c69..98d55652ce 100644 --- a/tests/opencascade/closest_point_to_shape.cc +++ b/tests/opencascade/closest_point_to_shape.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Makes a OpenCASCADE cicrular arc, and project a few points onto it. @@ -82,4 +87,3 @@ int main () } return 0; } - diff --git a/tests/opencascade/create_tria_00.cc b/tests/opencascade/create_tria_00.cc index 8b8b34900f..ed393640cb 100644 --- a/tests/opencascade/create_tria_00.cc +++ b/tests/opencascade/create_tria_00.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read the file side.iges, and // create a single-cell Triangulation @@ -57,4 +62,3 @@ int main () return 0; } - diff --git a/tests/opencascade/create_tria_01.cc b/tests/opencascade/create_tria_01.cc index 2957f66a92..94670ecd04 100644 --- a/tests/opencascade/create_tria_01.cc +++ b/tests/opencascade/create_tria_01.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read the file side.iges, attach it to a projector, // create a single-cell Triangulation, and refine it with the new @@ -69,4 +74,3 @@ int main () return 0; } - diff --git a/tests/opencascade/create_tria_02.cc b/tests/opencascade/create_tria_02.cc index e2f004d347..d2e964f92f 100644 --- a/tests/opencascade/create_tria_02.cc +++ b/tests/opencascade/create_tria_02.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2017 by the deal.II authors +// Copyright (C) 2017 - the by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Create a NURBS with a quarter of a disc, make a Manifold out of it, create a // Triangulation with it, attach the manifold, and make a few refinements @@ -61,4 +66,3 @@ int main () GridOut gridout; gridout.write_msh (tria, logfile); } - diff --git a/tests/opencascade/directional_boundary_01.cc b/tests/opencascade/directional_boundary_01.cc index c838075c3e..019741fdfa 100644 --- a/tests/opencascade/directional_boundary_01.cc +++ b/tests/opencascade/directional_boundary_01.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Create a BSpline surface, and test axis projection. diff --git a/tests/opencascade/iges_create.cc b/tests/opencascade/iges_create.cc index fed4eeab99..64f355b89d 100644 --- a/tests/opencascade/iges_create.cc +++ b/tests/opencascade/iges_create.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Create a bspline, and write it as an IGES file. @@ -42,4 +47,3 @@ int main () out.close(); return 0; } - diff --git a/tests/opencascade/iges_describe.cc b/tests/opencascade/iges_describe.cc index 22623ec0ed..c7855b079d 100644 --- a/tests/opencascade/iges_describe.cc +++ b/tests/opencascade/iges_describe.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read goteborg.iges and dump its topological structure to the // logfile. @@ -52,4 +57,3 @@ int main () return 0; } - diff --git a/tests/opencascade/iges_describe_02.cc b/tests/opencascade/iges_describe_02.cc index 31ddab0087..f2fd445a0e 100644 --- a/tests/opencascade/iges_describe_02.cc +++ b/tests/opencascade/iges_describe_02.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read goteborg.iges and dump its topological structure to the // logfile. @@ -41,4 +46,3 @@ int main () << wires.size() << " wires." << std::endl; return 0; } - diff --git a/tests/opencascade/iges_write.cc b/tests/opencascade/iges_write.cc index df1bd94267..667441e293 100644 --- a/tests/opencascade/iges_write.cc +++ b/tests/opencascade/iges_write.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read a file in iges format, and write it out again in the same // format. diff --git a/tests/opencascade/interpolation_curve_boundary.cc b/tests/opencascade/interpolation_curve_boundary.cc index 6149c59043..8bc3f19615 100644 --- a/tests/opencascade/interpolation_curve_boundary.cc +++ b/tests/opencascade/interpolation_curve_boundary.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Create a Triangulation, interpolate its boundary points to a close // smooth BSpline, and use that as a Boundary Descriptor. @@ -74,4 +79,3 @@ int main () return 0; } - diff --git a/tests/opencascade/interpolation_curve_boundary_01.cc b/tests/opencascade/interpolation_curve_boundary_01.cc index 4b8c021bef..4d99103bc4 100644 --- a/tests/opencascade/interpolation_curve_boundary_01.cc +++ b/tests/opencascade/interpolation_curve_boundary_01.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Create a Triangulation, interpolate its boundary points to a close // smooth BSpline, and use that as a Boundary Descriptor. @@ -103,4 +108,3 @@ int main () return 0; } - diff --git a/tests/opencascade/normal_projection_01.cc b/tests/opencascade/normal_projection_01.cc index e7c5f8311a..c6c33b94b0 100644 --- a/tests/opencascade/normal_projection_01.cc +++ b/tests/opencascade/normal_projection_01.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Create a circle, a Triangulation, and try to project normally on // it. @@ -73,4 +78,3 @@ int main () return 0; } - diff --git a/tests/opencascade/normal_to_mesh_projection_01.cc b/tests/opencascade/normal_to_mesh_projection_01.cc index 7631617df1..b5521bb804 100644 --- a/tests/opencascade/normal_to_mesh_projection_01.cc +++ b/tests/opencascade/normal_to_mesh_projection_01.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Create a BSpline surface, and test axis projection. diff --git a/tests/opencascade/normal_to_mesh_projection_02.cc b/tests/opencascade/normal_to_mesh_projection_02.cc index 5e7fcb11c3..c17d149888 100644 --- a/tests/opencascade/normal_to_mesh_projection_02.cc +++ b/tests/opencascade/normal_to_mesh_projection_02.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Create a BSpline surface, and test axis projection. diff --git a/tests/opencascade/normal_to_mesh_projection_03.cc b/tests/opencascade/normal_to_mesh_projection_03.cc index 6e89241294..4ff2438256 100644 --- a/tests/opencascade/normal_to_mesh_projection_03.cc +++ b/tests/opencascade/normal_to_mesh_projection_03.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Create a BSpline surface, and test axis projection for Q2 elements. diff --git a/tests/opencascade/nurbs_patches_manifold_00.cc b/tests/opencascade/nurbs_patches_manifold_00.cc index 252977f4f1..0064902037 100644 --- a/tests/opencascade/nurbs_patches_manifold_00.cc +++ b/tests/opencascade/nurbs_patches_manifold_00.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read goteborg.iges and dump its topological structure to the // logfile. @@ -70,4 +75,3 @@ int main () return 0; } - diff --git a/tests/opencascade/project_center_cell_01.cc b/tests/opencascade/project_center_cell_01.cc index 46e66701d6..c54e3b384a 100644 --- a/tests/opencascade/project_center_cell_01.cc +++ b/tests/opencascade/project_center_cell_01.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read the file side.iges, attach it to a projector, create a // single-cell Triangulation, ask the center of the single cell, and @@ -69,4 +74,3 @@ int main () return 0; } - diff --git a/tests/opencascade/project_center_cell_02.cc b/tests/opencascade/project_center_cell_02.cc index adaed96b8b..2622187627 100644 --- a/tests/opencascade/project_center_cell_02.cc +++ b/tests/opencascade/project_center_cell_02.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read the file side.iges, attach it to a projector, create a // single-cell Triangulation, ask the center of the single cell, and @@ -69,4 +74,3 @@ int main () return 0; } - diff --git a/tests/opencascade/project_center_cell_03.cc b/tests/opencascade/project_center_cell_03.cc index b14f8e99bc..8bd5fb296a 100644 --- a/tests/opencascade/project_center_cell_03.cc +++ b/tests/opencascade/project_center_cell_03.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read the file side.iges, attach it to a projector, create a // single-cell Triangulation, ask the center of the single cell, and @@ -69,4 +74,3 @@ int main () return 0; } - diff --git a/tests/opencascade/step_create.cc b/tests/opencascade/step_create.cc index f7b06d7585..7ea9c90e1e 100644 --- a/tests/opencascade/step_create.cc +++ b/tests/opencascade/step_create.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Create a bspline, and write it as an IGES file. @@ -53,4 +58,3 @@ int main () out.close(); return 0; } - diff --git a/tests/opencascade/step_describe.cc b/tests/opencascade/step_describe.cc index 300da24d85..a47c4c013c 100644 --- a/tests/opencascade/step_describe.cc +++ b/tests/opencascade/step_describe.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read goteborg.iges and dump its topological structure to the // logfile. @@ -52,4 +57,3 @@ int main () return 0; } - diff --git a/tests/opencascade/step_describe_02.cc b/tests/opencascade/step_describe_02.cc index 16c1451499..5d87a12e2a 100644 --- a/tests/opencascade/step_describe_02.cc +++ b/tests/opencascade/step_describe_02.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read goteborg.iges and dump its topological structure to the // logfile. @@ -41,4 +46,3 @@ int main () << wires.size() << " wires." << std::endl; return 0; } - diff --git a/tests/opencascade/step_write.cc b/tests/opencascade/step_write.cc index 69d5620111..fdbfe8f91b 100644 --- a/tests/opencascade/step_write.cc +++ b/tests/opencascade/step_write.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Read a file in iges format, and write it out again in the same // format. diff --git a/tests/quick_tests/gmsh.cc b/tests/quick_tests/gmsh.cc index cc693c699f..3304d0463f 100644 --- a/tests/quick_tests/gmsh.cc +++ b/tests/quick_tests/gmsh.cc @@ -1,13 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2018 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // -// This file is subject to LGPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//----------------------------------------------------------- +// The deal.II library is free software; you can use it, redistribute +// 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. +// +// --------------------------------------------------------------------- + // Test that the GMSH executable actually works. // This is a reduced version of gmsh/create_tria_01.