]> https://gitweb.dealii.org/ - dealii.git/commitdiff
update copyright years 10251/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 15 May 2020 22:54:34 +0000 (18:54 -0400)
committerMatthias Maier <tamiko@43-1.org>
Sat, 16 May 2020 17:31:49 +0000 (12:31 -0500)
with fixed script from #10241 and after a lot of other changes came in.

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

index 7c6651b62ba79490ce1d3a811025e73b8925913b..cc9c3c00164011997a95d0af18bff578661d3ef8 100644 (file)
@@ -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.
 ##
index b5cad285ed1f9b163b8fb20c50f8129974043406..3820174e20d9bc9986614cc5539692256e12045c 100644 (file)
@@ -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.
 ##
index d342bc580091138e4eadba0e843325aa8dc88d43..eb87d2f47e15af1b21aa9e69f186a8c66d39d0ad 100644 (file)
@@ -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.
 ##
index e4a935cc10f8b4e254193ec9d932f026beb37c84..8a831464e094581c22241c45bb765843c825fc00 100755 (executable)
@@ -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.
 ##
index 99a6f59b0b42644ae55438832ab12772237e8b00..14c2d3b890a936560362a65960efb85c814ae454 100644 (file)
@@ -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.
 ##
index 639577eaec60369a4e98c2d814f5130e03794d15..65fe035e49f0e0092a8747d58ed60256747e4390 100644 (file)
@@ -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>
 
index 05b41ee67d301a1b258ed0ffb1d5db9be3bd871f..028727b0ae9c68fe7b4ab91ba62ba612f445bba8 100644 (file)
@@ -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>
index b8621bba14e0eb4232842c2032c04a3f785526f9..5e81d6c1b3f5efdf4b16cf7c758b31d424e4ec68 100644 (file)
@@ -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.
  *
index ba02c255a722b6c45915e86e8ee761c10263850c..fde1828770333d0b111071ccf1eceda0186fbb63 100644 (file)
@@ -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.
 //
index 3a99a73af82688d927f03052fec6859795d2c745..a0a9295134fcd30737aaaf6c9eee4c5c665e25b0 100644 (file)
@@ -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.
 //
index 147c97f8d02c6c5326a37779d349ef96881b7614..ab351167ac6e94016b76ef16bee0420cb641442f 100644 (file)
@@ -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.
 //
index 9c89df60053baf77e2b525c98ca9a787e567701b..8b4d18c96e4377fc96939cad53dada21a18b48df 100644 (file)
@@ -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.
 //
index 288abcbac90e32d4ee281f2b2188b1ca0e73c956..1075e7ad0fcc759ab284726eb890c2dc3f35c4f4 100644 (file)
@@ -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.
 //
index 401c69e2da9f4ad9d0577c7c094dad2658378555..fb59534d31d57431ad37cb32190c252463ab62c0 100644 (file)
@@ -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.
 //
index 36c56e6dedfa8d0b51ce3289dbdfbc524aa89131..bc9bc910178252f2cb80919022c07d177c07a4b3 100644 (file)
@@ -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.
 //
index d7e1a6c29eb037e76292fa267f8bb16442f1f83d..6639d6a8f0e3ed4e60c71df0bf6a57cb3a56337a 100644 (file)
@@ -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.
 //
index 5d08fd996fe261c06f9f28dedf76342ad0bf35bc..9086af2b0c15a2a26711007481b7a19b2c424035 100644 (file)
@@ -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.
 //
index 72435db880e9c477731599180d4dbd19aa7ab278..fe24831e62b67ea7625f6264cf681ded73a2736c 100644 (file)
@@ -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.
 //
index 7134fcbc899d1f6fe11d552283f2943cc5de50d8..22d0aac72cd6c14e2d7cf265f0f369ded69dd5f8 100644 (file)
@@ -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.
 //
index 455b42be8717296c5e11ed2a90e0ed8f3e782a19..d7ce32fb58706c48a45c2608fd116f3c1c092a89 100644 (file)
@@ -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.
 //
index 5f1599b8edbb4c2920e6facacb261d4aaca1197c..b775979dce5b82afba2b76adf7106536105dc2fe 100644 (file)
@@ -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.
 //
index 8cc20bfa90550fd416db5348a0d487cb7e635462..483c5a81261ecb49ec9b9b03ef22ba6195fd376c 100644 (file)
@@ -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.
 //
index cc42a54bb11e3d915a2a720bc40fb677aadffc3d..3f722c24464cdfe8fdbcb575d762a6b63bea84d8 100644 (file)
@@ -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.
 //
index 1c77d684461543f489c01bd1800647cc15fae59b..3656c98de771f2a111aae684fec9af0989841788 100644 (file)
@@ -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.
 //
