From 4619cfe429aec4d2525ec7564567b308a244cf62 Mon Sep 17 00:00:00 2001
From: Timo Heister <timo.heister@gmail.com>
Date: Fri, 15 May 2020 18:54:34 -0400
Subject: [PATCH] update copyright years

with fixed script from #10241 and after a lot of other changes came in.
---
 cmake/configure/configure_p4est.cmake                           | 2 +-
 cmake/modules/FindARPACK.cmake                                  | 2 +-
 cmake/modules/FindP4EST.cmake                                   | 2 +-
 contrib/utilities/makeofflinedoc.sh                             | 2 +-
 doc/doxygen/scripts/make_gallery.pl                             | 2 +-
 doc/external-libs/petsc.html                                    | 2 +-
 doc/users/doxygen.html                                          | 2 +-
 examples/step-64/step-64.cu                                     | 2 +-
 include/deal.II/base/config.h.in                                | 2 +-
 include/deal.II/base/revision.h.in                              | 2 +-
 include/deal.II/base/std_cxx11/array.h                          | 2 +-
 include/deal.II/base/std_cxx11/bind.h                           | 2 +-
 include/deal.II/base/std_cxx11/condition_variable.h             | 2 +-
 include/deal.II/base/std_cxx11/function.h                       | 2 +-
 include/deal.II/base/std_cxx11/iterator.h                       | 2 +-
 include/deal.II/base/std_cxx11/mutex.h                          | 2 +-
 include/deal.II/base/std_cxx11/shared_ptr.h                     | 2 +-
 include/deal.II/base/std_cxx11/thread.h                         | 2 +-
 include/deal.II/base/std_cxx11/tuple.h                          | 2 +-
 include/deal.II/base/std_cxx11/type_traits.h                    | 2 +-
 include/deal.II/base/std_cxx11/unique_ptr.h                     | 2 +-
 include/deal.II/base/std_cxx14/algorithm.h                      | 2 +-
 include/deal.II/base/std_cxx14/memory.h                         | 2 +-
 include/deal.II/base/std_cxx14/utility.h                        | 2 +-
 include/deal.II/base/std_cxx17/cmath.h                          | 2 +-
 include/deal.II/differentiation/ad/ad_drivers.h                 | 2 +-
 include/deal.II/differentiation/ad/ad_helpers.h                 | 2 +-
 include/deal.II/differentiation/ad/ad_number_traits.h           | 2 +-
 include/deal.II/differentiation/ad/ad_number_types.h            | 2 +-
 include/deal.II/differentiation/ad/adolc_math.h                 | 2 +-
 include/deal.II/differentiation/ad/adolc_number_types.h         | 2 +-
 include/deal.II/differentiation/ad/adolc_product_types.h        | 2 +-
 include/deal.II/differentiation/ad/sacado_math.h                | 2 +-
 include/deal.II/differentiation/ad/sacado_number_types.h        | 2 +-
 include/deal.II/differentiation/ad/sacado_product_types.h       | 2 +-
 include/deal.II/differentiation/sd/symengine_math.h             | 2 +-
 include/deal.II/differentiation/sd/symengine_number_types.h     | 2 +-
 .../deal.II/differentiation/sd/symengine_scalar_operations.h    | 2 +-
 .../deal.II/differentiation/sd/symengine_tensor_operations.h    | 2 +-
 include/deal.II/differentiation/sd/symengine_types.h            | 2 +-
 include/deal.II/lac/packaged_operation.h                        | 2 +-
 include/deal.II/optimization/rol/vector_adaptor.h               | 2 +-
 include/deal.II/physics/elasticity/kinematics.h                 | 2 +-
 include/deal.II/physics/elasticity/standard_tensors.h           | 2 +-
 source/base/partitioner.cu                                      | 2 +-
 source/differentiation/ad/ad_drivers.cc                         | 2 +-
 source/differentiation/ad/ad_drivers.inst.in                    | 2 +-
 source/differentiation/ad/ad_drivers.inst1.in                   | 2 +-
 source/differentiation/ad/ad_drivers.inst2.in                   | 2 +-
 source/differentiation/ad/ad_helpers.cc                         | 2 +-
 source/differentiation/ad/ad_helpers.inst1.in                   | 2 +-
 source/differentiation/ad/ad_helpers.inst2.in                   | 2 +-
 source/differentiation/ad/adolc_number_types.cc                 | 2 +-
 source/differentiation/ad/adolc_number_types.inst.in            | 2 +-
 source/differentiation/ad/sacado_number_types.cc                | 2 +-
 source/differentiation/sd/symengine_number_types.cc             | 2 +-
 source/differentiation/sd/symengine_scalar_operations.cc        | 2 +-
 source/differentiation/sd/symengine_tensor_operations.cc        | 2 +-
 source/distributed/error_predictor.inst.in                      | 2 +-
 source/dummy.cc                                                 | 2 +-
 source/lac/cuda_kernels.cu                                      | 2 +-
 source/lac/cuda_sparse_matrix.cu                                | 2 +-
 source/lac/cuda_vector.cu                                       | 2 +-
 source/lac/la_parallel_vector.cu                                | 2 +-
 source/matrix_free/cuda_matrix_free.cu                          | 2 +-
 source/opencascade/boundary_lib.inst.in                         | 2 +-
 source/opencascade/manifold_lib.cc                              | 2 +-
 source/opencascade/manifold_lib.inst.in                         | 2 +-
 source/physics/elasticity/kinematics.inst.in                    | 2 +-
 source/physics/elasticity/standard_tensors.cc                   | 2 +-
 source/physics/elasticity/standard_tensors.inst.in              | 2 +-
 tests/boost/extract_representative_set_01.cc                    | 2 +-
 tests/mpi/cell_data_transfer_03.cc                              | 2 +-
 tests/mpi/p4est_bug_01.cc                                       | 2 +-
 tests/opencascade/stl_creation_single_patch.cc                  | 2 +-
 tests/opencascade/stl_creation_watertight.cc                    | 2 +-
 76 files changed, 76 insertions(+), 76 deletions(-)

