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

---
 doc/conf.py.in                                                  | 2 +-
 .../data_generation/all_atom_scorer/create_default_aa_scorer.py | 2 +-
 modelling/pymod/export_motif_finder.cc                          | 2 +-
 modelling/src/motif_finder.cc                                   | 2 +-
 modelling/src/motif_finder.hh                                   | 2 +-
 sidechain/data/convert_lib.py                                   | 2 +-
 sidechain/doc/disulfid.rst                                      | 2 +-
 sidechain/doc/frame.rst                                         | 2 +-
 sidechain/doc/graph.rst                                         | 2 +-
 sidechain/doc/index.rst                                         | 2 +-
 sidechain/doc/loading.rst                                       | 2 +-
 sidechain/doc/rotamer.rst                                       | 2 +-
 sidechain/doc/rotamer_constructor.rst                           | 2 +-
 sidechain/doc/rotamer_lib.rst                                   | 2 +-
 sidechain/doc/subrotamer_optimizer.rst                          | 2 +-
 sidechain/pymod/__init__.py                                     | 2 +-
 sidechain/pymod/export_connector.cc                             | 2 +-
 sidechain/pymod/export_disulfid.cc                              | 2 +-
 sidechain/pymod/export_frame.cc                                 | 2 +-
 sidechain/pymod/export_particle.cc                              | 2 +-
 sidechain/pymod/export_rotamer.cc                               | 2 +-
 sidechain/pymod/export_rotamer_constructor.cc                   | 2 +-
 sidechain/pymod/export_rotamer_cruncher.cc                      | 2 +-
 sidechain/pymod/export_rotamer_density.cc                       | 2 +-
 sidechain/pymod/export_rotamer_graph.cc                         | 2 +-
 sidechain/pymod/export_rotamer_ids.cc                           | 2 +-
 sidechain/pymod/export_rotamer_lib.cc                           | 2 +-
 sidechain/pymod/export_sidechain_object_loader.cc               | 2 +-
 sidechain/pymod/export_subrotamer_optimizer.cc                  | 2 +-
 sidechain/pymod/wrap_sidechain.cc                               | 2 +-
 sidechain/src/bb_dep_rotamer_lib.cc                             | 2 +-
 sidechain/src/bb_dep_rotamer_lib.hh                             | 2 +-
 sidechain/src/disulfid.cc                                       | 2 +-
 sidechain/src/disulfid.hh                                       | 2 +-
 sidechain/src/frame.cc                                          | 2 +-
 sidechain/src/frame.hh                                          | 2 +-
 sidechain/src/particle.hh                                       | 2 +-
 sidechain/src/particle_scoring.cc                               | 2 +-
 sidechain/src/particle_scoring.hh                               | 2 +-
 sidechain/src/particle_scoring_base.hh                          | 2 +-
 sidechain/src/rotamer.cc                                        | 2 +-
 sidechain/src/rotamer.hh                                        | 2 +-
 sidechain/src/rotamer_constructor.cc                            | 2 +-
 sidechain/src/rotamer_constructor.hh                            | 2 +-
 sidechain/src/rotamer_cruncher.cc                               | 2 +-
 sidechain/src/rotamer_cruncher.hh                               | 2 +-
 sidechain/src/rotamer_density.cc                                | 2 +-
 sidechain/src/rotamer_density.hh                                | 2 +-
 sidechain/src/rotamer_graph.hh                                  | 2 +-
 sidechain/src/rotamer_group.cc                                  | 2 +-
 sidechain/src/rotamer_group.hh                                  | 2 +-
 sidechain/src/rotamer_id.cc                                     | 2 +-
 sidechain/src/rotamer_id.hh                                     | 2 +-
 sidechain/src/rotamer_lib.cc                                    | 2 +-
 sidechain/src/rotamer_lib.hh                                    | 2 +-
 sidechain/src/rotamer_lib_entry.cc                              | 2 +-
 sidechain/src/rotamer_lib_entry.hh                              | 2 +-
 sidechain/src/rotamer_lib_reader.cc                             | 2 +-
 sidechain/src/rotamer_lib_reader.hh                             | 2 +-
 sidechain/src/rotamer_lookup.cc                                 | 2 +-
 sidechain/src/rotamer_lookup.hh                                 | 2 +-
 sidechain/src/scwrl3_particle_scoring.cc                        | 2 +-
 sidechain/src/scwrl3_particle_scoring.hh                        | 2 +-
 sidechain/src/scwrl3_rotamer_constructor.cc                     | 2 +-
 sidechain/src/scwrl3_rotamer_constructor.hh                     | 2 +-
 sidechain/src/scwrl4_particle_scoring.cc                        | 2 +-
 sidechain/src/scwrl4_particle_scoring.hh                        | 2 +-
 sidechain/src/scwrl4_rotamer_constructor.cc                     | 2 +-
 sidechain/src/scwrl4_rotamer_constructor.hh                     | 2 +-
 sidechain/src/sidechain_connector.cc                            | 2 +-
 sidechain/src/sidechain_connector.hh                            | 2 +-
 sidechain/src/sidechain_object_loader.cc                        | 2 +-
 sidechain/src/sidechain_object_loader.hh                        | 2 +-
 sidechain/src/subrotamer_optimizer.cc                           | 2 +-
 sidechain/src/subrotamer_optimizer.hh                           | 2 +-
 sidechain/src/vina_particle_scoring.cc                          | 2 +-
 sidechain/src/vina_particle_scoring.hh                          | 2 +-
 sidechain/src/vina_rotamer_constructor.cc                       | 2 +-
 sidechain/src/vina_rotamer_constructor.hh                       | 2 +-
 sidechain/tests/test_frame_construction.cc                      | 2 +-
 sidechain/tests/test_rotamers.cc                                | 2 +-
 sidechain/tests/tests.cc                                        | 2 +-
 82 files changed, 82 insertions(+), 82 deletions(-)