index ce422ad583ee5de920a008cfd5b756201761a977..9f31ca42396a06406b0e7b4e5869884af2f8a75d 100644 (file)
@@ -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.
 //
index ab9e59fb2d17898ae4987651eaf6ffcb2b38bb2a..d5a5278dcecc08a415dfd828e3530d66e15038d9 100644 (file)
@@ -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.
 //
index d1ed05a5a42c8405a38e6db379d1f48dd6ddfdfa..34c3e2b618d3a3b4182251e915fdd549e8bad021 100644 (file)
@@ -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.
 //
index b8a272ecb3df6e36ed10729d2fb07d3ff5e2f054..7c6e99c1a4fe8107215673a5cd0326ebadbf09d0 100644 (file)
@@ -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.
 //
index f20d1b4130091f7636c46235dcf859cc352bbb3a..2317a1ae29f54dd29608f354db74fc66bd93af5b 100644 (file)
@@ -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.
 //
index 5892e435b6727baba9feac025ac7c4fd710fbca2..bd7034020cba74687ace924b8d98d61160794b11 100644 (file)
@@ -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.
 //
index ae76d2f9c539616a8ffa9a550dc2091576983b60..864fb838b66d3385251c37e69c9b42231f5c396c 100644 (file)
@@ -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.
 //
index 333e438bce5a0e046d2547ca834e0f292206535b..435d2e05b98433eb150cddb65325148457c929a4 100644 (file)
@@ -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.
 //
index cfd616d4008665410ab96633d1e4d5a62148338c..792ce45fdfb65f26fc45537c9a35dc30b32d538e 100644 (file)
@@ -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.
 //
index 53f14b9e4d0ea5b5acd930054b7a85c3306cf848..a283967e4832bf0240328436833f54377b3b8fbb 100644 (file)
@@ -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.
 //
index fe71a8f32e523ef90160f8f5e88d65d5056d638f..a5605afa9291d2dfafadfe0fd3be620263b99376 100644 (file)
@@ -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.
 //
index b766e97c3b97577add7aa2a68c22676fe7da44c8..ac0db7c884b269f481f3a9f82364e121485f7cfa 100644 (file)
@@ -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.
 //
index a20bed3afac7153807caa470297fac0da913cad7..4061beaa55f176a1569615d263ee22ceecf5ed2f 100644 (file)
@@ -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.
 //
index a7756c0fc502f8b56d55924174d9f0ab143ac41a..554ccc59920fb9b590241fad78bc4c33890b6c9c 100644 (file)
@@ -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.
 //
index e6f6d6c5085d454c3ad6937de014706136ef8e1e..9631db6ffe766ca1054a5a8ef07719a61fe4228b 100644 (file)
@@ -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.
 //
index 6d7a47d5bb5d9b5f84aa809661620d776c2bf7ef..0eb36f3af2558b9f8a458a2f06d76a2f391d81a9 100644 (file)
@@ -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.
 //
index af149fc6c6f4cdd799664d2ed1a31c6c1a7ec2fe..d39ceffd15a277e02a2c449c977928acc85acf79 100644 (file)
@@ -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.
 //
index 284c80c9fe8b07dfc708d42622509bd6b18131cb..081cf48d899c9bd89970b98777d50c531aeca485 100644 (file)
@@ -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.
 //
index 92a5bb19c64efc1477a35f3859d8c079c0981341..427fdad14253b0f871e1caabd25b682301d87581 100644 (file)
@@ -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.
 //
index 32ded5074a110193930c6922140ee7c3334948eb..7796f84de120d9cf9268d66b4ea9814635f63ec4 100644 (file)
@@ -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.
 //
index 4788e7571d01b695e8abffe8368d98f7da8169b8..5f3b82d81c6a4d9e0d8cc6b9de09f19ad62d0fb1 100644 (file)
@@ -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.
 //
index 01ee5aed1804f249a17586f47635012b28a1ab79..0615346a3fff589f695b135a667b3f91c75b2dab 100644 (file)
@@ -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.
 //
index 677bd500a064c27686ad1e521a467f2bd296b597..c1ef0438e05e0c35e6622b15d004fdb1ca2d6302 100644 (file)
@@ -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.
 //
index f0829398fb980cd896d8f2ea1ded7c86b7ace1a3..d293f64fdabc18430b533e24286fef932488f55a 100644 (file)
@@ -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.
 //
index f8aa39e134b735b2b6c5938d175b803ca3a10de8..1dd47639c1c9e56c1900d891d162d2134892effe 100644 (file)
@@ -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.
 //
index 4d7fd6f79a5f1e4bbd76152a921feef1614e56a0..0f310c9d1ac3651ed8bf167acbb4b19dda823491 100644 (file)
@@ -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.
 //
