diff --git a/HEADER b/HEADER index a5aaa891..dc9fddaa 100644 --- a/HEADER +++ b/HEADER @@ -1,7 +1,7 @@ The Procrustes library provides a set of functions for transforming a matrix to make it as similar as possible to a target matrix. -Copyright (C) 2017-2022 The QC-Devs Community +Copyright (C) 2017-2024 The QC-Devs Community This file is part of Procrustes. diff --git a/procrustes/__init__.py b/procrustes/__init__.py index f89a5e77..10d9dcbd 100644 --- a/procrustes/__init__.py +++ b/procrustes/__init__.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/generalized.py b/procrustes/generalized.py index d0ee4a45..e261912c 100644 --- a/procrustes/generalized.py +++ b/procrustes/generalized.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/generic.py b/procrustes/generic.py index 7799c392..a5699afd 100644 --- a/procrustes/generic.py +++ b/procrustes/generic.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/kopt.py b/procrustes/kopt.py index 7701e673..6362e01c 100644 --- a/procrustes/kopt.py +++ b/procrustes/kopt.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/orthogonal.py b/procrustes/orthogonal.py index c458fdd1..67cbec35 100644 --- a/procrustes/orthogonal.py +++ b/procrustes/orthogonal.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/permutation.py b/procrustes/permutation.py index 09dc5b5b..61b6cbfa 100644 --- a/procrustes/permutation.py +++ b/procrustes/permutation.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/psdp.py b/procrustes/psdp.py index e82e35cb..8daccb68 100644 --- a/procrustes/psdp.py +++ b/procrustes/psdp.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/rotational.py b/procrustes/rotational.py index b474e867..aeb8e274 100644 --- a/procrustes/rotational.py +++ b/procrustes/rotational.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/softassign.py b/procrustes/softassign.py index 15f487d7..92dbcdfd 100644 --- a/procrustes/softassign.py +++ b/procrustes/softassign.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/symmetric.py b/procrustes/symmetric.py index 28b48513..85572d04 100644 --- a/procrustes/symmetric.py +++ b/procrustes/symmetric.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/test/__init__.py b/procrustes/test/__init__.py index 0f70ff5c..f3cc8927 100644 --- a/procrustes/test/__init__.py +++ b/procrustes/test/__init__.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/test/common.py b/procrustes/test/common.py index f13f8374..6f9d328f 100644 --- a/procrustes/test/common.py +++ b/procrustes/test/common.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/test/test_generalized.py b/procrustes/test/test_generalized.py index 47e5828f..843f9274 100644 --- a/procrustes/test/test_generalized.py +++ b/procrustes/test/test_generalized.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/test/test_generic.py b/procrustes/test/test_generic.py index 42eb1a2f..ea744842 100644 --- a/procrustes/test/test_generic.py +++ b/procrustes/test/test_generic.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/test/test_kopt.py b/procrustes/test/test_kopt.py index 33ebbac0..eab7b8df 100644 --- a/procrustes/test/test_kopt.py +++ b/procrustes/test/test_kopt.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/test/test_orthogonal.py b/procrustes/test/test_orthogonal.py index b20756e4..8ecc0346 100644 --- a/procrustes/test/test_orthogonal.py +++ b/procrustes/test/test_orthogonal.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/test/test_permutation.py b/procrustes/test/test_permutation.py index 8e752b73..9c7257f3 100644 --- a/procrustes/test/test_permutation.py +++ b/procrustes/test/test_permutation.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/test/test_psdp.py b/procrustes/test/test_psdp.py index 5356ea89..9220ea3f 100644 --- a/procrustes/test/test_psdp.py +++ b/procrustes/test/test_psdp.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/test/test_rotational.py b/procrustes/test/test_rotational.py index 2ac36f75..55f28b95 100644 --- a/procrustes/test/test_rotational.py +++ b/procrustes/test/test_rotational.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/test/test_softassign.py b/procrustes/test/test_softassign.py index 7cdd58b5..fcea9ece 100644 --- a/procrustes/test/test_softassign.py +++ b/procrustes/test/test_softassign.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/test/test_symmetric.py b/procrustes/test/test_symmetric.py index c0a5f537..99fb0863 100644 --- a/procrustes/test/test_symmetric.py +++ b/procrustes/test/test_symmetric.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/test/test_utils.py b/procrustes/test/test_utils.py index ec8c9ccd..a8e356f2 100644 --- a/procrustes/test/test_utils.py +++ b/procrustes/test/test_utils.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/procrustes/utils.py b/procrustes/utils.py index 601671a1..52712c57 100644 --- a/procrustes/utils.py +++ b/procrustes/utils.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. # diff --git a/updateheaders.py b/updateheaders.py index 30ea58c1..721183d6 100644 --- a/updateheaders.py +++ b/updateheaders.py @@ -2,7 +2,7 @@ # The Procrustes library provides a set of functions for transforming # a matrix to make it as similar as possible to a target matrix. # -# Copyright (C) 2017-2022 The QC-Devs Community +# Copyright (C) 2017-2024 The QC-Devs Community # # This file is part of Procrustes. #