diff --git a/cmake/configure/configure_p4est.cmake b/cmake/configure/configure_p4est.cmake
index 7c6651b62b..cc9c3c0016 100644
--- a/cmake/configure/configure_p4est.cmake
+++ b/cmake/configure/configure_p4est.cmake
@@ -1,6 +1,6 @@
 ## ---------------------------------------------------------------------
 ##
-## Copyright (C) 2012 - 2018 by the deal.II authors
+## Copyright (C) 2012 - 2020 by the deal.II authors
 ##
 ## This file is part of the deal.II library.
 ##
diff --git a/cmake/modules/FindARPACK.cmake b/cmake/modules/FindARPACK.cmake
index b5cad285ed..3820174e20 100644
--- a/cmake/modules/FindARPACK.cmake
+++ b/cmake/modules/FindARPACK.cmake
@@ -1,6 +1,6 @@
 ## ---------------------------------------------------------------------
 ##
-## Copyright (C) 2012 - 2015 by the deal.II authors
+## Copyright (C) 2012 - 2020 by the deal.II authors
 ##
 ## This file is part of the deal.II library.
 ##
diff --git a/cmake/modules/FindP4EST.cmake b/cmake/modules/FindP4EST.cmake
index d342bc5800..eb87d2f47e 100644
--- a/cmake/modules/FindP4EST.cmake
+++ b/cmake/modules/FindP4EST.cmake
@@ -1,6 +1,6 @@
 ## ---------------------------------------------------------------------
 ##
-## Copyright (C) 2012 - 2017 by the deal.II authors
+## Copyright (C) 2012 - 2020 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 e4a935cc10..8a831464e0 100755
--- a/contrib/utilities/makeofflinedoc.sh
+++ b/contrib/utilities/makeofflinedoc.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 ## ---------------------------------------------------------------------
 ##
-## Copyright (C) 2012 - 2018 by the deal.II authors
+## Copyright (C) 2012 - 2020 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 99a6f59b0b..14c2d3b890 100644
--- a/doc/doxygen/scripts/make_gallery.pl
+++ b/doc/doxygen/scripts/make_gallery.pl
@@ -1,6 +1,6 @@
 ## ---------------------------------------------------------------------
 ##
-## Copyright (C) 2013 - 2016 by the deal.II authors
+## Copyright (C) 2013 - 2020 by the deal.II authors
 ##
 ## This file is part of the deal.II library.
 ##