index 87a4356550e5d906943b9bcaf1b2c2f845f15f2a..c8f28a80f033e7cf82abc81524cc56a2d63d751f 100644 (file)
@@ -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.
 //
index a39f35029f2d4192c7f655a80a751e5ba1c6f5f8..354e561e38adfcd16bd64335f6a8d594c985482a 100644 (file)
@@ -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.
 //
index 577301e0977aa42444c8b907426b2bbb873251a1..f8a7bf7050614c043ca03ee6f3f14d8f102d8044 100644 (file)
@@ -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.
 //
index 0d78dd030d6bdc2dd370d044021d4578ada256cd..6b91ec00ba82d57884e92cd8e86f3e78f41ddca6 100644 (file)
@@ -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.
 //
index 582a74d6dbba8515b6de521b869c2fdc40583194..07c0c1d1b901fa2d7862376ad2eb4e8b40d4a92d 100644 (file)
@@ -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.
 //
index 20806592a169462c5e21c725ba5d8aec36856bbb..a7063bab270ebc33fed3d0e13751474bf2f8e127 100644 (file)
@@ -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.
 //
index aaec10c781f12e5c231eb67652309004a4d97bdb..645109c7613952c7682accf6298be19996bb27cb 100644 (file)
@@ -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.
 //
index 3abe49924f9a43a209ea432930d3b63030043455..85ef085fa66468b0c5b430fc22b9cf36c1e65b71 100644 (file)
@@ -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.
 //
index 25beb3cadffce17de31bd7f0484added24cec73a..334c74c4840032e0d19a69eec65a66b6f8bc8584 100644 (file)
@@ -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.
 //
index 20c308a63a4d4b2de5177c912bbbf774b8dfeb9d..3f6d55fa63e7c4064075eb782e5240e7c91f198c 100644 (file)
@@ -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.
 //
index c7bfb9b020e3d3ace05c629bdb67488f80a8fd26..01dad168fa427c2cc6f110f4bacb9977e9bcbf74 100644 (file)
@@ -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.
 //
index 7e331e56546f16066d2a38af91e0360e77b600b6..547e29c53ab526a26e91fd3bbc1128c9fd1f42c5 100644 (file)
@@ -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.
 //
index fe0234e33b7b83b1b30b42e1d1d09a064c646ee3..d5712fdb66c1012f54c0649e5fb4c68f99cf3f9e 100644 (file)
@@ -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.
 //
index 6f7aa7286f5525359c3c1ebdd57158f884d0d3be..bb18dfadf02b055433ddd58a81bc837755fb61fc 100644 (file)
@@ -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.
 //
index f122554f98e50bdb1ada710480212a2de658975d..52aee019b9557f4fe0a622e1d0e6292abb64f3b9 100644 (file)
@@ -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.
 //
index a6b81548d50be7b80d31944ef725f0d4a933d454..3650a145e7ee22ed4bcd49d2c59309541e95b115 100644 (file)
@@ -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.
 //
index 819d9fb8deae321cec930229fad85dade14ddb30..69bc38b58a9b8c63e39cc5d9ba6761ee7d619621 100644 (file)
@@ -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.
 //
index d4e529f5dba6522a6c92affcc624822f852f1839..76a82e2f26ef050b393bb22d9096fb61b865fa7c 100644 (file)
@@ -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.
 //
index 8f1125216d1e5274e5e79187ae9dd47da02352e8..9b5ca4b889c30b281b2e1c5bc8b696234d418c75 100644 (file)
@@ -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.
 //
index bd2c5b6c8ec7ee5af299e520417e6ca9ecdbdde2..a71d15fa8feeba7c2250240c47c267336ca86130 100644 (file)
@@ -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.
 //
index af968c46d56b3dc05f3146af82528d20d44b3e99..73ab27d7e765de6ff28420157de7f9da8a4bf61d 100644 (file)
@@ -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.
 //
index bab26d227e53717e34c3e1079cf6235347bf2338..cc724b13969f7891e646a8a9569b73575f1fe3a9 100644 (file)
@@ -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.
 //
index 75d9d74943dbdb8ce7d1a50fdccf0d5873b67da0..e8fc47241bf4aec0a634a723def32ed2b45f02c2 100644 (file)
@@ -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.
 //
index da5b64d997ace562f963acda2f7618c481ec0bdd..f1cbb3378527dbb3305106c43e4fa355fd780fcd 100644 (file)
@@ -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.
 //
index 38d4a752179ad21e28f95bfcd9ef8844180b457e..b0ccbab7355cd573f1b8d390b4036e72d8f31fc4 100644 (file)
@@ -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.
 //

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.