]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reformat some copyright headers. 6340/head
authorDavid Wells <wellsd2@rpi.edu>
Thu, 26 Apr 2018 02:12:56 +0000 (22:12 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Thu, 26 Apr 2018 02:12:56 +0000 (22:12 -0400)
63 files changed:
tests/fail/arclength_boundary_02.cc
tests/gmsh/create_tria_01.cc
tests/manifold/chart_manifold_01.cc
tests/manifold/chart_manifold_01_embedded.cc
tests/manifold/chart_manifold_02.cc
tests/manifold/chart_manifold_02_embedded.cc
tests/manifold/chart_manifold_03.cc
tests/manifold/chart_manifold_03_embedded.cc
tests/manifold/chart_manifold_04.cc
tests/manifold/chart_manifold_04_embedded.cc
tests/manifold/chart_manifold_05.cc
tests/manifold/chart_manifold_05_embedded.cc
tests/manifold/chart_manifold_06.cc
tests/manifold/chart_manifold_06_embedded.cc
tests/manifold/chart_manifold_07.cc
tests/manifold/chart_manifold_08.cc
tests/manifold/composition_manifold_01.cc
tests/manifold/composition_manifold_02.cc
tests/manifold/composition_manifold_03.cc
tests/manifold/composition_manifold_04.cc
tests/manifold/copy_boundary_to_manifold_id_01.cc
tests/manifold/copy_material_to_manifold_id_01.cc
tests/manifold/flat_manifold_05.cc
tests/manifold/flat_manifold_06.cc
tests/manifold/flat_manifold_08.cc
tests/manifold/map_boundary_to_manifold_id_01.cc
tests/manifold/set_all_manifold_ids_01.cc
tests/manifold/set_all_manifold_ids_02.cc
tests/manifold/transfinite_manifold_01.cc
tests/manifold/transfinite_manifold_02.cc
tests/manifold/transfinite_manifold_03.cc
tests/manifold/transfinite_manifold_04.cc
tests/manifold/transfinite_manifold_05.cc
tests/manifold/transfinite_manifold_06.cc
tests/opencascade/arclength_boundary_01.cc
tests/opencascade/arclength_boundary_from_iges_01.cc
tests/opencascade/arclength_boundary_from_step_01.cc
tests/opencascade/axis_boundary_02.cc
tests/opencascade/circle_normal_projection.cc
tests/opencascade/closest_point_to_shape.cc
tests/opencascade/create_tria_00.cc
tests/opencascade/create_tria_01.cc
tests/opencascade/create_tria_02.cc
tests/opencascade/directional_boundary_01.cc
tests/opencascade/iges_create.cc
tests/opencascade/iges_describe.cc
tests/opencascade/iges_describe_02.cc
tests/opencascade/iges_write.cc
tests/opencascade/interpolation_curve_boundary.cc
tests/opencascade/interpolation_curve_boundary_01.cc
tests/opencascade/normal_projection_01.cc
tests/opencascade/normal_to_mesh_projection_01.cc
tests/opencascade/normal_to_mesh_projection_02.cc
tests/opencascade/normal_to_mesh_projection_03.cc
tests/opencascade/nurbs_patches_manifold_00.cc
tests/opencascade/project_center_cell_01.cc
tests/opencascade/project_center_cell_02.cc
tests/opencascade/project_center_cell_03.cc
tests/opencascade/step_create.cc
tests/opencascade/step_describe.cc
tests/opencascade/step_describe_02.cc
tests/opencascade/step_write.cc
tests/quick_tests/gmsh.cc

index f64e44675ba8682969c0afbac51e818667f0593b..1121ba974dc2321ee8b74209cc48cf77a7a1a33f 100644 (file)
@@ -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;
 }
-
index 4897a87ec43db4de109da0ac4c7cce5f9f900ece..eebf644dc2d190bf8f58c92b08439d8bc66b38ea 100644 (file)
@@ -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.
index 2620b85daf8c8a68da43e8a44d2a16f61a1e082e..7c552527d040a4a6f23a32d181be8b70cd533cbe 100644 (file)
@@ -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;
 }
-
index 4eb5d0dfdf05d3a989895eeb25a9e6e86b0ebbeb..9970d631883edb8119cbeb0265997d9875077191 100644 (file)
@@ -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;
 }
-
index 25aacd7feb89473cee7eb6842cb6ab045ff18a5b..e1c26cfb751e0e6c477be9d63ef49d3ce18823e6 100644 (file)
@@ -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;
 }
-
index 8321b673a83db9e76666e96a46d3669ff55b1532..93a1cc95d0196fbbf521a56736bdc3c54a265240 100644 (file)
@@ -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;
 }
-
index 272bb7090836945e08f010e90008ea638a1958d5..acab2ecd5159af9559de02a3a199e2d7103119f8 100644 (file)
@@ -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
index 75b5fa5bae4cc5a3b6d3fbe6b9ab9fb4b554a806..9ac74bded8b57bd844eb9b759282360c07d63500 100644 (file)
@@ -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
index 3e5fe4cf5cc660f89541753133ffca74360375fd..d5301728a3e2b13159003a54114bf3b461cfa07a 100644 (file)
@@ -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;
 }
