From f9774e62f2897f0aa51124e49cb0902b2aa85a9e Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 26 Apr 2018 16:15:50 -0500 Subject: [PATCH] update copyright --- contrib/python-bindings/include/cell_accessor_wrapper.h | 2 +- contrib/python-bindings/include/point_wrapper.h | 2 +- contrib/python-bindings/include/triangulation_wrapper.h | 2 +- contrib/python-bindings/source/cell_accessor_wrapper.cc | 2 +- contrib/python-bindings/source/export_cell_accessor.cc | 2 +- contrib/python-bindings/source/export_point.cc | 2 +- contrib/python-bindings/source/export_triangulation.cc | 2 +- contrib/python-bindings/source/point_wrapper.cc | 2 +- contrib/python-bindings/source/triangulation_wrapper.cc | 2 +- contrib/python-bindings/source/wrappers.cc | 2 +- contrib/python-bindings/tests/point_wrapper.py | 2 +- contrib/python-bindings/tests/triangulation_wrapper.py | 2 +- contrib/utilities/dotgdbinit.py | 2 +- contrib/utilities/indent | 2 +- contrib/utilities/makeofflinedoc.sh | 2 +- contrib/utilities/wrapcomments.py | 2 +- doc/doxygen/headers/boundary.h | 2 +- doc/doxygen/headers/c++11.h | 2 +- doc/doxygen/headers/coding_conventions.h | 2 +- doc/doxygen/headers/concepts.h | 2 +- doc/doxygen/headers/constraints.h | 2 +- doc/doxygen/headers/distributed.h | 2 +- doc/doxygen/headers/dofs.h | 2 +- doc/doxygen/headers/fe.h | 2 +- doc/doxygen/headers/fe_vs_mapping_vs_fevalues.h | 2 +- doc/doxygen/headers/functions.h | 2 +- doc/doxygen/headers/geodynamics.h | 2 +- doc/doxygen/headers/geometry_and_primitives.h | 2 +- doc/doxygen/headers/global_dof_index.h | 2 +- doc/doxygen/headers/glossary.h | 2 +- doc/doxygen/headers/grid.h | 2 +- doc/doxygen/headers/hp.h | 2 +- doc/doxygen/headers/instantiations.h | 2 +- doc/doxygen/headers/integrators.h | 2 +- doc/doxygen/headers/io.h | 2 +- doc/doxygen/headers/iterators.h | 2 +- doc/doxygen/headers/laoperators.h | 2 +- doc/doxygen/headers/main.h | 2 +- doc/doxygen/headers/manifold.h | 2 +- doc/doxygen/headers/matrices.h | 2 +- doc/doxygen/headers/mesh_worker.h | 2 +- doc/doxygen/headers/mg.h | 2 +- doc/doxygen/headers/multithreading.h | 2 +- doc/doxygen/headers/namespace_dealii.h | 2 +- doc/doxygen/headers/parallel.h | 2 +- doc/doxygen/headers/petsc.h | 2 +- doc/doxygen/headers/physics.h | 2 +- doc/doxygen/headers/polynomials.h | 2 +- doc/doxygen/headers/quadrature.h | 2 +- doc/doxygen/headers/slepc.h | 2 +- doc/doxygen/headers/solvers.h | 2 +- doc/doxygen/headers/trilinos.h | 2 +- doc/doxygen/headers/utilities.h | 2 +- doc/doxygen/headers/vector_memory.h | 2 +- doc/doxygen/headers/vector_valued.h | 2 +- doc/doxygen/scripts/code-gallery.pl | 2 +- doc/doxygen/scripts/create_anchors | 2 +- doc/doxygen/scripts/filter | 2 +- doc/doxygen/scripts/intro2toc | 2 +- doc/doxygen/scripts/make_gallery.pl | 2 +- doc/doxygen/scripts/make_step.pl | 2 +- doc/doxygen/scripts/program2doxyplain | 2 +- doc/doxygen/scripts/program2html | 2 +- doc/doxygen/scripts/program2plain | 2 +- doc/doxygen/scripts/program2toc | 2 +- doc/doxygen/scripts/validate-xrefs.pl | 2 +- doc/doxygen/tutorial/tutorial.h.in | 2 +- examples/step-10/step-10.cc | 2 +- examples/step-11/step-11.cc | 2 +- examples/step-15/step-15.cc | 2 +- include/deal.II/hp/fe_values.h | 2 +- include/deal.II/matrix_free/shape_info.h | 2 +- tests/fail/arclength_boundary_02.cc | 2 +- tests/manifold/composition_manifold_01.cc | 2 +- tests/manifold/composition_manifold_02.cc | 2 +- tests/manifold/composition_manifold_03.cc | 2 +- tests/manifold/composition_manifold_04.cc | 2 +- tests/manifold/flat_manifold_05.cc | 2 +- tests/manifold/flat_manifold_06.cc | 2 +- tests/matrix_free/fe_evaluation_access_1d.cc | 2 +- tests/opencascade/arclength_boundary_01.cc | 2 +- tests/opencascade/arclength_boundary_from_iges_01.cc | 2 +- tests/opencascade/arclength_boundary_from_step_01.cc | 2 +- tests/opencascade/axis_boundary_02.cc | 2 +- tests/opencascade/create_tria_02.cc | 2 +- tests/opencascade/directional_boundary_01.cc | 2 +- tests/opencascade/iges_create.cc | 2 +- tests/opencascade/iges_describe.cc | 2 +- tests/opencascade/iges_describe_02.cc | 2 +- tests/opencascade/iges_write.cc | 2 +- tests/opencascade/normal_to_mesh_projection_01.cc | 2 +- tests/opencascade/normal_to_mesh_projection_02.cc | 2 +- tests/opencascade/step_create.cc | 2 +- tests/opencascade/step_describe.cc | 2 +- tests/opencascade/step_describe_02.cc | 2 +- tests/opencascade/step_write.cc | 2 +- 96 files changed, 96 insertions(+), 96 deletions(-) diff --git a/contrib/python-bindings/include/cell_accessor_wrapper.h b/contrib/python-bindings/include/cell_accessor_wrapper.h index d56b8064bb..52ef3d4bab 100644 --- a/contrib/python-bindings/include/cell_accessor_wrapper.h +++ b/contrib/python-bindings/include/cell_accessor_wrapper.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 by the deal.II authors +// Copyright (C) 2016 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/contrib/python-bindings/include/point_wrapper.h b/contrib/python-bindings/include/point_wrapper.h index 2a95b4eeae..fb03342e23 100644 --- a/contrib/python-bindings/include/point_wrapper.h +++ b/contrib/python-bindings/include/point_wrapper.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 - 2017 by the deal.II authors +// Copyright (C) 2016 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/contrib/python-bindings/include/triangulation_wrapper.h b/contrib/python-bindings/include/triangulation_wrapper.h index a73e80ca51..a36f8c62cc 100644 --- a/contrib/python-bindings/include/triangulation_wrapper.h +++ b/contrib/python-bindings/include/triangulation_wrapper.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 by the deal.II authors +// Copyright (C) 2016 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/contrib/python-bindings/source/cell_accessor_wrapper.cc b/contrib/python-bindings/source/cell_accessor_wrapper.cc index c34411d79c..84f32c1ff5 100644 --- a/contrib/python-bindings/source/cell_accessor_wrapper.cc +++ b/contrib/python-bindings/source/cell_accessor_wrapper.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 by the deal.II authors +// Copyright (C) 2016 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/contrib/python-bindings/source/export_cell_accessor.cc b/contrib/python-bindings/source/export_cell_accessor.cc index 52891c2dff..d4c999a109 100644 --- a/contrib/python-bindings/source/export_cell_accessor.cc +++ b/contrib/python-bindings/source/export_cell_accessor.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 by the deal.II authors +// Copyright (C) 2016 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/contrib/python-bindings/source/export_point.cc b/contrib/python-bindings/source/export_point.cc index 2d59ab71de..e5ad8c9ea7 100644 --- a/contrib/python-bindings/source/export_point.cc +++ b/contrib/python-bindings/source/export_point.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 by the deal.II authors +// Copyright (C) 2016 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/contrib/python-bindings/source/export_triangulation.cc b/contrib/python-bindings/source/export_triangulation.cc index ae2f62aa60..e4d9402df3 100644 --- a/contrib/python-bindings/source/export_triangulation.cc +++ b/contrib/python-bindings/source/export_triangulation.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 by the deal.II authors +// Copyright (C) 2016 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/contrib/python-bindings/source/point_wrapper.cc b/contrib/python-bindings/source/point_wrapper.cc index e1f06ee895..7a785f6a18 100644 --- a/contrib/python-bindings/source/point_wrapper.cc +++ b/contrib/python-bindings/source/point_wrapper.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 by the deal.II authors +// Copyright (C) 2016 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/contrib/python-bindings/source/triangulation_wrapper.cc b/contrib/python-bindings/source/triangulation_wrapper.cc index 20db66a713..62cc6d7169 100644 --- a/contrib/python-bindings/source/triangulation_wrapper.cc +++ b/contrib/python-bindings/source/triangulation_wrapper.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 by the deal.II authors +// Copyright (C) 2016 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/contrib/python-bindings/source/wrappers.cc b/contrib/python-bindings/source/wrappers.cc index e4535f80fe..ceb7e72d09 100644 --- a/contrib/python-bindings/source/wrappers.cc +++ b/contrib/python-bindings/source/wrappers.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 by the deal.II authors +// Copyright (C) 2016 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/contrib/python-bindings/tests/point_wrapper.py b/contrib/python-bindings/tests/point_wrapper.py index 7b1b3b136d..b8c70e76d2 100644 --- a/contrib/python-bindings/tests/point_wrapper.py +++ b/contrib/python-bindings/tests/point_wrapper.py @@ -1,6 +1,6 @@ # --------------------------------------------------------------------- # -# Copyright (C) 2016 by the deal.II authors +# Copyright (C) 2016 - 2017 by the deal.II authors # # This file is part of the deal.II library. # diff --git a/contrib/python-bindings/tests/triangulation_wrapper.py b/contrib/python-bindings/tests/triangulation_wrapper.py index 0624ecc6b3..e89852f6bd 100644 --- a/contrib/python-bindings/tests/triangulation_wrapper.py +++ b/contrib/python-bindings/tests/triangulation_wrapper.py @@ -1,6 +1,6 @@ # --------------------------------------------------------------------- # -# Copyright (C) 2016 by the deal.II authors +# Copyright (C) 2016 - 2017 by the deal.II authors # # This file is part of the deal.II library. # diff --git a/contrib/utilities/dotgdbinit.py b/contrib/utilities/dotgdbinit.py index de8201d40b..49b7dfb3a3 100644 --- a/contrib/utilities/dotgdbinit.py +++ b/contrib/utilities/dotgdbinit.py @@ -1,6 +1,6 @@ # --------------------------------------------------------------------- # -# Copyright (C) 2015 by the deal.II authors +# Copyright (C) 2015 - 2017 by the deal.II authors # # This file is part of the deal.II library. # diff --git a/contrib/utilities/indent b/contrib/utilities/indent index b18c59af6a..41d744fd28 100755 --- a/contrib/utilities/indent +++ b/contrib/utilities/indent @@ -1,7 +1,7 @@ #!/bin/bash ## --------------------------------------------------------------------- ## -## Copyright (C) 2012 - 2013, 2015, 2016 by the deal.II authors +## Copyright (C) 2012 - 2018 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/contrib/utilities/makeofflinedoc.sh b/contrib/utilities/makeofflinedoc.sh index a2b98dd0d0..d6b8641725 100755 --- a/contrib/utilities/makeofflinedoc.sh +++ b/contrib/utilities/makeofflinedoc.sh @@ -1,7 +1,7 @@ #!/bin/bash ## --------------------------------------------------------------------- ## -## Copyright (C) 2012 - 2013 by the deal.II authors +## Copyright (C) 2012 - 2018 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/contrib/utilities/wrapcomments.py b/contrib/utilities/wrapcomments.py index 2f4af7757e..6738ea3670 100755 --- a/contrib/utilities/wrapcomments.py +++ b/contrib/utilities/wrapcomments.py @@ -2,7 +2,7 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2016 by the deal.II authors +## Copyright (C) 2016 - 2018 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/headers/boundary.h b/doc/doxygen/headers/boundary.h index 9a79624d97..ab8a454b27 100644 --- a/doc/doxygen/headers/boundary.h +++ b/doc/doxygen/headers/boundary.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2014 by the deal.II authors +// Copyright (C) 2003 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/c++11.h b/doc/doxygen/headers/c++11.h index 888c5e9923..72a21931ea 100644 --- a/doc/doxygen/headers/c++11.h +++ b/doc/doxygen/headers/c++11.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014, 2015 by the deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/coding_conventions.h b/doc/doxygen/headers/coding_conventions.h index 3b2ce05ffe..900a35b04a 100644 --- a/doc/doxygen/headers/coding_conventions.h +++ b/doc/doxygen/headers/coding_conventions.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 1998 - 2016 by the deal.II authors +// Copyright (C) 1998 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/concepts.h b/doc/doxygen/headers/concepts.h index 308140769a..cb8c84c5bf 100644 --- a/doc/doxygen/headers/concepts.h +++ b/doc/doxygen/headers/concepts.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 by the deal.II authors +// Copyright (C) 2015 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/constraints.h b/doc/doxygen/headers/constraints.h index 24bf77be98..50736592de 100644 --- a/doc/doxygen/headers/constraints.h +++ b/doc/doxygen/headers/constraints.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2010 - 2015 by the deal.II authors +// Copyright (C) 2010 - 2016 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/distributed.h b/doc/doxygen/headers/distributed.h index 8a72b593ab..beadcc936d 100644 --- a/doc/doxygen/headers/distributed.h +++ b/doc/doxygen/headers/distributed.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2009 - 2016 by the deal.II authors +// Copyright (C) 2009 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/dofs.h b/doc/doxygen/headers/dofs.h index 36f5e9c792..54c3ff9cee 100644 --- a/doc/doxygen/headers/dofs.h +++ b/doc/doxygen/headers/dofs.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2014 by the deal.II authors +// Copyright (C) 2003 - 2015 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/fe.h b/doc/doxygen/headers/fe.h index 376c210c63..0e179c9dde 100644 --- a/doc/doxygen/headers/fe.h +++ b/doc/doxygen/headers/fe.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/fe_vs_mapping_vs_fevalues.h b/doc/doxygen/headers/fe_vs_mapping_vs_fevalues.h index ed41f71ba6..51b4280dc4 100644 --- a/doc/doxygen/headers/fe_vs_mapping_vs_fevalues.h +++ b/doc/doxygen/headers/fe_vs_mapping_vs_fevalues.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 by the deal.II authors +// Copyright (C) 2015 - 2016 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/functions.h b/doc/doxygen/headers/functions.h index 1be1efb4ac..f6e5e7c323 100644 --- a/doc/doxygen/headers/functions.h +++ b/doc/doxygen/headers/functions.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2006 - 2013 by the deal.II authors +// Copyright (C) 2006 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/geodynamics.h b/doc/doxygen/headers/geodynamics.h index 90790945db..1bdcaae855 100644 --- a/doc/doxygen/headers/geodynamics.h +++ b/doc/doxygen/headers/geodynamics.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2009 - 2013 by the deal.II authors +// Copyright (C) 2009 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/geometry_and_primitives.h b/doc/doxygen/headers/geometry_and_primitives.h index e6644bf704..5557a29c28 100644 --- a/doc/doxygen/headers/geometry_and_primitives.h +++ b/doc/doxygen/headers/geometry_and_primitives.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2006 - 2013 by the deal.II authors +// Copyright (C) 2006 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/global_dof_index.h b/doc/doxygen/headers/global_dof_index.h index 66a48761be..3ca6a5f390 100644 --- a/doc/doxygen/headers/global_dof_index.h +++ b/doc/doxygen/headers/global_dof_index.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2013 by the deal.II authors +// Copyright (C) 2013 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index 3b346007ac..588411e53e 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2005 - 2016 by the deal.II authors +// Copyright (C) 2005 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/grid.h b/doc/doxygen/headers/grid.h index f84e41300e..04199c2091 100644 --- a/doc/doxygen/headers/grid.h +++ b/doc/doxygen/headers/grid.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/hp.h b/doc/doxygen/headers/hp.h index f62e36b034..35072a7fbf 100644 --- a/doc/doxygen/headers/hp.h +++ b/doc/doxygen/headers/hp.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2015 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/instantiations.h b/doc/doxygen/headers/instantiations.h index f595e61cca..c0ae21f1a7 100644 --- a/doc/doxygen/headers/instantiations.h +++ b/doc/doxygen/headers/instantiations.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2005 - 2013 by the deal.II authors +// Copyright (C) 2005 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/integrators.h b/doc/doxygen/headers/integrators.h index 6836bf6722..c72738e307 100644 --- a/doc/doxygen/headers/integrators.h +++ b/doc/doxygen/headers/integrators.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2010 - 2013 by the deal.II authors +// Copyright (C) 2010 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/io.h b/doc/doxygen/headers/io.h index 349bcf29d8..52bd3afc32 100644 --- a/doc/doxygen/headers/io.h +++ b/doc/doxygen/headers/io.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2005 - 2013 by the deal.II authors +// Copyright (C) 2005 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/iterators.h b/doc/doxygen/headers/iterators.h index 5788dddd74..1e984d5b61 100644 --- a/doc/doxygen/headers/iterators.h +++ b/doc/doxygen/headers/iterators.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2013, 2015 by the deal.II authors +// Copyright (C) 2013 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/laoperators.h b/doc/doxygen/headers/laoperators.h index fe039b3e7e..e5603c3c30 100644 --- a/doc/doxygen/headers/laoperators.h +++ b/doc/doxygen/headers/laoperators.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 by the deal.II authors +// Copyright (C) 2015 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/main.h b/doc/doxygen/headers/main.h index 39996bbac0..22e14148df 100644 --- a/doc/doxygen/headers/main.h +++ b/doc/doxygen/headers/main.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2006 - 2014 by the deal.II authors +// Copyright (C) 2006 - 2015 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/manifold.h b/doc/doxygen/headers/manifold.h index c668389315..41c1564eed 100644 --- a/doc/doxygen/headers/manifold.h +++ b/doc/doxygen/headers/manifold.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2014 by the deal.II authors +// Copyright (C) 2003 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/matrices.h b/doc/doxygen/headers/matrices.h index ee54556d6f..767a8cc38c 100644 --- a/doc/doxygen/headers/matrices.h +++ b/doc/doxygen/headers/matrices.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2013, 2015 by the deal.II authors +// Copyright (C) 2003 - 2015 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/mesh_worker.h b/doc/doxygen/headers/mesh_worker.h index 358e8830e6..74b3809285 100644 --- a/doc/doxygen/headers/mesh_worker.h +++ b/doc/doxygen/headers/mesh_worker.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2010 - 2013 by the deal.II authors +// Copyright (C) 2010 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/mg.h b/doc/doxygen/headers/mg.h index f256924642..19bcbbcd9b 100644 --- a/doc/doxygen/headers/mg.h +++ b/doc/doxygen/headers/mg.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2016 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/multithreading.h b/doc/doxygen/headers/multithreading.h index 5a65b36661..397aaee266 100644 --- a/doc/doxygen/headers/multithreading.h +++ b/doc/doxygen/headers/multithreading.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2006 - 2015 by the deal.II authors +// Copyright (C) 2006 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/namespace_dealii.h b/doc/doxygen/headers/namespace_dealii.h index 9fee9e87db..e1dab38dfd 100644 --- a/doc/doxygen/headers/namespace_dealii.h +++ b/doc/doxygen/headers/namespace_dealii.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2013 by the deal.II authors +// Copyright (C) 2013 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/parallel.h b/doc/doxygen/headers/parallel.h index 37551f575f..4ce648662a 100644 --- a/doc/doxygen/headers/parallel.h +++ b/doc/doxygen/headers/parallel.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2009 - 2013 by the deal.II authors +// Copyright (C) 2009 - 2016 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/petsc.h b/doc/doxygen/headers/petsc.h index 5b34d48942..71bf4316f1 100644 --- a/doc/doxygen/headers/petsc.h +++ b/doc/doxygen/headers/petsc.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/physics.h b/doc/doxygen/headers/physics.h index 95577792f1..7a608e76ad 100644 --- a/doc/doxygen/headers/physics.h +++ b/doc/doxygen/headers/physics.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 by the deal.II authors +// Copyright (C) 2016 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/polynomials.h b/doc/doxygen/headers/polynomials.h index 6b0d0fe8c7..abc4cffacf 100644 --- a/doc/doxygen/headers/polynomials.h +++ b/doc/doxygen/headers/polynomials.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2005 - 2013 by the deal.II authors +// Copyright (C) 2005 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/quadrature.h b/doc/doxygen/headers/quadrature.h index 858212c0ad..309fd8260b 100644 --- a/doc/doxygen/headers/quadrature.h +++ b/doc/doxygen/headers/quadrature.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2005 - 2013 by the deal.II authors +// Copyright (C) 2005 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/slepc.h b/doc/doxygen/headers/slepc.h index 28f4fdffde..37c2107e25 100644 --- a/doc/doxygen/headers/slepc.h +++ b/doc/doxygen/headers/slepc.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2011 - 2013 by the deal.II authors +// Copyright (C) 2011 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/solvers.h b/doc/doxygen/headers/solvers.h index 0cd4b47349..f5092cfec1 100644 --- a/doc/doxygen/headers/solvers.h +++ b/doc/doxygen/headers/solvers.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/trilinos.h b/doc/doxygen/headers/trilinos.h index a38363c84c..59e48bf11b 100644 --- a/doc/doxygen/headers/trilinos.h +++ b/doc/doxygen/headers/trilinos.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2008 - 2013 by the deal.II authors +// Copyright (C) 2008 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/utilities.h b/doc/doxygen/headers/utilities.h index 179f865200..71c35dc99a 100644 --- a/doc/doxygen/headers/utilities.h +++ b/doc/doxygen/headers/utilities.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2006 - 2013 by the deal.II authors +// Copyright (C) 2006 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/vector_memory.h b/doc/doxygen/headers/vector_memory.h index c1026d50cf..82e3a5a3a9 100644 --- a/doc/doxygen/headers/vector_memory.h +++ b/doc/doxygen/headers/vector_memory.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2014 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/headers/vector_valued.h b/doc/doxygen/headers/vector_valued.h index ac84956453..097114332d 100644 --- a/doc/doxygen/headers/vector_valued.h +++ b/doc/doxygen/headers/vector_valued.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2008 - 2014 by the deal.II authors +// Copyright (C) 2008 - 2016 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/doc/doxygen/scripts/code-gallery.pl b/doc/doxygen/scripts/code-gallery.pl index 190893d4ba..30e954f224 100644 --- a/doc/doxygen/scripts/code-gallery.pl +++ b/doc/doxygen/scripts/code-gallery.pl @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2016 by the deal.II authors +## Copyright (C) 2016 - 2018 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/scripts/create_anchors b/doc/doxygen/scripts/create_anchors index c7ef23a8a0..b2099ccca8 100644 --- a/doc/doxygen/scripts/create_anchors +++ b/doc/doxygen/scripts/create_anchors @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2007 - 2013 by the deal.II authors +## Copyright (C) 2007 - 2014 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/scripts/filter b/doc/doxygen/scripts/filter index 884f43cdf5..01a3b1a70e 100755 --- a/doc/doxygen/scripts/filter +++ b/doc/doxygen/scripts/filter @@ -1,7 +1,7 @@ #!/usr/bin/perl ## --------------------------------------------------------------------- ## -## Copyright (C) 2007 - 2014, 2016 by the deal.II authors +## Copyright (C) 2007 - 2018 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/scripts/intro2toc b/doc/doxygen/scripts/intro2toc index 29164ed931..f65d9db52d 100644 --- a/doc/doxygen/scripts/intro2toc +++ b/doc/doxygen/scripts/intro2toc @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2006 - 2013 by the deal.II authors +## Copyright (C) 2006 - 2014 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/scripts/make_gallery.pl b/doc/doxygen/scripts/make_gallery.pl index eb7e002ea2..81310134c1 100644 --- a/doc/doxygen/scripts/make_gallery.pl +++ b/doc/doxygen/scripts/make_gallery.pl @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2013, 2015, 2016 by the deal.II authors +## Copyright (C) 2013 - 2016 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/scripts/make_step.pl b/doc/doxygen/scripts/make_step.pl index e1269c3c9c..a0f47f9bb6 100644 --- a/doc/doxygen/scripts/make_step.pl +++ b/doc/doxygen/scripts/make_step.pl @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2013, 2016 by the deal.II authors +## Copyright (C) 2013 - 2018 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/scripts/program2doxyplain b/doc/doxygen/scripts/program2doxyplain index 21f99f885e..144b3632b0 100644 --- a/doc/doxygen/scripts/program2doxyplain +++ b/doc/doxygen/scripts/program2doxyplain @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2006 - 2013, 2015 by the deal.II authors +## Copyright (C) 2006 - 2015 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/scripts/program2html b/doc/doxygen/scripts/program2html index 72196384dc..fde6dd6fa4 100644 --- a/doc/doxygen/scripts/program2html +++ b/doc/doxygen/scripts/program2html @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2006 - 2013 by the deal.II authors +## Copyright (C) 2006 - 2014 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/scripts/program2plain b/doc/doxygen/scripts/program2plain index 251a1188d1..015f6f91f5 100644 --- a/doc/doxygen/scripts/program2plain +++ b/doc/doxygen/scripts/program2plain @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2010 - 2013 by the deal.II authors +## Copyright (C) 2010 - 2014 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/scripts/program2toc b/doc/doxygen/scripts/program2toc index 49dc4e50d2..72da224519 100644 --- a/doc/doxygen/scripts/program2toc +++ b/doc/doxygen/scripts/program2toc @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2006 - 2013 by the deal.II authors +## Copyright (C) 2006 - 2014 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/scripts/validate-xrefs.pl b/doc/doxygen/scripts/validate-xrefs.pl index e157fe8947..c211e6bd72 100644 --- a/doc/doxygen/scripts/validate-xrefs.pl +++ b/doc/doxygen/scripts/validate-xrefs.pl @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2006 - 2013 by the deal.II authors +## Copyright (C) 2006 - 2014 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index 2b88eeadbb..a20df60881 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2005 - 2016 by the deal.II authors +// Copyright (C) 2005 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/examples/step-10/step-10.cc b/examples/step-10/step-10.cc index cd1c5ac496..dee12d2561 100644 --- a/examples/step-10/step-10.cc +++ b/examples/step-10/step-10.cc @@ -1,6 +1,6 @@ /* --------------------------------------------------------------------- * - * Copyright (C) 2001 - 2017 by the deal.II authors + * Copyright (C) 2001 - 2018 by the deal.II authors * * This file is part of the deal.II library. * diff --git a/examples/step-11/step-11.cc b/examples/step-11/step-11.cc index bb3189d6a0..4063a6815f 100644 --- a/examples/step-11/step-11.cc +++ b/examples/step-11/step-11.cc @@ -1,6 +1,6 @@ /* --------------------------------------------------------------------- * - * Copyright (C) 2001 - 2017 by the deal.II authors + * Copyright (C) 2001 - 2018 by the deal.II authors * * This file is part of the deal.II library. * diff --git a/examples/step-15/step-15.cc b/examples/step-15/step-15.cc index 0a02b60cae..cb0fdb98b2 100644 --- a/examples/step-15/step-15.cc +++ b/examples/step-15/step-15.cc @@ -1,6 +1,6 @@ /* --------------------------------------------------------------------- * - * Copyright (C) 2012 - 2017 by the deal.II authors + * Copyright (C) 2012 - 2018 by the deal.II authors * * This file is part of the deal.II library. * diff --git a/include/deal.II/hp/fe_values.h b/include/deal.II/hp/fe_values.h index f9beea5dad..4cf716e78f 100644 --- a/include/deal.II/hp/fe_values.h +++ b/include/deal.II/hp/fe_values.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2017 by the deal.II authors +// Copyright (C) 2003 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/include/deal.II/matrix_free/shape_info.h b/include/deal.II/matrix_free/shape_info.h index a6e591211a..d3ff329e6d 100644 --- a/include/deal.II/matrix_free/shape_info.h +++ b/include/deal.II/matrix_free/shape_info.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2011 - 2017 by the deal.II authors +// Copyright (C) 2011 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/fail/arclength_boundary_02.cc b/tests/fail/arclength_boundary_02.cc index 1121ba974d..2d67535431 100644 --- a/tests/fail/arclength_boundary_02.cc +++ b/tests/fail/arclength_boundary_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/manifold/composition_manifold_01.cc b/tests/manifold/composition_manifold_01.cc index 42920ec600..77fdc8ac88 100644 --- a/tests/manifold/composition_manifold_01.cc +++ b/tests/manifold/composition_manifold_01.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 - 2017 by the deal.II authors +// Copyright (C) 2016 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/manifold/composition_manifold_02.cc b/tests/manifold/composition_manifold_02.cc index 1ec2f1c4f0..8ec77e2d21 100644 --- a/tests/manifold/composition_manifold_02.cc +++ b/tests/manifold/composition_manifold_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 - 2017 by the deal.II authors +// Copyright (C) 2016 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/manifold/composition_manifold_03.cc b/tests/manifold/composition_manifold_03.cc index c98ec58745..0de7220a07 100644 --- a/tests/manifold/composition_manifold_03.cc +++ b/tests/manifold/composition_manifold_03.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 - 2017 by the deal.II authors +// Copyright (C) 2016 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/manifold/composition_manifold_04.cc b/tests/manifold/composition_manifold_04.cc index c99588d81b..718fc8598d 100644 --- a/tests/manifold/composition_manifold_04.cc +++ b/tests/manifold/composition_manifold_04.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 - 2017 by the deal.II authors +// Copyright (C) 2016 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/manifold/flat_manifold_05.cc b/tests/manifold/flat_manifold_05.cc index 78b89f6a74..55cc278bff 100644 --- a/tests/manifold/flat_manifold_05.cc +++ b/tests/manifold/flat_manifold_05.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 - 2017 by the deal.II authors +// Copyright (C) 2016 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/manifold/flat_manifold_06.cc b/tests/manifold/flat_manifold_06.cc index 5d855b70f1..7cb7cef01c 100644 --- a/tests/manifold/flat_manifold_06.cc +++ b/tests/manifold/flat_manifold_06.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2016 - 2017 by the deal.II authors +// Copyright (C) 2016 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/matrix_free/fe_evaluation_access_1d.cc b/tests/matrix_free/fe_evaluation_access_1d.cc index 16dbc86c93..ccd22be38b 100644 --- a/tests/matrix_free/fe_evaluation_access_1d.cc +++ b/tests/matrix_free/fe_evaluation_access_1d.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/arclength_boundary_01.cc b/tests/opencascade/arclength_boundary_01.cc index 9d1547705b..df80b94ac8 100644 --- a/tests/opencascade/arclength_boundary_01.cc +++ b/tests/opencascade/arclength_boundary_01.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/arclength_boundary_from_iges_01.cc b/tests/opencascade/arclength_boundary_from_iges_01.cc index ba08c637ff..7ca4315df2 100644 --- a/tests/opencascade/arclength_boundary_from_iges_01.cc +++ b/tests/opencascade/arclength_boundary_from_iges_01.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/arclength_boundary_from_step_01.cc b/tests/opencascade/arclength_boundary_from_step_01.cc index 955554f31f..6998c23afa 100644 --- a/tests/opencascade/arclength_boundary_from_step_01.cc +++ b/tests/opencascade/arclength_boundary_from_step_01.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/axis_boundary_02.cc b/tests/opencascade/axis_boundary_02.cc index d2d362ce48..a6ce846cf3 100644 --- a/tests/opencascade/axis_boundary_02.cc +++ b/tests/opencascade/axis_boundary_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/create_tria_02.cc b/tests/opencascade/create_tria_02.cc index 009e6db92e..dd4c581d76 100644 --- a/tests/opencascade/create_tria_02.cc +++ b/tests/opencascade/create_tria_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2017 by the deal.II authors +// Copyright (C) 2017 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/directional_boundary_01.cc b/tests/opencascade/directional_boundary_01.cc index 019741fdfa..932730ed96 100644 --- a/tests/opencascade/directional_boundary_01.cc +++ b/tests/opencascade/directional_boundary_01.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/iges_create.cc b/tests/opencascade/iges_create.cc index 64f355b89d..03e46dc521 100644 --- a/tests/opencascade/iges_create.cc +++ b/tests/opencascade/iges_create.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/iges_describe.cc b/tests/opencascade/iges_describe.cc index c7855b079d..ac8c8dce6d 100644 --- a/tests/opencascade/iges_describe.cc +++ b/tests/opencascade/iges_describe.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/iges_describe_02.cc b/tests/opencascade/iges_describe_02.cc index f2fd445a0e..56dbb3f382 100644 --- a/tests/opencascade/iges_describe_02.cc +++ b/tests/opencascade/iges_describe_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/iges_write.cc b/tests/opencascade/iges_write.cc index 667441e293..419a6a7b1a 100644 --- a/tests/opencascade/iges_write.cc +++ b/tests/opencascade/iges_write.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/normal_to_mesh_projection_01.cc b/tests/opencascade/normal_to_mesh_projection_01.cc index b5521bb804..0752c2f300 100644 --- a/tests/opencascade/normal_to_mesh_projection_01.cc +++ b/tests/opencascade/normal_to_mesh_projection_01.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/normal_to_mesh_projection_02.cc b/tests/opencascade/normal_to_mesh_projection_02.cc index c17d149888..9529704088 100644 --- a/tests/opencascade/normal_to_mesh_projection_02.cc +++ b/tests/opencascade/normal_to_mesh_projection_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/step_create.cc b/tests/opencascade/step_create.cc index 7ea9c90e1e..2d1acef9e2 100644 --- a/tests/opencascade/step_create.cc +++ b/tests/opencascade/step_create.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/step_describe.cc b/tests/opencascade/step_describe.cc index a47c4c013c..be61d5983c 100644 --- a/tests/opencascade/step_describe.cc +++ b/tests/opencascade/step_describe.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/step_describe_02.cc b/tests/opencascade/step_describe_02.cc index 5d87a12e2a..997091de00 100644 --- a/tests/opencascade/step_describe_02.cc +++ b/tests/opencascade/step_describe_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/opencascade/step_write.cc b/tests/opencascade/step_write.cc index fdbfe8f91b..a4234dc1c6 100644 --- a/tests/opencascade/step_write.cc +++ b/tests/opencascade/step_write.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the deal.II authors +// Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // -- 2.39.5