From 6884d9a65a0ab0aec79b80d2a76ec18de50fe25b Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Wed, 12 Feb 2020 16:49:46 +0100
Subject: [PATCH] Bump core module to (c) 2020

---
 config/src/config.hh.in                 | 2 +-
 core/doc/geometry.rst                   | 2 +-
 core/doc/graph_minimizer.rst            | 2 +-
 core/doc/helper.rst                     | 2 +-
 core/doc/index.rst                      | 2 +-
 core/doc/pm3argparse.rst                | 2 +-
 core/doc/runtime_profiling.rst          | 2 +-
 core/doc/setcompoundschemlib.rst        | 2 +-
 core/init/__init__.py.in                | 2 +-
 core/pymod/__init__.py                  | 2 +-
 core/pymod/export_geom.cc               | 2 +-
 core/pymod/export_graph_minimizer.cc    | 2 +-
 core/pymod/export_runtime_profiling.cc  | 2 +-
 core/pymod/helper.py                    | 2 +-
 core/pymod/pm3argparse.py               | 2 +-
 core/pymod/wrap_core.cc                 | 2 +-
 core/src/check_io.hh                    | 2 +-
 core/src/cluster.cc                     | 2 +-
 core/src/cluster.hh                     | 2 +-
 core/src/dynamic_spatial_organizer.hh   | 2 +-
 core/src/eigen_types.hh                 | 2 +-
 core/src/enumerator.hh                  | 2 +-
 core/src/export_helper.hh               | 2 +-
 core/src/geom_base.cc                   | 2 +-
 core/src/geom_base.hh                   | 2 +-
 core/src/geom_stems.cc                  | 2 +-
 core/src/geom_stems.hh                  | 2 +-
 core/src/graph.cc                       | 2 +-
 core/src/graph.hh                       | 2 +-
 core/src/graph_minimizer.cc             | 2 +-
 core/src/graph_minimizer.hh             | 2 +-
 core/src/message.hh                     | 2 +-
 core/src/portable_binary_data_sink.hh   | 2 +-
 core/src/portable_binary_data_source.hh | 2 +-
 core/src/portable_binary_serializer.hh  | 2 +-
 core/src/runtime_profiling.hh           | 2 +-
 core/src/superpose.cc                   | 2 +-
 core/src/superpose.hh                   | 2 +-
 core/src/tetrahedral_polytope.cc        | 2 +-
 core/src/tetrahedral_polytope.hh        | 2 +-
 core/src/tree.cc                        | 2 +-
 core/src/tree.hh                        | 2 +-
 core/tests/test_check_io.cc             | 2 +-
 core/tests/test_graph_minimizer.cc      | 2 +-
 core/tests/test_helper.py               | 2 +-
 core/tests/test_pm3argparse.py          | 2 +-
 core/tests/test_portable_binary.cc      | 2 +-
 core/tests/test_setcompoundschemlib.py  | 2 +-
 core/tests/tests.cc                     | 2 +-
 49 files changed, 49 insertions(+), 49 deletions(-)

diff --git a/config/src/config.hh.in b/config/src/config.hh.in
index b864eb0a..36c42a65 100644
--- a/config/src/config.hh.in
+++ b/config/src/config.hh.in
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/doc/geometry.rst b/core/doc/geometry.rst
index 1ac82fac..69d10564 100644
--- a/core/doc/geometry.rst
+++ b/core/doc/geometry.rst
@@ -1,4 +1,4 @@
-..  Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+..  Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 ..                           Biozentrum - University of Basel
 ..  
 ..  Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/doc/graph_minimizer.rst b/core/doc/graph_minimizer.rst
index a38bca58..1be1aa13 100644
--- a/core/doc/graph_minimizer.rst
+++ b/core/doc/graph_minimizer.rst
@@ -1,4 +1,4 @@
-..  Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+..  Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 ..                           Biozentrum - University of Basel
 ..  
 ..  Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/doc/helper.rst b/core/doc/helper.rst
index 6684d124..6fcee377 100644
--- a/core/doc/helper.rst
+++ b/core/doc/helper.rst
@@ -1,4 +1,4 @@
-..  Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+..  Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 ..                           Biozentrum - University of Basel
 ..  
 ..  Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/doc/index.rst b/core/doc/index.rst
index 91b0d9c3..6d0e8f25 100644
--- a/core/doc/index.rst
+++ b/core/doc/index.rst
@@ -1,4 +1,4 @@
-..  Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+..  Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 ..                           Biozentrum - University of Basel
 ..  
 ..  Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/doc/pm3argparse.rst b/core/doc/pm3argparse.rst