diff --git a/doc/external-libs/petsc.html b/doc/external-libs/petsc.html
index 639577eaec..65fe035e49 100644
--- a/doc/external-libs/petsc.html
+++ b/doc/external-libs/petsc.html
@@ -4,7 +4,7 @@
   <head>
     <title>The deal.II Readme on interfacing to PETSc</title>
     <link href="../screen.css" rel="StyleSheet">
-    <meta name="copyright" content="Copyright (C) 2008 - 2019 by the deal.II authors">
+    <meta name="copyright" content="Copyright (C) 2008 - 2020 by the deal.II authors">
     <meta name="keywords" content="deal.II">
   </head>
 
diff --git a/doc/users/doxygen.html b/doc/users/doxygen.html
index 05b41ee67d..028727b0ae 100644
--- a/doc/users/doxygen.html
+++ b/doc/users/doxygen.html
@@ -6,7 +6,7 @@
   <title>deal.II Doxygen documentation</title>
   <link href="../screen.css" rel="StyleSheet">
   <meta name="author" content="the deal.II authors">
-  <meta name="copyright" content="Copyright (C) 2012 - 2019 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 2012 - 2020 by the deal.II authors">
   <meta name="keywords" content="deal dealii finite elements fem triangulation">
   <meta http-equiv="content-language" content="en">
 </head>
diff --git a/examples/step-64/step-64.cu b/examples/step-64/step-64.cu
index b8621bba14..5e81d6c1b3 100644
--- a/examples/step-64/step-64.cu
+++ b/examples/step-64/step-64.cu
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------
  *
- * Copyright (C) 2019 by the deal.II authors
+ * Copyright (C) 2019 - 2020 by the deal.II authors
  *
  * This file is part of the deal.II library.
  *