-
index fefce11a9c5149e0288d9fb8ce3f7c6c5da1bd89..44e781d353a0a3ebcf862a215577282eadda6cbc 100644 (file)
@@ -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;
 }
-
index 6512fc9aff5e07e13af92194af8ff882523a0ef4..1a5f863af422a7cf84d0981148d5063a49d64908 100644 (file)
@@ -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;
 }
-
index a7c3c44104b895cdc68d13326b51e8e71d9e70c1..8bb745b5e1885b4d14d05c26f9310bc1eed0d265 100644 (file)
@@ -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;
 }
-
index 1d6e0fed9b7bc0143e3c7f2ba1667db3009913d5..764add9d8b0fff841a88bdf4dd50da1dd13cbbe7 100644 (file)
@@ -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;
 }
-
index 6966d2e9a8840b58ffe22fa8677ca8ccdef6906e..077cce47c892295bb77f70331507b1dec4575dfe 100644 (file)
@@ -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;
 }
-
index faf1775881ed9d1af3b4c9952411e915d46923c4..7b9e68b8282a3eefa7e1a096018c3d612e02b988 100644 (file)
@@ -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;
 }
-
index 77eb0b86e45fa3fa717b7574ddd749b3cded84a9..acfdfb9a08dfc58297eb251692c3d713a8759265 100644 (file)
@@ -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;
 }
-
index 0405ec546a6da225c4b2ee67664ec80c390f4c46..42920ec600d726f94f93e42ea1e0f10bc943c3d3 100644 (file)
@@ -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
index c07bcb1f51362e9c90c0c4709bb1096d6fd05ba4..1ec2f1c4f04fc9047f90225c889ec5a792923bd8 100644 (file)
@@ -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 +
index 8dfee218eb340390aa8d0190b778defe0b1732a1..c98ec587453462d58510c4f92a3213017566bd35 100644 (file)
@@ -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 +
index e95db9a4ebf3feb15937bda43cee03a9d36e3aa8..c99588d81bd320635e8524f08935dcedcae0f9fc 100644 (file)
@@ -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
index b84d91f8db6edb3940e3f4ae988e8b73fcc6a5d7..6ae84c28941d0e17ab02adf24238c2b87562d484 100644 (file)
@@ -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;
 }
-
index 1b1d4b453802781a54b99871638d2f0f2e1f6104..7078022c264e66fcbfa2da80fb8bccc90554fbe1 100644 (file)
@@ -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
index 5d4cb0c9fedbfd85b597d52c9e782d2650de80e6..78b89f6a7491f72bbd30f2bc72ab2a4bdc84d825 100644 (file)
@@ -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;
 }
-
index 3ab4204d525c4c86762f85a43ddfef7bb94ea260..5d855b70f1b01e7a9b2bf60937872654d6286b0b 100644 (file)
@@ -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;
 }
-
index a9a9f63058a3b03162f18b6b4a14d0e42cfebb27..c94e4b0c13ea96587bf5f16c16c2c518c0b5b729 100644 (file)
@@ -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;
 }
-
index 314b2e3a9d3e88220a51019d762071f2da9e6ad7..edf6339ad4fbb4a1cb17260071f81574d0e23e41 100644 (file)
@@ -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;
 }
-
index 63cff0c2de22af8d01cf7d8887adcbe25f3b3964..0531b43af79c8ced685467fc0ad085db9a88876b 100644 (file)
@@ -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;
 }
-
index 10c981c58a4ea246fdbd57b4ec62047853d8d3a0..3eba0ee2518755694e4afa2e18b19f3b5b68ff2b 100644 (file)
@@ -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;
 }
-
index c6ffbcea787b02e83e3bc4b1c36035d267b31530..0a691b3525f997ac29e19a92c1e85b09fb8d3e01 100644 (file)
@@ -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
index a0dfc757ab31ebf222b404016427a226c5178540..17ec0289a74d912bf1e2d691158d1951ce79494e 100644 (file)
@@ -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
index 2139be8e7f19b850c7033a7bb48aeab3d0ba7dbe..eca9f81ddfa7f601fb49ed37bfcc4ed658b57aa4 100644 (file)
@@ -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;
 }
-
index 2cf3f0ed0281adc0f1c2d18f1bb5d0a7bf46fb9d..12d2b456dafc921db882f25d096805842a2ec92b 100644 (file)
@@ -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
index 5da3abcb0838ab644cd751a47f724a40215e5e60..a42ed7de526785469c63b6c1d9aefa43b62e83db 100644 (file)
@@ -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
index 6207b2b94a885eaeb0e074ebcc01501ffb804a11..bb2ee757cea98e90de9fcc4c3f6ed99d195275bc 100644 (file)
@@ -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
index 69aeed081520b00246789163e8db8e75ff7a237e..9d1547705b578894a7d32d9a5826af956c774da8 100644 (file)
@@ -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;
 }
