Skip to content

Commit 8f1173a

Browse files
authored
Update time stamp to 2025 (#220)
1 parent a251368 commit 8f1173a

26 files changed

Lines changed: 27 additions & 27 deletions

HEADER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The Procrustes library provides a set of functions for transforming
22
a matrix to make it as similar as possible to a target matrix.
33

4-
Copyright (C) 2017-2024 The QC-Devs Community
4+
Copyright (C) 2017-2025 The QC-Devs Community
55

66
This file is part of Procrustes.
77

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The Procrustes library provides a set of functions for transforming
33
# a matrix to make it as similar as possible to a target matrix.
44
#
5-
# Copyright (C) 2017-2024 The QC-Devs Community
5+
# Copyright (C) 2017-2025 The QC-Devs Community
66
#
77
# This file is part of Procrustes.
88
#
@@ -130,7 +130,7 @@
130130

131131
# General information about the project.
132132
project = 'Procrustes'
133-
copyright = "2017-2024, The QC-Devs Community"
133+
copyright = "2017-2025, The QC-Devs Community"
134134
author = 'The QC-Devs Community'
135135

136136
# The version info for the project you're documenting, acts as replacement for

procrustes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The Procrustes library provides a set of functions for transforming
33
# a matrix to make it as similar as possible to a target matrix.
44
#
5-
# Copyright (C) 2017-2024 The QC-Devs Community
5+
# Copyright (C) 2017-2025 The QC-Devs Community
66
#
77
# This file is part of Procrustes.
88
#

procrustes/generalized.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The Procrustes library provides a set of functions for transforming
33
# a matrix to make it as similar as possible to a target matrix.
44
#
5-
# Copyright (C) 2017-2024 The QC-Devs Community
5+
# Copyright (C) 2017-2025 The QC-Devs Community
66
#
77
# This file is part of Procrustes.
88
#

procrustes/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The Procrustes library provides a set of functions for transforming
33
# a matrix to make it as similar as possible to a target matrix.
44
#
5-
# Copyright (C) 2017-2024 The QC-Devs Community
5+
# Copyright (C) 2017-2025 The QC-Devs Community
66
#
77
# This file is part of Procrustes.
88
#

procrustes/kopt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The Procrustes library provides a set of functions for transforming
33
# a matrix to make it as similar as possible to a target matrix.
44
#
5-
# Copyright (C) 2017-2024 The QC-Devs Community
5+
# Copyright (C) 2017-2025 The QC-Devs Community
66
#
77
# This file is part of Procrustes.
88
#

procrustes/orthogonal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The Procrustes library provides a set of functions for transforming
33
# a matrix to make it as similar as possible to a target matrix.
44
#
5-
# Copyright (C) 2017-2024 The QC-Devs Community
5+
# Copyright (C) 2017-2025 The QC-Devs Community
66
#
77
# This file is part of Procrustes.
88
#

procrustes/permutation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The Procrustes library provides a set of functions for transforming
33
# a matrix to make it as similar as possible to a target matrix.
44
#
5-
# Copyright (C) 2017-2024 The QC-Devs Community
5+
# Copyright (C) 2017-2025 The QC-Devs Community
66
#
77
# This file is part of Procrustes.
88
#

procrustes/psdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The Procrustes library provides a set of functions for transforming
33
# a matrix to make it as similar as possible to a target matrix.
44
#
5-
# Copyright (C) 2017-2024 The QC-Devs Community
5+
# Copyright (C) 2017-2025 The QC-Devs Community
66
#
77
# This file is part of Procrustes.
88
#

procrustes/rotational.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The Procrustes library provides a set of functions for transforming
33
# a matrix to make it as similar as possible to a target matrix.
44
#
5-
# Copyright (C) 2017-2024 The QC-Devs Community
5+
# Copyright (C) 2017-2025 The QC-Devs Community
66
#
77
# This file is part of Procrustes.
88
#

0 commit comments

Comments
 (0)