index f6a04825..fa27dcb7 100644
--- a/core/doc/pm3argparse.rst
+++ b/core/doc/pm3argparse.rst
@@ -1,4 +1,4 @@
-..  Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+..  Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 ..                           Biozentrum - University of Basel
 ..  
 ..  Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/doc/runtime_profiling.rst b/core/doc/runtime_profiling.rst
index 44bd8621..3ce033c7 100644
--- a/core/doc/runtime_profiling.rst
+++ b/core/doc/runtime_profiling.rst
@@ -1,4 +1,4 @@
-..  Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+..  Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 ..                           Biozentrum - University of Basel
 ..  
 ..  Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/doc/setcompoundschemlib.rst b/core/doc/setcompoundschemlib.rst
index 2c6e660f..f664e4b3 100644
--- a/core/doc/setcompoundschemlib.rst
+++ b/core/doc/setcompoundschemlib.rst
@@ -1,4 +1,4 @@
-..  Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+..  Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 ..                           Biozentrum - University of Basel
 ..  
 ..  Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/init/__init__.py.in b/core/init/__init__.py.in
index a4e38d44..1c6de949 100644
--- a/core/init/__init__.py.in
+++ b/core/init/__init__.py.in
@@ -1,4 +1,4 @@
-# Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+# Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 #                          Biozentrum - University of Basel
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/pymod/__init__.py b/core/pymod/__init__.py
index 0c0066f5..77148285 100644
--- a/core/pymod/__init__.py
+++ b/core/pymod/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+# Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 #                          Biozentrum - University of Basel
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/pymod/export_geom.cc b/core/pymod/export_geom.cc
index b26d5dba..c60ea492 100644
--- a/core/pymod/export_geom.cc
+++ b/core/pymod/export_geom.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/pymod/export_graph_minimizer.cc b/core/pymod/export_graph_minimizer.cc
index a652c9a9..5974823a 100644
--- a/core/pymod/export_graph_minimizer.cc
+++ b/core/pymod/export_graph_minimizer.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/pymod/export_runtime_profiling.cc b/core/pymod/export_runtime_profiling.cc
index aa61d488..aef7a945 100644
--- a/core/pymod/export_runtime_profiling.cc
+++ b/core/pymod/export_runtime_profiling.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/pymod/helper.py b/core/pymod/helper.py
index 3d6d6a09..d7be189c 100644
--- a/core/pymod/helper.py
+++ b/core/pymod/helper.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+# Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 #                          Biozentrum - University of Basel
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/pymod/pm3argparse.py b/core/pymod/pm3argparse.py
index f1b62502..18c8e8be 100644
--- a/core/pymod/pm3argparse.py
+++ b/core/pymod/pm3argparse.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+# Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 #                          Biozentrum - University of Basel
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/pymod/wrap_core.cc b/core/pymod/wrap_core.cc
index 8891cf7a..fb9ed740 100644
--- a/core/pymod/wrap_core.cc
+++ b/core/pymod/wrap_core.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/check_io.hh b/core/src/check_io.hh
index e4013eca..18ae81ff 100644
--- a/core/src/check_io.hh
+++ b/core/src/check_io.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/cluster.cc b/core/src/cluster.cc
index d9bbd65e..ae9c8540 100644
--- a/core/src/cluster.cc
+++ b/core/src/cluster.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/cluster.hh b/core/src/cluster.hh
index d9d475d3..e287a6a8 100644
--- a/core/src/cluster.hh
+++ b/core/src/cluster.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/dynamic_spatial_organizer.hh b/core/src/dynamic_spatial_organizer.hh
index 9565e49e..3373662b 100644
--- a/core/src/dynamic_spatial_organizer.hh
+++ b/core/src/dynamic_spatial_organizer.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/eigen_types.hh b/core/src/eigen_types.hh
index 89c90f06..34cd0beb 100644
--- a/core/src/eigen_types.hh
+++ b/core/src/eigen_types.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/enumerator.hh b/core/src/enumerator.hh
index 1eb1790e..68adefcc 100644
--- a/core/src/enumerator.hh
+++ b/core/src/enumerator.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/export_helper.hh b/core/src/export_helper.hh
index 9f86b080..2cf16769 100644
--- a/core/src/export_helper.hh
+++ b/core/src/export_helper.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/geom_base.cc b/core/src/geom_base.cc
index de84ef13..da755664 100644
--- a/core/src/geom_base.cc
+++ b/core/src/geom_base.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/geom_base.hh b/core/src/geom_base.hh
index 8307a719..79348ec9 100644
--- a/core/src/geom_base.hh
+++ b/core/src/geom_base.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/geom_stems.cc b/core/src/geom_stems.cc
index 2194e1a7..2491d1c8 100644
--- a/core/src/geom_stems.cc
+++ b/core/src/geom_stems.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/geom_stems.hh b/core/src/geom_stems.hh
index fc0128bf..042b2c1a 100644
--- a/core/src/geom_stems.hh
+++ b/core/src/geom_stems.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/graph.cc b/core/src/graph.cc
index 90082cca..4326986e 100644
--- a/core/src/graph.cc
+++ b/core/src/graph.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/graph.hh b/core/src/graph.hh
index 7187be85..0949a33e 100644
--- a/core/src/graph.hh
+++ b/core/src/graph.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/graph_minimizer.cc b/core/src/graph_minimizer.cc
index 0f9bd8fd..1e17d85d 100644
--- a/core/src/graph_minimizer.cc
+++ b/core/src/graph_minimizer.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/graph_minimizer.hh b/core/src/graph_minimizer.hh
index 28e9df7b..ed118269 100644
--- a/core/src/graph_minimizer.hh
+++ b/core/src/graph_minimizer.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/message.hh b/core/src/message.hh
index c652f2ba..2cc46cfd 100644
--- a/core/src/message.hh
+++ b/core/src/message.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/portable_binary_data_sink.hh b/core/src/portable_binary_data_sink.hh
index c3c8c9e9..6e930e71 100644
--- a/core/src/portable_binary_data_sink.hh
+++ b/core/src/portable_binary_data_sink.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/portable_binary_data_source.hh b/core/src/portable_binary_data_source.hh
index 00d80a50..691919d4 100644
--- a/core/src/portable_binary_data_source.hh
+++ b/core/src/portable_binary_data_source.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/portable_binary_serializer.hh b/core/src/portable_binary_serializer.hh
index 4a5b52ef..769bc781 100644
--- a/core/src/portable_binary_serializer.hh
+++ b/core/src/portable_binary_serializer.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/runtime_profiling.hh b/core/src/runtime_profiling.hh
index 343666be..e578ea5e 100644
--- a/core/src/runtime_profiling.hh
+++ b/core/src/runtime_profiling.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/superpose.cc b/core/src/superpose.cc
index 9729d23f..e03716bd 100644
--- a/core/src/superpose.cc
+++ b/core/src/superpose.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/superpose.hh b/core/src/superpose.hh
index 46f769d5..3ba7df2a 100644
--- a/core/src/superpose.hh
+++ b/core/src/superpose.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/tetrahedral_polytope.cc b/core/src/tetrahedral_polytope.cc
index 9c09f4ed..dd93f838 100644
--- a/core/src/tetrahedral_polytope.cc
+++ b/core/src/tetrahedral_polytope.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/tetrahedral_polytope.hh b/core/src/tetrahedral_polytope.hh
index 744f05ec..ead33028 100644
--- a/core/src/tetrahedral_polytope.hh
+++ b/core/src/tetrahedral_polytope.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/tree.cc b/core/src/tree.cc
index 8e32afb1..e358b52c 100644
--- a/core/src/tree.cc
+++ b/core/src/tree.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/src/tree.hh b/core/src/tree.hh
index dd45dc32..90c10960 100644
--- a/core/src/tree.hh
+++ b/core/src/tree.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/tests/test_check_io.cc b/core/tests/test_check_io.cc
index 692e29f2..91acfe0b 100644
--- a/core/tests/test_check_io.cc
+++ b/core/tests/test_check_io.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/tests/test_graph_minimizer.cc b/core/tests/test_graph_minimizer.cc
index 29e60b74..07423e42 100644
--- a/core/tests/test_graph_minimizer.cc
+++ b/core/tests/test_graph_minimizer.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/tests/test_helper.py b/core/tests/test_helper.py
index f18cbbf5..c497a6a4 100644
--- a/core/tests/test_helper.py
+++ b/core/tests/test_helper.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+# Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 #                          Biozentrum - University of Basel
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/tests/test_pm3argparse.py b/core/tests/test_pm3argparse.py
index 880f75c6..d5c19598 100644
--- a/core/tests/test_pm3argparse.py
+++ b/core/tests/test_pm3argparse.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+# Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 #                          Biozentrum - University of Basel
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/tests/test_portable_binary.cc b/core/tests/test_portable_binary.cc
index 8fc5f497..ebdf72ca 100644
--- a/core/tests/test_portable_binary.cc
+++ b/core/tests/test_portable_binary.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/tests/test_setcompoundschemlib.py b/core/tests/test_setcompoundschemlib.py
index 2da5ead8..1efe735b 100644
--- a/core/tests/test_setcompoundschemlib.py
+++ b/core/tests/test_setcompoundschemlib.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+# Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 #                          Biozentrum - University of Basel
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/core/tests/tests.cc b/core/tests/tests.cc
index cb1a39d4..be44a88c 100644
--- a/core/tests/tests.cc
+++ b/core/tests/tests.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and 
+// Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and
 //                          Biozentrum - University of Basel
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
-- 
GitLab