-
index 86d1f7cb843aab49f755af6f429674b1dff581c5..ba08c637ff97f23d928081f8787d3c0d91d04d67 100644 (file)
@@ -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;
 }
-
index 535bc26d979f6680957eb1c9f7eecc83a9239238..955554f31fcc6c3bf44e9b7e9b91734fb8dfa1e1 100644 (file)
@@ -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;
 }
-
index afc308f39076414c508d0f3574f62f403e12d617..d2d362ce4853584b89271b2ac050becb6aeb0b07 100644 (file)
@@ -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
 
index b19ac5a00717e36d6773cdcc0f4b356853a3ca89..32ffcce96626cbff4ef4c6dcc9425ffede678b99 100644 (file)
@@ -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;
 }
-
index 9e51547c69f07da382bee9ba0b4f1c9f7664781b..98d55652ce432fc5f93dea2df0f93855376cfae7 100644 (file)
@@ -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;
 }
-
index 8b8b34900f89039aea876aefb6adaf5e7f81871c..ed393640cba31ae85d284725f1c6dc266f7481b6 100644 (file)
@@ -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;
 }
-
index 2957f66a92d75a521a0ab4212677e6709a07adbc..94670ecd04188e0873774d0b0680e715b55e9745 100644 (file)
@@ -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;
 }
-
index e2f004d3472a64af9b922e822e0c2a04a686d2f8..d2e964f92f6c3ad156f3b98dda267c6af0ee164b 100644 (file)
@@ -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);
 }
-
index c838075c3e40dbe288841667b03ba25274de2d99..019741fdfa5c135e70233665831b8a64081a9ab5 100644 (file)
@@ -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.
 
index fed4eeab99ba44d490a16f055a8cfe020b293535..64f355b89d28a1699711231e58448c3110c6eeb4 100644 (file)
@@ -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;
 }
-
index 22623ec0ed4e8e720e9bb7dec0519e378e4c0656..c7855b079d1b195c4795a88e3a7ed6a94a1f1412 100644 (file)
@@ -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;
 }
-
index 31ddab0087f713cc0bc584a5f6513c4139ac65a4..f2fd445a0eaf729bd96dfa57423b091076a55b5e 100644 (file)
@@ -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;
 }
-
index df1bd94267f3a9a3bf699f78b765540e4a2d391c..667441e29365ffd1c5e505479f0721846237fc7f 100644 (file)
@@ -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.
index 6149c590434393800b4f5654882f04503215610b..8bc3f19615485d0ff84ac952ff3e0d77133dbe32 100644 (file)
@@ -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;
 }
-
index 4b8c021bef58ed491787d136a7a8cdb35aa1def5..4d99103bc49e1956299e329ac147e480d4543aca 100644 (file)
@@ -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;
 }
-
index e7c5f8311a6c41d7540bc721734fdaae0218be79..c6c33b94b0243a66e25372351aff8ac7ccf6a4a7 100644 (file)
@@ -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;
 }
-
index 7631617df1d3ec4678aaef06f611b8b6c33e8e52..b5521bb804a51596cb360584b0cc5855b92d0e07 100644 (file)
@@ -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.
 
index 5e7fcb11c35c6345d6461603d67ebcb830f0f83e..c17d14988807ee35a26ddecf71dbf6e2f24fdf32 100644 (file)
@@ -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.
 
index 6e89241294761aea433164e0010acd0f2a79f866..4ff24382561a13bbbd77efb4443245ef81c509c3 100644 (file)
@@ -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.
 
index 252977f4f1c347ccb80a8f934f2c8257ecfa922f..006490203791f95efe97bc0d48bc9296465b45e4 100644 (file)
@@ -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;
 }
-
index 46e66701d647fb2430a32926ba0f271dbdb6151b..c54e3b384ad40af7b4ba252398e307372138b11c 100644 (file)
@@ -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;
 }
-
index adaed96b8b9e2e0b56c2c196998e27793e56a117..26221876276ed6dedb78ee8962ec59cd52d4593b 100644 (file)
@@ -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;
 }
-
index b14f8e99bc7493b0ba42e6d3dbb37f58cf59acb4..8bd5fb296a5c8245d94a44434307199c30853d0a 100644 (file)
@@ -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;
 }
-
index f7b06d7585aece097ff8957a6150f4b4511021ff..7ea9c90e1e44229f45620e7efe5dc8913f9652fb 100644 (file)
@@ -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;
 }
-
index 300da24d85395e6dd462c731d4e646eb0926751c..a47c4c013c8c2b3c25574b7aa9eef73da692ca14 100644 (file)
@@ -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;
 }
-
index 16c1451499a47e954bcaab3e7e4744d217c4b181..5d87a12e2a5a83ba0e983ff65e2fdde46c986e7a 100644 (file)
@@ -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;
 }
-
index 69d5620111d8eced4b572c558279bcaf835d4c00..fdbfe8f91b2dab6275b948b36619371415fed860 100644 (file)
@@ -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.
index cc693c699f1c74be2dcabd5a420c5452b44faee8..3304d0463fa0b329bd21e8b073f92ea6d5205455 100644 (file)
@@ -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.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.