From 9614df736b8504f3b4928b1a96a27cf3d421c11a Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Wed, 12 Feb 2020 16:36:35 +0100 Subject: [PATCH] Bump modelling module to (c) 2020 --- NOTICE | 2 +- modelling/doc/algorithms.rst | 2 +- modelling/doc/gap_handling.rst | 2 +- modelling/doc/index.rst | 2 +- modelling/doc/loop_candidates.rst | 2 +- modelling/doc/loop_closing.rst | 2 +- modelling/doc/model_checking.rst | 2 +- modelling/doc/monte_carlo.rst | 2 +- modelling/doc/pipeline.rst | 2 +- modelling/doc/sidechain_reconstruction.rst | 2 +- modelling/pymod/__init__.py | 2 +- modelling/pymod/_closegaps.py | 2 +- modelling/pymod/_denovo.py | 2 +- modelling/pymod/_fragger_handle.py | 2 +- modelling/pymod/_mhandle_helper.py | 2 +- modelling/pymod/_molprobity.py | 2 +- modelling/pymod/_monte_carlo.py | 2 +- modelling/pymod/_pipeline.py | 2 +- modelling/pymod/_reconstruct_sidechains.py | 2 +- modelling/pymod/_ring_punches.py | 2 +- modelling/pymod/export_extension_scheme.cc | 2 +- modelling/pymod/export_gap.cc | 2 +- modelling/pymod/export_gap_extender.cc | 2 +- modelling/pymod/export_loop_candidate.cc | 2 +- modelling/pymod/export_loop_closure.cc | 2 +- modelling/pymod/export_model.cc | 2 +- modelling/pymod/export_monte_carlo.cc | 2 +- modelling/pymod/export_motif_finder.cc | 2 +- modelling/pymod/export_rigid_blocks.cc | 2 +- modelling/pymod/export_score_container.cc | 2 +- modelling/pymod/export_scoring_weights.cc | 2 +- modelling/pymod/export_sidechain_reconstructor.cc | 2 +- modelling/pymod/wrap_modelling.cc | 2 +- modelling/src/all_atom_relaxer.cc | 2 +- modelling/src/all_atom_relaxer.hh | 2 +- modelling/src/backbone_relaxer.cc | 2 +- modelling/src/backbone_relaxer.hh | 2 +- modelling/src/ccd.cc | 2 +- modelling/src/ccd.hh | 2 +- modelling/src/extension_scheme.cc | 2 +- modelling/src/extension_scheme.hh | 2 +- modelling/src/gap.cc | 2 +- modelling/src/gap.hh | 2 +- modelling/src/gap_extender.cc | 2 +- modelling/src/gap_extender.hh | 2 +- modelling/src/kic.cc | 2 +- modelling/src/kic.hh | 2 +- modelling/src/loop_candidate.cc | 2 +- modelling/src/loop_candidate.hh | 2 +- modelling/src/model.cc | 2 +- modelling/src/model.hh | 2 +- modelling/src/monte_carlo.cc | 2 +- modelling/src/monte_carlo.hh | 2 +- modelling/src/monte_carlo_closer.cc | 2 +- modelling/src/monte_carlo_closer.hh | 2 +- modelling/src/monte_carlo_cooler.cc | 2 +- modelling/src/monte_carlo_cooler.hh | 2 +- modelling/src/monte_carlo_sampler.cc | 2 +- modelling/src/monte_carlo_sampler.hh | 2 +- modelling/src/monte_carlo_scorer.cc | 2 +- modelling/src/monte_carlo_scorer.hh | 2 +- modelling/src/motif_finder.cc | 2 +- modelling/src/motif_finder.hh | 2 +- modelling/src/rigid_blocks.cc | 2 +- modelling/src/rigid_blocks.hh | 2 +- modelling/src/score_container.cc | 2 +- modelling/src/score_container.hh | 2 +- modelling/src/scoring_weights.cc | 2 +- modelling/src/scoring_weights.hh | 2 +- modelling/src/sidechain_env_listener.cc | 2 +- modelling/src/sidechain_env_listener.hh | 2 +- modelling/src/sidechain_reconstructor.cc | 2 +- modelling/src/sidechain_reconstructor.hh | 2 +- modelling/tests/test_close_gaps.py | 2 +- modelling/tests/test_gap_extension.py | 2 +- modelling/tests/test_loop_candidates.cc | 2 +- modelling/tests/test_loop_closing.cc | 2 +- modelling/tests/test_modelling.py | 2 +- modelling/tests/test_pipeline.py | 2 +- modelling/tests/test_ring_punches.py | 2 +- modelling/tests/test_sidechain_reconstruction.py | 2 +- modelling/tests/test_sidechain_reconstructor.cc | 2 +- modelling/tests/tests.cc | 2 +- 83 files changed, 83 insertions(+), 83 deletions(-) diff --git a/NOTICE b/NOTICE index 87ee5943..4f3f44b0 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ ProMod3 - A Versatile Homology Modelling Toolbox -Copyright (c) 2013-2018, SIB - Swiss Institute of Bioinformatics and +Copyright (c) 2013-2020, SIB - Swiss Institute of Bioinformatics and Biozentrum - University of Basel ProMod3 is developed in the Schwede lab at the Biozentrum - University of Basel. diff --git a/modelling/doc/algorithms.rst b/modelling/doc/algorithms.rst index 7c775b0a..347634f1 100644 --- a/modelling/doc/algorithms.rst +++ b/modelling/doc/algorithms.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/modelling/doc/gap_handling.rst b/modelling/doc/gap_handling.rst index b70d39a5..4143a9c4 100644 --- a/modelling/doc/gap_handling.rst +++ b/modelling/doc/gap_handling.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/modelling/doc/index.rst b/modelling/doc/index.rst index ce9be313..c183c74c 100644 --- a/modelling/doc/index.rst +++ b/modelling/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/modelling/doc/loop_candidates.rst b/modelling/doc/loop_candidates.rst index 927107a0..136f6b94 100644 --- a/modelling/doc/loop_candidates.rst +++ b/modelling/doc/loop_candidates.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/modelling/doc/loop_closing.rst b/modelling/doc/loop_closing.rst index 21b842f5..1239fe63 100644 --- a/modelling/doc/loop_closing.rst +++ b/modelling/doc/loop_closing.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/modelling/doc/model_checking.rst b/modelling/doc/model_checking.rst index 03763e17..ab5b5eb9 100644 --- a/modelling/doc/model_checking.rst +++ b/modelling/doc/model_checking.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/modelling/doc/monte_carlo.rst b/modelling/doc/monte_carlo.rst index 1cb924b4..31f5dea5 100644 --- a/modelling/doc/monte_carlo.rst +++ b/modelling/doc/monte_carlo.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/modelling/doc/pipeline.rst b/modelling/doc/pipeline.rst index fb5b239c..3e90542c 100644 --- a/modelling/doc/pipeline.rst +++ b/modelling/doc/pipeline.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/modelling/doc/sidechain_reconstruction.rst b/modelling/doc/sidechain_reconstruction.rst index f6a076c6..11c4bfd9 100644 --- a/modelling/doc/sidechain_reconstruction.rst +++ b/modelling/doc/sidechain_reconstruction.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/modelling/pymod/__init__.py b/modelling/pymod/__init__.py index 6e69df18..35976792 100644 --- a/modelling/pymod/__init__.py +++ b/modelling/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/modelling/pymod/_closegaps.py b/modelling/pymod/_closegaps.py index fef838bf..5fdf7a44 100644 --- a/modelling/pymod/_closegaps.py +++ b/modelling/pymod/_closegaps.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/_denovo.py b/modelling/pymod/_denovo.py index 82ff21de..3c56401e 100644 --- a/modelling/pymod/_denovo.py +++ b/modelling/pymod/_denovo.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/_fragger_handle.py b/modelling/pymod/_fragger_handle.py index 6a7c05e9..ccdccaf2 100644 --- a/modelling/pymod/_fragger_handle.py +++ b/modelling/pymod/_fragger_handle.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/_mhandle_helper.py b/modelling/pymod/_mhandle_helper.py index c7f1048a..e213c117 100644 --- a/modelling/pymod/_mhandle_helper.py +++ b/modelling/pymod/_mhandle_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/modelling/pymod/_molprobity.py b/modelling/pymod/_molprobity.py index d88adfc5..c1dcc9a9 100644 --- a/modelling/pymod/_molprobity.py +++ b/modelling/pymod/_molprobity.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/_monte_carlo.py b/modelling/pymod/_monte_carlo.py index 13a085cc..d33e1ded 100644 --- a/modelling/pymod/_monte_carlo.py +++ b/modelling/pymod/_monte_carlo.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/_pipeline.py b/modelling/pymod/_pipeline.py index 52a8136a..44b2ef01 100644 --- a/modelling/pymod/_pipeline.py +++ b/modelling/pymod/_pipeline.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/_reconstruct_sidechains.py b/modelling/pymod/_reconstruct_sidechains.py index 1342e948..73563312 100644 --- a/modelling/pymod/_reconstruct_sidechains.py +++ b/modelling/pymod/_reconstruct_sidechains.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/_ring_punches.py b/modelling/pymod/_ring_punches.py index bb10682a..56f3a2c5 100644 --- a/modelling/pymod/_ring_punches.py +++ b/modelling/pymod/_ring_punches.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_extension_scheme.cc b/modelling/pymod/export_extension_scheme.cc index 26298341..c3b4bfc8 100644 --- a/modelling/pymod/export_extension_scheme.cc +++ b/modelling/pymod/export_extension_scheme.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/modelling/pymod/export_gap.cc b/modelling/pymod/export_gap.cc index de39d2c2..1e790de3 100644 --- a/modelling/pymod/export_gap.cc +++ b/modelling/pymod/export_gap.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/modelling/pymod/export_gap_extender.cc b/modelling/pymod/export_gap_extender.cc index 3d530e19..c8bbcd0e 100644 --- a/modelling/pymod/export_gap_extender.cc +++ b/modelling/pymod/export_gap_extender.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/modelling/pymod/export_loop_candidate.cc b/modelling/pymod/export_loop_candidate.cc index 56439500..10ff5d18 100644 --- a/modelling/pymod/export_loop_candidate.cc +++ b/modelling/pymod/export_loop_candidate.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/modelling/pymod/export_loop_closure.cc b/modelling/pymod/export_loop_closure.cc index 0a28b6be..d0bc9e41 100644 --- a/modelling/pymod/export_loop_closure.cc +++ b/modelling/pymod/export_loop_closure.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/modelling/pymod/export_model.cc b/modelling/pymod/export_model.cc index 589242c5..a4a0670c 100644 --- a/modelling/pymod/export_model.cc +++ b/modelling/pymod/export_model.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/modelling/pymod/export_monte_carlo.cc b/modelling/pymod/export_monte_carlo.cc index 32950cdb..1f5cf420 100644 --- a/modelling/pymod/export_monte_carlo.cc +++ b/modelling/pymod/export_monte_carlo.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/modelling/pymod/export_motif_finder.cc b/modelling/pymod/export_motif_finder.cc index 4f107f82..e966af44 100644 --- a/modelling/pymod/export_motif_finder.cc +++ b/modelling/pymod/export_motif_finder.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2020, 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_rigid_blocks.cc b/modelling/pymod/export_rigid_blocks.cc index 36763f3a..bf22a923 100644 --- a/modelling/pymod/export_rigid_blocks.cc +++ b/modelling/pymod/export_rigid_blocks.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/modelling/pymod/export_score_container.cc b/modelling/pymod/export_score_container.cc index 4afef319..7399c4f4 100644 --- a/modelling/pymod/export_score_container.cc +++ b/modelling/pymod/export_score_container.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/modelling/pymod/export_scoring_weights.cc b/modelling/pymod/export_scoring_weights.cc index c100ec80..dccdde27 100644 --- a/modelling/pymod/export_scoring_weights.cc +++ b/modelling/pymod/export_scoring_weights.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/modelling/pymod/export_sidechain_reconstructor.cc b/modelling/pymod/export_sidechain_reconstructor.cc index 0d270147..c021d49c 100644 --- a/modelling/pymod/export_sidechain_reconstructor.cc +++ b/modelling/pymod/export_sidechain_reconstructor.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/modelling/pymod/wrap_modelling.cc b/modelling/pymod/wrap_modelling.cc index 3cd41a88..39b82e4f 100644 --- a/modelling/pymod/wrap_modelling.cc +++ b/modelling/pymod/wrap_modelling.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/modelling/src/all_atom_relaxer.cc b/modelling/src/all_atom_relaxer.cc index a7dd1ab6..5541b614 100644 --- a/modelling/src/all_atom_relaxer.cc +++ b/modelling/src/all_atom_relaxer.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/modelling/src/all_atom_relaxer.hh b/modelling/src/all_atom_relaxer.hh index 1e594df5..bf5aed6a 100644 --- a/modelling/src/all_atom_relaxer.hh +++ b/modelling/src/all_atom_relaxer.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/modelling/src/backbone_relaxer.cc b/modelling/src/backbone_relaxer.cc index c2212c92..79587e73 100644 --- a/modelling/src/backbone_relaxer.cc +++ b/modelling/src/backbone_relaxer.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/modelling/src/backbone_relaxer.hh b/modelling/src/backbone_relaxer.hh index 0d5499a3..6f67eebc 100644 --- a/modelling/src/backbone_relaxer.hh +++ b/modelling/src/backbone_relaxer.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/modelling/src/ccd.cc b/modelling/src/ccd.cc index 10ffafae..9bf6a598 100644 --- a/modelling/src/ccd.cc +++ b/modelling/src/ccd.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/modelling/src/ccd.hh b/modelling/src/ccd.hh index 4d82a32f..a8a9dffc 100644 --- a/modelling/src/ccd.hh +++ b/modelling/src/ccd.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/modelling/src/extension_scheme.cc b/modelling/src/extension_scheme.cc index 5e3535a8..f64d9c95 100644 --- a/modelling/src/extension_scheme.cc +++ b/modelling/src/extension_scheme.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/modelling/src/extension_scheme.hh b/modelling/src/extension_scheme.hh index 46de0349..89cc73c3 100644 --- a/modelling/src/extension_scheme.hh +++ b/modelling/src/extension_scheme.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/modelling/src/gap.cc b/modelling/src/gap.cc index 5c13071e..4dd645ea 100644 --- a/modelling/src/gap.cc +++ b/modelling/src/gap.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/modelling/src/gap.hh b/modelling/src/gap.hh index b8bb9d5e..92f1f026 100644 --- a/modelling/src/gap.hh +++ b/modelling/src/gap.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/modelling/src/gap_extender.cc b/modelling/src/gap_extender.cc index 2d723c4a..8640a0a7 100644 --- a/modelling/src/gap_extender.cc +++ b/modelling/src/gap_extender.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/modelling/src/gap_extender.hh b/modelling/src/gap_extender.hh index 625b6f58..469ce429 100644 --- a/modelling/src/gap_extender.hh +++ b/modelling/src/gap_extender.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/modelling/src/kic.cc b/modelling/src/kic.cc index 8571fa07..7e27286a 100644 --- a/modelling/src/kic.cc +++ b/modelling/src/kic.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/modelling/src/kic.hh b/modelling/src/kic.hh index 02166346..3548e5d1 100644 --- a/modelling/src/kic.hh +++ b/modelling/src/kic.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/modelling/src/loop_candidate.cc b/modelling/src/loop_candidate.cc index 85397056..20bc0a0d 100644 --- a/modelling/src/loop_candidate.cc +++ b/modelling/src/loop_candidate.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/modelling/src/loop_candidate.hh b/modelling/src/loop_candidate.hh index 14c6accf..a34de662 100644 --- a/modelling/src/loop_candidate.hh +++ b/modelling/src/loop_candidate.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/modelling/src/model.cc b/modelling/src/model.cc index a4ef588e..627d0cff 100644 --- a/modelling/src/model.cc +++ b/modelling/src/model.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/modelling/src/model.hh b/modelling/src/model.hh index e7503d8a..a0facde1 100644 --- a/modelling/src/model.hh +++ b/modelling/src/model.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/modelling/src/monte_carlo.cc b/modelling/src/monte_carlo.cc index 3c9782d1..62038a0d 100644 --- a/modelling/src/monte_carlo.cc +++ b/modelling/src/monte_carlo.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/modelling/src/monte_carlo.hh b/modelling/src/monte_carlo.hh index 1e573957..e0f6c3df 100644 --- a/modelling/src/monte_carlo.hh +++ b/modelling/src/monte_carlo.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/modelling/src/monte_carlo_closer.cc b/modelling/src/monte_carlo_closer.cc index 02d20b40..f0ce1d30 100644 --- a/modelling/src/monte_carlo_closer.cc +++ b/modelling/src/monte_carlo_closer.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/modelling/src/monte_carlo_closer.hh b/modelling/src/monte_carlo_closer.hh index 28feb029..ecdfe8f5 100644 --- a/modelling/src/monte_carlo_closer.hh +++ b/modelling/src/monte_carlo_closer.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/modelling/src/monte_carlo_cooler.cc b/modelling/src/monte_carlo_cooler.cc index 1b50af21..d0d74e82 100644 --- a/modelling/src/monte_carlo_cooler.cc +++ b/modelling/src/monte_carlo_cooler.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/modelling/src/monte_carlo_cooler.hh b/modelling/src/monte_carlo_cooler.hh index 8906e454..78607173 100644 --- a/modelling/src/monte_carlo_cooler.hh +++ b/modelling/src/monte_carlo_cooler.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/modelling/src/monte_carlo_sampler.cc b/modelling/src/monte_carlo_sampler.cc index 31e398be..be0bd23d 100644 --- a/modelling/src/monte_carlo_sampler.cc +++ b/modelling/src/monte_carlo_sampler.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/modelling/src/monte_carlo_sampler.hh b/modelling/src/monte_carlo_sampler.hh index e3e7223c..d44e38d6 100644 --- a/modelling/src/monte_carlo_sampler.hh +++ b/modelling/src/monte_carlo_sampler.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/modelling/src/monte_carlo_scorer.cc b/modelling/src/monte_carlo_scorer.cc index e13fb443..db0d6fea 100644 --- a/modelling/src/monte_carlo_scorer.cc +++ b/modelling/src/monte_carlo_scorer.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/modelling/src/monte_carlo_scorer.hh b/modelling/src/monte_carlo_scorer.hh index b4788058..feceeffc 100644 --- a/modelling/src/monte_carlo_scorer.hh +++ b/modelling/src/monte_carlo_scorer.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/modelling/src/motif_finder.cc b/modelling/src/motif_finder.cc index d34d7fae..61c62f07 100644 --- a/modelling/src/motif_finder.cc +++ b/modelling/src/motif_finder.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2020, 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 04b8769d..72991120 100644 --- a/modelling/src/motif_finder.hh +++ b/modelling/src/motif_finder.hh @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2020, 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/rigid_blocks.cc b/modelling/src/rigid_blocks.cc index d334a932..abf2f7b9 100644 --- a/modelling/src/rigid_blocks.cc +++ b/modelling/src/rigid_blocks.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/modelling/src/rigid_blocks.hh b/modelling/src/rigid_blocks.hh index 9cddf925..c7c4f959 100644 --- a/modelling/src/rigid_blocks.hh +++ b/modelling/src/rigid_blocks.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/modelling/src/score_container.cc b/modelling/src/score_container.cc index 0a707265..57d3832a 100644 --- a/modelling/src/score_container.cc +++ b/modelling/src/score_container.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/modelling/src/score_container.hh b/modelling/src/score_container.hh index 08ba7678..67b04085 100644 --- a/modelling/src/score_container.hh +++ b/modelling/src/score_container.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/modelling/src/scoring_weights.cc b/modelling/src/scoring_weights.cc index aa484910..7734e6f2 100644 --- a/modelling/src/scoring_weights.cc +++ b/modelling/src/scoring_weights.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/modelling/src/scoring_weights.hh b/modelling/src/scoring_weights.hh index 72f59dc8..fe3b3aee 100644 --- a/modelling/src/scoring_weights.hh +++ b/modelling/src/scoring_weights.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/modelling/src/sidechain_env_listener.cc b/modelling/src/sidechain_env_listener.cc index 160a0675..c27244c0 100644 --- a/modelling/src/sidechain_env_listener.cc +++ b/modelling/src/sidechain_env_listener.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/modelling/src/sidechain_env_listener.hh b/modelling/src/sidechain_env_listener.hh index 087c606b..7406d56d 100644 --- a/modelling/src/sidechain_env_listener.hh +++ b/modelling/src/sidechain_env_listener.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/modelling/src/sidechain_reconstructor.cc b/modelling/src/sidechain_reconstructor.cc index 008c5a41..1db44627 100644 --- a/modelling/src/sidechain_reconstructor.cc +++ b/modelling/src/sidechain_reconstructor.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/modelling/src/sidechain_reconstructor.hh b/modelling/src/sidechain_reconstructor.hh index 167493b0..0ae9d4c0 100644 --- a/modelling/src/sidechain_reconstructor.hh +++ b/modelling/src/sidechain_reconstructor.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/modelling/tests/test_close_gaps.py b/modelling/tests/test_close_gaps.py index ff2e2328..f2eb4882 100644 --- a/modelling/tests/test_close_gaps.py +++ b/modelling/tests/test_close_gaps.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/tests/test_gap_extension.py b/modelling/tests/test_gap_extension.py index 2c7b5d93..90e26d5f 100644 --- a/modelling/tests/test_gap_extension.py +++ b/modelling/tests/test_gap_extension.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/tests/test_loop_candidates.cc b/modelling/tests/test_loop_candidates.cc index 8464dbad..603fbe7a 100644 --- a/modelling/tests/test_loop_candidates.cc +++ b/modelling/tests/test_loop_candidates.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/modelling/tests/test_loop_closing.cc b/modelling/tests/test_loop_closing.cc index 588bbeeb..46fb0e97 100644 --- a/modelling/tests/test_loop_closing.cc +++ b/modelling/tests/test_loop_closing.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/modelling/tests/test_modelling.py b/modelling/tests/test_modelling.py index 204854b8..31cb60c4 100644 --- a/modelling/tests/test_modelling.py +++ b/modelling/tests/test_modelling.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/tests/test_pipeline.py b/modelling/tests/test_pipeline.py index 0ab9462a..1d5baa8c 100644 --- a/modelling/tests/test_pipeline.py +++ b/modelling/tests/test_pipeline.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/tests/test_ring_punches.py b/modelling/tests/test_ring_punches.py index 64d1b1b8..fd388bfd 100644 --- a/modelling/tests/test_ring_punches.py +++ b/modelling/tests/test_ring_punches.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/tests/test_sidechain_reconstruction.py b/modelling/tests/test_sidechain_reconstruction.py index 7b5a988f..5d773b63 100644 --- a/modelling/tests/test_sidechain_reconstruction.py +++ b/modelling/tests/test_sidechain_reconstruction.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/tests/test_sidechain_reconstructor.cc b/modelling/tests/test_sidechain_reconstructor.cc index 7a88f281..9a0c3ff4 100644 --- a/modelling/tests/test_sidechain_reconstructor.cc +++ b/modelling/tests/test_sidechain_reconstructor.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/modelling/tests/tests.cc b/modelling/tests/tests.cc index 01f5d05d..c3106840 100644 --- a/modelling/tests/tests.cc +++ b/modelling/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