Skip to content

Commit

Permalink
Set static copyright year to 2021 in all relevant files (#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc authored Jan 2, 2025
2 parents 13f3227 + ee5b93c commit 144797b
Show file tree
Hide file tree
Showing 425 changed files with 425 additions and 424 deletions.
2 changes: 1 addition & 1 deletion .licenserc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"**/*.py": "# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI\n# SPDX - License - Identifier: GPL-3.0-or-later"
"**/*.py": "# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI\n# SPDX - License - Identifier: GPL-3.0-or-later"
}
2 changes: 1 addition & 1 deletion AddLicensesToFiles.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion CheckLicensesInFiles.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion conda/make_versions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
import os
Expand Down
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion docs/ext/operations_user_doc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion docs/ext/release_notes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
1 change: 1 addition & 0 deletions docs/release_notes/next/dev-2436-static-copywrite
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2436: Use static copyright years
2 changes: 1 addition & 1 deletion mantidimaging/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
"""
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
import time
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/data/dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
import uuid
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/data/imagestack.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/data/reconlist.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/data/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
2 changes: 1 addition & 1 deletion mantidimaging/core/data/test/dataset_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/data/test/fake_logfile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/data/test/image_stack_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/data/test/reconlist_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
import unittest
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/data/utility.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/gpu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
2 changes: 1 addition & 1 deletion mantidimaging/core/gpu/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
2 changes: 1 addition & 1 deletion mantidimaging/core/gpu/test/gpu_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/gpu/test/import_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/gpu/utility.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/csv_output.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
from typing import IO
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/filenames.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/instrument_log.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/instrument_log_implmentations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/loader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/loader/img_loader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
"""
This module handles the loading of FIT, FITS, TIF, TIFF
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/loader/loader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
import os
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/loader/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
2 changes: 1 addition & 1 deletion mantidimaging/core/io/loader/test/instrument_log_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/loader/test/instrument_log_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/loader/test/loader_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/saver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
import datetime
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
2 changes: 1 addition & 1 deletion mantidimaging/core/io/test/filenames_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/test/io_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
import datetime
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/test/test_csv_output.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
import io
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/test/utility_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/io/utility.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/net/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
2 changes: 1 addition & 1 deletion mantidimaging/core/net/help_pages.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/net/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
2 changes: 1 addition & 1 deletion mantidimaging/core/net/test/help_pages_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/operation_history/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
2 changes: 1 addition & 1 deletion mantidimaging/core/operation_history/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/operation_history/operations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/operation_history/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/operations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
2 changes: 1 addition & 1 deletion mantidimaging/core/operations/arithmetic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/operations/arithmetic/arithmetic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
from functools import partial
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/operations/arithmetic/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
import unittest
Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/operations/base_filter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/operations/circular_mask/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/operations/clip_values/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/operations/clip_values/clip_values.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion mantidimaging/core/operations/clip_values/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 ISIS Rutherford Appleton Laboratory UKRI
# Copyright (C) 2021 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later
from __future__ import annotations
Loading

0 comments on commit 144797b

Please sign in to comment.