diff --git a/modules/db/pymod/export_linear_db.cc b/modules/db/pymod/export_linear_db.cc
index 8b9f7f942551a7bd5105dc0cdff59b607416e200..597f4243e1f447d47d39f771b12a09a56e6c5e57 100644
--- a/modules/db/pymod/export_linear_db.cc
+++ b/modules/db/pymod/export_linear_db.cc
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // This file is part of the OpenStructure project <www.openstructure.org>
 //
-// Copyright (C) 2008-2019 by the OpenStructure authors
+// Copyright (C) 2008-2020 by the OpenStructure authors
 //
 // This library is free software; you can redistribute it and/or modify it under
 // the terms of the GNU Lesser General Public License as published by the Free
diff --git a/modules/db/pymod/wrap_db.cc b/modules/db/pymod/wrap_db.cc
index 883c6a33eb374e82acdd4882afe3fa00a86066be..2bc2223a481615800ca96b765b7f8865dc234727 100644
--- a/modules/db/pymod/wrap_db.cc
+++ b/modules/db/pymod/wrap_db.cc
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // This file is part of the OpenStructure project <www.openstructure.org>
 //
-// Copyright (C) 2008-2019 by the OpenStructure authors
+// Copyright (C) 2008-2020 by the OpenStructure authors
 //
 // This library is free software; you can redistribute it and/or modify it under
 // the terms of the GNU Lesser General Public License as published by the Free
diff --git a/modules/db/src/binary_container.cc b/modules/db/src/binary_container.cc
index a82723c52e67121acb08675a3313429886115d3c..37f01e402075f49f6b53af23e336f4a36294aba6 100644
--- a/modules/db/src/binary_container.cc
+++ b/modules/db/src/binary_container.cc
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // This file is part of the OpenStructure project <www.openstructure.org>
 //
-// Copyright (C) 2008-2019 by the OpenStructure authors
+// Copyright (C) 2008-2020 by the OpenStructure authors
 //
 // This library is free software; you can redistribute it and/or modify it under
 // the terms of the GNU Lesser General Public License as published by the Free
diff --git a/modules/db/src/binary_container.hh b/modules/db/src/binary_container.hh
index 3648513d43129fa0b8fd16789710c465ca5a917b..6477e7452bcbd2c0867c5d4d55779e6b54ead351 100644
--- a/modules/db/src/binary_container.hh
+++ b/modules/db/src/binary_container.hh
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // This file is part of the OpenStructure project <www.openstructure.org>
 //
-// Copyright (C) 2008-2019 by the OpenStructure authors
+// Copyright (C) 2008-2020 by the OpenStructure authors
 //
 // This library is free software; you can redistribute it and/or modify it under
 // the terms of the GNU Lesser General Public License as published by the Free
diff --git a/modules/db/src/extract_data_helper.cc b/modules/db/src/extract_data_helper.cc
index 607499e8fd009972a163c21f9327b4ceadac0e09..f95ff73e3c1b5e20d026af755f2c36b76d3f389e 100644
--- a/modules/db/src/extract_data_helper.cc
+++ b/modules/db/src/extract_data_helper.cc
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // This file is part of the OpenStructure project <www.openstructure.org>
 //
-// Copyright (C) 2008-2019 by the OpenStructure authors
+// Copyright (C) 2008-2020 by the OpenStructure authors
 //
 // This library is free software; you can redistribute it and/or modify it under
 // the terms of the GNU Lesser General Public License as published by the Free
diff --git a/modules/db/src/extract_data_helper.hh b/modules/db/src/extract_data_helper.hh
index 288ed953688f50b7a806aab8416fa6896fe6bdc1..271d03b3d920bf7c5cd1670d99ceaf9496e13191 100644
--- a/modules/db/src/extract_data_helper.hh
+++ b/modules/db/src/extract_data_helper.hh
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // This file is part of the OpenStructure project <www.openstructure.org>
 //
-// Copyright (C) 2008-2019 by the OpenStructure authors
+// Copyright (C) 2008-2020 by the OpenStructure authors
 //
 // This library is free software; you can redistribute it and/or modify it under
 // the terms of the GNU Lesser General Public License as published by the Free
@@ -46,4 +46,4 @@ void ExtractTemplateData(const String& entry_name, const String& chain_name,
 
 }} //ns
 
-#endif
\ No newline at end of file
+#endif
diff --git a/modules/db/src/linear_indexer.cc b/modules/db/src/linear_indexer.cc
index c0a586582525222d2fb4ff8e1cbcc56413d4f4dd..d03471f08bf63045449719b98f8d122c8ff21749 100644
--- a/modules/db/src/linear_indexer.cc
+++ b/modules/db/src/linear_indexer.cc
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // This file is part of the OpenStructure project <www.openstructure.org>
 //
-// Copyright (C) 2008-2019 by the OpenStructure authors
+// Copyright (C) 2008-2020 by the OpenStructure authors
 //
 // This library is free software; you can redistribute it and/or modify it under
 // the terms of the GNU Lesser General Public License as published by the Free
diff --git a/modules/db/src/linear_indexer.hh b/modules/db/src/linear_indexer.hh
index 3507ae12d3769d960b59e8cdfda1c90639aa552c..a6c77a1d15488bb06a0f20b48a0b0ba3ef29cda4 100644
--- a/modules/db/src/linear_indexer.hh
+++ b/modules/db/src/linear_indexer.hh
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // This file is part of the OpenStructure project <www.openstructure.org>
 //
-// Copyright (C) 2008-2019 by the OpenStructure authors
+// Copyright (C) 2008-2020 by the OpenStructure authors
 //
 // This library is free software; you can redistribute it and/or modify it under
 // the terms of the GNU Lesser General Public License as published by the Free
diff --git a/modules/db/src/paged_array.hh b/modules/db/src/paged_array.hh
index 5512c7a9d758f0c017ad3623c9c42866a939cb59..776754bc7cb37118cdd9bd11376b21862f49b8d5 100644
--- a/modules/db/src/paged_array.hh
+++ b/modules/db/src/paged_array.hh
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // This file is part of the OpenStructure project <www.openstructure.org>
 //
-// Copyright (C) 2008-2019 by the OpenStructure authors
+// Copyright (C) 2008-2020 by the OpenStructure authors
 //
 // This library is free software; you can redistribute it and/or modify it under
 // the terms of the GNU Lesser General Public License as published by the Free