diff --git a/include/deal.II/base/config.h.in b/include/deal.II/base/config.h.in
index ba02c255a7..fde1828770 100644
--- a/include/deal.II/base/config.h.in
+++ b/include/deal.II/base/config.h.in
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2012 - 2018 by the deal.II authors
+// Copyright (C) 2012 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/revision.h.in b/include/deal.II/base/revision.h.in
index 3a99a73af8..a0a9295134 100644
--- a/include/deal.II/base/revision.h.in
+++ b/include/deal.II/base/revision.h.in
@@ -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/include/deal.II/base/std_cxx11/array.h b/include/deal.II/base/std_cxx11/array.h
index 147c97f8d0..ab351167ac 100644
--- a/include/deal.II/base/std_cxx11/array.h
+++ b/include/deal.II/base/std_cxx11/array.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2014 by the deal.II authors
+// Copyright (C) 2009 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx11/bind.h b/include/deal.II/base/std_cxx11/bind.h
index 9c89df6005..8b4d18c96e 100644
--- a/include/deal.II/base/std_cxx11/bind.h
+++ b/include/deal.II/base/std_cxx11/bind.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2014 by the deal.II authors
+// Copyright (C) 2009 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx11/condition_variable.h b/include/deal.II/base/std_cxx11/condition_variable.h
index 288abcbac9..1075e7ad0f 100644
--- a/include/deal.II/base/std_cxx11/condition_variable.h
+++ b/include/deal.II/base/std_cxx11/condition_variable.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2014 by the deal.II authors
+// Copyright (C) 2009 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx11/function.h b/include/deal.II/base/std_cxx11/function.h
index 401c69e2da..fb59534d31 100644
--- a/include/deal.II/base/std_cxx11/function.h
+++ b/include/deal.II/base/std_cxx11/function.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2014 by the deal.II authors
+// Copyright (C) 2009 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx11/iterator.h b/include/deal.II/base/std_cxx11/iterator.h
index 36c56e6ded..bc9bc91017 100644
--- a/include/deal.II/base/std_cxx11/iterator.h
+++ b/include/deal.II/base/std_cxx11/iterator.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2012 - 2015 by the deal.II authors
+// Copyright (C) 2012 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx11/mutex.h b/include/deal.II/base/std_cxx11/mutex.h
index d7e1a6c29e..6639d6a8f0 100644
--- a/include/deal.II/base/std_cxx11/mutex.h
+++ b/include/deal.II/base/std_cxx11/mutex.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2014 by the deal.II authors
+// Copyright (C) 2009 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx11/shared_ptr.h b/include/deal.II/base/std_cxx11/shared_ptr.h
index 5d08fd996f..9086af2b0c 100644
--- a/include/deal.II/base/std_cxx11/shared_ptr.h
+++ b/include/deal.II/base/std_cxx11/shared_ptr.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2014 by the deal.II authors
+// Copyright (C) 2009 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx11/thread.h b/include/deal.II/base/std_cxx11/thread.h
index 72435db880..fe24831e62 100644
--- a/include/deal.II/base/std_cxx11/thread.h
+++ b/include/deal.II/base/std_cxx11/thread.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2014 by the deal.II authors
+// Copyright (C) 2009 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx11/tuple.h b/include/deal.II/base/std_cxx11/tuple.h
index 7134fcbc89..22d0aac72c 100644
--- a/include/deal.II/base/std_cxx11/tuple.h
+++ b/include/deal.II/base/std_cxx11/tuple.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2014 by the deal.II authors
+// Copyright (C) 2009 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx11/type_traits.h b/include/deal.II/base/std_cxx11/type_traits.h
index 455b42be87..d7ce32fb58 100644
--- a/include/deal.II/base/std_cxx11/type_traits.h
+++ b/include/deal.II/base/std_cxx11/type_traits.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2012 - 2015 by the deal.II authors
+// Copyright (C) 2012 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx11/unique_ptr.h b/include/deal.II/base/std_cxx11/unique_ptr.h
index 5f1599b8ed..b775979dce 100644
--- a/include/deal.II/base/std_cxx11/unique_ptr.h
+++ b/include/deal.II/base/std_cxx11/unique_ptr.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2015, 2016 by the deal.II authors
+// Copyright (C) 2015 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx14/algorithm.h b/include/deal.II/base/std_cxx14/algorithm.h
index 8cc20bfa90..483c5a8126 100644
--- a/include/deal.II/base/std_cxx14/algorithm.h
+++ b/include/deal.II/base/std_cxx14/algorithm.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2017 by the deal.II authors
+// Copyright (C) 2017 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx14/memory.h b/include/deal.II/base/std_cxx14/memory.h
index cc42a54bb1..3f722c2446 100644
--- a/include/deal.II/base/std_cxx14/memory.h
+++ b/include/deal.II/base/std_cxx14/memory.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2017 by the deal.II authors
+// Copyright (C) 2017 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx14/utility.h b/include/deal.II/base/std_cxx14/utility.h
index 1c77d68446..3656c98de7 100644
--- a/include/deal.II/base/std_cxx14/utility.h
+++ b/include/deal.II/base/std_cxx14/utility.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2017 by the deal.II authors
+// Copyright (C) 2017 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/base/std_cxx17/cmath.h b/include/deal.II/base/std_cxx17/cmath.h
index ce422ad583..9f31ca4239 100644
--- a/include/deal.II/base/std_cxx17/cmath.h
+++ b/include/deal.II/base/std_cxx17/cmath.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2018 by the deal.II authors
+// Copyright (C) 2018 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/differentiation/ad/ad_drivers.h b/include/deal.II/differentiation/ad/ad_drivers.h
index ab9e59fb2d..d5a5278dce 100644
--- a/include/deal.II/differentiation/ad/ad_drivers.h
+++ b/include/deal.II/differentiation/ad/ad_drivers.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2017 - 2018 by the deal.II authors
+// Copyright (C) 2017 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/differentiation/ad/ad_helpers.h b/include/deal.II/differentiation/ad/ad_helpers.h
index d1ed05a5a4..34c3e2b618 100644
--- a/include/deal.II/differentiation/ad/ad_helpers.h
+++ b/include/deal.II/differentiation/ad/ad_helpers.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 - 2017 by the deal.II authors
+// Copyright (C) 2016 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/differentiation/ad/ad_number_traits.h b/include/deal.II/differentiation/ad/ad_number_traits.h
index b8a272ecb3..7c6e99c1a4 100644
--- a/include/deal.II/differentiation/ad/ad_number_traits.h
+++ b/include/deal.II/differentiation/ad/ad_number_traits.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 - 2017 by the deal.II authors
+// Copyright (C) 2016 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/differentiation/ad/ad_number_types.h b/include/deal.II/differentiation/ad/ad_number_types.h
index f20d1b4130..2317a1ae29 100644
--- a/include/deal.II/differentiation/ad/ad_number_types.h
+++ b/include/deal.II/differentiation/ad/ad_number_types.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 - 2017, 2019 by the deal.II authors
+// Copyright (C) 2016 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/differentiation/ad/adolc_math.h b/include/deal.II/differentiation/ad/adolc_math.h
index 5892e435b6..bd7034020c 100644
--- a/include/deal.II/differentiation/ad/adolc_math.h
+++ b/include/deal.II/differentiation/ad/adolc_math.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/include/deal.II/differentiation/ad/adolc_number_types.h b/include/deal.II/differentiation/ad/adolc_number_types.h
index ae76d2f9c5..864fb838b6 100644
--- a/include/deal.II/differentiation/ad/adolc_number_types.h
+++ b/include/deal.II/differentiation/ad/adolc_number_types.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 - 2017 by the deal.II authors
+// Copyright (C) 2016 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/differentiation/ad/adolc_product_types.h b/include/deal.II/differentiation/ad/adolc_product_types.h
index 333e438bce..435d2e05b9 100644
--- a/include/deal.II/differentiation/ad/adolc_product_types.h
+++ b/include/deal.II/differentiation/ad/adolc_product_types.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/include/deal.II/differentiation/ad/sacado_math.h b/include/deal.II/differentiation/ad/sacado_math.h
index cfd616d400..792ce45fdf 100644
--- a/include/deal.II/differentiation/ad/sacado_math.h
+++ b/include/deal.II/differentiation/ad/sacado_math.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/include/deal.II/differentiation/ad/sacado_number_types.h b/include/deal.II/differentiation/ad/sacado_number_types.h
index 53f14b9e4d..a283967e48 100644
--- a/include/deal.II/differentiation/ad/sacado_number_types.h
+++ b/include/deal.II/differentiation/ad/sacado_number_types.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 - 2017 by the deal.II authors
+// Copyright (C) 2016 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/differentiation/ad/sacado_product_types.h b/include/deal.II/differentiation/ad/sacado_product_types.h
index fe71a8f32e..a5605afa92 100644
--- a/include/deal.II/differentiation/ad/sacado_product_types.h
+++ b/include/deal.II/differentiation/ad/sacado_product_types.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2015, 2017 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/include/deal.II/differentiation/sd/symengine_math.h b/include/deal.II/differentiation/sd/symengine_math.h
index b766e97c3b..ac0db7c884 100644
--- a/include/deal.II/differentiation/sd/symengine_math.h
+++ b/include/deal.II/differentiation/sd/symengine_math.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2019 by the deal.II authors
+// Copyright (C) 2019 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/differentiation/sd/symengine_number_types.h b/include/deal.II/differentiation/sd/symengine_number_types.h
index a20bed3afa..4061beaa55 100644
--- a/include/deal.II/differentiation/sd/symengine_number_types.h
+++ b/include/deal.II/differentiation/sd/symengine_number_types.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2019 by the deal.II authors
+// Copyright (C) 2019 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/differentiation/sd/symengine_scalar_operations.h b/include/deal.II/differentiation/sd/symengine_scalar_operations.h
index a7756c0fc5..554ccc5992 100644
--- a/include/deal.II/differentiation/sd/symengine_scalar_operations.h
+++ b/include/deal.II/differentiation/sd/symengine_scalar_operations.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2019 by the deal.II authors
+// Copyright (C) 2019 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/differentiation/sd/symengine_tensor_operations.h b/include/deal.II/differentiation/sd/symengine_tensor_operations.h
index e6f6d6c508..9631db6ffe 100644
--- a/include/deal.II/differentiation/sd/symengine_tensor_operations.h
+++ b/include/deal.II/differentiation/sd/symengine_tensor_operations.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2019 by the deal.II authors
+// Copyright (C) 2019 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/differentiation/sd/symengine_types.h b/include/deal.II/differentiation/sd/symengine_types.h
index 6d7a47d5bb..0eb36f3af2 100644
--- a/include/deal.II/differentiation/sd/symengine_types.h
+++ b/include/deal.II/differentiation/sd/symengine_types.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2019 by the deal.II authors
+// Copyright (C) 2019 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/lac/packaged_operation.h b/include/deal.II/lac/packaged_operation.h
index af149fc6c6..d39ceffd15 100644
--- a/include/deal.II/lac/packaged_operation.h
+++ b/include/deal.II/lac/packaged_operation.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 - 2019 by the deal.II authors
+// Copyright (C) 2014 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/optimization/rol/vector_adaptor.h b/include/deal.II/optimization/rol/vector_adaptor.h
index 284c80c9fe..081cf48d89 100644
--- a/include/deal.II/optimization/rol/vector_adaptor.h
+++ b/include/deal.II/optimization/rol/vector_adaptor.h
@@ -1,6 +1,6 @@
 //-----------------------------------------------------------
 //
