Skip to content

Commit ee9fb0c

Browse files
committed
CI: Fix copyright in CLI tests
Prior to 9d207ad these tets were not being properly assessed, which allowed out-of-date copyright headers to persist in the reference test data.
1 parent 9d207ad commit ee9fb0c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

python/mrtrix3/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
CMDLINE = None
5555

5656

57-
57+
# This is auto-populated by script "update_copyright"
5858
_DEFAULT_COPYRIGHT = \
5959
'''Copyright (c) 2008-2025 the MRtrix3 contributors.
6060

testing/data/cpp_cli/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ AAUUTTHHOORR
108108
Robert E. Smith (robert.smith@florey.edu.au)
109109

110110
CCOOPPYYRRIIGGHHTT
111-
Copyright (c) 2008-2024 the MRtrix3 contributors.
111+
Copyright (c) 2008-2025 the MRtrix3 contributors.
112112
This Source Code Form is subject to the terms of the Mozilla Public
113113
License, v. 2.0. If a copy of the MPL was not distributed with this
114114
file, You can obtain one at http://mozilla.org/MPL/2.0/.

testing/data/cpp_cli/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Tournier, J.-D.; Smith, R. E.; Raffelt, D.; Tabbara, R.; Dhollander, T.; Pietsch
7575

7676
**Author:** Robert E. Smith (robert.smith@florey.edu.au)
7777

78-
**Copyright:** Copyright (c) 2008-2024 the MRtrix3 contributors.
78+
**Copyright:** Copyright (c) 2008-2025 the MRtrix3 contributors.
7979

8080
This Source Code Form is subject to the terms of the Mozilla Public
8181
License, v. 2.0. If a copy of the MPL was not distributed with this

testing/data/cpp_cli/restructured_text.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Tournier, J.-D.; Smith, R. E.; Raffelt, D.; Tabbara, R.; Dhollander, T.; Pietsch
8686

8787
**Author:** Robert E. Smith (robert.smith@florey.edu.au)
8888

89-
**Copyright:** Copyright (c) 2008-2024 the MRtrix3 contributors.
89+
**Copyright:** Copyright (c) 2008-2025 the MRtrix3 contributors.
9090

9191
This Source Code Form is subject to the terms of the Mozilla Public
9292
License, v. 2.0. If a copy of the MPL was not distributed with this

0 commit comments

Comments
 (0)