From: David Wells Date: Thu, 26 Apr 2018 02:12:32 +0000 (-0400) Subject: Reassign copyright from mathlab to deal.II. X-Git-Tag: v9.0.0-rc1~104^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cf8fa94a082710bfbd5e637b7e41ee2d8c1da99;p=dealii.git Reassign copyright from mathlab to deal.II. Done with the permission of Luca Heltai. --- diff --git a/tests/manifold/cylindrical_manifold_01.cc b/tests/manifold/cylindrical_manifold_01.cc index d94393ea07..df8783b15a 100644 --- a/tests/manifold/cylindrical_manifold_01.cc +++ b/tests/manifold/cylindrical_manifold_01.cc @@ -1,13 +1,17 @@ -//---------------------------- cylindrical_manifold_01.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- cylindrical_manifold_01.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 cylindrical manifold on a cylinder @@ -55,4 +59,3 @@ int main () return 0; } - diff --git a/tests/manifold/cylindrical_manifold_02.cc b/tests/manifold/cylindrical_manifold_02.cc index 02031a53bf..317ae4a229 100644 --- a/tests/manifold/cylindrical_manifold_02.cc +++ b/tests/manifold/cylindrical_manifold_02.cc @@ -1,13 +1,17 @@ -//---------------------------- cylindrical_manifold_01.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- cylindrical_manifold_01.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 cylindrical manifold on cylinder shells. @@ -56,4 +60,3 @@ int main () return 0; } - diff --git a/tests/manifold/flat_manifold_01.cc b/tests/manifold/flat_manifold_01.cc index b4edfd6da3..3aaae8cf88 100644 --- a/tests/manifold/flat_manifold_01.cc +++ b/tests/manifold/flat_manifold_01.cc @@ -1,13 +1,17 @@ -//---------------------------- manifold_id_01.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- flat_manifold_01.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 that the flat manifold does what it should @@ -65,4 +69,3 @@ int main () return 0; } - diff --git a/tests/manifold/flat_manifold_02.cc b/tests/manifold/flat_manifold_02.cc index e1e70cde70..63dcfcb955 100644 --- a/tests/manifold/flat_manifold_02.cc +++ b/tests/manifold/flat_manifold_02.cc @@ -1,13 +1,17 @@ -//---------------------------- manifold_id_01.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- flat_manifold_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 that the flat manifold does what it should. This time on faces. @@ -68,4 +72,3 @@ int main () return 0; } - diff --git a/tests/manifold/flat_manifold_03.cc b/tests/manifold/flat_manifold_03.cc index d35b933d91..f3a073e907 100644 --- a/tests/manifold/flat_manifold_03.cc +++ b/tests/manifold/flat_manifold_03.cc @@ -1,13 +1,17 @@ -//---------------------------- manifold_id_01.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- flat_manifold_03.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 periodicity of FlatManifold diff --git a/tests/manifold/flat_manifold_04.cc b/tests/manifold/flat_manifold_04.cc index 71de79ea17..4e0491d690 100644 --- a/tests/manifold/flat_manifold_04.cc +++ b/tests/manifold/flat_manifold_04.cc @@ -1,13 +1,17 @@ -//---------------------------- manifold_id_01.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- flat_manifold_01.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 interior mapping of flat manifold @@ -90,4 +94,3 @@ int main () return 0; } - diff --git a/tests/manifold/function_manifold_01.cc b/tests/manifold/function_manifold_01.cc index 1ce9cfa355..1968ec59df 100644 --- a/tests/manifold/function_manifold_01.cc +++ b/tests/manifold/function_manifold_01.cc @@ -1,13 +1,17 @@ -//---------------------------- function_manifold --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- function_manifold --------------------------- - +// 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 identity Manifold. @@ -76,4 +80,3 @@ int main () return 0; } - diff --git a/tests/manifold/function_manifold_02.cc b/tests/manifold/function_manifold_02.cc index e26cdd004b..181611a4c4 100644 --- a/tests/manifold/function_manifold_02.cc +++ b/tests/manifold/function_manifold_02.cc @@ -1,13 +1,17 @@ -//---------------------------- function_manifold_chart --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- function_manifold_chart --------------------------- - +// 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 identity Manifold. @@ -76,4 +80,3 @@ int main () return 0; } - diff --git a/tests/manifold/function_manifold_03.cc b/tests/manifold/function_manifold_03.cc index bc1bf60fa1..706eaa4b5d 100644 --- a/tests/manifold/function_manifold_03.cc +++ b/tests/manifold/function_manifold_03.cc @@ -1,12 +1,18 @@ -//---------------------------- function_manifold_chart --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- function_manifold_chart --------------------------- +// 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 a simple parabolic manifold, including gradients and tangent vector diff --git a/tests/manifold/manifold_id_01.cc b/tests/manifold/manifold_id_01.cc index 19d2162651..31d1aeea52 100644 --- a/tests/manifold/manifold_id_01.cc +++ b/tests/manifold/manifold_id_01.cc @@ -1,13 +1,17 @@ -//---------------------------- manifold_id_01.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- manifold_id_01.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 Manifold ID We check the default manifold_id on cells and faces. // For each element it should output 255 (invalid manifold_id) @@ -60,4 +64,3 @@ int main () return 0; } - diff --git a/tests/manifold/manifold_id_02.cc b/tests/manifold/manifold_id_02.cc index 3fca766e24..49096992a0 100644 --- a/tests/manifold/manifold_id_02.cc +++ b/tests/manifold/manifold_id_02.cc @@ -1,12 +1,17 @@ -//---------------------------- manifold_id_02.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 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 Manifold ID. Now we test the function set_all_manifold_ids(), and verify @@ -68,4 +73,3 @@ int main () return 0; } - diff --git a/tests/manifold/manifold_id_03.cc b/tests/manifold/manifold_id_03.cc index 7e6dabf695..2d0eaff9f5 100644 --- a/tests/manifold/manifold_id_03.cc +++ b/tests/manifold/manifold_id_03.cc @@ -1,13 +1,17 @@ -//---------------------------- manifold_id_03.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- manifold_id_03.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 Manifold ID. Now we test the function set_manifold_id(), and verify // that they are correctly inherited from one cell onward. Notice that only the interior @@ -67,4 +71,3 @@ int main () return 0; } - diff --git a/tests/manifold/manifold_id_04.cc b/tests/manifold/manifold_id_04.cc index 0676c9a16f..e81731f175 100644 --- a/tests/manifold/manifold_id_04.cc +++ b/tests/manifold/manifold_id_04.cc @@ -1,13 +1,17 @@ -//---------------------------- manifold_id_03.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- manifold_id_03.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 Manifold ID. Now we set differently the id of the first cell and its faces, and verify // that the ids are correctly inherited from one cell onward. @@ -66,4 +70,3 @@ int main () return 0; } - diff --git a/tests/manifold/manifold_id_05.cc b/tests/manifold/manifold_id_05.cc index 2fad67781e..573d07b128 100644 --- a/tests/manifold/manifold_id_05.cc +++ b/tests/manifold/manifold_id_05.cc @@ -1,13 +1,17 @@ -//---------------------------- manifold_id_05.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- manifold_id_05.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. +// +// --------------------------------------------------------------------- // Set a manifold id on one of the boundary face, and attach the // boundary description to it. Refine globally twice and output the mesh. @@ -69,4 +73,3 @@ int main () return 0; } - diff --git a/tests/manifold/manifold_id_06.cc b/tests/manifold/manifold_id_06.cc index 45bf40b9f2..cca33063a2 100644 --- a/tests/manifold/manifold_id_06.cc +++ b/tests/manifold/manifold_id_06.cc @@ -1,13 +1,17 @@ -//---------------------------- manifold_id_06.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- manifold_id_06.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. +// +// --------------------------------------------------------------------- // Set a manifold id on the boundary faces of a small cell, and change also // the interior boundaries. @@ -70,4 +74,3 @@ int main () return 0; } - diff --git a/tests/manifold/manifold_id_07.cc b/tests/manifold/manifold_id_07.cc index 7e8d1c0872..90be2608d7 100644 --- a/tests/manifold/manifold_id_07.cc +++ b/tests/manifold/manifold_id_07.cc @@ -1,13 +1,17 @@ -//---------------------------- manifold_id_05.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- manifold_id_05.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. +// +// --------------------------------------------------------------------- // Set a manifold id on one of the boundary face, and attach the // boundary description to it. Refine globally twice and output the mesh. @@ -72,4 +76,3 @@ int main () return 0; } - diff --git a/tests/manifold/tria_accessor_point_01.cc b/tests/manifold/tria_accessor_point_01.cc index 4e3faf771a..c71e56cf2c 100644 --- a/tests/manifold/tria_accessor_point_01.cc +++ b/tests/manifold/tria_accessor_point_01.cc @@ -1,13 +1,17 @@ -//---------------------------- spherical_manifold_01.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- spherical_manifold_01.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 spherical manifold on hyper shells. @@ -62,4 +66,3 @@ int main () return 0; } - diff --git a/tests/manifold/tria_accessor_point_02.cc b/tests/manifold/tria_accessor_point_02.cc index 451514c38f..63fa34a1b6 100644 --- a/tests/manifold/tria_accessor_point_02.cc +++ b/tests/manifold/tria_accessor_point_02.cc @@ -1,13 +1,17 @@ -//---------------------------- spherical_manifold_01.cc --------------------------- -// Copyright (C) 2011 - 2018 by the mathLab team. +// --------------------------------------------------------------------- // -// 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) 2011 - 2018 by the deal.II authors // -//---------------------------- spherical_manifold_01.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 spherical manifold on hyper shells. @@ -62,4 +66,3 @@ int main () return 0; } -