-//    Copyright (C) 2017 by the deal.II authors
+//    Copyright (C) 2017 - 2020 by the deal.II authors
 //
 //    This file is part of the deal.II library.
 //
diff --git a/include/deal.II/physics/elasticity/kinematics.h b/include/deal.II/physics/elasticity/kinematics.h
index 92a5bb19c6..427fdad142 100644
--- a/include/deal.II/physics/elasticity/kinematics.h
+++ b/include/deal.II/physics/elasticity/kinematics.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 by the deal.II authors
+// Copyright (C) 2016 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/include/deal.II/physics/elasticity/standard_tensors.h b/include/deal.II/physics/elasticity/standard_tensors.h
index 32ded5074a..7796f84de1 100644
--- a/include/deal.II/physics/elasticity/standard_tensors.h
+++ b/include/deal.II/physics/elasticity/standard_tensors.h
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 by the deal.II authors
+// Copyright (C) 2016 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/base/partitioner.cu b/source/base/partitioner.cu
index 4788e7571d..5f3b82d81c 100644
--- a/source/base/partitioner.cu
+++ b/source/base/partitioner.cu
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 1999 - 2017 by the deal.II authors
+// Copyright (C) 1999 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/differentiation/ad/ad_drivers.cc b/source/differentiation/ad/ad_drivers.cc
index 01ee5aed18..0615346a3f 100644
--- a/source/differentiation/ad/ad_drivers.cc
+++ b/source/differentiation/ad/ad_drivers.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2018 by the deal.II authors
+// Copyright (C) 2018 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/differentiation/ad/ad_drivers.inst.in b/source/differentiation/ad/ad_drivers.inst.in
index 677bd500a0..c1ef0438e0 100644
--- a/source/differentiation/ad/ad_drivers.inst.in
+++ b/source/differentiation/ad/ad_drivers.inst.in
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2018 by the deal.II authors
+// Copyright (C) 2018 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/differentiation/ad/ad_drivers.inst1.in b/source/differentiation/ad/ad_drivers.inst1.in
index f0829398fb..d293f64fda 100644
--- a/source/differentiation/ad/ad_drivers.inst1.in
+++ b/source/differentiation/ad/ad_drivers.inst1.in
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2018 by the deal.II authors
+// Copyright (C) 2018 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/differentiation/ad/ad_drivers.inst2.in b/source/differentiation/ad/ad_drivers.inst2.in
index f8aa39e134..1dd47639c1 100644
--- a/source/differentiation/ad/ad_drivers.inst2.in
+++ b/source/differentiation/ad/ad_drivers.inst2.in
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 - 2017 by the deal.II authors
+// Copyright (C) 2016 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/differentiation/ad/ad_helpers.cc b/source/differentiation/ad/ad_helpers.cc
index 4d7fd6f79a..0f310c9d1a 100644
--- a/source/differentiation/ad/ad_helpers.cc
+++ b/source/differentiation/ad/ad_helpers.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 - 2017 by the deal.II authors
+// Copyright (C) 2016 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/differentiation/ad/ad_helpers.inst1.in b/source/differentiation/ad/ad_helpers.inst1.in
index 87a4356550..c8f28a80f0 100644
--- a/source/differentiation/ad/ad_helpers.inst1.in
+++ b/source/differentiation/ad/ad_helpers.inst1.in
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 - 2017 by the deal.II authors
+// Copyright (C) 2016 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/differentiation/ad/ad_helpers.inst2.in b/source/differentiation/ad/ad_helpers.inst2.in
index a39f35029f..354e561e38 100644
--- a/source/differentiation/ad/ad_helpers.inst2.in
+++ b/source/differentiation/ad/ad_helpers.inst2.in
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 - 2017 by the deal.II authors
+// Copyright (C) 2016 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/differentiation/ad/adolc_number_types.cc b/source/differentiation/ad/adolc_number_types.cc
index 577301e097..f8a7bf7050 100644
--- a/source/differentiation/ad/adolc_number_types.cc
+++ b/source/differentiation/ad/adolc_number_types.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2017 by the deal.II authors
+// Copyright (C) 2017 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/differentiation/ad/adolc_number_types.inst.in b/source/differentiation/ad/adolc_number_types.inst.in
index 0d78dd030d..6b91ec00ba 100644
--- a/source/differentiation/ad/adolc_number_types.inst.in
+++ b/source/differentiation/ad/adolc_number_types.inst.in
@@ -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/source/differentiation/ad/sacado_number_types.cc b/source/differentiation/ad/sacado_number_types.cc
index 582a74d6db..07c0c1d1b9 100644
--- a/source/differentiation/ad/sacado_number_types.cc
+++ b/source/differentiation/ad/sacado_number_types.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/source/differentiation/sd/symengine_number_types.cc b/source/differentiation/sd/symengine_number_types.cc
index 20806592a1..a7063bab27 100644
--- a/source/differentiation/sd/symengine_number_types.cc
+++ b/source/differentiation/sd/symengine_number_types.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2019 by the deal.II authors
+// Copyright (C) 2019 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/differentiation/sd/symengine_scalar_operations.cc b/source/differentiation/sd/symengine_scalar_operations.cc
index aaec10c781..645109c761 100644
--- a/source/differentiation/sd/symengine_scalar_operations.cc
+++ b/source/differentiation/sd/symengine_scalar_operations.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2019 by the deal.II authors
+// Copyright (C) 2019 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/differentiation/sd/symengine_tensor_operations.cc b/source/differentiation/sd/symengine_tensor_operations.cc
index 3abe49924f..85ef085fa6 100644
--- a/source/differentiation/sd/symengine_tensor_operations.cc
+++ b/source/differentiation/sd/symengine_tensor_operations.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 - 2017 by the deal.II authors
+// Copyright (C) 2016 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/distributed/error_predictor.inst.in b/source/distributed/error_predictor.inst.in
index 25beb3cadf..334c74c484 100644
--- a/source/distributed/error_predictor.inst.in
+++ b/source/distributed/error_predictor.inst.in
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2010 - 2018 by the deal.II authors
+// Copyright (C) 2010 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/dummy.cc b/source/dummy.cc
index 20c308a63a..3f6d55fa63 100644
--- a/source/dummy.cc
+++ b/source/dummy.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2013 by the deal.II authors
+// Copyright (C) 2013 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/lac/cuda_kernels.cu b/source/lac/cuda_kernels.cu
index c7bfb9b020..01dad168fa 100644
--- a/source/lac/cuda_kernels.cu
+++ b/source/lac/cuda_kernels.cu
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2018 by the deal.II authors
+// Copyright (C) 2018 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/lac/cuda_sparse_matrix.cu b/source/lac/cuda_sparse_matrix.cu
index 7e331e5654..547e29c53a 100644
--- a/source/lac/cuda_sparse_matrix.cu
+++ b/source/lac/cuda_sparse_matrix.cu
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2018 by the deal.II authors
+// Copyright (C) 2018 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/lac/cuda_vector.cu b/source/lac/cuda_vector.cu
index fe0234e33b..d5712fdb66 100644
--- a/source/lac/cuda_vector.cu
+++ b/source/lac/cuda_vector.cu
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 by the deal.II authors
+// Copyright (C) 2016 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/lac/la_parallel_vector.cu b/source/lac/la_parallel_vector.cu
index 6f7aa7286f..bb18dfadf0 100644
--- a/source/lac/la_parallel_vector.cu
+++ b/source/lac/la_parallel_vector.cu
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 - 2017 by the deal.II authors
+// Copyright (C) 2016 - 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/matrix_free/cuda_matrix_free.cu b/source/matrix_free/cuda_matrix_free.cu
index f122554f98..52aee019b9 100644
--- a/source/matrix_free/cuda_matrix_free.cu
+++ b/source/matrix_free/cuda_matrix_free.cu
@@ -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/source/opencascade/boundary_lib.inst.in b/source/opencascade/boundary_lib.inst.in
index a6b81548d5..3650a145e7 100644
--- a/source/opencascade/boundary_lib.inst.in
+++ b/source/opencascade/boundary_lib.inst.in
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 - 2018 by the deal.II authors
+// Copyright (C) 2014 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/opencascade/manifold_lib.cc b/source/opencascade/manifold_lib.cc
index 819d9fb8de..69bc38b58a 100644
--- a/source/opencascade/manifold_lib.cc
+++ b/source/opencascade/manifold_lib.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 - 2019 by the deal.II authors
+// Copyright (C) 2014 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/opencascade/manifold_lib.inst.in b/source/opencascade/manifold_lib.inst.in
index d4e529f5db..76a82e2f26 100644
--- a/source/opencascade/manifold_lib.inst.in
+++ b/source/opencascade/manifold_lib.inst.in
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 - 2018 by the deal.II authors
+// Copyright (C) 2014 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/physics/elasticity/kinematics.inst.in b/source/physics/elasticity/kinematics.inst.in
index 8f1125216d..9b5ca4b889 100644
--- a/source/physics/elasticity/kinematics.inst.in
+++ b/source/physics/elasticity/kinematics.inst.in
@@ -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/source/physics/elasticity/standard_tensors.cc b/source/physics/elasticity/standard_tensors.cc
index bd2c5b6c8e..a71d15fa8f 100644
--- a/source/physics/elasticity/standard_tensors.cc
+++ b/source/physics/elasticity/standard_tensors.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2016 by the deal.II authors
+// Copyright (C) 2016 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/source/physics/elasticity/standard_tensors.inst.in b/source/physics/elasticity/standard_tensors.inst.in
index af968c46d5..73ab27d7e7 100644
--- a/source/physics/elasticity/standard_tensors.inst.in
+++ b/source/physics/elasticity/standard_tensors.inst.in
@@ -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/tests/boost/extract_representative_set_01.cc b/tests/boost/extract_representative_set_01.cc
index bab26d227e..cc724b1396 100644
--- a/tests/boost/extract_representative_set_01.cc
+++ b/tests/boost/extract_representative_set_01.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2018 by the deal.II authors
+// Copyright (C) 2018 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/tests/mpi/cell_data_transfer_03.cc b/tests/mpi/cell_data_transfer_03.cc
index 75d9d74943..e8fc47241b 100644
--- a/tests/mpi/cell_data_transfer_03.cc
+++ b/tests/mpi/cell_data_transfer_03.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2018 - 2019 by the deal.II authors
+// Copyright (C) 2018 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/tests/mpi/p4est_bug_01.cc b/tests/mpi/p4est_bug_01.cc
index bf9ea3dfb5..9bda992ed6 100644
--- a/tests/mpi/p4est_bug_01.cc
+++ b/tests/mpi/p4est_bug_01.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2018 by the deal.II authors
+// Copyright (C) 2009 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/tests/opencascade/stl_creation_single_patch.cc b/tests/opencascade/stl_creation_single_patch.cc
index da5b64d997..f1cbb33785 100644
--- a/tests/opencascade/stl_creation_single_patch.cc
+++ b/tests/opencascade/stl_creation_single_patch.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 - 2019 by the deal.II authors
+// Copyright (C) 2014 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
diff --git a/tests/opencascade/stl_creation_watertight.cc b/tests/opencascade/stl_creation_watertight.cc
index 38d4a75217..b0ccbab735 100644
--- a/tests/opencascade/stl_creation_watertight.cc
+++ b/tests/opencascade/stl_creation_watertight.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 - 2019 by the deal.II authors
+// Copyright (C) 2014 - 2020 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
-- 
2.39.5