diff --git a/doc/conf.py.in b/doc/conf.py.in
index 49f9385d..cd8b7940 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -58,7 +58,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'ProMod3'
-copyright = u'2013-2019, SIB - Swiss Institute of Bioinformatics and Biozentrum - University of Basel'# pylint: disable=redefined-builtin
+copyright = u'2013-2020, SIB - Swiss Institute of Bioinformatics and Biozentrum - University of Basel'# pylint: disable=redefined-builtin
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
diff --git a/extras/data_generation/all_atom_scorer/create_default_aa_scorer.py b/extras/data_generation/all_atom_scorer/create_default_aa_scorer.py
index 75addb33..33f0f849 100644
--- a/extras/data_generation/all_atom_scorer/create_default_aa_scorer.py
+++ b/extras/data_generation/all_atom_scorer/create_default_aa_scorer.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/modelling/pymod/export_motif_finder.cc b/modelling/pymod/export_motif_finder.cc
index 80a75619..4f107f82 100644
--- a/modelling/pymod/export_motif_finder.cc
+++ b/modelling/pymod/export_motif_finder.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2019, 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/modelling/src/motif_finder.cc b/modelling/src/motif_finder.cc
index 48ae0ce1..d34d7fae 100644
--- a/modelling/src/motif_finder.cc
+++ b/modelling/src/motif_finder.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2019, 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/modelling/src/motif_finder.hh b/modelling/src/motif_finder.hh
index 0bdf9008..04b8769d 100644
--- a/modelling/src/motif_finder.hh
+++ b/modelling/src/motif_finder.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2019, 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/sidechain/data/convert_lib.py b/sidechain/data/convert_lib.py
index d3be57f1..4f911414 100644
--- a/sidechain/data/convert_lib.py
+++ b/sidechain/data/convert_lib.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/sidechain/doc/disulfid.rst b/sidechain/doc/disulfid.rst
index d078a6c5..62935426 100644
--- a/sidechain/doc/disulfid.rst
+++ b/sidechain/doc/disulfid.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/sidechain/doc/frame.rst b/sidechain/doc/frame.rst
index 94a3150d..c15265d4 100644
--- a/sidechain/doc/frame.rst
+++ b/sidechain/doc/frame.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/sidechain/doc/graph.rst b/sidechain/doc/graph.rst
index 44606b27..a5efe680 100644
--- a/sidechain/doc/graph.rst
+++ b/sidechain/doc/graph.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/sidechain/doc/index.rst b/sidechain/doc/index.rst
index 192257b4..ffa2e04e 100644
--- a/sidechain/doc/index.rst
+++ b/sidechain/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/sidechain/doc/loading.rst b/sidechain/doc/loading.rst
index 83e9390b..1e18fcdf 100644
--- a/sidechain/doc/loading.rst
+++ b/sidechain/doc/loading.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/sidechain/doc/rotamer.rst b/sidechain/doc/rotamer.rst
index 56b95301..d64844a8 100644
--- a/sidechain/doc/rotamer.rst
+++ b/sidechain/doc/rotamer.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/sidechain/doc/rotamer_constructor.rst b/sidechain/doc/rotamer_constructor.rst
index c8cca8de..15d8f7d4 100644
--- a/sidechain/doc/rotamer_constructor.rst
+++ b/sidechain/doc/rotamer_constructor.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/sidechain/doc/rotamer_lib.rst b/sidechain/doc/rotamer_lib.rst
index 0069c388..41fdb700 100644
--- a/sidechain/doc/rotamer_lib.rst
+++ b/sidechain/doc/rotamer_lib.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/sidechain/doc/subrotamer_optimizer.rst b/sidechain/doc/subrotamer_optimizer.rst
index 27315888..44b7bb0e 100644
--- a/sidechain/doc/subrotamer_optimizer.rst
+++ b/sidechain/doc/subrotamer_optimizer.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/sidechain/pymod/__init__.py b/sidechain/pymod/__init__.py
index 518c7705..aa2ad146 100644
--- a/sidechain/pymod/__init__.py
+++ b/sidechain/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/sidechain/pymod/export_connector.cc b/sidechain/pymod/export_connector.cc
index 39742c35..220ecc67 100644
--- a/sidechain/pymod/export_connector.cc
+++ b/sidechain/pymod/export_connector.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/sidechain/pymod/export_disulfid.cc b/sidechain/pymod/export_disulfid.cc
index 86fb5894..057e4a29 100644
--- a/sidechain/pymod/export_disulfid.cc
+++ b/sidechain/pymod/export_disulfid.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/sidechain/pymod/export_frame.cc b/sidechain/pymod/export_frame.cc
index c1aec78b..54526f3c 100644
--- a/sidechain/pymod/export_frame.cc
+++ b/sidechain/pymod/export_frame.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/sidechain/pymod/export_particle.cc b/sidechain/pymod/export_particle.cc
index d15e7157..ab358167 100644
--- a/sidechain/pymod/export_particle.cc
+++ b/sidechain/pymod/export_particle.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/sidechain/pymod/export_rotamer.cc b/sidechain/pymod/export_rotamer.cc
index 2a1a1fc4..47002692 100644
--- a/sidechain/pymod/export_rotamer.cc
+++ b/sidechain/pymod/export_rotamer.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/sidechain/pymod/export_rotamer_constructor.cc b/sidechain/pymod/export_rotamer_constructor.cc
index b0253738..0950dddb 100644
--- a/sidechain/pymod/export_rotamer_constructor.cc
+++ b/sidechain/pymod/export_rotamer_constructor.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/sidechain/pymod/export_rotamer_cruncher.cc b/sidechain/pymod/export_rotamer_cruncher.cc
index c38ae85b..977c83ca 100644
--- a/sidechain/pymod/export_rotamer_cruncher.cc
+++ b/sidechain/pymod/export_rotamer_cruncher.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/sidechain/pymod/export_rotamer_density.cc b/sidechain/pymod/export_rotamer_density.cc
index 942f5f50..aa1b3c9f 100644
--- a/sidechain/pymod/export_rotamer_density.cc
+++ b/sidechain/pymod/export_rotamer_density.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/sidechain/pymod/export_rotamer_graph.cc b/sidechain/pymod/export_rotamer_graph.cc
index 001ba6ca..b8a7435d 100644
--- a/sidechain/pymod/export_rotamer_graph.cc
+++ b/sidechain/pymod/export_rotamer_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/sidechain/pymod/export_rotamer_ids.cc b/sidechain/pymod/export_rotamer_ids.cc
index 28fb24e7..30a0f0a2 100644
--- a/sidechain/pymod/export_rotamer_ids.cc
+++ b/sidechain/pymod/export_rotamer_ids.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/sidechain/pymod/export_rotamer_lib.cc b/sidechain/pymod/export_rotamer_lib.cc
index 0e5286b7..acf671d1 100644
--- a/sidechain/pymod/export_rotamer_lib.cc
+++ b/sidechain/pymod/export_rotamer_lib.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/sidechain/pymod/export_sidechain_object_loader.cc b/sidechain/pymod/export_sidechain_object_loader.cc
index ab7ce781..320c22f9 100644
--- a/sidechain/pymod/export_sidechain_object_loader.cc
+++ b/sidechain/pymod/export_sidechain_object_loader.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/sidechain/pymod/export_subrotamer_optimizer.cc b/sidechain/pymod/export_subrotamer_optimizer.cc
index e562637a..b56899b1 100644
--- a/sidechain/pymod/export_subrotamer_optimizer.cc
+++ b/sidechain/pymod/export_subrotamer_optimizer.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/sidechain/pymod/wrap_sidechain.cc b/sidechain/pymod/wrap_sidechain.cc
index 02df37d5..676fa397 100644
--- a/sidechain/pymod/wrap_sidechain.cc
+++ b/sidechain/pymod/wrap_sidechain.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/sidechain/src/bb_dep_rotamer_lib.cc b/sidechain/src/bb_dep_rotamer_lib.cc
index 5782d659..784237d5 100644
--- a/sidechain/src/bb_dep_rotamer_lib.cc
+++ b/sidechain/src/bb_dep_rotamer_lib.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/sidechain/src/bb_dep_rotamer_lib.hh b/sidechain/src/bb_dep_rotamer_lib.hh
index c88b19fe..f294fd10 100644
--- a/sidechain/src/bb_dep_rotamer_lib.hh
+++ b/sidechain/src/bb_dep_rotamer_lib.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/sidechain/src/disulfid.cc b/sidechain/src/disulfid.cc
index bfa4c682..af28e197 100644
--- a/sidechain/src/disulfid.cc
+++ b/sidechain/src/disulfid.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/sidechain/src/disulfid.hh b/sidechain/src/disulfid.hh
index 6dd98a4a..13b80179 100644
--- a/sidechain/src/disulfid.hh
+++ b/sidechain/src/disulfid.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/sidechain/src/frame.cc b/sidechain/src/frame.cc
index b6f7dbba..835753ac 100644
--- a/sidechain/src/frame.cc
+++ b/sidechain/src/frame.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/sidechain/src/frame.hh b/sidechain/src/frame.hh
index 324680c5..9a777a4f 100644
--- a/sidechain/src/frame.hh
+++ b/sidechain/src/frame.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/sidechain/src/particle.hh b/sidechain/src/particle.hh
index f4d6d755..21e89858 100644
--- a/sidechain/src/particle.hh
+++ b/sidechain/src/particle.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/sidechain/src/particle_scoring.cc b/sidechain/src/particle_scoring.cc
index be3c9b0d..977be73e 100644
--- a/sidechain/src/particle_scoring.cc
+++ b/sidechain/src/particle_scoring.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/sidechain/src/particle_scoring.hh b/sidechain/src/particle_scoring.hh
index b04fc8c0..fc29836b 100644
--- a/sidechain/src/particle_scoring.hh
+++ b/sidechain/src/particle_scoring.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/sidechain/src/particle_scoring_base.hh b/sidechain/src/particle_scoring_base.hh
index 2200e553..6e290057 100644
--- a/sidechain/src/particle_scoring_base.hh
+++ b/sidechain/src/particle_scoring_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/sidechain/src/rotamer.cc b/sidechain/src/rotamer.cc
index 41d1f9e2..aa4a399f 100644
--- a/sidechain/src/rotamer.cc
+++ b/sidechain/src/rotamer.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/sidechain/src/rotamer.hh b/sidechain/src/rotamer.hh
index 068f3578..32e0e14f 100644
--- a/sidechain/src/rotamer.hh
+++ b/sidechain/src/rotamer.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/sidechain/src/rotamer_constructor.cc b/sidechain/src/rotamer_constructor.cc
index 716b2029..ed40d22f 100644
--- a/sidechain/src/rotamer_constructor.cc
+++ b/sidechain/src/rotamer_constructor.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/sidechain/src/rotamer_constructor.hh b/sidechain/src/rotamer_constructor.hh
index 63f4933d..dc4268d7 100644
--- a/sidechain/src/rotamer_constructor.hh
+++ b/sidechain/src/rotamer_constructor.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/sidechain/src/rotamer_cruncher.cc b/sidechain/src/rotamer_cruncher.cc
index dfe7c57c..89b45238 100644
--- a/sidechain/src/rotamer_cruncher.cc
+++ b/sidechain/src/rotamer_cruncher.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/sidechain/src/rotamer_cruncher.hh b/sidechain/src/rotamer_cruncher.hh
index bd4e6e95..407cb89d 100644
--- a/sidechain/src/rotamer_cruncher.hh
+++ b/sidechain/src/rotamer_cruncher.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/sidechain/src/rotamer_density.cc b/sidechain/src/rotamer_density.cc
index c3502ef2..530fdb4b 100644
--- a/sidechain/src/rotamer_density.cc
+++ b/sidechain/src/rotamer_density.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/sidechain/src/rotamer_density.hh b/sidechain/src/rotamer_density.hh
index acf38b55..2be51ef2 100644
--- a/sidechain/src/rotamer_density.hh
+++ b/sidechain/src/rotamer_density.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/sidechain/src/rotamer_graph.hh b/sidechain/src/rotamer_graph.hh
index 7ff2c377..dc226cb3 100644
--- a/sidechain/src/rotamer_graph.hh
+++ b/sidechain/src/rotamer_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/sidechain/src/rotamer_group.cc b/sidechain/src/rotamer_group.cc
index e963a685..b7bf50a6 100644
--- a/sidechain/src/rotamer_group.cc
+++ b/sidechain/src/rotamer_group.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/sidechain/src/rotamer_group.hh b/sidechain/src/rotamer_group.hh
index eae0f2a5..1f8290ad 100644
--- a/sidechain/src/rotamer_group.hh
+++ b/sidechain/src/rotamer_group.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/sidechain/src/rotamer_id.cc b/sidechain/src/rotamer_id.cc
index 76a11c98..36a65de5 100644
--- a/sidechain/src/rotamer_id.cc
+++ b/sidechain/src/rotamer_id.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/sidechain/src/rotamer_id.hh b/sidechain/src/rotamer_id.hh
index 407924d5..168b2fe0 100644
--- a/sidechain/src/rotamer_id.hh
+++ b/sidechain/src/rotamer_id.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/sidechain/src/rotamer_lib.cc b/sidechain/src/rotamer_lib.cc
index 4c7d15db..142589a4 100644
--- a/sidechain/src/rotamer_lib.cc
+++ b/sidechain/src/rotamer_lib.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/sidechain/src/rotamer_lib.hh b/sidechain/src/rotamer_lib.hh
index 49e8fb7b..06ac44db 100644
--- a/sidechain/src/rotamer_lib.hh
+++ b/sidechain/src/rotamer_lib.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/sidechain/src/rotamer_lib_entry.cc b/sidechain/src/rotamer_lib_entry.cc
index 53795983..802ab1bf 100644
--- a/sidechain/src/rotamer_lib_entry.cc
+++ b/sidechain/src/rotamer_lib_entry.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/sidechain/src/rotamer_lib_entry.hh b/sidechain/src/rotamer_lib_entry.hh
index 45dc6bb8..fb0db492 100644
--- a/sidechain/src/rotamer_lib_entry.hh
+++ b/sidechain/src/rotamer_lib_entry.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/sidechain/src/rotamer_lib_reader.cc b/sidechain/src/rotamer_lib_reader.cc
index 3f381fb2..1e87fab9 100644
--- a/sidechain/src/rotamer_lib_reader.cc
+++ b/sidechain/src/rotamer_lib_reader.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/sidechain/src/rotamer_lib_reader.hh b/sidechain/src/rotamer_lib_reader.hh
index 1abcdd30..2ec5eaf3 100644
--- a/sidechain/src/rotamer_lib_reader.hh
+++ b/sidechain/src/rotamer_lib_reader.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/sidechain/src/rotamer_lookup.cc b/sidechain/src/rotamer_lookup.cc
index a7e41856..7d350066 100644
--- a/sidechain/src/rotamer_lookup.cc
+++ b/sidechain/src/rotamer_lookup.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/sidechain/src/rotamer_lookup.hh b/sidechain/src/rotamer_lookup.hh
index 9e804388..49ee57b5 100644
--- a/sidechain/src/rotamer_lookup.hh
+++ b/sidechain/src/rotamer_lookup.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/sidechain/src/scwrl3_particle_scoring.cc b/sidechain/src/scwrl3_particle_scoring.cc
index 9cf9b04e..8f78a138 100644
--- a/sidechain/src/scwrl3_particle_scoring.cc
+++ b/sidechain/src/scwrl3_particle_scoring.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/sidechain/src/scwrl3_particle_scoring.hh b/sidechain/src/scwrl3_particle_scoring.hh
index 1208dd43..e4c6ccc0 100644
--- a/sidechain/src/scwrl3_particle_scoring.hh
+++ b/sidechain/src/scwrl3_particle_scoring.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/sidechain/src/scwrl3_rotamer_constructor.cc b/sidechain/src/scwrl3_rotamer_constructor.cc
index 06e9fadc..9812d4b4 100644
--- a/sidechain/src/scwrl3_rotamer_constructor.cc
+++ b/sidechain/src/scwrl3_rotamer_constructor.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/sidechain/src/scwrl3_rotamer_constructor.hh b/sidechain/src/scwrl3_rotamer_constructor.hh
index aeb37a5f..05de81cc 100644
--- a/sidechain/src/scwrl3_rotamer_constructor.hh
+++ b/sidechain/src/scwrl3_rotamer_constructor.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/sidechain/src/scwrl4_particle_scoring.cc b/sidechain/src/scwrl4_particle_scoring.cc
index 1e93f0b0..72beae46 100644
--- a/sidechain/src/scwrl4_particle_scoring.cc
+++ b/sidechain/src/scwrl4_particle_scoring.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/sidechain/src/scwrl4_particle_scoring.hh b/sidechain/src/scwrl4_particle_scoring.hh
index cb3af990..a712515c 100644
--- a/sidechain/src/scwrl4_particle_scoring.hh
+++ b/sidechain/src/scwrl4_particle_scoring.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/sidechain/src/scwrl4_rotamer_constructor.cc b/sidechain/src/scwrl4_rotamer_constructor.cc
index 7092e09d..ab8b32d7 100644
--- a/sidechain/src/scwrl4_rotamer_constructor.cc
+++ b/sidechain/src/scwrl4_rotamer_constructor.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/sidechain/src/scwrl4_rotamer_constructor.hh b/sidechain/src/scwrl4_rotamer_constructor.hh
index ebb86ad5..2bced6d8 100644
--- a/sidechain/src/scwrl4_rotamer_constructor.hh
+++ b/sidechain/src/scwrl4_rotamer_constructor.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/sidechain/src/sidechain_connector.cc b/sidechain/src/sidechain_connector.cc
index ca9250bc..1b6e2f3b 100644
--- a/sidechain/src/sidechain_connector.cc
+++ b/sidechain/src/sidechain_connector.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/sidechain/src/sidechain_connector.hh b/sidechain/src/sidechain_connector.hh
index 55617577..d3f961a3 100644
--- a/sidechain/src/sidechain_connector.hh
+++ b/sidechain/src/sidechain_connector.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/sidechain/src/sidechain_object_loader.cc b/sidechain/src/sidechain_object_loader.cc
index 62850f20..816de050 100644
--- a/sidechain/src/sidechain_object_loader.cc
+++ b/sidechain/src/sidechain_object_loader.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/sidechain/src/sidechain_object_loader.hh b/sidechain/src/sidechain_object_loader.hh
index 3a15201b..506de9cb 100644
--- a/sidechain/src/sidechain_object_loader.hh
+++ b/sidechain/src/sidechain_object_loader.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/sidechain/src/subrotamer_optimizer.cc b/sidechain/src/subrotamer_optimizer.cc
index 3444eb3c..db6a9b35 100644
--- a/sidechain/src/subrotamer_optimizer.cc
+++ b/sidechain/src/subrotamer_optimizer.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/sidechain/src/subrotamer_optimizer.hh b/sidechain/src/subrotamer_optimizer.hh
index 371c5e77..fc71a6de 100644
--- a/sidechain/src/subrotamer_optimizer.hh
+++ b/sidechain/src/subrotamer_optimizer.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/sidechain/src/vina_particle_scoring.cc b/sidechain/src/vina_particle_scoring.cc
index 37016469..c048e214 100644
--- a/sidechain/src/vina_particle_scoring.cc
+++ b/sidechain/src/vina_particle_scoring.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/sidechain/src/vina_particle_scoring.hh b/sidechain/src/vina_particle_scoring.hh
index f001fffc..204cfb61 100644
--- a/sidechain/src/vina_particle_scoring.hh
+++ b/sidechain/src/vina_particle_scoring.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/sidechain/src/vina_rotamer_constructor.cc b/sidechain/src/vina_rotamer_constructor.cc
index e5a170f3..b62d05d4 100644
--- a/sidechain/src/vina_rotamer_constructor.cc
+++ b/sidechain/src/vina_rotamer_constructor.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/sidechain/src/vina_rotamer_constructor.hh b/sidechain/src/vina_rotamer_constructor.hh
index 6841a596..0251e1bb 100644
--- a/sidechain/src/vina_rotamer_constructor.hh
+++ b/sidechain/src/vina_rotamer_constructor.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/sidechain/tests/test_frame_construction.cc b/sidechain/tests/test_frame_construction.cc
index dff01780..8f5bc36a 100644
--- a/sidechain/tests/test_frame_construction.cc
+++ b/sidechain/tests/test_frame_construction.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/sidechain/tests/test_rotamers.cc b/sidechain/tests/test_rotamers.cc
index 8369c5dd..332c3c8f 100644
--- a/sidechain/tests/test_rotamers.cc
+++ b/sidechain/tests/test_rotamers.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/sidechain/tests/tests.cc b/sidechain/tests/tests.cc
index 91b6e2f7..ba016e44 100644
--- a/sidechain/tests/tests.cc
+++ b/sidechain/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