From ee5b93c7abe18ea4326321f1e46787c1741cacc8 Mon Sep 17 00:00:00 2001 From: ashmeigh Date: Thu, 2 Jan 2025 14:08:30 +0000 Subject: [PATCH] Updated copyright year to reflect 2021 for all relevant files. --- .licenserc.json | 2 +- AddLicensesToFiles.py | 2 +- CheckLicensesInFiles.py | 2 +- conda/make_versions.py | 2 +- conftest.py | 2 +- docs/conf.py | 2 +- docs/ext/operations_user_doc.py | 2 +- docs/ext/release_notes.py | 2 +- docs/release_notes/next/dev-2436-static-copywrite | 1 + mantidimaging/__init__.py | 2 +- mantidimaging/__main__.py | 2 +- mantidimaging/core/__init__.py | 2 +- mantidimaging/core/data/__init__.py | 2 +- mantidimaging/core/data/dataset.py | 2 +- mantidimaging/core/data/imagestack.py | 2 +- mantidimaging/core/data/reconlist.py | 2 +- mantidimaging/core/data/test/__init__.py | 2 +- mantidimaging/core/data/test/dataset_test.py | 2 +- mantidimaging/core/data/test/fake_logfile.py | 2 +- mantidimaging/core/data/test/image_stack_test.py | 2 +- mantidimaging/core/data/test/reconlist_test.py | 2 +- mantidimaging/core/data/utility.py | 2 +- mantidimaging/core/gpu/__init__.py | 2 +- mantidimaging/core/gpu/test/__init__.py | 2 +- mantidimaging/core/gpu/test/gpu_test.py | 2 +- mantidimaging/core/gpu/test/import_test.py | 2 +- mantidimaging/core/gpu/utility.py | 2 +- mantidimaging/core/io/__init__.py | 2 +- mantidimaging/core/io/csv_output.py | 2 +- mantidimaging/core/io/filenames.py | 2 +- mantidimaging/core/io/instrument_log.py | 2 +- mantidimaging/core/io/instrument_log_implmentations.py | 2 +- mantidimaging/core/io/loader/__init__.py | 2 +- mantidimaging/core/io/loader/img_loader.py | 2 +- mantidimaging/core/io/loader/loader.py | 2 +- mantidimaging/core/io/loader/test/__init__.py | 2 +- mantidimaging/core/io/loader/test/instrument_log_data.py | 2 +- mantidimaging/core/io/loader/test/instrument_log_test.py | 2 +- mantidimaging/core/io/loader/test/loader_test.py | 2 +- mantidimaging/core/io/saver.py | 2 +- mantidimaging/core/io/test/__init__.py | 2 +- mantidimaging/core/io/test/filenames_test.py | 2 +- mantidimaging/core/io/test/io_test.py | 2 +- mantidimaging/core/io/test/test_csv_output.py | 2 +- mantidimaging/core/io/test/utility_test.py | 2 +- mantidimaging/core/io/utility.py | 2 +- mantidimaging/core/net/__init__.py | 2 +- mantidimaging/core/net/help_pages.py | 2 +- mantidimaging/core/net/test/__init__.py | 2 +- mantidimaging/core/net/test/help_pages_test.py | 2 +- mantidimaging/core/operation_history/__init__.py | 2 +- mantidimaging/core/operation_history/const.py | 2 +- mantidimaging/core/operation_history/operations.py | 2 +- mantidimaging/core/operation_history/test/__init__.py | 2 +- .../core/operation_history/test/operation_history_test.py | 2 +- mantidimaging/core/operations/__init__.py | 2 +- mantidimaging/core/operations/arithmetic/__init__.py | 2 +- mantidimaging/core/operations/arithmetic/arithmetic.py | 2 +- mantidimaging/core/operations/arithmetic/test/__init__.py | 2 +- .../core/operations/arithmetic/test/arithmetic_test.py | 2 +- mantidimaging/core/operations/base_filter.py | 2 +- mantidimaging/core/operations/circular_mask/__init__.py | 2 +- mantidimaging/core/operations/circular_mask/circular_mask.py | 2 +- mantidimaging/core/operations/circular_mask/test/__init__.py | 2 +- .../core/operations/circular_mask/test/circular_mask_test.py | 2 +- mantidimaging/core/operations/clip_values/__init__.py | 2 +- mantidimaging/core/operations/clip_values/clip_values.py | 2 +- mantidimaging/core/operations/clip_values/test/__init__.py | 2 +- .../core/operations/clip_values/test/clip_values_test.py | 2 +- mantidimaging/core/operations/crop_coords/__init__.py | 2 +- mantidimaging/core/operations/crop_coords/crop_coords.py | 2 +- mantidimaging/core/operations/crop_coords/test/__init__.py | 2 +- .../core/operations/crop_coords/test/crop_coords_test.py | 2 +- mantidimaging/core/operations/divide/__init__.py | 2 +- mantidimaging/core/operations/divide/divide.py | 2 +- mantidimaging/core/operations/divide/test/__init__.py | 2 +- mantidimaging/core/operations/divide/test/divide_test.py | 2 +- mantidimaging/core/operations/flat_fielding/__init__.py | 2 +- mantidimaging/core/operations/flat_fielding/flat_fielding.py | 2 +- mantidimaging/core/operations/flat_fielding/test/__init__.py | 2 +- .../core/operations/flat_fielding/test/flat_fielding_test.py | 2 +- mantidimaging/core/operations/gaussian/__init__.py | 2 +- mantidimaging/core/operations/gaussian/gaussian.py | 2 +- mantidimaging/core/operations/gaussian/test/__init__.py | 2 +- mantidimaging/core/operations/gaussian/test/gaussian_test.py | 2 +- mantidimaging/core/operations/loader.py | 2 +- mantidimaging/core/operations/median_filter/__init__.py | 2 +- mantidimaging/core/operations/median_filter/median_filter.py | 2 +- mantidimaging/core/operations/median_filter/test/__init__.py | 2 +- .../core/operations/median_filter/test/median_filter_test.py | 2 +- .../core/operations/median_filter/test/median_kernel_test.py | 2 +- mantidimaging/core/operations/monitor_normalisation/__init__.py | 2 +- .../operations/monitor_normalisation/monitor_normalisation.py | 2 +- .../core/operations/monitor_normalisation/test/__init__.py | 2 +- .../monitor_normalisation/test/monitor_normalisation_test.py | 2 +- mantidimaging/core/operations/nan_removal/__init__.py | 2 +- mantidimaging/core/operations/nan_removal/nan_removal.py | 2 +- mantidimaging/core/operations/nan_removal/test/__init__.py | 2 +- .../core/operations/nan_removal/test/nan_removal_test.py | 2 +- mantidimaging/core/operations/outliers/__init__.py | 2 +- mantidimaging/core/operations/outliers/outliers.py | 2 +- mantidimaging/core/operations/outliers/test/__init__.py | 2 +- mantidimaging/core/operations/outliers/test/outliers_test.py | 2 +- mantidimaging/core/operations/rebin/__init__.py | 2 +- mantidimaging/core/operations/rebin/rebin.py | 2 +- mantidimaging/core/operations/rebin/test/__init__.py | 2 +- mantidimaging/core/operations/rebin/test/rebin_test.py | 2 +- mantidimaging/core/operations/remove_all_stripe/__init__.py | 2 +- .../core/operations/remove_all_stripe/remove_all_stripe.py | 2 +- .../core/operations/remove_all_stripe/test/__init__.py | 2 +- .../operations/remove_all_stripe/test/remove_all_stripe_test.py | 2 +- mantidimaging/core/operations/remove_dead_stripe/__init__.py | 2 +- .../core/operations/remove_dead_stripe/remove_dead_stripe.py | 2 +- .../core/operations/remove_dead_stripe/test/__init__.py | 2 +- .../remove_dead_stripe/test/remove_dead_stripe_test.py | 2 +- mantidimaging/core/operations/remove_large_stripe/__init__.py | 2 +- .../core/operations/remove_large_stripe/remove_large_stripe.py | 2 +- .../core/operations/remove_large_stripe/test/__init__.py | 2 +- .../remove_large_stripe/test/remove_large_stripe_test.py | 2 +- .../core/operations/remove_stripe_filtering/__init__.py | 2 +- .../remove_stripe_filtering/remove_stripe_filtering.py | 2 +- .../core/operations/remove_stripe_filtering/test/__init__.py | 2 +- .../test/remove_stripe_filtering_test.py | 2 +- .../core/operations/remove_stripe_sorting_fitting/__init__.py | 2 +- .../remove_stripe_sorting_fitting.py | 2 +- .../operations/remove_stripe_sorting_fitting/test/__init__.py | 2 +- .../test/remove_stripe_sorting_fitting_test.py | 2 +- mantidimaging/core/operations/rescale/__init__.py | 2 +- mantidimaging/core/operations/rescale/rescale.py | 2 +- mantidimaging/core/operations/rescale/rescale_test.py | 2 +- mantidimaging/core/operations/ring_removal/__init__.py | 2 +- mantidimaging/core/operations/ring_removal/ring_removal.py | 2 +- mantidimaging/core/operations/ring_removal/test/__init__.py | 2 +- .../core/operations/ring_removal/test/ring_removal_test.py | 2 +- mantidimaging/core/operations/roi_normalisation/__init__.py | 2 +- .../core/operations/roi_normalisation/roi_normalisation.py | 2 +- .../core/operations/roi_normalisation/test/__init__.py | 2 +- .../operations/roi_normalisation/test/roi_normalisation_test.py | 2 +- mantidimaging/core/operations/rotate_stack/__init__.py | 2 +- mantidimaging/core/operations/rotate_stack/rotate_stack.py | 2 +- mantidimaging/core/operations/rotate_stack/test/__init__.py | 2 +- .../core/operations/rotate_stack/test/rotate_stack_test.py | 2 +- mantidimaging/core/operations/test/__init__.py | 2 +- mantidimaging/core/operations/test/operations_test.py | 2 +- mantidimaging/core/parallel/__init__.py | 2 +- mantidimaging/core/parallel/manager.py | 2 +- mantidimaging/core/parallel/shared.py | 2 +- mantidimaging/core/parallel/test/__init__.py | 2 +- mantidimaging/core/parallel/test/manager_test.py | 2 +- mantidimaging/core/parallel/test/shared_test.py | 2 +- mantidimaging/core/parallel/test/utility_test.py | 2 +- mantidimaging/core/parallel/utility.py | 2 +- mantidimaging/core/reconstruct/__init__.py | 2 +- mantidimaging/core/reconstruct/astra_recon.py | 2 +- mantidimaging/core/reconstruct/base_recon.py | 2 +- mantidimaging/core/reconstruct/cil_recon.py | 2 +- mantidimaging/core/reconstruct/test/__init__.py | 2 +- mantidimaging/core/reconstruct/test/base_recon_test.py | 2 +- mantidimaging/core/reconstruct/tomopy_recon.py | 2 +- mantidimaging/core/rotation/__init__.py | 2 +- mantidimaging/core/rotation/data_model.py | 2 +- mantidimaging/core/rotation/polyfit_correlation.py | 2 +- mantidimaging/core/rotation/test/__init__.py | 2 +- mantidimaging/core/rotation/test/data_model_test.py | 2 +- mantidimaging/core/rotation/test/polyfit_correlation_test.py | 2 +- mantidimaging/core/utility/__init__.py | 2 +- mantidimaging/core/utility/close_enough_point.py | 2 +- mantidimaging/core/utility/command_line_arguments.py | 2 +- mantidimaging/core/utility/cor_interpolate.py | 2 +- mantidimaging/core/utility/cuda_check.py | 2 +- mantidimaging/core/utility/data_containers.py | 2 +- mantidimaging/core/utility/execution_timer.py | 2 +- mantidimaging/core/utility/finder.py | 2 +- mantidimaging/core/utility/func_call.py | 2 +- mantidimaging/core/utility/histogram.py | 2 +- mantidimaging/core/utility/imat_log_file_parser.py | 2 +- mantidimaging/core/utility/leak_tracker.py | 2 +- mantidimaging/core/utility/memory_usage.py | 2 +- mantidimaging/core/utility/optional_imports.py | 2 +- mantidimaging/core/utility/progress_reporting/__init__.py | 2 +- .../core/utility/progress_reporting/console_progress_bar.py | 2 +- mantidimaging/core/utility/progress_reporting/progress.py | 2 +- mantidimaging/core/utility/progress_reporting/test/__init__.py | 2 +- .../core/utility/progress_reporting/test/progress_test.py | 2 +- mantidimaging/core/utility/projection_angle_parser.py | 2 +- mantidimaging/core/utility/projection_angles.py | 2 +- mantidimaging/core/utility/sensible_roi.py | 2 +- mantidimaging/core/utility/size_calculator.py | 2 +- mantidimaging/core/utility/test/__init__.py | 2 +- mantidimaging/core/utility/test/close_enough_point_test.py | 2 +- mantidimaging/core/utility/test/command_line_arguments_test.py | 2 +- mantidimaging/core/utility/test/cor_interpolate_test.py | 2 +- mantidimaging/core/utility/test/cuda_checker_test.py | 2 +- mantidimaging/core/utility/test/execution_timer_test.py | 2 +- mantidimaging/core/utility/test/histogram_test.py | 2 +- mantidimaging/core/utility/test/imat_log_file_parser_test.py | 2 +- mantidimaging/core/utility/test/leak_tracker_test.py | 2 +- mantidimaging/core/utility/test/memory_usage_test.py | 2 +- mantidimaging/core/utility/test/projection_angle_parser_test.py | 2 +- mantidimaging/core/utility/test/sensibleROI_test.py | 2 +- mantidimaging/core/utility/test/size_calculator_test.py | 2 +- mantidimaging/core/utility/test/unit_conversion_test.py | 2 +- mantidimaging/core/utility/test/version_check_test.py | 2 +- mantidimaging/core/utility/unit_conversion.py | 2 +- mantidimaging/core/utility/version_check.py | 2 +- mantidimaging/eyes_tests/__init__.py | 2 +- mantidimaging/eyes_tests/base_eyes.py | 2 +- mantidimaging/eyes_tests/compare_images_window_test.py | 2 +- mantidimaging/eyes_tests/eyes_manager.py | 2 +- mantidimaging/eyes_tests/image_load_dialog_test.py | 2 +- mantidimaging/eyes_tests/image_save_dialog_test.py | 2 +- mantidimaging/eyes_tests/live_viewer_window_test.py | 2 +- mantidimaging/eyes_tests/main_window_test.py | 2 +- mantidimaging/eyes_tests/nexus_load_dialog_test.py | 2 +- mantidimaging/eyes_tests/nexus_save_dialog_test.py | 2 +- mantidimaging/eyes_tests/operations_window_test.py | 2 +- mantidimaging/eyes_tests/reconstruct_window_test.py | 2 +- mantidimaging/eyes_tests/spectrum_viewer_test.py | 2 +- mantidimaging/eyes_tests/welcome_window_test.py | 2 +- mantidimaging/gui/__init__.py | 2 +- mantidimaging/gui/dialogs/__init__.py | 2 +- mantidimaging/gui/dialogs/async_task/__init__.py | 2 +- mantidimaging/gui/dialogs/async_task/model.py | 2 +- mantidimaging/gui/dialogs/async_task/presenter.py | 2 +- mantidimaging/gui/dialogs/async_task/task.py | 2 +- mantidimaging/gui/dialogs/async_task/test/__init__.py | 2 +- mantidimaging/gui/dialogs/async_task/test/model_test.py | 2 +- mantidimaging/gui/dialogs/async_task/test/presenter_test.py | 2 +- mantidimaging/gui/dialogs/async_task/test/task_test.py | 2 +- mantidimaging/gui/dialogs/async_task/test/view_test.py | 2 +- mantidimaging/gui/dialogs/async_task/view.py | 2 +- mantidimaging/gui/dialogs/cor_inspection/__init__.py | 2 +- mantidimaging/gui/dialogs/cor_inspection/model.py | 2 +- mantidimaging/gui/dialogs/cor_inspection/presenter.py | 2 +- mantidimaging/gui/dialogs/cor_inspection/recon_slice_view.py | 2 +- mantidimaging/gui/dialogs/cor_inspection/test/__init__.py | 2 +- mantidimaging/gui/dialogs/cor_inspection/test/model_test.py | 2 +- mantidimaging/gui/dialogs/cor_inspection/test/presenter_test.py | 2 +- mantidimaging/gui/dialogs/cor_inspection/types.py | 2 +- mantidimaging/gui/dialogs/cor_inspection/view.py | 2 +- mantidimaging/gui/dialogs/multiple_stack_select/__init__.py | 2 +- mantidimaging/gui/dialogs/multiple_stack_select/view.py | 2 +- mantidimaging/gui/gui.py | 2 +- mantidimaging/gui/mvp_base/__init__.py | 2 +- mantidimaging/gui/mvp_base/presenter.py | 2 +- mantidimaging/gui/mvp_base/test/__init__.py | 2 +- mantidimaging/gui/mvp_base/test/presenter_test.py | 2 +- mantidimaging/gui/mvp_base/view.py | 2 +- mantidimaging/gui/test/__init__.py | 2 +- mantidimaging/gui/test/gui_system_base.py | 2 +- mantidimaging/gui/test/gui_system_loading_test.py | 2 +- mantidimaging/gui/test/gui_system_operations_test.py | 2 +- mantidimaging/gui/test/gui_system_reconstruction_test.py | 2 +- mantidimaging/gui/test/gui_system_spectrum_test.py | 2 +- mantidimaging/gui/test/gui_system_windows_test.py | 2 +- mantidimaging/gui/utility/__init__.py | 2 +- mantidimaging/gui/utility/common.py | 2 +- mantidimaging/gui/utility/qt_helpers.py | 2 +- mantidimaging/gui/widgets/__init__.py | 2 +- mantidimaging/gui/widgets/auto_colour_menu/__init__.py | 2 +- mantidimaging/gui/widgets/auto_colour_menu/auto_color_menu.py | 2 +- mantidimaging/gui/widgets/bad_data_overlay/__init__.py | 2 +- mantidimaging/gui/widgets/bad_data_overlay/bad_data_overlay.py | 2 +- mantidimaging/gui/widgets/dataset_selector/__init__.py | 2 +- mantidimaging/gui/widgets/dataset_selector/presenter.py | 2 +- mantidimaging/gui/widgets/dataset_selector/test/__init__.py | 2 +- .../gui/widgets/dataset_selector/test/presenter_test.py | 2 +- mantidimaging/gui/widgets/dataset_selector/test/view_test.py | 2 +- mantidimaging/gui/widgets/dataset_selector/view.py | 2 +- mantidimaging/gui/widgets/dataset_selector_dialog/__init__.py | 2 +- .../widgets/dataset_selector_dialog/dataset_selector_dialog.py | 2 +- .../gui/widgets/dataset_selector_dialog/test/__init__.py | 2 +- .../test/dataset_selector_dialog_test.py | 2 +- mantidimaging/gui/widgets/indicator_icon/__init__.py | 2 +- mantidimaging/gui/widgets/indicator_icon/view.py | 2 +- mantidimaging/gui/widgets/line_profile_plot/__init__.py | 2 +- mantidimaging/gui/widgets/line_profile_plot/test/__init__.py | 2 +- mantidimaging/gui/widgets/line_profile_plot/test/view_test.py | 2 +- mantidimaging/gui/widgets/line_profile_plot/view.py | 2 +- mantidimaging/gui/widgets/mi_image_view/__init__.py | 2 +- mantidimaging/gui/widgets/mi_image_view/presenter.py | 2 +- mantidimaging/gui/widgets/mi_image_view/test/__init__.py | 2 +- mantidimaging/gui/widgets/mi_image_view/test/presenter_test.py | 2 +- mantidimaging/gui/widgets/mi_image_view/test/view_test.py | 2 +- mantidimaging/gui/widgets/mi_image_view/view.py | 2 +- mantidimaging/gui/widgets/mi_mini_image_view/__init__.py | 2 +- mantidimaging/gui/widgets/mi_mini_image_view/test/__init__.py | 2 +- mantidimaging/gui/widgets/mi_mini_image_view/test/view_test.py | 2 +- mantidimaging/gui/widgets/mi_mini_image_view/view.py | 2 +- mantidimaging/gui/widgets/palette_changer/__init__.py | 2 +- mantidimaging/gui/widgets/palette_changer/presenter.py | 2 +- .../gui/widgets/palette_changer/test/presenter_test.py | 2 +- mantidimaging/gui/widgets/palette_changer/view.py | 2 +- mantidimaging/gui/widgets/removable_row_table_view.py | 2 +- mantidimaging/gui/widgets/roi_selector/__init__.py | 2 +- mantidimaging/gui/widgets/roi_selector/test/__init__.py | 2 +- mantidimaging/gui/widgets/roi_selector/test/view_test.py | 2 +- mantidimaging/gui/widgets/roi_selector/view.py | 2 +- mantidimaging/gui/widgets/spectrum_widgets/tof_properties.py | 2 +- mantidimaging/gui/widgets/stack_selector/test/__init__.py | 2 +- mantidimaging/gui/widgets/zslider/__init__.py | 2 +- mantidimaging/gui/widgets/zslider/zslider.py | 2 +- mantidimaging/gui/windows/__init__.py | 2 +- .../gui/windows/add_images_to_dataset_dialog/__init__.py | 2 +- .../gui/windows/add_images_to_dataset_dialog/presenter.py | 2 +- .../gui/windows/add_images_to_dataset_dialog/test/__init__.py | 2 +- .../windows/add_images_to_dataset_dialog/test/presenter_test.py | 2 +- .../gui/windows/add_images_to_dataset_dialog/test/view_test.py | 2 +- mantidimaging/gui/windows/add_images_to_dataset_dialog/view.py | 2 +- mantidimaging/gui/windows/image_load_dialog/__init__.py | 2 +- mantidimaging/gui/windows/image_load_dialog/field.py | 2 +- mantidimaging/gui/windows/image_load_dialog/presenter.py | 2 +- mantidimaging/gui/windows/image_load_dialog/test/__init__.py | 2 +- .../gui/windows/image_load_dialog/test/presenter_test.py | 2 +- mantidimaging/gui/windows/image_load_dialog/view.py | 2 +- mantidimaging/gui/windows/live_viewer/__init__.py | 2 +- mantidimaging/gui/windows/live_viewer/live_view_widget.py | 2 +- mantidimaging/gui/windows/live_viewer/model.py | 2 +- mantidimaging/gui/windows/live_viewer/presenter.py | 2 +- mantidimaging/gui/windows/live_viewer/test/__init__.py | 2 +- mantidimaging/gui/windows/live_viewer/test/model_test.py | 2 +- mantidimaging/gui/windows/live_viewer/test/presenter_test.py | 2 +- mantidimaging/gui/windows/live_viewer/view.py | 2 +- mantidimaging/gui/windows/main/__init__.py | 2 +- mantidimaging/gui/windows/main/image_save_dialog.py | 2 +- mantidimaging/gui/windows/main/model.py | 2 +- mantidimaging/gui/windows/main/nexus_save_dialog.py | 2 +- mantidimaging/gui/windows/main/presenter.py | 2 +- mantidimaging/gui/windows/main/test/Image_save_test.py | 2 +- mantidimaging/gui/windows/main/test/__init__.py | 2 +- mantidimaging/gui/windows/main/test/model_test.py | 2 +- mantidimaging/gui/windows/main/test/nexus_save_test.py | 2 +- mantidimaging/gui/windows/main/test/presenter_test.py | 2 +- mantidimaging/gui/windows/main/test/view_test.py | 2 +- mantidimaging/gui/windows/main/view.py | 2 +- mantidimaging/gui/windows/move_stack_dialog/__init__.py | 2 +- mantidimaging/gui/windows/move_stack_dialog/presenter.py | 2 +- mantidimaging/gui/windows/move_stack_dialog/test/__init__.py | 2 +- .../gui/windows/move_stack_dialog/test/presenter_test.py | 2 +- mantidimaging/gui/windows/move_stack_dialog/test/view_test.py | 2 +- mantidimaging/gui/windows/move_stack_dialog/view.py | 2 +- mantidimaging/gui/windows/nexus_load_dialog/__init__.py | 2 +- mantidimaging/gui/windows/nexus_load_dialog/presenter.py | 2 +- mantidimaging/gui/windows/nexus_load_dialog/test/__init__.py | 2 +- .../gui/windows/nexus_load_dialog/test/presenter_test.py | 2 +- mantidimaging/gui/windows/nexus_load_dialog/view.py | 2 +- mantidimaging/gui/windows/operations/__init__.py | 2 +- mantidimaging/gui/windows/operations/filter_previews.py | 2 +- mantidimaging/gui/windows/operations/model.py | 2 +- mantidimaging/gui/windows/operations/presenter.py | 2 +- mantidimaging/gui/windows/operations/test/__init__.py | 2 +- mantidimaging/gui/windows/operations/test/model_test.py | 2 +- mantidimaging/gui/windows/operations/test/presenter_test.py | 2 +- mantidimaging/gui/windows/operations/test/view_test.py | 2 +- mantidimaging/gui/windows/operations/view.py | 2 +- mantidimaging/gui/windows/recon/__init__.py | 2 +- mantidimaging/gui/windows/recon/image_view.py | 2 +- mantidimaging/gui/windows/recon/model.py | 2 +- mantidimaging/gui/windows/recon/point_table_model.py | 2 +- mantidimaging/gui/windows/recon/presenter.py | 2 +- mantidimaging/gui/windows/recon/test/__init__.py | 2 +- mantidimaging/gui/windows/recon/test/model_test.py | 2 +- mantidimaging/gui/windows/recon/test/presenter_test.py | 2 +- mantidimaging/gui/windows/recon/test/view_test.py | 2 +- mantidimaging/gui/windows/recon/view.py | 2 +- mantidimaging/gui/windows/settings/__init__.py | 2 +- mantidimaging/gui/windows/settings/presenter.py | 2 +- mantidimaging/gui/windows/settings/view.py | 2 +- mantidimaging/gui/windows/spectrum_viewer/__init__.py | 2 +- mantidimaging/gui/windows/spectrum_viewer/model.py | 2 +- mantidimaging/gui/windows/spectrum_viewer/presenter.py | 2 +- mantidimaging/gui/windows/spectrum_viewer/roi_table_model.py | 2 +- mantidimaging/gui/windows/spectrum_viewer/spectrum_widget.py | 2 +- mantidimaging/gui/windows/spectrum_viewer/test/__init__.py | 2 +- mantidimaging/gui/windows/spectrum_viewer/test/model_test.py | 2 +- .../gui/windows/spectrum_viewer/test/presenter_test.py | 2 +- mantidimaging/gui/windows/spectrum_viewer/test/spectrum_test.py | 2 +- mantidimaging/gui/windows/spectrum_viewer/view.py | 2 +- mantidimaging/gui/windows/stack_choice/__init__.py | 2 +- mantidimaging/gui/windows/stack_choice/compare_presenter.py | 2 +- mantidimaging/gui/windows/stack_choice/presenter.py | 2 +- mantidimaging/gui/windows/stack_choice/presenter_base.py | 2 +- mantidimaging/gui/windows/stack_choice/tests/__init__.py | 2 +- .../gui/windows/stack_choice/tests/compare_presenter_test.py | 2 +- mantidimaging/gui/windows/stack_choice/tests/presenter_test.py | 2 +- mantidimaging/gui/windows/stack_choice/tests/view_test.py | 2 +- mantidimaging/gui/windows/stack_choice/view.py | 2 +- mantidimaging/gui/windows/stack_visualiser/__init__.py | 2 +- mantidimaging/gui/windows/stack_visualiser/metadata_dialog.py | 2 +- mantidimaging/gui/windows/stack_visualiser/model.py | 2 +- mantidimaging/gui/windows/stack_visualiser/presenter.py | 2 +- mantidimaging/gui/windows/stack_visualiser/test/__init__.py | 2 +- .../gui/windows/stack_visualiser/test/presenter_test.py | 2 +- mantidimaging/gui/windows/stack_visualiser/test/view_test.py | 2 +- mantidimaging/gui/windows/stack_visualiser/view.py | 2 +- mantidimaging/gui/windows/welcome_screen/__init__.py | 2 +- mantidimaging/gui/windows/welcome_screen/presenter.py | 2 +- mantidimaging/gui/windows/welcome_screen/tests/__init__.py | 2 +- .../gui/windows/welcome_screen/tests/presenter_test.py | 2 +- mantidimaging/gui/windows/welcome_screen/tests/view_test.py | 2 +- mantidimaging/gui/windows/welcome_screen/view.py | 2 +- mantidimaging/gui/windows/wizard/__init__.py | 2 +- mantidimaging/gui/windows/wizard/model.py | 2 +- mantidimaging/gui/windows/wizard/presenter.py | 2 +- mantidimaging/gui/windows/wizard/test/__init__.py | 2 +- mantidimaging/gui/windows/wizard/test/model_test.py | 2 +- mantidimaging/gui/windows/wizard/test/presenter_test.py | 2 +- mantidimaging/gui/windows/wizard/test/view_test.py | 2 +- mantidimaging/gui/windows/wizard/view.py | 2 +- mantidimaging/helper.py | 2 +- mantidimaging/ipython.py | 2 +- mantidimaging/main.py | 2 +- mantidimaging/test_helpers/__init__.py | 2 +- mantidimaging/test_helpers/file_outputting_test_case.py | 2 +- mantidimaging/test_helpers/qt_mocks.py | 2 +- mantidimaging/test_helpers/qt_test_helpers.py | 2 +- mantidimaging/test_helpers/start_qapplication.py | 2 +- mantidimaging/test_helpers/unit_test_helper.py | 2 +- packaging/PackageWithPyInstaller.py | 2 +- packaging/hooks/hook-cil.py | 2 +- scripts/operations_tests/__init__.py | 2 +- scripts/operations_tests/operations_tests.py | 2 +- scripts/simulate_live_data.py | 2 +- scripts/tiff_unpacker.py | 2 +- setup.py | 2 +- 425 files changed, 425 insertions(+), 424 deletions(-) create mode 100644 docs/release_notes/next/dev-2436-static-copywrite diff --git a/.licenserc.json b/.licenserc.json index 7f8e378fe36..c459444c06a 100644 --- a/.licenserc.json +++ b/.licenserc.json @@ -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" } \ No newline at end of file diff --git a/AddLicensesToFiles.py b/AddLicensesToFiles.py index 0db702e9c75..d40d531b90d 100644 --- a/AddLicensesToFiles.py +++ b/AddLicensesToFiles.py @@ -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 diff --git a/CheckLicensesInFiles.py b/CheckLicensesInFiles.py index bb4e66461bc..eaf7cea1068 100644 --- a/CheckLicensesInFiles.py +++ b/CheckLicensesInFiles.py @@ -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 diff --git a/conda/make_versions.py b/conda/make_versions.py index 4eeb4ad7582..a4e4c20732d 100644 --- a/conda/make_versions.py +++ b/conda/make_versions.py @@ -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 diff --git a/conftest.py b/conftest.py index e23c48f76c3..cb1f2abfabe 100644 --- a/conftest.py +++ b/conftest.py @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 9dcde516250..9c6d16eeec4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/docs/ext/operations_user_doc.py b/docs/ext/operations_user_doc.py index e8c63436222..b5852d5fbea 100644 --- a/docs/ext/operations_user_doc.py +++ b/docs/ext/operations_user_doc.py @@ -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 diff --git a/docs/ext/release_notes.py b/docs/ext/release_notes.py index 1b48784b5d8..025a0d9f3c1 100644 --- a/docs/ext/release_notes.py +++ b/docs/ext/release_notes.py @@ -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 diff --git a/docs/release_notes/next/dev-2436-static-copywrite b/docs/release_notes/next/dev-2436-static-copywrite new file mode 100644 index 00000000000..e460cb7a303 --- /dev/null +++ b/docs/release_notes/next/dev-2436-static-copywrite @@ -0,0 +1 @@ +2436: Use static copyright years \ No newline at end of file diff --git a/mantidimaging/__init__.py b/mantidimaging/__init__.py index 06dda6df283..fc5e4b2896e 100644 --- a/mantidimaging/__init__.py +++ b/mantidimaging/__init__.py @@ -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 """ diff --git a/mantidimaging/__main__.py b/mantidimaging/__main__.py index 16577791b63..20ad72540da 100644 --- a/mantidimaging/__main__.py +++ b/mantidimaging/__main__.py @@ -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 diff --git a/mantidimaging/core/__init__.py b/mantidimaging/core/__init__.py index 6fba188fb2e..b0e7064f786 100644 --- a/mantidimaging/core/__init__.py +++ b/mantidimaging/core/__init__.py @@ -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 diff --git a/mantidimaging/core/data/__init__.py b/mantidimaging/core/data/__init__.py index aeea57a3609..01018ded465 100644 --- a/mantidimaging/core/data/__init__.py +++ b/mantidimaging/core/data/__init__.py @@ -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 diff --git a/mantidimaging/core/data/dataset.py b/mantidimaging/core/data/dataset.py index f90c06dd76e..1407ca0891f 100644 --- a/mantidimaging/core/data/dataset.py +++ b/mantidimaging/core/data/dataset.py @@ -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 diff --git a/mantidimaging/core/data/imagestack.py b/mantidimaging/core/data/imagestack.py index 23cc94b07e5..0400f4fb790 100644 --- a/mantidimaging/core/data/imagestack.py +++ b/mantidimaging/core/data/imagestack.py @@ -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 diff --git a/mantidimaging/core/data/reconlist.py b/mantidimaging/core/data/reconlist.py index 465e225d4b2..c10d1f03c92 100644 --- a/mantidimaging/core/data/reconlist.py +++ b/mantidimaging/core/data/reconlist.py @@ -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 diff --git a/mantidimaging/core/data/test/__init__.py b/mantidimaging/core/data/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/data/test/__init__.py +++ b/mantidimaging/core/data/test/__init__.py @@ -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 diff --git a/mantidimaging/core/data/test/dataset_test.py b/mantidimaging/core/data/test/dataset_test.py index 137b190d5a8..f89d55425a4 100644 --- a/mantidimaging/core/data/test/dataset_test.py +++ b/mantidimaging/core/data/test/dataset_test.py @@ -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 diff --git a/mantidimaging/core/data/test/fake_logfile.py b/mantidimaging/core/data/test/fake_logfile.py index 94e8a51e63a..f29aa0973fe 100644 --- a/mantidimaging/core/data/test/fake_logfile.py +++ b/mantidimaging/core/data/test/fake_logfile.py @@ -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 diff --git a/mantidimaging/core/data/test/image_stack_test.py b/mantidimaging/core/data/test/image_stack_test.py index 63fb9e77894..fba8d29705b 100644 --- a/mantidimaging/core/data/test/image_stack_test.py +++ b/mantidimaging/core/data/test/image_stack_test.py @@ -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 diff --git a/mantidimaging/core/data/test/reconlist_test.py b/mantidimaging/core/data/test/reconlist_test.py index 9b17bcbea5b..4a4c808ca6d 100644 --- a/mantidimaging/core/data/test/reconlist_test.py +++ b/mantidimaging/core/data/test/reconlist_test.py @@ -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 diff --git a/mantidimaging/core/data/utility.py b/mantidimaging/core/data/utility.py index 708aeb72a79..ce31af5f0f9 100644 --- a/mantidimaging/core/data/utility.py +++ b/mantidimaging/core/data/utility.py @@ -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 diff --git a/mantidimaging/core/gpu/__init__.py b/mantidimaging/core/gpu/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/gpu/__init__.py +++ b/mantidimaging/core/gpu/__init__.py @@ -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 diff --git a/mantidimaging/core/gpu/test/__init__.py b/mantidimaging/core/gpu/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/gpu/test/__init__.py +++ b/mantidimaging/core/gpu/test/__init__.py @@ -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 diff --git a/mantidimaging/core/gpu/test/gpu_test.py b/mantidimaging/core/gpu/test/gpu_test.py index 492eddcd550..064007936e1 100644 --- a/mantidimaging/core/gpu/test/gpu_test.py +++ b/mantidimaging/core/gpu/test/gpu_test.py @@ -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 diff --git a/mantidimaging/core/gpu/test/import_test.py b/mantidimaging/core/gpu/test/import_test.py index 56951ac5d35..496ac809d5d 100644 --- a/mantidimaging/core/gpu/test/import_test.py +++ b/mantidimaging/core/gpu/test/import_test.py @@ -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 diff --git a/mantidimaging/core/gpu/utility.py b/mantidimaging/core/gpu/utility.py index bc0e74af5bb..6a0e9b948b9 100644 --- a/mantidimaging/core/gpu/utility.py +++ b/mantidimaging/core/gpu/utility.py @@ -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 diff --git a/mantidimaging/core/io/__init__.py b/mantidimaging/core/io/__init__.py index f2c365a7f46..5a51fbde182 100644 --- a/mantidimaging/core/io/__init__.py +++ b/mantidimaging/core/io/__init__.py @@ -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 diff --git a/mantidimaging/core/io/csv_output.py b/mantidimaging/core/io/csv_output.py index 00572cd196b..f736ead4f0c 100644 --- a/mantidimaging/core/io/csv_output.py +++ b/mantidimaging/core/io/csv_output.py @@ -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 diff --git a/mantidimaging/core/io/filenames.py b/mantidimaging/core/io/filenames.py index 435753a5718..746f7ccdec3 100644 --- a/mantidimaging/core/io/filenames.py +++ b/mantidimaging/core/io/filenames.py @@ -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 diff --git a/mantidimaging/core/io/instrument_log.py b/mantidimaging/core/io/instrument_log.py index 8e8935967b3..6bf8c2e1f0c 100644 --- a/mantidimaging/core/io/instrument_log.py +++ b/mantidimaging/core/io/instrument_log.py @@ -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 diff --git a/mantidimaging/core/io/instrument_log_implmentations.py b/mantidimaging/core/io/instrument_log_implmentations.py index 1400d6460d1..7557c264ab3 100644 --- a/mantidimaging/core/io/instrument_log_implmentations.py +++ b/mantidimaging/core/io/instrument_log_implmentations.py @@ -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 diff --git a/mantidimaging/core/io/loader/__init__.py b/mantidimaging/core/io/loader/__init__.py index 2e97a487e8e..ecd0882ada1 100644 --- a/mantidimaging/core/io/loader/__init__.py +++ b/mantidimaging/core/io/loader/__init__.py @@ -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 diff --git a/mantidimaging/core/io/loader/img_loader.py b/mantidimaging/core/io/loader/img_loader.py index 0c8efcc999f..afad0a3e868 100644 --- a/mantidimaging/core/io/loader/img_loader.py +++ b/mantidimaging/core/io/loader/img_loader.py @@ -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 diff --git a/mantidimaging/core/io/loader/loader.py b/mantidimaging/core/io/loader/loader.py index ab45b32d7b8..e78fa99e69d 100644 --- a/mantidimaging/core/io/loader/loader.py +++ b/mantidimaging/core/io/loader/loader.py @@ -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 diff --git a/mantidimaging/core/io/loader/test/__init__.py b/mantidimaging/core/io/loader/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/io/loader/test/__init__.py +++ b/mantidimaging/core/io/loader/test/__init__.py @@ -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 diff --git a/mantidimaging/core/io/loader/test/instrument_log_data.py b/mantidimaging/core/io/loader/test/instrument_log_data.py index 3c3e37ca01b..8a1cba5916d 100644 --- a/mantidimaging/core/io/loader/test/instrument_log_data.py +++ b/mantidimaging/core/io/loader/test/instrument_log_data.py @@ -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 diff --git a/mantidimaging/core/io/loader/test/instrument_log_test.py b/mantidimaging/core/io/loader/test/instrument_log_test.py index f4b26b26406..f235605daf3 100644 --- a/mantidimaging/core/io/loader/test/instrument_log_test.py +++ b/mantidimaging/core/io/loader/test/instrument_log_test.py @@ -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 diff --git a/mantidimaging/core/io/loader/test/loader_test.py b/mantidimaging/core/io/loader/test/loader_test.py index a344e97012d..48655526ae2 100644 --- a/mantidimaging/core/io/loader/test/loader_test.py +++ b/mantidimaging/core/io/loader/test/loader_test.py @@ -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 diff --git a/mantidimaging/core/io/saver.py b/mantidimaging/core/io/saver.py index 740081ffb9d..f7fc6b18c3e 100644 --- a/mantidimaging/core/io/saver.py +++ b/mantidimaging/core/io/saver.py @@ -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 diff --git a/mantidimaging/core/io/test/__init__.py b/mantidimaging/core/io/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/io/test/__init__.py +++ b/mantidimaging/core/io/test/__init__.py @@ -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 diff --git a/mantidimaging/core/io/test/filenames_test.py b/mantidimaging/core/io/test/filenames_test.py index 9bbd1528f66..028bee02d28 100644 --- a/mantidimaging/core/io/test/filenames_test.py +++ b/mantidimaging/core/io/test/filenames_test.py @@ -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 diff --git a/mantidimaging/core/io/test/io_test.py b/mantidimaging/core/io/test/io_test.py index b4b72693887..259d966e629 100644 --- a/mantidimaging/core/io/test/io_test.py +++ b/mantidimaging/core/io/test/io_test.py @@ -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 diff --git a/mantidimaging/core/io/test/test_csv_output.py b/mantidimaging/core/io/test/test_csv_output.py index 71e2bf44a53..a9ef736b1e6 100644 --- a/mantidimaging/core/io/test/test_csv_output.py +++ b/mantidimaging/core/io/test/test_csv_output.py @@ -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 diff --git a/mantidimaging/core/io/test/utility_test.py b/mantidimaging/core/io/test/utility_test.py index 8363a9de949..f1d76a52bda 100644 --- a/mantidimaging/core/io/test/utility_test.py +++ b/mantidimaging/core/io/test/utility_test.py @@ -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 diff --git a/mantidimaging/core/io/utility.py b/mantidimaging/core/io/utility.py index 10985a92108..5bbe702427d 100644 --- a/mantidimaging/core/io/utility.py +++ b/mantidimaging/core/io/utility.py @@ -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 diff --git a/mantidimaging/core/net/__init__.py b/mantidimaging/core/net/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/net/__init__.py +++ b/mantidimaging/core/net/__init__.py @@ -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 diff --git a/mantidimaging/core/net/help_pages.py b/mantidimaging/core/net/help_pages.py index 0bbb5f3532f..1af7c26c0d4 100644 --- a/mantidimaging/core/net/help_pages.py +++ b/mantidimaging/core/net/help_pages.py @@ -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 diff --git a/mantidimaging/core/net/test/__init__.py b/mantidimaging/core/net/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/net/test/__init__.py +++ b/mantidimaging/core/net/test/__init__.py @@ -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 diff --git a/mantidimaging/core/net/test/help_pages_test.py b/mantidimaging/core/net/test/help_pages_test.py index 8f72cbc23a2..8dfd0d642ab 100644 --- a/mantidimaging/core/net/test/help_pages_test.py +++ b/mantidimaging/core/net/test/help_pages_test.py @@ -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 diff --git a/mantidimaging/core/operation_history/__init__.py b/mantidimaging/core/operation_history/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operation_history/__init__.py +++ b/mantidimaging/core/operation_history/__init__.py @@ -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 diff --git a/mantidimaging/core/operation_history/const.py b/mantidimaging/core/operation_history/const.py index 7da582ec81c..39157f59329 100644 --- a/mantidimaging/core/operation_history/const.py +++ b/mantidimaging/core/operation_history/const.py @@ -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 diff --git a/mantidimaging/core/operation_history/operations.py b/mantidimaging/core/operation_history/operations.py index d59b5a65903..0f32005dfe7 100644 --- a/mantidimaging/core/operation_history/operations.py +++ b/mantidimaging/core/operation_history/operations.py @@ -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 diff --git a/mantidimaging/core/operation_history/test/__init__.py b/mantidimaging/core/operation_history/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operation_history/test/__init__.py +++ b/mantidimaging/core/operation_history/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operation_history/test/operation_history_test.py b/mantidimaging/core/operation_history/test/operation_history_test.py index cb4f37a3fd9..2785578464d 100644 --- a/mantidimaging/core/operation_history/test/operation_history_test.py +++ b/mantidimaging/core/operation_history/test/operation_history_test.py @@ -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 diff --git a/mantidimaging/core/operations/__init__.py b/mantidimaging/core/operations/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/__init__.py +++ b/mantidimaging/core/operations/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/arithmetic/__init__.py b/mantidimaging/core/operations/arithmetic/__init__.py index 70f153f9a53..2918447e3de 100644 --- a/mantidimaging/core/operations/arithmetic/__init__.py +++ b/mantidimaging/core/operations/arithmetic/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/arithmetic/arithmetic.py b/mantidimaging/core/operations/arithmetic/arithmetic.py index b5aea5ebc3b..e57e5756e4c 100644 --- a/mantidimaging/core/operations/arithmetic/arithmetic.py +++ b/mantidimaging/core/operations/arithmetic/arithmetic.py @@ -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 diff --git a/mantidimaging/core/operations/arithmetic/test/__init__.py b/mantidimaging/core/operations/arithmetic/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/arithmetic/test/__init__.py +++ b/mantidimaging/core/operations/arithmetic/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/arithmetic/test/arithmetic_test.py b/mantidimaging/core/operations/arithmetic/test/arithmetic_test.py index 58d5373362e..3537e8de4bd 100644 --- a/mantidimaging/core/operations/arithmetic/test/arithmetic_test.py +++ b/mantidimaging/core/operations/arithmetic/test/arithmetic_test.py @@ -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 diff --git a/mantidimaging/core/operations/base_filter.py b/mantidimaging/core/operations/base_filter.py index 30cf02bfe1b..387604fd0dc 100644 --- a/mantidimaging/core/operations/base_filter.py +++ b/mantidimaging/core/operations/base_filter.py @@ -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 diff --git a/mantidimaging/core/operations/circular_mask/__init__.py b/mantidimaging/core/operations/circular_mask/__init__.py index dfdc76f013f..030853c3295 100644 --- a/mantidimaging/core/operations/circular_mask/__init__.py +++ b/mantidimaging/core/operations/circular_mask/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/circular_mask/circular_mask.py b/mantidimaging/core/operations/circular_mask/circular_mask.py index 2faa19d44ac..1a54f81229c 100644 --- a/mantidimaging/core/operations/circular_mask/circular_mask.py +++ b/mantidimaging/core/operations/circular_mask/circular_mask.py @@ -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 diff --git a/mantidimaging/core/operations/circular_mask/test/__init__.py b/mantidimaging/core/operations/circular_mask/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/circular_mask/test/__init__.py +++ b/mantidimaging/core/operations/circular_mask/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/circular_mask/test/circular_mask_test.py b/mantidimaging/core/operations/circular_mask/test/circular_mask_test.py index d621590d64c..c545d6af10f 100644 --- a/mantidimaging/core/operations/circular_mask/test/circular_mask_test.py +++ b/mantidimaging/core/operations/circular_mask/test/circular_mask_test.py @@ -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 diff --git a/mantidimaging/core/operations/clip_values/__init__.py b/mantidimaging/core/operations/clip_values/__init__.py index b25ca4d27fa..50d6656a3d8 100644 --- a/mantidimaging/core/operations/clip_values/__init__.py +++ b/mantidimaging/core/operations/clip_values/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/clip_values/clip_values.py b/mantidimaging/core/operations/clip_values/clip_values.py index 5d66739cace..b7e47dd7112 100644 --- a/mantidimaging/core/operations/clip_values/clip_values.py +++ b/mantidimaging/core/operations/clip_values/clip_values.py @@ -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 diff --git a/mantidimaging/core/operations/clip_values/test/__init__.py b/mantidimaging/core/operations/clip_values/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/clip_values/test/__init__.py +++ b/mantidimaging/core/operations/clip_values/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/clip_values/test/clip_values_test.py b/mantidimaging/core/operations/clip_values/test/clip_values_test.py index c72bc6b1eaa..3738558299e 100644 --- a/mantidimaging/core/operations/clip_values/test/clip_values_test.py +++ b/mantidimaging/core/operations/clip_values/test/clip_values_test.py @@ -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 diff --git a/mantidimaging/core/operations/crop_coords/__init__.py b/mantidimaging/core/operations/crop_coords/__init__.py index 8223b80bb94..8d25e500f59 100644 --- a/mantidimaging/core/operations/crop_coords/__init__.py +++ b/mantidimaging/core/operations/crop_coords/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/crop_coords/crop_coords.py b/mantidimaging/core/operations/crop_coords/crop_coords.py index 7758c3f888c..1988678a760 100644 --- a/mantidimaging/core/operations/crop_coords/crop_coords.py +++ b/mantidimaging/core/operations/crop_coords/crop_coords.py @@ -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 diff --git a/mantidimaging/core/operations/crop_coords/test/__init__.py b/mantidimaging/core/operations/crop_coords/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/crop_coords/test/__init__.py +++ b/mantidimaging/core/operations/crop_coords/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/crop_coords/test/crop_coords_test.py b/mantidimaging/core/operations/crop_coords/test/crop_coords_test.py index da35d5b5d12..3c35061c616 100644 --- a/mantidimaging/core/operations/crop_coords/test/crop_coords_test.py +++ b/mantidimaging/core/operations/crop_coords/test/crop_coords_test.py @@ -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 diff --git a/mantidimaging/core/operations/divide/__init__.py b/mantidimaging/core/operations/divide/__init__.py index ca2cd6f3425..82a764a7441 100644 --- a/mantidimaging/core/operations/divide/__init__.py +++ b/mantidimaging/core/operations/divide/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/divide/divide.py b/mantidimaging/core/operations/divide/divide.py index a387a4527c3..067669b83b9 100644 --- a/mantidimaging/core/operations/divide/divide.py +++ b/mantidimaging/core/operations/divide/divide.py @@ -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 diff --git a/mantidimaging/core/operations/divide/test/__init__.py b/mantidimaging/core/operations/divide/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/divide/test/__init__.py +++ b/mantidimaging/core/operations/divide/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/divide/test/divide_test.py b/mantidimaging/core/operations/divide/test/divide_test.py index bef2506689a..6b402a3aa5f 100644 --- a/mantidimaging/core/operations/divide/test/divide_test.py +++ b/mantidimaging/core/operations/divide/test/divide_test.py @@ -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 diff --git a/mantidimaging/core/operations/flat_fielding/__init__.py b/mantidimaging/core/operations/flat_fielding/__init__.py index 2ebceb2400e..38e0be4d654 100644 --- a/mantidimaging/core/operations/flat_fielding/__init__.py +++ b/mantidimaging/core/operations/flat_fielding/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/flat_fielding/flat_fielding.py b/mantidimaging/core/operations/flat_fielding/flat_fielding.py index 9d952661361..01409f4f05b 100644 --- a/mantidimaging/core/operations/flat_fielding/flat_fielding.py +++ b/mantidimaging/core/operations/flat_fielding/flat_fielding.py @@ -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 diff --git a/mantidimaging/core/operations/flat_fielding/test/__init__.py b/mantidimaging/core/operations/flat_fielding/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/flat_fielding/test/__init__.py +++ b/mantidimaging/core/operations/flat_fielding/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/flat_fielding/test/flat_fielding_test.py b/mantidimaging/core/operations/flat_fielding/test/flat_fielding_test.py index 2a68c35ed71..b895ef33b20 100644 --- a/mantidimaging/core/operations/flat_fielding/test/flat_fielding_test.py +++ b/mantidimaging/core/operations/flat_fielding/test/flat_fielding_test.py @@ -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 diff --git a/mantidimaging/core/operations/gaussian/__init__.py b/mantidimaging/core/operations/gaussian/__init__.py index 0a208584752..4f872579854 100644 --- a/mantidimaging/core/operations/gaussian/__init__.py +++ b/mantidimaging/core/operations/gaussian/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/gaussian/gaussian.py b/mantidimaging/core/operations/gaussian/gaussian.py index a9e8e709dc4..0ee71d238f4 100644 --- a/mantidimaging/core/operations/gaussian/gaussian.py +++ b/mantidimaging/core/operations/gaussian/gaussian.py @@ -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 diff --git a/mantidimaging/core/operations/gaussian/test/__init__.py b/mantidimaging/core/operations/gaussian/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/gaussian/test/__init__.py +++ b/mantidimaging/core/operations/gaussian/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/gaussian/test/gaussian_test.py b/mantidimaging/core/operations/gaussian/test/gaussian_test.py index 4ff2fea2ceb..19f30c48269 100644 --- a/mantidimaging/core/operations/gaussian/test/gaussian_test.py +++ b/mantidimaging/core/operations/gaussian/test/gaussian_test.py @@ -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 diff --git a/mantidimaging/core/operations/loader.py b/mantidimaging/core/operations/loader.py index 3404940b939..3ff72338666 100644 --- a/mantidimaging/core/operations/loader.py +++ b/mantidimaging/core/operations/loader.py @@ -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 diff --git a/mantidimaging/core/operations/median_filter/__init__.py b/mantidimaging/core/operations/median_filter/__init__.py index 03c39e379c7..d8662368a41 100644 --- a/mantidimaging/core/operations/median_filter/__init__.py +++ b/mantidimaging/core/operations/median_filter/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/median_filter/median_filter.py b/mantidimaging/core/operations/median_filter/median_filter.py index 47c388e9c9e..496bdaf7374 100644 --- a/mantidimaging/core/operations/median_filter/median_filter.py +++ b/mantidimaging/core/operations/median_filter/median_filter.py @@ -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 diff --git a/mantidimaging/core/operations/median_filter/test/__init__.py b/mantidimaging/core/operations/median_filter/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/median_filter/test/__init__.py +++ b/mantidimaging/core/operations/median_filter/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/median_filter/test/median_filter_test.py b/mantidimaging/core/operations/median_filter/test/median_filter_test.py index ef06115ea3d..957f7b3fa03 100644 --- a/mantidimaging/core/operations/median_filter/test/median_filter_test.py +++ b/mantidimaging/core/operations/median_filter/test/median_filter_test.py @@ -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 diff --git a/mantidimaging/core/operations/median_filter/test/median_kernel_test.py b/mantidimaging/core/operations/median_filter/test/median_kernel_test.py index 1eb00b3ebf1..fe1c2351462 100644 --- a/mantidimaging/core/operations/median_filter/test/median_kernel_test.py +++ b/mantidimaging/core/operations/median_filter/test/median_kernel_test.py @@ -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 diff --git a/mantidimaging/core/operations/monitor_normalisation/__init__.py b/mantidimaging/core/operations/monitor_normalisation/__init__.py index d372043262c..69cb33e5064 100644 --- a/mantidimaging/core/operations/monitor_normalisation/__init__.py +++ b/mantidimaging/core/operations/monitor_normalisation/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/monitor_normalisation/monitor_normalisation.py b/mantidimaging/core/operations/monitor_normalisation/monitor_normalisation.py index e0d74115a70..191127e8cbb 100644 --- a/mantidimaging/core/operations/monitor_normalisation/monitor_normalisation.py +++ b/mantidimaging/core/operations/monitor_normalisation/monitor_normalisation.py @@ -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 diff --git a/mantidimaging/core/operations/monitor_normalisation/test/__init__.py b/mantidimaging/core/operations/monitor_normalisation/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/monitor_normalisation/test/__init__.py +++ b/mantidimaging/core/operations/monitor_normalisation/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/monitor_normalisation/test/monitor_normalisation_test.py b/mantidimaging/core/operations/monitor_normalisation/test/monitor_normalisation_test.py index 55a8a77ad5c..e6ad51a5dab 100644 --- a/mantidimaging/core/operations/monitor_normalisation/test/monitor_normalisation_test.py +++ b/mantidimaging/core/operations/monitor_normalisation/test/monitor_normalisation_test.py @@ -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 diff --git a/mantidimaging/core/operations/nan_removal/__init__.py b/mantidimaging/core/operations/nan_removal/__init__.py index 00472551661..8765cde101f 100644 --- a/mantidimaging/core/operations/nan_removal/__init__.py +++ b/mantidimaging/core/operations/nan_removal/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/nan_removal/nan_removal.py b/mantidimaging/core/operations/nan_removal/nan_removal.py index 9d29bcafcb2..b12febf6044 100644 --- a/mantidimaging/core/operations/nan_removal/nan_removal.py +++ b/mantidimaging/core/operations/nan_removal/nan_removal.py @@ -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 diff --git a/mantidimaging/core/operations/nan_removal/test/__init__.py b/mantidimaging/core/operations/nan_removal/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/nan_removal/test/__init__.py +++ b/mantidimaging/core/operations/nan_removal/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/nan_removal/test/nan_removal_test.py b/mantidimaging/core/operations/nan_removal/test/nan_removal_test.py index b01d92ce205..94d14040d01 100644 --- a/mantidimaging/core/operations/nan_removal/test/nan_removal_test.py +++ b/mantidimaging/core/operations/nan_removal/test/nan_removal_test.py @@ -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 diff --git a/mantidimaging/core/operations/outliers/__init__.py b/mantidimaging/core/operations/outliers/__init__.py index 2e782636f00..9fb3f7320a0 100644 --- a/mantidimaging/core/operations/outliers/__init__.py +++ b/mantidimaging/core/operations/outliers/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/outliers/outliers.py b/mantidimaging/core/operations/outliers/outliers.py index 8639a3bef1d..647226c223a 100644 --- a/mantidimaging/core/operations/outliers/outliers.py +++ b/mantidimaging/core/operations/outliers/outliers.py @@ -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 diff --git a/mantidimaging/core/operations/outliers/test/__init__.py b/mantidimaging/core/operations/outliers/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/outliers/test/__init__.py +++ b/mantidimaging/core/operations/outliers/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/outliers/test/outliers_test.py b/mantidimaging/core/operations/outliers/test/outliers_test.py index 11eab56ed21..2de4ead060f 100644 --- a/mantidimaging/core/operations/outliers/test/outliers_test.py +++ b/mantidimaging/core/operations/outliers/test/outliers_test.py @@ -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 diff --git a/mantidimaging/core/operations/rebin/__init__.py b/mantidimaging/core/operations/rebin/__init__.py index fb39aa81094..b30608daff0 100644 --- a/mantidimaging/core/operations/rebin/__init__.py +++ b/mantidimaging/core/operations/rebin/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/rebin/rebin.py b/mantidimaging/core/operations/rebin/rebin.py index 6be3c739002..6d6469e19e6 100644 --- a/mantidimaging/core/operations/rebin/rebin.py +++ b/mantidimaging/core/operations/rebin/rebin.py @@ -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 diff --git a/mantidimaging/core/operations/rebin/test/__init__.py b/mantidimaging/core/operations/rebin/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/rebin/test/__init__.py +++ b/mantidimaging/core/operations/rebin/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/rebin/test/rebin_test.py b/mantidimaging/core/operations/rebin/test/rebin_test.py index 9b010e55abd..aa0a485c470 100644 --- a/mantidimaging/core/operations/rebin/test/rebin_test.py +++ b/mantidimaging/core/operations/rebin/test/rebin_test.py @@ -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 diff --git a/mantidimaging/core/operations/remove_all_stripe/__init__.py b/mantidimaging/core/operations/remove_all_stripe/__init__.py index f8a30b34779..9e9ffb950d3 100644 --- a/mantidimaging/core/operations/remove_all_stripe/__init__.py +++ b/mantidimaging/core/operations/remove_all_stripe/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/remove_all_stripe/remove_all_stripe.py b/mantidimaging/core/operations/remove_all_stripe/remove_all_stripe.py index 63bf4d989a1..fa1858b0830 100644 --- a/mantidimaging/core/operations/remove_all_stripe/remove_all_stripe.py +++ b/mantidimaging/core/operations/remove_all_stripe/remove_all_stripe.py @@ -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 diff --git a/mantidimaging/core/operations/remove_all_stripe/test/__init__.py b/mantidimaging/core/operations/remove_all_stripe/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/remove_all_stripe/test/__init__.py +++ b/mantidimaging/core/operations/remove_all_stripe/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/remove_all_stripe/test/remove_all_stripe_test.py b/mantidimaging/core/operations/remove_all_stripe/test/remove_all_stripe_test.py index 17c034f2547..797676e72e6 100644 --- a/mantidimaging/core/operations/remove_all_stripe/test/remove_all_stripe_test.py +++ b/mantidimaging/core/operations/remove_all_stripe/test/remove_all_stripe_test.py @@ -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 diff --git a/mantidimaging/core/operations/remove_dead_stripe/__init__.py b/mantidimaging/core/operations/remove_dead_stripe/__init__.py index b290c029c5c..a8f60161956 100644 --- a/mantidimaging/core/operations/remove_dead_stripe/__init__.py +++ b/mantidimaging/core/operations/remove_dead_stripe/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/remove_dead_stripe/remove_dead_stripe.py b/mantidimaging/core/operations/remove_dead_stripe/remove_dead_stripe.py index b36fc4b371d..9c9578bf7cb 100644 --- a/mantidimaging/core/operations/remove_dead_stripe/remove_dead_stripe.py +++ b/mantidimaging/core/operations/remove_dead_stripe/remove_dead_stripe.py @@ -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 diff --git a/mantidimaging/core/operations/remove_dead_stripe/test/__init__.py b/mantidimaging/core/operations/remove_dead_stripe/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/remove_dead_stripe/test/__init__.py +++ b/mantidimaging/core/operations/remove_dead_stripe/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/remove_dead_stripe/test/remove_dead_stripe_test.py b/mantidimaging/core/operations/remove_dead_stripe/test/remove_dead_stripe_test.py index 8de492b5fa4..ce7adf3995b 100644 --- a/mantidimaging/core/operations/remove_dead_stripe/test/remove_dead_stripe_test.py +++ b/mantidimaging/core/operations/remove_dead_stripe/test/remove_dead_stripe_test.py @@ -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 diff --git a/mantidimaging/core/operations/remove_large_stripe/__init__.py b/mantidimaging/core/operations/remove_large_stripe/__init__.py index 20ebf63d1d0..59ecf7ad9aa 100644 --- a/mantidimaging/core/operations/remove_large_stripe/__init__.py +++ b/mantidimaging/core/operations/remove_large_stripe/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/remove_large_stripe/remove_large_stripe.py b/mantidimaging/core/operations/remove_large_stripe/remove_large_stripe.py index 61bd8bd957f..b58bb03bb94 100644 --- a/mantidimaging/core/operations/remove_large_stripe/remove_large_stripe.py +++ b/mantidimaging/core/operations/remove_large_stripe/remove_large_stripe.py @@ -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 diff --git a/mantidimaging/core/operations/remove_large_stripe/test/__init__.py b/mantidimaging/core/operations/remove_large_stripe/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/remove_large_stripe/test/__init__.py +++ b/mantidimaging/core/operations/remove_large_stripe/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/remove_large_stripe/test/remove_large_stripe_test.py b/mantidimaging/core/operations/remove_large_stripe/test/remove_large_stripe_test.py index 2d787a2b6bf..6f0c1c87757 100644 --- a/mantidimaging/core/operations/remove_large_stripe/test/remove_large_stripe_test.py +++ b/mantidimaging/core/operations/remove_large_stripe/test/remove_large_stripe_test.py @@ -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 diff --git a/mantidimaging/core/operations/remove_stripe_filtering/__init__.py b/mantidimaging/core/operations/remove_stripe_filtering/__init__.py index b1c0648d04d..3c59bd3408a 100644 --- a/mantidimaging/core/operations/remove_stripe_filtering/__init__.py +++ b/mantidimaging/core/operations/remove_stripe_filtering/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/remove_stripe_filtering/remove_stripe_filtering.py b/mantidimaging/core/operations/remove_stripe_filtering/remove_stripe_filtering.py index 6155cbb7e30..5293da52159 100644 --- a/mantidimaging/core/operations/remove_stripe_filtering/remove_stripe_filtering.py +++ b/mantidimaging/core/operations/remove_stripe_filtering/remove_stripe_filtering.py @@ -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 diff --git a/mantidimaging/core/operations/remove_stripe_filtering/test/__init__.py b/mantidimaging/core/operations/remove_stripe_filtering/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/remove_stripe_filtering/test/__init__.py +++ b/mantidimaging/core/operations/remove_stripe_filtering/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/remove_stripe_filtering/test/remove_stripe_filtering_test.py b/mantidimaging/core/operations/remove_stripe_filtering/test/remove_stripe_filtering_test.py index a0d81bd036b..982d05d9b2f 100644 --- a/mantidimaging/core/operations/remove_stripe_filtering/test/remove_stripe_filtering_test.py +++ b/mantidimaging/core/operations/remove_stripe_filtering/test/remove_stripe_filtering_test.py @@ -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 diff --git a/mantidimaging/core/operations/remove_stripe_sorting_fitting/__init__.py b/mantidimaging/core/operations/remove_stripe_sorting_fitting/__init__.py index 5149f62efd4..7af2df3fe35 100644 --- a/mantidimaging/core/operations/remove_stripe_sorting_fitting/__init__.py +++ b/mantidimaging/core/operations/remove_stripe_sorting_fitting/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/remove_stripe_sorting_fitting/remove_stripe_sorting_fitting.py b/mantidimaging/core/operations/remove_stripe_sorting_fitting/remove_stripe_sorting_fitting.py index 3627dddffd0..1ba47b918aa 100644 --- a/mantidimaging/core/operations/remove_stripe_sorting_fitting/remove_stripe_sorting_fitting.py +++ b/mantidimaging/core/operations/remove_stripe_sorting_fitting/remove_stripe_sorting_fitting.py @@ -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 diff --git a/mantidimaging/core/operations/remove_stripe_sorting_fitting/test/__init__.py b/mantidimaging/core/operations/remove_stripe_sorting_fitting/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/remove_stripe_sorting_fitting/test/__init__.py +++ b/mantidimaging/core/operations/remove_stripe_sorting_fitting/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/remove_stripe_sorting_fitting/test/remove_stripe_sorting_fitting_test.py b/mantidimaging/core/operations/remove_stripe_sorting_fitting/test/remove_stripe_sorting_fitting_test.py index 412e48e3c2a..8b29f02538d 100644 --- a/mantidimaging/core/operations/remove_stripe_sorting_fitting/test/remove_stripe_sorting_fitting_test.py +++ b/mantidimaging/core/operations/remove_stripe_sorting_fitting/test/remove_stripe_sorting_fitting_test.py @@ -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 diff --git a/mantidimaging/core/operations/rescale/__init__.py b/mantidimaging/core/operations/rescale/__init__.py index e48c9ceb601..bedaa10d0f6 100644 --- a/mantidimaging/core/operations/rescale/__init__.py +++ b/mantidimaging/core/operations/rescale/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/rescale/rescale.py b/mantidimaging/core/operations/rescale/rescale.py index 5d26b68f64c..dcda65e40ef 100644 --- a/mantidimaging/core/operations/rescale/rescale.py +++ b/mantidimaging/core/operations/rescale/rescale.py @@ -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 diff --git a/mantidimaging/core/operations/rescale/rescale_test.py b/mantidimaging/core/operations/rescale/rescale_test.py index a85a6dfa350..b65c1df351a 100644 --- a/mantidimaging/core/operations/rescale/rescale_test.py +++ b/mantidimaging/core/operations/rescale/rescale_test.py @@ -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 diff --git a/mantidimaging/core/operations/ring_removal/__init__.py b/mantidimaging/core/operations/ring_removal/__init__.py index aadb369abf5..1bb0e402ebc 100644 --- a/mantidimaging/core/operations/ring_removal/__init__.py +++ b/mantidimaging/core/operations/ring_removal/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/ring_removal/ring_removal.py b/mantidimaging/core/operations/ring_removal/ring_removal.py index 7e7badd4593..69d915116da 100644 --- a/mantidimaging/core/operations/ring_removal/ring_removal.py +++ b/mantidimaging/core/operations/ring_removal/ring_removal.py @@ -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 diff --git a/mantidimaging/core/operations/ring_removal/test/__init__.py b/mantidimaging/core/operations/ring_removal/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/ring_removal/test/__init__.py +++ b/mantidimaging/core/operations/ring_removal/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/ring_removal/test/ring_removal_test.py b/mantidimaging/core/operations/ring_removal/test/ring_removal_test.py index 3f59a6c3f82..792c92938b0 100644 --- a/mantidimaging/core/operations/ring_removal/test/ring_removal_test.py +++ b/mantidimaging/core/operations/ring_removal/test/ring_removal_test.py @@ -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 diff --git a/mantidimaging/core/operations/roi_normalisation/__init__.py b/mantidimaging/core/operations/roi_normalisation/__init__.py index c549eccd756..2701c9adc0b 100644 --- a/mantidimaging/core/operations/roi_normalisation/__init__.py +++ b/mantidimaging/core/operations/roi_normalisation/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/roi_normalisation/roi_normalisation.py b/mantidimaging/core/operations/roi_normalisation/roi_normalisation.py index aade40ecf00..e62a0ceda02 100644 --- a/mantidimaging/core/operations/roi_normalisation/roi_normalisation.py +++ b/mantidimaging/core/operations/roi_normalisation/roi_normalisation.py @@ -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 diff --git a/mantidimaging/core/operations/roi_normalisation/test/__init__.py b/mantidimaging/core/operations/roi_normalisation/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/roi_normalisation/test/__init__.py +++ b/mantidimaging/core/operations/roi_normalisation/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/roi_normalisation/test/roi_normalisation_test.py b/mantidimaging/core/operations/roi_normalisation/test/roi_normalisation_test.py index 85e8ef5a2f5..0fe7fc609ec 100644 --- a/mantidimaging/core/operations/roi_normalisation/test/roi_normalisation_test.py +++ b/mantidimaging/core/operations/roi_normalisation/test/roi_normalisation_test.py @@ -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 diff --git a/mantidimaging/core/operations/rotate_stack/__init__.py b/mantidimaging/core/operations/rotate_stack/__init__.py index e036fdcf536..49983db2c68 100644 --- a/mantidimaging/core/operations/rotate_stack/__init__.py +++ b/mantidimaging/core/operations/rotate_stack/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/rotate_stack/rotate_stack.py b/mantidimaging/core/operations/rotate_stack/rotate_stack.py index 9144f249ead..bb636c07fed 100644 --- a/mantidimaging/core/operations/rotate_stack/rotate_stack.py +++ b/mantidimaging/core/operations/rotate_stack/rotate_stack.py @@ -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 diff --git a/mantidimaging/core/operations/rotate_stack/test/__init__.py b/mantidimaging/core/operations/rotate_stack/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/rotate_stack/test/__init__.py +++ b/mantidimaging/core/operations/rotate_stack/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/rotate_stack/test/rotate_stack_test.py b/mantidimaging/core/operations/rotate_stack/test/rotate_stack_test.py index 05251b76902..6a36c76c49e 100644 --- a/mantidimaging/core/operations/rotate_stack/test/rotate_stack_test.py +++ b/mantidimaging/core/operations/rotate_stack/test/rotate_stack_test.py @@ -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 diff --git a/mantidimaging/core/operations/test/__init__.py b/mantidimaging/core/operations/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/operations/test/__init__.py +++ b/mantidimaging/core/operations/test/__init__.py @@ -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 diff --git a/mantidimaging/core/operations/test/operations_test.py b/mantidimaging/core/operations/test/operations_test.py index b054710bf2c..0e3d10bc5cb 100644 --- a/mantidimaging/core/operations/test/operations_test.py +++ b/mantidimaging/core/operations/test/operations_test.py @@ -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 diff --git a/mantidimaging/core/parallel/__init__.py b/mantidimaging/core/parallel/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/parallel/__init__.py +++ b/mantidimaging/core/parallel/__init__.py @@ -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 diff --git a/mantidimaging/core/parallel/manager.py b/mantidimaging/core/parallel/manager.py index 00cfc3f291a..a7592bd2af5 100644 --- a/mantidimaging/core/parallel/manager.py +++ b/mantidimaging/core/parallel/manager.py @@ -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 diff --git a/mantidimaging/core/parallel/shared.py b/mantidimaging/core/parallel/shared.py index e5e98ad52a2..3374ca652df 100644 --- a/mantidimaging/core/parallel/shared.py +++ b/mantidimaging/core/parallel/shared.py @@ -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 diff --git a/mantidimaging/core/parallel/test/__init__.py b/mantidimaging/core/parallel/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/parallel/test/__init__.py +++ b/mantidimaging/core/parallel/test/__init__.py @@ -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 diff --git a/mantidimaging/core/parallel/test/manager_test.py b/mantidimaging/core/parallel/test/manager_test.py index 80c3cfe8885..845135cef5b 100644 --- a/mantidimaging/core/parallel/test/manager_test.py +++ b/mantidimaging/core/parallel/test/manager_test.py @@ -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 diff --git a/mantidimaging/core/parallel/test/shared_test.py b/mantidimaging/core/parallel/test/shared_test.py index 54fa54886ef..e540ac443af 100644 --- a/mantidimaging/core/parallel/test/shared_test.py +++ b/mantidimaging/core/parallel/test/shared_test.py @@ -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 diff --git a/mantidimaging/core/parallel/test/utility_test.py b/mantidimaging/core/parallel/test/utility_test.py index 4eb8379557d..3e33a1f35d4 100644 --- a/mantidimaging/core/parallel/test/utility_test.py +++ b/mantidimaging/core/parallel/test/utility_test.py @@ -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 diff --git a/mantidimaging/core/parallel/utility.py b/mantidimaging/core/parallel/utility.py index 2ed47e35c30..ecff45fbf77 100644 --- a/mantidimaging/core/parallel/utility.py +++ b/mantidimaging/core/parallel/utility.py @@ -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 diff --git a/mantidimaging/core/reconstruct/__init__.py b/mantidimaging/core/reconstruct/__init__.py index 7f5967dff2e..ab0fa01b4c6 100644 --- a/mantidimaging/core/reconstruct/__init__.py +++ b/mantidimaging/core/reconstruct/__init__.py @@ -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 diff --git a/mantidimaging/core/reconstruct/astra_recon.py b/mantidimaging/core/reconstruct/astra_recon.py index e3f9ddfbd0e..ae9aba0a1ec 100644 --- a/mantidimaging/core/reconstruct/astra_recon.py +++ b/mantidimaging/core/reconstruct/astra_recon.py @@ -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 diff --git a/mantidimaging/core/reconstruct/base_recon.py b/mantidimaging/core/reconstruct/base_recon.py index 536a9031993..da75919fd9a 100644 --- a/mantidimaging/core/reconstruct/base_recon.py +++ b/mantidimaging/core/reconstruct/base_recon.py @@ -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 diff --git a/mantidimaging/core/reconstruct/cil_recon.py b/mantidimaging/core/reconstruct/cil_recon.py index 294956319a7..13372d29fa4 100644 --- a/mantidimaging/core/reconstruct/cil_recon.py +++ b/mantidimaging/core/reconstruct/cil_recon.py @@ -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 diff --git a/mantidimaging/core/reconstruct/test/__init__.py b/mantidimaging/core/reconstruct/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/reconstruct/test/__init__.py +++ b/mantidimaging/core/reconstruct/test/__init__.py @@ -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 diff --git a/mantidimaging/core/reconstruct/test/base_recon_test.py b/mantidimaging/core/reconstruct/test/base_recon_test.py index 14143a6d7ca..1c797c75821 100644 --- a/mantidimaging/core/reconstruct/test/base_recon_test.py +++ b/mantidimaging/core/reconstruct/test/base_recon_test.py @@ -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 diff --git a/mantidimaging/core/reconstruct/tomopy_recon.py b/mantidimaging/core/reconstruct/tomopy_recon.py index e2a8de75b12..2d95a638876 100644 --- a/mantidimaging/core/reconstruct/tomopy_recon.py +++ b/mantidimaging/core/reconstruct/tomopy_recon.py @@ -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 diff --git a/mantidimaging/core/rotation/__init__.py b/mantidimaging/core/rotation/__init__.py index 44cbcff18e1..c1323a1580e 100644 --- a/mantidimaging/core/rotation/__init__.py +++ b/mantidimaging/core/rotation/__init__.py @@ -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 diff --git a/mantidimaging/core/rotation/data_model.py b/mantidimaging/core/rotation/data_model.py index 3ea18023a46..f4918c7c53f 100644 --- a/mantidimaging/core/rotation/data_model.py +++ b/mantidimaging/core/rotation/data_model.py @@ -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 diff --git a/mantidimaging/core/rotation/polyfit_correlation.py b/mantidimaging/core/rotation/polyfit_correlation.py index a4f8f19c139..d5b8bc004da 100644 --- a/mantidimaging/core/rotation/polyfit_correlation.py +++ b/mantidimaging/core/rotation/polyfit_correlation.py @@ -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 logging import getLogger diff --git a/mantidimaging/core/rotation/test/__init__.py b/mantidimaging/core/rotation/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/rotation/test/__init__.py +++ b/mantidimaging/core/rotation/test/__init__.py @@ -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 diff --git a/mantidimaging/core/rotation/test/data_model_test.py b/mantidimaging/core/rotation/test/data_model_test.py index fe1019469a7..51a6d0493d6 100644 --- a/mantidimaging/core/rotation/test/data_model_test.py +++ b/mantidimaging/core/rotation/test/data_model_test.py @@ -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 diff --git a/mantidimaging/core/rotation/test/polyfit_correlation_test.py b/mantidimaging/core/rotation/test/polyfit_correlation_test.py index c61e4699256..472c873d69e 100644 --- a/mantidimaging/core/rotation/test/polyfit_correlation_test.py +++ b/mantidimaging/core/rotation/test/polyfit_correlation_test.py @@ -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 diff --git a/mantidimaging/core/utility/__init__.py b/mantidimaging/core/utility/__init__.py index 42326fb57ac..895dd98edd1 100644 --- a/mantidimaging/core/utility/__init__.py +++ b/mantidimaging/core/utility/__init__.py @@ -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 diff --git a/mantidimaging/core/utility/close_enough_point.py b/mantidimaging/core/utility/close_enough_point.py index 7cb01866585..145b15fa72f 100644 --- a/mantidimaging/core/utility/close_enough_point.py +++ b/mantidimaging/core/utility/close_enough_point.py @@ -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 diff --git a/mantidimaging/core/utility/command_line_arguments.py b/mantidimaging/core/utility/command_line_arguments.py index 340e9dc4bb8..4eccefb8223 100644 --- a/mantidimaging/core/utility/command_line_arguments.py +++ b/mantidimaging/core/utility/command_line_arguments.py @@ -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 logging import getLogger diff --git a/mantidimaging/core/utility/cor_interpolate.py b/mantidimaging/core/utility/cor_interpolate.py index d3fe7af8216..9260f86cf15 100644 --- a/mantidimaging/core/utility/cor_interpolate.py +++ b/mantidimaging/core/utility/cor_interpolate.py @@ -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 diff --git a/mantidimaging/core/utility/cuda_check.py b/mantidimaging/core/utility/cuda_check.py index 87f9eed4fe4..40df4c29b07 100644 --- a/mantidimaging/core/utility/cuda_check.py +++ b/mantidimaging/core/utility/cuda_check.py @@ -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 logging import getLogger diff --git a/mantidimaging/core/utility/data_containers.py b/mantidimaging/core/utility/data_containers.py index c766fa94cf0..fb2c2ed291e 100644 --- a/mantidimaging/core/utility/data_containers.py +++ b/mantidimaging/core/utility/data_containers.py @@ -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 """ Containers for data. They don't do much apart from storing the data, diff --git a/mantidimaging/core/utility/execution_timer.py b/mantidimaging/core/utility/execution_timer.py index cfd2f5b3686..048ef0ed611 100644 --- a/mantidimaging/core/utility/execution_timer.py +++ b/mantidimaging/core/utility/execution_timer.py @@ -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 """ Context managers for logging execution time or profile of code. diff --git a/mantidimaging/core/utility/finder.py b/mantidimaging/core/utility/finder.py index d7c3ff6f1e4..7e392818cd0 100644 --- a/mantidimaging/core/utility/finder.py +++ b/mantidimaging/core/utility/finder.py @@ -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 diff --git a/mantidimaging/core/utility/func_call.py b/mantidimaging/core/utility/func_call.py index c4b1c109b75..cdc09c8327e 100644 --- a/mantidimaging/core/utility/func_call.py +++ b/mantidimaging/core/utility/func_call.py @@ -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 diff --git a/mantidimaging/core/utility/histogram.py b/mantidimaging/core/utility/histogram.py index 9dc1f3276a9..63c58b190ab 100644 --- a/mantidimaging/core/utility/histogram.py +++ b/mantidimaging/core/utility/histogram.py @@ -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 diff --git a/mantidimaging/core/utility/imat_log_file_parser.py b/mantidimaging/core/utility/imat_log_file_parser.py index 5b4e08ac307..35d210cbc74 100644 --- a/mantidimaging/core/utility/imat_log_file_parser.py +++ b/mantidimaging/core/utility/imat_log_file_parser.py @@ -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 diff --git a/mantidimaging/core/utility/leak_tracker.py b/mantidimaging/core/utility/leak_tracker.py index f4d7dfc6e48..4ac2419adf9 100644 --- a/mantidimaging/core/utility/leak_tracker.py +++ b/mantidimaging/core/utility/leak_tracker.py @@ -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 gc diff --git a/mantidimaging/core/utility/memory_usage.py b/mantidimaging/core/utility/memory_usage.py index 0adb0c6ec7d..98f9ba31323 100644 --- a/mantidimaging/core/utility/memory_usage.py +++ b/mantidimaging/core/utility/memory_usage.py @@ -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 diff --git a/mantidimaging/core/utility/optional_imports.py b/mantidimaging/core/utility/optional_imports.py index ed2ca09c0b8..1285ee4e3ae 100644 --- a/mantidimaging/core/utility/optional_imports.py +++ b/mantidimaging/core/utility/optional_imports.py @@ -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 """ A place for availability checking and import logic for optional dependencies to diff --git a/mantidimaging/core/utility/progress_reporting/__init__.py b/mantidimaging/core/utility/progress_reporting/__init__.py index 89186bdf41b..d5c0ee5ae34 100644 --- a/mantidimaging/core/utility/progress_reporting/__init__.py +++ b/mantidimaging/core/utility/progress_reporting/__init__.py @@ -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 diff --git a/mantidimaging/core/utility/progress_reporting/console_progress_bar.py b/mantidimaging/core/utility/progress_reporting/console_progress_bar.py index 0b14e854d64..0c7d5ebad12 100644 --- a/mantidimaging/core/utility/progress_reporting/console_progress_bar.py +++ b/mantidimaging/core/utility/progress_reporting/console_progress_bar.py @@ -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 diff --git a/mantidimaging/core/utility/progress_reporting/progress.py b/mantidimaging/core/utility/progress_reporting/progress.py index b953272d27c..13b870aa2a0 100644 --- a/mantidimaging/core/utility/progress_reporting/progress.py +++ b/mantidimaging/core/utility/progress_reporting/progress.py @@ -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 diff --git a/mantidimaging/core/utility/progress_reporting/test/__init__.py b/mantidimaging/core/utility/progress_reporting/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/utility/progress_reporting/test/__init__.py +++ b/mantidimaging/core/utility/progress_reporting/test/__init__.py @@ -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 diff --git a/mantidimaging/core/utility/progress_reporting/test/progress_test.py b/mantidimaging/core/utility/progress_reporting/test/progress_test.py index e358de4f2c2..ed5d91da4b3 100644 --- a/mantidimaging/core/utility/progress_reporting/test/progress_test.py +++ b/mantidimaging/core/utility/progress_reporting/test/progress_test.py @@ -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 diff --git a/mantidimaging/core/utility/projection_angle_parser.py b/mantidimaging/core/utility/projection_angle_parser.py index b3a68b74e60..b06f499010c 100644 --- a/mantidimaging/core/utility/projection_angle_parser.py +++ b/mantidimaging/core/utility/projection_angle_parser.py @@ -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 diff --git a/mantidimaging/core/utility/projection_angles.py b/mantidimaging/core/utility/projection_angles.py index 550b123fe6c..ab374797038 100644 --- a/mantidimaging/core/utility/projection_angles.py +++ b/mantidimaging/core/utility/projection_angles.py @@ -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 diff --git a/mantidimaging/core/utility/sensible_roi.py b/mantidimaging/core/utility/sensible_roi.py index 9655cee7225..f6605081509 100644 --- a/mantidimaging/core/utility/sensible_roi.py +++ b/mantidimaging/core/utility/sensible_roi.py @@ -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 diff --git a/mantidimaging/core/utility/size_calculator.py b/mantidimaging/core/utility/size_calculator.py index 8c6aaec179c..9ef011cf941 100644 --- a/mantidimaging/core/utility/size_calculator.py +++ b/mantidimaging/core/utility/size_calculator.py @@ -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 diff --git a/mantidimaging/core/utility/test/__init__.py b/mantidimaging/core/utility/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/core/utility/test/__init__.py +++ b/mantidimaging/core/utility/test/__init__.py @@ -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 diff --git a/mantidimaging/core/utility/test/close_enough_point_test.py b/mantidimaging/core/utility/test/close_enough_point_test.py index 66d647b9da4..8ace4353103 100644 --- a/mantidimaging/core/utility/test/close_enough_point_test.py +++ b/mantidimaging/core/utility/test/close_enough_point_test.py @@ -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 import unittest diff --git a/mantidimaging/core/utility/test/command_line_arguments_test.py b/mantidimaging/core/utility/test/command_line_arguments_test.py index 1a15fdc5216..e2414374796 100644 --- a/mantidimaging/core/utility/test/command_line_arguments_test.py +++ b/mantidimaging/core/utility/test/command_line_arguments_test.py @@ -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 logging diff --git a/mantidimaging/core/utility/test/cor_interpolate_test.py b/mantidimaging/core/utility/test/cor_interpolate_test.py index 49ba90a3027..6fd7c0b6f74 100644 --- a/mantidimaging/core/utility/test/cor_interpolate_test.py +++ b/mantidimaging/core/utility/test/cor_interpolate_test.py @@ -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 import unittest import numpy as np diff --git a/mantidimaging/core/utility/test/cuda_checker_test.py b/mantidimaging/core/utility/test/cuda_checker_test.py index 98c26f2a21e..48783565544 100644 --- a/mantidimaging/core/utility/test/cuda_checker_test.py +++ b/mantidimaging/core/utility/test/cuda_checker_test.py @@ -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 diff --git a/mantidimaging/core/utility/test/execution_timer_test.py b/mantidimaging/core/utility/test/execution_timer_test.py index 4ba2b6aef3b..72e55e6282a 100644 --- a/mantidimaging/core/utility/test/execution_timer_test.py +++ b/mantidimaging/core/utility/test/execution_timer_test.py @@ -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 diff --git a/mantidimaging/core/utility/test/histogram_test.py b/mantidimaging/core/utility/test/histogram_test.py index 7f22ac1d18f..34803b369a2 100644 --- a/mantidimaging/core/utility/test/histogram_test.py +++ b/mantidimaging/core/utility/test/histogram_test.py @@ -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 diff --git a/mantidimaging/core/utility/test/imat_log_file_parser_test.py b/mantidimaging/core/utility/test/imat_log_file_parser_test.py index 3ac1cedec8b..ba01cd5b177 100644 --- a/mantidimaging/core/utility/test/imat_log_file_parser_test.py +++ b/mantidimaging/core/utility/test/imat_log_file_parser_test.py @@ -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 diff --git a/mantidimaging/core/utility/test/leak_tracker_test.py b/mantidimaging/core/utility/test/leak_tracker_test.py index 22652a5e657..61258a8c7ee 100644 --- a/mantidimaging/core/utility/test/leak_tracker_test.py +++ b/mantidimaging/core/utility/test/leak_tracker_test.py @@ -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 diff --git a/mantidimaging/core/utility/test/memory_usage_test.py b/mantidimaging/core/utility/test/memory_usage_test.py index 4172a8e759d..953a332a83e 100644 --- a/mantidimaging/core/utility/test/memory_usage_test.py +++ b/mantidimaging/core/utility/test/memory_usage_test.py @@ -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 import unittest from unittest.mock import patch, Mock diff --git a/mantidimaging/core/utility/test/projection_angle_parser_test.py b/mantidimaging/core/utility/test/projection_angle_parser_test.py index 8472e8be12d..ce9b20fc39d 100644 --- a/mantidimaging/core/utility/test/projection_angle_parser_test.py +++ b/mantidimaging/core/utility/test/projection_angle_parser_test.py @@ -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 diff --git a/mantidimaging/core/utility/test/sensibleROI_test.py b/mantidimaging/core/utility/test/sensibleROI_test.py index 0391e66b4fb..63c145319ab 100644 --- a/mantidimaging/core/utility/test/sensibleROI_test.py +++ b/mantidimaging/core/utility/test/sensibleROI_test.py @@ -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 diff --git a/mantidimaging/core/utility/test/size_calculator_test.py b/mantidimaging/core/utility/test/size_calculator_test.py index b8edd47c327..37952c1212f 100644 --- a/mantidimaging/core/utility/test/size_calculator_test.py +++ b/mantidimaging/core/utility/test/size_calculator_test.py @@ -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 diff --git a/mantidimaging/core/utility/test/unit_conversion_test.py b/mantidimaging/core/utility/test/unit_conversion_test.py index 5481a7342fa..24b8b121fe4 100644 --- a/mantidimaging/core/utility/test/unit_conversion_test.py +++ b/mantidimaging/core/utility/test/unit_conversion_test.py @@ -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 diff --git a/mantidimaging/core/utility/test/version_check_test.py b/mantidimaging/core/utility/test/version_check_test.py index 911face5735..ed7d5d7d8bd 100644 --- a/mantidimaging/core/utility/test/version_check_test.py +++ b/mantidimaging/core/utility/test/version_check_test.py @@ -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 diff --git a/mantidimaging/core/utility/unit_conversion.py b/mantidimaging/core/utility/unit_conversion.py index eaa2e17be77..03c12ea50b3 100644 --- a/mantidimaging/core/utility/unit_conversion.py +++ b/mantidimaging/core/utility/unit_conversion.py @@ -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 diff --git a/mantidimaging/core/utility/version_check.py b/mantidimaging/core/utility/version_check.py index 97b91a73a56..464b3263a9d 100644 --- a/mantidimaging/core/utility/version_check.py +++ b/mantidimaging/core/utility/version_check.py @@ -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 diff --git a/mantidimaging/eyes_tests/__init__.py b/mantidimaging/eyes_tests/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/eyes_tests/__init__.py +++ b/mantidimaging/eyes_tests/__init__.py @@ -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 diff --git a/mantidimaging/eyes_tests/base_eyes.py b/mantidimaging/eyes_tests/base_eyes.py index ebf2eab1c76..7f32c71f047 100644 --- a/mantidimaging/eyes_tests/base_eyes.py +++ b/mantidimaging/eyes_tests/base_eyes.py @@ -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 diff --git a/mantidimaging/eyes_tests/compare_images_window_test.py b/mantidimaging/eyes_tests/compare_images_window_test.py index 9f21b89ddef..e8c04f52bd9 100644 --- a/mantidimaging/eyes_tests/compare_images_window_test.py +++ b/mantidimaging/eyes_tests/compare_images_window_test.py @@ -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 diff --git a/mantidimaging/eyes_tests/eyes_manager.py b/mantidimaging/eyes_tests/eyes_manager.py index 20754f0abbd..8117e00d759 100644 --- a/mantidimaging/eyes_tests/eyes_manager.py +++ b/mantidimaging/eyes_tests/eyes_manager.py @@ -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 diff --git a/mantidimaging/eyes_tests/image_load_dialog_test.py b/mantidimaging/eyes_tests/image_load_dialog_test.py index 927f48284c8..f066a57245b 100644 --- a/mantidimaging/eyes_tests/image_load_dialog_test.py +++ b/mantidimaging/eyes_tests/image_load_dialog_test.py @@ -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 diff --git a/mantidimaging/eyes_tests/image_save_dialog_test.py b/mantidimaging/eyes_tests/image_save_dialog_test.py index 72c8aac8184..da5b199bbee 100644 --- a/mantidimaging/eyes_tests/image_save_dialog_test.py +++ b/mantidimaging/eyes_tests/image_save_dialog_test.py @@ -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 unittest import mock diff --git a/mantidimaging/eyes_tests/live_viewer_window_test.py b/mantidimaging/eyes_tests/live_viewer_window_test.py index 81a21eaf0a4..0fc60157f68 100644 --- a/mantidimaging/eyes_tests/live_viewer_window_test.py +++ b/mantidimaging/eyes_tests/live_viewer_window_test.py @@ -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 diff --git a/mantidimaging/eyes_tests/main_window_test.py b/mantidimaging/eyes_tests/main_window_test.py index 247341dcac1..c518c49309d 100644 --- a/mantidimaging/eyes_tests/main_window_test.py +++ b/mantidimaging/eyes_tests/main_window_test.py @@ -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 diff --git a/mantidimaging/eyes_tests/nexus_load_dialog_test.py b/mantidimaging/eyes_tests/nexus_load_dialog_test.py index c6853033a64..42a23480061 100644 --- a/mantidimaging/eyes_tests/nexus_load_dialog_test.py +++ b/mantidimaging/eyes_tests/nexus_load_dialog_test.py @@ -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 diff --git a/mantidimaging/eyes_tests/nexus_save_dialog_test.py b/mantidimaging/eyes_tests/nexus_save_dialog_test.py index ba7a421d2b2..5f544f20bf2 100644 --- a/mantidimaging/eyes_tests/nexus_save_dialog_test.py +++ b/mantidimaging/eyes_tests/nexus_save_dialog_test.py @@ -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 diff --git a/mantidimaging/eyes_tests/operations_window_test.py b/mantidimaging/eyes_tests/operations_window_test.py index ac858142eeb..dc5131b31da 100644 --- a/mantidimaging/eyes_tests/operations_window_test.py +++ b/mantidimaging/eyes_tests/operations_window_test.py @@ -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 PyQt5.QtWidgets import QApplication, QWidget, QPushButton diff --git a/mantidimaging/eyes_tests/reconstruct_window_test.py b/mantidimaging/eyes_tests/reconstruct_window_test.py index 902b715d3fd..78674bab50c 100644 --- a/mantidimaging/eyes_tests/reconstruct_window_test.py +++ b/mantidimaging/eyes_tests/reconstruct_window_test.py @@ -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 diff --git a/mantidimaging/eyes_tests/spectrum_viewer_test.py b/mantidimaging/eyes_tests/spectrum_viewer_test.py index a024d0e3dec..eef81c85f2d 100644 --- a/mantidimaging/eyes_tests/spectrum_viewer_test.py +++ b/mantidimaging/eyes_tests/spectrum_viewer_test.py @@ -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 PyQt5.QtWidgets import QApplication diff --git a/mantidimaging/eyes_tests/welcome_window_test.py b/mantidimaging/eyes_tests/welcome_window_test.py index 9ed1ef279ec..7c74fcaa301 100644 --- a/mantidimaging/eyes_tests/welcome_window_test.py +++ b/mantidimaging/eyes_tests/welcome_window_test.py @@ -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 unittest import mock diff --git a/mantidimaging/gui/__init__.py b/mantidimaging/gui/__init__.py index 65fffea8883..05c615d49a6 100644 --- a/mantidimaging/gui/__init__.py +++ b/mantidimaging/gui/__init__.py @@ -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 diff --git a/mantidimaging/gui/dialogs/__init__.py b/mantidimaging/gui/dialogs/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/dialogs/__init__.py +++ b/mantidimaging/gui/dialogs/__init__.py @@ -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 diff --git a/mantidimaging/gui/dialogs/async_task/__init__.py b/mantidimaging/gui/dialogs/async_task/__init__.py index 9dcf7624fa6..38508848e9b 100644 --- a/mantidimaging/gui/dialogs/async_task/__init__.py +++ b/mantidimaging/gui/dialogs/async_task/__init__.py @@ -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 diff --git a/mantidimaging/gui/dialogs/async_task/model.py b/mantidimaging/gui/dialogs/async_task/model.py index cf74f003f37..2741575c933 100644 --- a/mantidimaging/gui/dialogs/async_task/model.py +++ b/mantidimaging/gui/dialogs/async_task/model.py @@ -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 diff --git a/mantidimaging/gui/dialogs/async_task/presenter.py b/mantidimaging/gui/dialogs/async_task/presenter.py index 030d30c175b..b361653fcb0 100644 --- a/mantidimaging/gui/dialogs/async_task/presenter.py +++ b/mantidimaging/gui/dialogs/async_task/presenter.py @@ -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 diff --git a/mantidimaging/gui/dialogs/async_task/task.py b/mantidimaging/gui/dialogs/async_task/task.py index ec96fd3694c..e3711ad5e34 100644 --- a/mantidimaging/gui/dialogs/async_task/task.py +++ b/mantidimaging/gui/dialogs/async_task/task.py @@ -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 diff --git a/mantidimaging/gui/dialogs/async_task/test/__init__.py b/mantidimaging/gui/dialogs/async_task/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/dialogs/async_task/test/__init__.py +++ b/mantidimaging/gui/dialogs/async_task/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/dialogs/async_task/test/model_test.py b/mantidimaging/gui/dialogs/async_task/test/model_test.py index 978e305fe3b..70125a92255 100644 --- a/mantidimaging/gui/dialogs/async_task/test/model_test.py +++ b/mantidimaging/gui/dialogs/async_task/test/model_test.py @@ -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 diff --git a/mantidimaging/gui/dialogs/async_task/test/presenter_test.py b/mantidimaging/gui/dialogs/async_task/test/presenter_test.py index 16bb2d9b63a..fa402746f37 100644 --- a/mantidimaging/gui/dialogs/async_task/test/presenter_test.py +++ b/mantidimaging/gui/dialogs/async_task/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/dialogs/async_task/test/task_test.py b/mantidimaging/gui/dialogs/async_task/test/task_test.py index f45fe92f30f..54c5ad28aad 100644 --- a/mantidimaging/gui/dialogs/async_task/test/task_test.py +++ b/mantidimaging/gui/dialogs/async_task/test/task_test.py @@ -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 diff --git a/mantidimaging/gui/dialogs/async_task/test/view_test.py b/mantidimaging/gui/dialogs/async_task/test/view_test.py index 72199a62a0c..f80090eda9a 100644 --- a/mantidimaging/gui/dialogs/async_task/test/view_test.py +++ b/mantidimaging/gui/dialogs/async_task/test/view_test.py @@ -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 diff --git a/mantidimaging/gui/dialogs/async_task/view.py b/mantidimaging/gui/dialogs/async_task/view.py index 97eaa7f7ed4..14158ff48d3 100644 --- a/mantidimaging/gui/dialogs/async_task/view.py +++ b/mantidimaging/gui/dialogs/async_task/view.py @@ -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 diff --git a/mantidimaging/gui/dialogs/cor_inspection/__init__.py b/mantidimaging/gui/dialogs/cor_inspection/__init__.py index aa199cb66cf..0236f1d864e 100644 --- a/mantidimaging/gui/dialogs/cor_inspection/__init__.py +++ b/mantidimaging/gui/dialogs/cor_inspection/__init__.py @@ -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 diff --git a/mantidimaging/gui/dialogs/cor_inspection/model.py b/mantidimaging/gui/dialogs/cor_inspection/model.py index 8132c9c07ec..5d9d8212a95 100644 --- a/mantidimaging/gui/dialogs/cor_inspection/model.py +++ b/mantidimaging/gui/dialogs/cor_inspection/model.py @@ -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 dataclasses import replace diff --git a/mantidimaging/gui/dialogs/cor_inspection/presenter.py b/mantidimaging/gui/dialogs/cor_inspection/presenter.py index 6e79db6c04c..9ccedb7a111 100644 --- a/mantidimaging/gui/dialogs/cor_inspection/presenter.py +++ b/mantidimaging/gui/dialogs/cor_inspection/presenter.py @@ -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 diff --git a/mantidimaging/gui/dialogs/cor_inspection/recon_slice_view.py b/mantidimaging/gui/dialogs/cor_inspection/recon_slice_view.py index bcd45b5e452..32dacf3fa49 100644 --- a/mantidimaging/gui/dialogs/cor_inspection/recon_slice_view.py +++ b/mantidimaging/gui/dialogs/cor_inspection/recon_slice_view.py @@ -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 diff --git a/mantidimaging/gui/dialogs/cor_inspection/test/__init__.py b/mantidimaging/gui/dialogs/cor_inspection/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/dialogs/cor_inspection/test/__init__.py +++ b/mantidimaging/gui/dialogs/cor_inspection/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/dialogs/cor_inspection/test/model_test.py b/mantidimaging/gui/dialogs/cor_inspection/test/model_test.py index 90ca9de5ebe..d27792624c1 100644 --- a/mantidimaging/gui/dialogs/cor_inspection/test/model_test.py +++ b/mantidimaging/gui/dialogs/cor_inspection/test/model_test.py @@ -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 diff --git a/mantidimaging/gui/dialogs/cor_inspection/test/presenter_test.py b/mantidimaging/gui/dialogs/cor_inspection/test/presenter_test.py index e64ae0608f6..a972e225d0f 100644 --- a/mantidimaging/gui/dialogs/cor_inspection/test/presenter_test.py +++ b/mantidimaging/gui/dialogs/cor_inspection/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/dialogs/cor_inspection/types.py b/mantidimaging/gui/dialogs/cor_inspection/types.py index fae18d1794d..8f0514d04b7 100644 --- a/mantidimaging/gui/dialogs/cor_inspection/types.py +++ b/mantidimaging/gui/dialogs/cor_inspection/types.py @@ -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 diff --git a/mantidimaging/gui/dialogs/cor_inspection/view.py b/mantidimaging/gui/dialogs/cor_inspection/view.py index aec29791379..0f2885de620 100644 --- a/mantidimaging/gui/dialogs/cor_inspection/view.py +++ b/mantidimaging/gui/dialogs/cor_inspection/view.py @@ -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 diff --git a/mantidimaging/gui/dialogs/multiple_stack_select/__init__.py b/mantidimaging/gui/dialogs/multiple_stack_select/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/dialogs/multiple_stack_select/__init__.py +++ b/mantidimaging/gui/dialogs/multiple_stack_select/__init__.py @@ -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 diff --git a/mantidimaging/gui/dialogs/multiple_stack_select/view.py b/mantidimaging/gui/dialogs/multiple_stack_select/view.py index e5c1b4e254a..a5137811d04 100644 --- a/mantidimaging/gui/dialogs/multiple_stack_select/view.py +++ b/mantidimaging/gui/dialogs/multiple_stack_select/view.py @@ -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 diff --git a/mantidimaging/gui/gui.py b/mantidimaging/gui/gui.py index 7ffd0b5d631..7a2de5124c3 100644 --- a/mantidimaging/gui/gui.py +++ b/mantidimaging/gui/gui.py @@ -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 diff --git a/mantidimaging/gui/mvp_base/__init__.py b/mantidimaging/gui/mvp_base/__init__.py index 64313aa663e..2c3f3eddb82 100644 --- a/mantidimaging/gui/mvp_base/__init__.py +++ b/mantidimaging/gui/mvp_base/__init__.py @@ -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 diff --git a/mantidimaging/gui/mvp_base/presenter.py b/mantidimaging/gui/mvp_base/presenter.py index de95a0764e7..c385b3ab277 100644 --- a/mantidimaging/gui/mvp_base/presenter.py +++ b/mantidimaging/gui/mvp_base/presenter.py @@ -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 diff --git a/mantidimaging/gui/mvp_base/test/__init__.py b/mantidimaging/gui/mvp_base/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/mvp_base/test/__init__.py +++ b/mantidimaging/gui/mvp_base/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/mvp_base/test/presenter_test.py b/mantidimaging/gui/mvp_base/test/presenter_test.py index d96e907b5a9..8eb9c3793d8 100644 --- a/mantidimaging/gui/mvp_base/test/presenter_test.py +++ b/mantidimaging/gui/mvp_base/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/mvp_base/view.py b/mantidimaging/gui/mvp_base/view.py index 738c5bec55d..c74fbc57a3c 100644 --- a/mantidimaging/gui/mvp_base/view.py +++ b/mantidimaging/gui/mvp_base/view.py @@ -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 diff --git a/mantidimaging/gui/test/__init__.py b/mantidimaging/gui/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/test/__init__.py +++ b/mantidimaging/gui/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/test/gui_system_base.py b/mantidimaging/gui/test/gui_system_base.py index e569b41d6de..043bee340a6 100644 --- a/mantidimaging/gui/test/gui_system_base.py +++ b/mantidimaging/gui/test/gui_system_base.py @@ -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 diff --git a/mantidimaging/gui/test/gui_system_loading_test.py b/mantidimaging/gui/test/gui_system_loading_test.py index 1d9792c2e5c..2f5f1e9f5fc 100644 --- a/mantidimaging/gui/test/gui_system_loading_test.py +++ b/mantidimaging/gui/test/gui_system_loading_test.py @@ -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 diff --git a/mantidimaging/gui/test/gui_system_operations_test.py b/mantidimaging/gui/test/gui_system_operations_test.py index a7b7ade8570..8b22cf03bca 100644 --- a/mantidimaging/gui/test/gui_system_operations_test.py +++ b/mantidimaging/gui/test/gui_system_operations_test.py @@ -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 diff --git a/mantidimaging/gui/test/gui_system_reconstruction_test.py b/mantidimaging/gui/test/gui_system_reconstruction_test.py index de0c9ab99a4..1f65f5175ec 100644 --- a/mantidimaging/gui/test/gui_system_reconstruction_test.py +++ b/mantidimaging/gui/test/gui_system_reconstruction_test.py @@ -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 unittest import mock diff --git a/mantidimaging/gui/test/gui_system_spectrum_test.py b/mantidimaging/gui/test/gui_system_spectrum_test.py index 1b7e1de3cc9..195226e3a63 100644 --- a/mantidimaging/gui/test/gui_system_spectrum_test.py +++ b/mantidimaging/gui/test/gui_system_spectrum_test.py @@ -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 diff --git a/mantidimaging/gui/test/gui_system_windows_test.py b/mantidimaging/gui/test/gui_system_windows_test.py index 98acc354068..ab26c7ed316 100644 --- a/mantidimaging/gui/test/gui_system_windows_test.py +++ b/mantidimaging/gui/test/gui_system_windows_test.py @@ -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 diff --git a/mantidimaging/gui/utility/__init__.py b/mantidimaging/gui/utility/__init__.py index 3f16779cbf6..7cc806f63b1 100644 --- a/mantidimaging/gui/utility/__init__.py +++ b/mantidimaging/gui/utility/__init__.py @@ -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 diff --git a/mantidimaging/gui/utility/common.py b/mantidimaging/gui/utility/common.py index 1724cc6214e..d2ea4d43f03 100644 --- a/mantidimaging/gui/utility/common.py +++ b/mantidimaging/gui/utility/common.py @@ -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 diff --git a/mantidimaging/gui/utility/qt_helpers.py b/mantidimaging/gui/utility/qt_helpers.py index ec49154b3fc..5a60e843a6f 100644 --- a/mantidimaging/gui/utility/qt_helpers.py +++ b/mantidimaging/gui/utility/qt_helpers.py @@ -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 """ Module containing helper functions relating to PyQt. diff --git a/mantidimaging/gui/widgets/__init__.py b/mantidimaging/gui/widgets/__init__.py index bc8ae34afe4..6dd5d76f2b4 100644 --- a/mantidimaging/gui/widgets/__init__.py +++ b/mantidimaging/gui/widgets/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/auto_colour_menu/__init__.py b/mantidimaging/gui/widgets/auto_colour_menu/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/auto_colour_menu/__init__.py +++ b/mantidimaging/gui/widgets/auto_colour_menu/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/auto_colour_menu/auto_color_menu.py b/mantidimaging/gui/widgets/auto_colour_menu/auto_color_menu.py index 9aca633171c..b5b9d5f6004 100644 --- a/mantidimaging/gui/widgets/auto_colour_menu/auto_color_menu.py +++ b/mantidimaging/gui/widgets/auto_colour_menu/auto_color_menu.py @@ -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 diff --git a/mantidimaging/gui/widgets/bad_data_overlay/__init__.py b/mantidimaging/gui/widgets/bad_data_overlay/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/bad_data_overlay/__init__.py +++ b/mantidimaging/gui/widgets/bad_data_overlay/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/bad_data_overlay/bad_data_overlay.py b/mantidimaging/gui/widgets/bad_data_overlay/bad_data_overlay.py index 45ef95bc883..555ef11ed53 100644 --- a/mantidimaging/gui/widgets/bad_data_overlay/bad_data_overlay.py +++ b/mantidimaging/gui/widgets/bad_data_overlay/bad_data_overlay.py @@ -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 diff --git a/mantidimaging/gui/widgets/dataset_selector/__init__.py b/mantidimaging/gui/widgets/dataset_selector/__init__.py index b842e071a31..81d09afdaf9 100644 --- a/mantidimaging/gui/widgets/dataset_selector/__init__.py +++ b/mantidimaging/gui/widgets/dataset_selector/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/dataset_selector/presenter.py b/mantidimaging/gui/widgets/dataset_selector/presenter.py index 981a93bf27e..d327e8807bf 100644 --- a/mantidimaging/gui/widgets/dataset_selector/presenter.py +++ b/mantidimaging/gui/widgets/dataset_selector/presenter.py @@ -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 diff --git a/mantidimaging/gui/widgets/dataset_selector/test/__init__.py b/mantidimaging/gui/widgets/dataset_selector/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/dataset_selector/test/__init__.py +++ b/mantidimaging/gui/widgets/dataset_selector/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/dataset_selector/test/presenter_test.py b/mantidimaging/gui/widgets/dataset_selector/test/presenter_test.py index b163bb011f4..05ee41a2d5a 100644 --- a/mantidimaging/gui/widgets/dataset_selector/test/presenter_test.py +++ b/mantidimaging/gui/widgets/dataset_selector/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/widgets/dataset_selector/test/view_test.py b/mantidimaging/gui/widgets/dataset_selector/test/view_test.py index 08980506e90..dec176ee205 100644 --- a/mantidimaging/gui/widgets/dataset_selector/test/view_test.py +++ b/mantidimaging/gui/widgets/dataset_selector/test/view_test.py @@ -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 diff --git a/mantidimaging/gui/widgets/dataset_selector/view.py b/mantidimaging/gui/widgets/dataset_selector/view.py index 3117cb7004d..1f6b660d829 100644 --- a/mantidimaging/gui/widgets/dataset_selector/view.py +++ b/mantidimaging/gui/widgets/dataset_selector/view.py @@ -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 diff --git a/mantidimaging/gui/widgets/dataset_selector_dialog/__init__.py b/mantidimaging/gui/widgets/dataset_selector_dialog/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/dataset_selector_dialog/__init__.py +++ b/mantidimaging/gui/widgets/dataset_selector_dialog/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/dataset_selector_dialog/dataset_selector_dialog.py b/mantidimaging/gui/widgets/dataset_selector_dialog/dataset_selector_dialog.py index e1178c8bd57..8150e2b2f83 100644 --- a/mantidimaging/gui/widgets/dataset_selector_dialog/dataset_selector_dialog.py +++ b/mantidimaging/gui/widgets/dataset_selector_dialog/dataset_selector_dialog.py @@ -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 diff --git a/mantidimaging/gui/widgets/dataset_selector_dialog/test/__init__.py b/mantidimaging/gui/widgets/dataset_selector_dialog/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/dataset_selector_dialog/test/__init__.py +++ b/mantidimaging/gui/widgets/dataset_selector_dialog/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/dataset_selector_dialog/test/dataset_selector_dialog_test.py b/mantidimaging/gui/widgets/dataset_selector_dialog/test/dataset_selector_dialog_test.py index dc50b47386e..bf35f9e0a23 100644 --- a/mantidimaging/gui/widgets/dataset_selector_dialog/test/dataset_selector_dialog_test.py +++ b/mantidimaging/gui/widgets/dataset_selector_dialog/test/dataset_selector_dialog_test.py @@ -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 diff --git a/mantidimaging/gui/widgets/indicator_icon/__init__.py b/mantidimaging/gui/widgets/indicator_icon/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/indicator_icon/__init__.py +++ b/mantidimaging/gui/widgets/indicator_icon/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/indicator_icon/view.py b/mantidimaging/gui/widgets/indicator_icon/view.py index 406e1923876..38dac604209 100644 --- a/mantidimaging/gui/widgets/indicator_icon/view.py +++ b/mantidimaging/gui/widgets/indicator_icon/view.py @@ -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 diff --git a/mantidimaging/gui/widgets/line_profile_plot/__init__.py b/mantidimaging/gui/widgets/line_profile_plot/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/line_profile_plot/__init__.py +++ b/mantidimaging/gui/widgets/line_profile_plot/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/line_profile_plot/test/__init__.py b/mantidimaging/gui/widgets/line_profile_plot/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/line_profile_plot/test/__init__.py +++ b/mantidimaging/gui/widgets/line_profile_plot/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/line_profile_plot/test/view_test.py b/mantidimaging/gui/widgets/line_profile_plot/test/view_test.py index e5e2ba10d45..b5fbcd2c946 100644 --- a/mantidimaging/gui/widgets/line_profile_plot/test/view_test.py +++ b/mantidimaging/gui/widgets/line_profile_plot/test/view_test.py @@ -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 diff --git a/mantidimaging/gui/widgets/line_profile_plot/view.py b/mantidimaging/gui/widgets/line_profile_plot/view.py index 7d998ee0f3c..060def6a7b2 100644 --- a/mantidimaging/gui/widgets/line_profile_plot/view.py +++ b/mantidimaging/gui/widgets/line_profile_plot/view.py @@ -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 TYPE_CHECKING diff --git a/mantidimaging/gui/widgets/mi_image_view/__init__.py b/mantidimaging/gui/widgets/mi_image_view/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/mi_image_view/__init__.py +++ b/mantidimaging/gui/widgets/mi_image_view/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/mi_image_view/presenter.py b/mantidimaging/gui/widgets/mi_image_view/presenter.py index 8c565a48bdc..1ccdd1ebde3 100644 --- a/mantidimaging/gui/widgets/mi_image_view/presenter.py +++ b/mantidimaging/gui/widgets/mi_image_view/presenter.py @@ -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 diff --git a/mantidimaging/gui/widgets/mi_image_view/test/__init__.py b/mantidimaging/gui/widgets/mi_image_view/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/mi_image_view/test/__init__.py +++ b/mantidimaging/gui/widgets/mi_image_view/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/mi_image_view/test/presenter_test.py b/mantidimaging/gui/widgets/mi_image_view/test/presenter_test.py index 557bc58c419..0b060a8edda 100644 --- a/mantidimaging/gui/widgets/mi_image_view/test/presenter_test.py +++ b/mantidimaging/gui/widgets/mi_image_view/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/widgets/mi_image_view/test/view_test.py b/mantidimaging/gui/widgets/mi_image_view/test/view_test.py index d81a73853f1..25b14d0a3f0 100644 --- a/mantidimaging/gui/widgets/mi_image_view/test/view_test.py +++ b/mantidimaging/gui/widgets/mi_image_view/test/view_test.py @@ -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 unittest import mock diff --git a/mantidimaging/gui/widgets/mi_image_view/view.py b/mantidimaging/gui/widgets/mi_image_view/view.py index 36522dbf4c4..7892f1f3aae 100644 --- a/mantidimaging/gui/widgets/mi_image_view/view.py +++ b/mantidimaging/gui/widgets/mi_image_view/view.py @@ -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 diff --git a/mantidimaging/gui/widgets/mi_mini_image_view/__init__.py b/mantidimaging/gui/widgets/mi_mini_image_view/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/mi_mini_image_view/__init__.py +++ b/mantidimaging/gui/widgets/mi_mini_image_view/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/mi_mini_image_view/test/__init__.py b/mantidimaging/gui/widgets/mi_mini_image_view/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/mi_mini_image_view/test/__init__.py +++ b/mantidimaging/gui/widgets/mi_mini_image_view/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/mi_mini_image_view/test/view_test.py b/mantidimaging/gui/widgets/mi_mini_image_view/test/view_test.py index 62f712e5137..a3399788c44 100644 --- a/mantidimaging/gui/widgets/mi_mini_image_view/test/view_test.py +++ b/mantidimaging/gui/widgets/mi_mini_image_view/test/view_test.py @@ -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 diff --git a/mantidimaging/gui/widgets/mi_mini_image_view/view.py b/mantidimaging/gui/widgets/mi_mini_image_view/view.py index a8c9ba2bdf7..1e5c67e6906 100644 --- a/mantidimaging/gui/widgets/mi_mini_image_view/view.py +++ b/mantidimaging/gui/widgets/mi_mini_image_view/view.py @@ -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 diff --git a/mantidimaging/gui/widgets/palette_changer/__init__.py b/mantidimaging/gui/widgets/palette_changer/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/palette_changer/__init__.py +++ b/mantidimaging/gui/widgets/palette_changer/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/palette_changer/presenter.py b/mantidimaging/gui/widgets/palette_changer/presenter.py index 4a6e47510e0..b60e79245d4 100644 --- a/mantidimaging/gui/widgets/palette_changer/presenter.py +++ b/mantidimaging/gui/widgets/palette_changer/presenter.py @@ -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 TYPE_CHECKING diff --git a/mantidimaging/gui/widgets/palette_changer/test/presenter_test.py b/mantidimaging/gui/widgets/palette_changer/test/presenter_test.py index ba28b1a78a1..9cc402d586f 100644 --- a/mantidimaging/gui/widgets/palette_changer/test/presenter_test.py +++ b/mantidimaging/gui/widgets/palette_changer/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/widgets/palette_changer/view.py b/mantidimaging/gui/widgets/palette_changer/view.py index 65f2d1dc37f..dca6fc2e179 100644 --- a/mantidimaging/gui/widgets/palette_changer/view.py +++ b/mantidimaging/gui/widgets/palette_changer/view.py @@ -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 diff --git a/mantidimaging/gui/widgets/removable_row_table_view.py b/mantidimaging/gui/widgets/removable_row_table_view.py index d5db2e8552b..f21d838cbe5 100644 --- a/mantidimaging/gui/widgets/removable_row_table_view.py +++ b/mantidimaging/gui/widgets/removable_row_table_view.py @@ -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 diff --git a/mantidimaging/gui/widgets/roi_selector/__init__.py b/mantidimaging/gui/widgets/roi_selector/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/roi_selector/__init__.py +++ b/mantidimaging/gui/widgets/roi_selector/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/roi_selector/test/__init__.py b/mantidimaging/gui/widgets/roi_selector/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/roi_selector/test/__init__.py +++ b/mantidimaging/gui/widgets/roi_selector/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/roi_selector/test/view_test.py b/mantidimaging/gui/widgets/roi_selector/test/view_test.py index 610ea3f9f72..51f45122901 100644 --- a/mantidimaging/gui/widgets/roi_selector/test/view_test.py +++ b/mantidimaging/gui/widgets/roi_selector/test/view_test.py @@ -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 diff --git a/mantidimaging/gui/widgets/roi_selector/view.py b/mantidimaging/gui/widgets/roi_selector/view.py index 8a271b05834..4a79b248220 100644 --- a/mantidimaging/gui/widgets/roi_selector/view.py +++ b/mantidimaging/gui/widgets/roi_selector/view.py @@ -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 TYPE_CHECKING diff --git a/mantidimaging/gui/widgets/spectrum_widgets/tof_properties.py b/mantidimaging/gui/widgets/spectrum_widgets/tof_properties.py index c8ac0fd06e5..f25e806803d 100644 --- a/mantidimaging/gui/widgets/spectrum_widgets/tof_properties.py +++ b/mantidimaging/gui/widgets/spectrum_widgets/tof_properties.py @@ -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 PyQt5 import QtCore, QtWidgets diff --git a/mantidimaging/gui/widgets/stack_selector/test/__init__.py b/mantidimaging/gui/widgets/stack_selector/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/stack_selector/test/__init__.py +++ b/mantidimaging/gui/widgets/stack_selector/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/zslider/__init__.py b/mantidimaging/gui/widgets/zslider/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/widgets/zslider/__init__.py +++ b/mantidimaging/gui/widgets/zslider/__init__.py @@ -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 diff --git a/mantidimaging/gui/widgets/zslider/zslider.py b/mantidimaging/gui/widgets/zslider/zslider.py index bb79dabf007..9a145bbd81d 100644 --- a/mantidimaging/gui/widgets/zslider/zslider.py +++ b/mantidimaging/gui/widgets/zslider/zslider.py @@ -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 diff --git a/mantidimaging/gui/windows/__init__.py b/mantidimaging/gui/windows/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/__init__.py +++ b/mantidimaging/gui/windows/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/add_images_to_dataset_dialog/__init__.py b/mantidimaging/gui/windows/add_images_to_dataset_dialog/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/add_images_to_dataset_dialog/__init__.py +++ b/mantidimaging/gui/windows/add_images_to_dataset_dialog/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/add_images_to_dataset_dialog/presenter.py b/mantidimaging/gui/windows/add_images_to_dataset_dialog/presenter.py index f6c808f7136..d19f2801d19 100644 --- a/mantidimaging/gui/windows/add_images_to_dataset_dialog/presenter.py +++ b/mantidimaging/gui/windows/add_images_to_dataset_dialog/presenter.py @@ -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 traceback diff --git a/mantidimaging/gui/windows/add_images_to_dataset_dialog/test/__init__.py b/mantidimaging/gui/windows/add_images_to_dataset_dialog/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/add_images_to_dataset_dialog/test/__init__.py +++ b/mantidimaging/gui/windows/add_images_to_dataset_dialog/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/add_images_to_dataset_dialog/test/presenter_test.py b/mantidimaging/gui/windows/add_images_to_dataset_dialog/test/presenter_test.py index 79861c6c6cb..482918f1a2e 100644 --- a/mantidimaging/gui/windows/add_images_to_dataset_dialog/test/presenter_test.py +++ b/mantidimaging/gui/windows/add_images_to_dataset_dialog/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/add_images_to_dataset_dialog/test/view_test.py b/mantidimaging/gui/windows/add_images_to_dataset_dialog/test/view_test.py index 8ca3afa2141..a9ee84304ea 100644 --- a/mantidimaging/gui/windows/add_images_to_dataset_dialog/test/view_test.py +++ b/mantidimaging/gui/windows/add_images_to_dataset_dialog/test/view_test.py @@ -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 diff --git a/mantidimaging/gui/windows/add_images_to_dataset_dialog/view.py b/mantidimaging/gui/windows/add_images_to_dataset_dialog/view.py index a4b09213a5c..a9530c24c2f 100644 --- a/mantidimaging/gui/windows/add_images_to_dataset_dialog/view.py +++ b/mantidimaging/gui/windows/add_images_to_dataset_dialog/view.py @@ -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 diff --git a/mantidimaging/gui/windows/image_load_dialog/__init__.py b/mantidimaging/gui/windows/image_load_dialog/__init__.py index b9abeb3b067..ddd302f936d 100644 --- a/mantidimaging/gui/windows/image_load_dialog/__init__.py +++ b/mantidimaging/gui/windows/image_load_dialog/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/image_load_dialog/field.py b/mantidimaging/gui/windows/image_load_dialog/field.py index 61c0e18da05..74726ff24db 100644 --- a/mantidimaging/gui/windows/image_load_dialog/field.py +++ b/mantidimaging/gui/windows/image_load_dialog/field.py @@ -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 diff --git a/mantidimaging/gui/windows/image_load_dialog/presenter.py b/mantidimaging/gui/windows/image_load_dialog/presenter.py index 87e25e82a4d..a8de618b348 100644 --- a/mantidimaging/gui/windows/image_load_dialog/presenter.py +++ b/mantidimaging/gui/windows/image_load_dialog/presenter.py @@ -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 diff --git a/mantidimaging/gui/windows/image_load_dialog/test/__init__.py b/mantidimaging/gui/windows/image_load_dialog/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/image_load_dialog/test/__init__.py +++ b/mantidimaging/gui/windows/image_load_dialog/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/image_load_dialog/test/presenter_test.py b/mantidimaging/gui/windows/image_load_dialog/test/presenter_test.py index b5b6b1f6e5d..ad3f7d977a4 100644 --- a/mantidimaging/gui/windows/image_load_dialog/test/presenter_test.py +++ b/mantidimaging/gui/windows/image_load_dialog/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/image_load_dialog/view.py b/mantidimaging/gui/windows/image_load_dialog/view.py index d23267ac97f..b0fa4220ed0 100644 --- a/mantidimaging/gui/windows/image_load_dialog/view.py +++ b/mantidimaging/gui/windows/image_load_dialog/view.py @@ -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 diff --git a/mantidimaging/gui/windows/live_viewer/__init__.py b/mantidimaging/gui/windows/live_viewer/__init__.py index f83a969d977..a5a53f054f4 100644 --- a/mantidimaging/gui/windows/live_viewer/__init__.py +++ b/mantidimaging/gui/windows/live_viewer/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/live_viewer/live_view_widget.py b/mantidimaging/gui/windows/live_viewer/live_view_widget.py index 3a02baec8ce..ea752a73a27 100644 --- a/mantidimaging/gui/windows/live_viewer/live_view_widget.py +++ b/mantidimaging/gui/windows/live_viewer/live_view_widget.py @@ -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 TYPE_CHECKING diff --git a/mantidimaging/gui/windows/live_viewer/model.py b/mantidimaging/gui/windows/live_viewer/model.py index dd0c78671f2..bf8bd7f9701 100644 --- a/mantidimaging/gui/windows/live_viewer/model.py +++ b/mantidimaging/gui/windows/live_viewer/model.py @@ -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 diff --git a/mantidimaging/gui/windows/live_viewer/presenter.py b/mantidimaging/gui/windows/live_viewer/presenter.py index b26391c58b9..a4e5aa5c092 100644 --- a/mantidimaging/gui/windows/live_viewer/presenter.py +++ b/mantidimaging/gui/windows/live_viewer/presenter.py @@ -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 diff --git a/mantidimaging/gui/windows/live_viewer/test/__init__.py b/mantidimaging/gui/windows/live_viewer/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/live_viewer/test/__init__.py +++ b/mantidimaging/gui/windows/live_viewer/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/live_viewer/test/model_test.py b/mantidimaging/gui/windows/live_viewer/test/model_test.py index 0fbad537e2d..18e418682f7 100644 --- a/mantidimaging/gui/windows/live_viewer/test/model_test.py +++ b/mantidimaging/gui/windows/live_viewer/test/model_test.py @@ -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 diff --git a/mantidimaging/gui/windows/live_viewer/test/presenter_test.py b/mantidimaging/gui/windows/live_viewer/test/presenter_test.py index 63f6b6a4d18..7bcad1bd032 100644 --- a/mantidimaging/gui/windows/live_viewer/test/presenter_test.py +++ b/mantidimaging/gui/windows/live_viewer/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/live_viewer/view.py b/mantidimaging/gui/windows/live_viewer/view.py index e9aa5836a7e..1e1ae2ddd91 100644 --- a/mantidimaging/gui/windows/live_viewer/view.py +++ b/mantidimaging/gui/windows/live_viewer/view.py @@ -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 diff --git a/mantidimaging/gui/windows/main/__init__.py b/mantidimaging/gui/windows/main/__init__.py index 073cc36d0b2..d68f615f19f 100644 --- a/mantidimaging/gui/windows/main/__init__.py +++ b/mantidimaging/gui/windows/main/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/main/image_save_dialog.py b/mantidimaging/gui/windows/main/image_save_dialog.py index dafe7a4804e..a07994ff47f 100644 --- a/mantidimaging/gui/windows/main/image_save_dialog.py +++ b/mantidimaging/gui/windows/main/image_save_dialog.py @@ -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 diff --git a/mantidimaging/gui/windows/main/model.py b/mantidimaging/gui/windows/main/model.py index b4fc34e22dc..e64d1a61da7 100644 --- a/mantidimaging/gui/windows/main/model.py +++ b/mantidimaging/gui/windows/main/model.py @@ -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 diff --git a/mantidimaging/gui/windows/main/nexus_save_dialog.py b/mantidimaging/gui/windows/main/nexus_save_dialog.py index ce286b63cca..6aea768242a 100644 --- a/mantidimaging/gui/windows/main/nexus_save_dialog.py +++ b/mantidimaging/gui/windows/main/nexus_save_dialog.py @@ -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 diff --git a/mantidimaging/gui/windows/main/presenter.py b/mantidimaging/gui/windows/main/presenter.py index 628f7873338..1a9315b054f 100644 --- a/mantidimaging/gui/windows/main/presenter.py +++ b/mantidimaging/gui/windows/main/presenter.py @@ -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 traceback diff --git a/mantidimaging/gui/windows/main/test/Image_save_test.py b/mantidimaging/gui/windows/main/test/Image_save_test.py index b073b645a39..dfa712e2933 100644 --- a/mantidimaging/gui/windows/main/test/Image_save_test.py +++ b/mantidimaging/gui/windows/main/test/Image_save_test.py @@ -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 diff --git a/mantidimaging/gui/windows/main/test/__init__.py b/mantidimaging/gui/windows/main/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/main/test/__init__.py +++ b/mantidimaging/gui/windows/main/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/main/test/model_test.py b/mantidimaging/gui/windows/main/test/model_test.py index 4d69dc2ee2c..ec1a0260a13 100644 --- a/mantidimaging/gui/windows/main/test/model_test.py +++ b/mantidimaging/gui/windows/main/test/model_test.py @@ -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 diff --git a/mantidimaging/gui/windows/main/test/nexus_save_test.py b/mantidimaging/gui/windows/main/test/nexus_save_test.py index 782537301d6..f426e5ac05f 100644 --- a/mantidimaging/gui/windows/main/test/nexus_save_test.py +++ b/mantidimaging/gui/windows/main/test/nexus_save_test.py @@ -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 diff --git a/mantidimaging/gui/windows/main/test/presenter_test.py b/mantidimaging/gui/windows/main/test/presenter_test.py index 38067fc909b..f9c7190ecc1 100644 --- a/mantidimaging/gui/windows/main/test/presenter_test.py +++ b/mantidimaging/gui/windows/main/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/main/test/view_test.py b/mantidimaging/gui/windows/main/test/view_test.py index 090320605cb..14e84a02b8f 100644 --- a/mantidimaging/gui/windows/main/test/view_test.py +++ b/mantidimaging/gui/windows/main/test/view_test.py @@ -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 diff --git a/mantidimaging/gui/windows/main/view.py b/mantidimaging/gui/windows/main/view.py index ec5cfcb3b49..227512f15cb 100644 --- a/mantidimaging/gui/windows/main/view.py +++ b/mantidimaging/gui/windows/main/view.py @@ -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 diff --git a/mantidimaging/gui/windows/move_stack_dialog/__init__.py b/mantidimaging/gui/windows/move_stack_dialog/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/move_stack_dialog/__init__.py +++ b/mantidimaging/gui/windows/move_stack_dialog/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/move_stack_dialog/presenter.py b/mantidimaging/gui/windows/move_stack_dialog/presenter.py index 4ccaf967d5f..ab31f89f128 100644 --- a/mantidimaging/gui/windows/move_stack_dialog/presenter.py +++ b/mantidimaging/gui/windows/move_stack_dialog/presenter.py @@ -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 enum import Enum, auto diff --git a/mantidimaging/gui/windows/move_stack_dialog/test/__init__.py b/mantidimaging/gui/windows/move_stack_dialog/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/move_stack_dialog/test/__init__.py +++ b/mantidimaging/gui/windows/move_stack_dialog/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/move_stack_dialog/test/presenter_test.py b/mantidimaging/gui/windows/move_stack_dialog/test/presenter_test.py index 44679214f6d..059fcbce670 100644 --- a/mantidimaging/gui/windows/move_stack_dialog/test/presenter_test.py +++ b/mantidimaging/gui/windows/move_stack_dialog/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/move_stack_dialog/test/view_test.py b/mantidimaging/gui/windows/move_stack_dialog/test/view_test.py index e2951db70f1..ad78e1f37ad 100644 --- a/mantidimaging/gui/windows/move_stack_dialog/test/view_test.py +++ b/mantidimaging/gui/windows/move_stack_dialog/test/view_test.py @@ -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 diff --git a/mantidimaging/gui/windows/move_stack_dialog/view.py b/mantidimaging/gui/windows/move_stack_dialog/view.py index 8d748c217f2..8b798cd4615 100644 --- a/mantidimaging/gui/windows/move_stack_dialog/view.py +++ b/mantidimaging/gui/windows/move_stack_dialog/view.py @@ -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 diff --git a/mantidimaging/gui/windows/nexus_load_dialog/__init__.py b/mantidimaging/gui/windows/nexus_load_dialog/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/nexus_load_dialog/__init__.py +++ b/mantidimaging/gui/windows/nexus_load_dialog/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/nexus_load_dialog/presenter.py b/mantidimaging/gui/windows/nexus_load_dialog/presenter.py index 4c30ab587bb..2a1358ff914 100644 --- a/mantidimaging/gui/windows/nexus_load_dialog/presenter.py +++ b/mantidimaging/gui/windows/nexus_load_dialog/presenter.py @@ -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 enum diff --git a/mantidimaging/gui/windows/nexus_load_dialog/test/__init__.py b/mantidimaging/gui/windows/nexus_load_dialog/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/nexus_load_dialog/test/__init__.py +++ b/mantidimaging/gui/windows/nexus_load_dialog/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/nexus_load_dialog/test/presenter_test.py b/mantidimaging/gui/windows/nexus_load_dialog/test/presenter_test.py index 485b71651c7..997f3e3e386 100644 --- a/mantidimaging/gui/windows/nexus_load_dialog/test/presenter_test.py +++ b/mantidimaging/gui/windows/nexus_load_dialog/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/nexus_load_dialog/view.py b/mantidimaging/gui/windows/nexus_load_dialog/view.py index 8857ea5e149..b10298f89a7 100644 --- a/mantidimaging/gui/windows/nexus_load_dialog/view.py +++ b/mantidimaging/gui/windows/nexus_load_dialog/view.py @@ -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 diff --git a/mantidimaging/gui/windows/operations/__init__.py b/mantidimaging/gui/windows/operations/__init__.py index fcaa46cb8a4..75d58fd23af 100644 --- a/mantidimaging/gui/windows/operations/__init__.py +++ b/mantidimaging/gui/windows/operations/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/operations/filter_previews.py b/mantidimaging/gui/windows/operations/filter_previews.py index 88eb9707704..4d015da93f0 100644 --- a/mantidimaging/gui/windows/operations/filter_previews.py +++ b/mantidimaging/gui/windows/operations/filter_previews.py @@ -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 diff --git a/mantidimaging/gui/windows/operations/model.py b/mantidimaging/gui/windows/operations/model.py index 1b426a3be77..775792d2fdb 100644 --- a/mantidimaging/gui/windows/operations/model.py +++ b/mantidimaging/gui/windows/operations/model.py @@ -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 diff --git a/mantidimaging/gui/windows/operations/presenter.py b/mantidimaging/gui/windows/operations/presenter.py index c0d17f37a59..19b00e1c793 100644 --- a/mantidimaging/gui/windows/operations/presenter.py +++ b/mantidimaging/gui/windows/operations/presenter.py @@ -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 traceback diff --git a/mantidimaging/gui/windows/operations/test/__init__.py b/mantidimaging/gui/windows/operations/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/operations/test/__init__.py +++ b/mantidimaging/gui/windows/operations/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/operations/test/model_test.py b/mantidimaging/gui/windows/operations/test/model_test.py index c261a6d2faa..9ff4d7425d4 100644 --- a/mantidimaging/gui/windows/operations/test/model_test.py +++ b/mantidimaging/gui/windows/operations/test/model_test.py @@ -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 diff --git a/mantidimaging/gui/windows/operations/test/presenter_test.py b/mantidimaging/gui/windows/operations/test/presenter_test.py index 10f35e2e6d6..9588c6b318e 100644 --- a/mantidimaging/gui/windows/operations/test/presenter_test.py +++ b/mantidimaging/gui/windows/operations/test/presenter_test.py @@ -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 logging diff --git a/mantidimaging/gui/windows/operations/test/view_test.py b/mantidimaging/gui/windows/operations/test/view_test.py index d13b3ec02be..53be577351d 100644 --- a/mantidimaging/gui/windows/operations/test/view_test.py +++ b/mantidimaging/gui/windows/operations/test/view_test.py @@ -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 diff --git a/mantidimaging/gui/windows/operations/view.py b/mantidimaging/gui/windows/operations/view.py index a9490479ab1..fb11397b340 100644 --- a/mantidimaging/gui/windows/operations/view.py +++ b/mantidimaging/gui/windows/operations/view.py @@ -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 functools diff --git a/mantidimaging/gui/windows/recon/__init__.py b/mantidimaging/gui/windows/recon/__init__.py index 716ed6744c6..69bd3dbd9a2 100644 --- a/mantidimaging/gui/windows/recon/__init__.py +++ b/mantidimaging/gui/windows/recon/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/recon/image_view.py b/mantidimaging/gui/windows/recon/image_view.py index a57aea68e3a..aa02ef00331 100644 --- a/mantidimaging/gui/windows/recon/image_view.py +++ b/mantidimaging/gui/windows/recon/image_view.py @@ -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 math import isnan diff --git a/mantidimaging/gui/windows/recon/model.py b/mantidimaging/gui/windows/recon/model.py index ac5e4a6093b..524c68030d3 100644 --- a/mantidimaging/gui/windows/recon/model.py +++ b/mantidimaging/gui/windows/recon/model.py @@ -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 logging import getLogger diff --git a/mantidimaging/gui/windows/recon/point_table_model.py b/mantidimaging/gui/windows/recon/point_table_model.py index ea48247e5c7..527114eb44e 100644 --- a/mantidimaging/gui/windows/recon/point_table_model.py +++ b/mantidimaging/gui/windows/recon/point_table_model.py @@ -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 diff --git a/mantidimaging/gui/windows/recon/presenter.py b/mantidimaging/gui/windows/recon/presenter.py index 87b762519c1..94e60a79a53 100644 --- a/mantidimaging/gui/windows/recon/presenter.py +++ b/mantidimaging/gui/windows/recon/presenter.py @@ -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 diff --git a/mantidimaging/gui/windows/recon/test/__init__.py b/mantidimaging/gui/windows/recon/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/recon/test/__init__.py +++ b/mantidimaging/gui/windows/recon/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/recon/test/model_test.py b/mantidimaging/gui/windows/recon/test/model_test.py index c4ac1e12f01..e2f90eb337f 100644 --- a/mantidimaging/gui/windows/recon/test/model_test.py +++ b/mantidimaging/gui/windows/recon/test/model_test.py @@ -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 diff --git a/mantidimaging/gui/windows/recon/test/presenter_test.py b/mantidimaging/gui/windows/recon/test/presenter_test.py index dda32acbc84..44acf075381 100644 --- a/mantidimaging/gui/windows/recon/test/presenter_test.py +++ b/mantidimaging/gui/windows/recon/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/recon/test/view_test.py b/mantidimaging/gui/windows/recon/test/view_test.py index 6efeb3295b4..6a8a1f6de13 100644 --- a/mantidimaging/gui/windows/recon/test/view_test.py +++ b/mantidimaging/gui/windows/recon/test/view_test.py @@ -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 diff --git a/mantidimaging/gui/windows/recon/view.py b/mantidimaging/gui/windows/recon/view.py index 3a14b216882..171142ffecd 100644 --- a/mantidimaging/gui/windows/recon/view.py +++ b/mantidimaging/gui/windows/recon/view.py @@ -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 diff --git a/mantidimaging/gui/windows/settings/__init__.py b/mantidimaging/gui/windows/settings/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/settings/__init__.py +++ b/mantidimaging/gui/windows/settings/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/settings/presenter.py b/mantidimaging/gui/windows/settings/presenter.py index a759a744add..3a10bfaf0b8 100644 --- a/mantidimaging/gui/windows/settings/presenter.py +++ b/mantidimaging/gui/windows/settings/presenter.py @@ -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 diff --git a/mantidimaging/gui/windows/settings/view.py b/mantidimaging/gui/windows/settings/view.py index 801d3d9c52b..98eb67f8ca2 100644 --- a/mantidimaging/gui/windows/settings/view.py +++ b/mantidimaging/gui/windows/settings/view.py @@ -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 logging import getLogger diff --git a/mantidimaging/gui/windows/spectrum_viewer/__init__.py b/mantidimaging/gui/windows/spectrum_viewer/__init__.py index 4d5f38256cf..95dc3682804 100644 --- a/mantidimaging/gui/windows/spectrum_viewer/__init__.py +++ b/mantidimaging/gui/windows/spectrum_viewer/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/spectrum_viewer/model.py b/mantidimaging/gui/windows/spectrum_viewer/model.py index 1eab85c63e2..0584a67047b 100644 --- a/mantidimaging/gui/windows/spectrum_viewer/model.py +++ b/mantidimaging/gui/windows/spectrum_viewer/model.py @@ -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 csv diff --git a/mantidimaging/gui/windows/spectrum_viewer/presenter.py b/mantidimaging/gui/windows/spectrum_viewer/presenter.py index 380f06387f5..7292a1b4051 100644 --- a/mantidimaging/gui/windows/spectrum_viewer/presenter.py +++ b/mantidimaging/gui/windows/spectrum_viewer/presenter.py @@ -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 diff --git a/mantidimaging/gui/windows/spectrum_viewer/roi_table_model.py b/mantidimaging/gui/windows/spectrum_viewer/roi_table_model.py index 641195186c1..9ddb8d12ee8 100644 --- a/mantidimaging/gui/windows/spectrum_viewer/roi_table_model.py +++ b/mantidimaging/gui/windows/spectrum_viewer/roi_table_model.py @@ -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 diff --git a/mantidimaging/gui/windows/spectrum_viewer/spectrum_widget.py b/mantidimaging/gui/windows/spectrum_viewer/spectrum_widget.py index 72a30206038..10d799b9784 100644 --- a/mantidimaging/gui/windows/spectrum_viewer/spectrum_widget.py +++ b/mantidimaging/gui/windows/spectrum_viewer/spectrum_widget.py @@ -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 diff --git a/mantidimaging/gui/windows/spectrum_viewer/test/__init__.py b/mantidimaging/gui/windows/spectrum_viewer/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/spectrum_viewer/test/__init__.py +++ b/mantidimaging/gui/windows/spectrum_viewer/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/spectrum_viewer/test/model_test.py b/mantidimaging/gui/windows/spectrum_viewer/test/model_test.py index 63e30e23f63..a41eaca56a0 100644 --- a/mantidimaging/gui/windows/spectrum_viewer/test/model_test.py +++ b/mantidimaging/gui/windows/spectrum_viewer/test/model_test.py @@ -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 diff --git a/mantidimaging/gui/windows/spectrum_viewer/test/presenter_test.py b/mantidimaging/gui/windows/spectrum_viewer/test/presenter_test.py index 6c682e70a12..abc86a90077 100644 --- a/mantidimaging/gui/windows/spectrum_viewer/test/presenter_test.py +++ b/mantidimaging/gui/windows/spectrum_viewer/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/spectrum_viewer/test/spectrum_test.py b/mantidimaging/gui/windows/spectrum_viewer/test/spectrum_test.py index fee63dbf2a7..bea33e0136e 100644 --- a/mantidimaging/gui/windows/spectrum_viewer/test/spectrum_test.py +++ b/mantidimaging/gui/windows/spectrum_viewer/test/spectrum_test.py @@ -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 diff --git a/mantidimaging/gui/windows/spectrum_viewer/view.py b/mantidimaging/gui/windows/spectrum_viewer/view.py index 8b4783ba5b7..d107ad9ebcb 100644 --- a/mantidimaging/gui/windows/spectrum_viewer/view.py +++ b/mantidimaging/gui/windows/spectrum_viewer/view.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_choice/__init__.py b/mantidimaging/gui/windows/stack_choice/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/stack_choice/__init__.py +++ b/mantidimaging/gui/windows/stack_choice/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_choice/compare_presenter.py b/mantidimaging/gui/windows/stack_choice/compare_presenter.py index a6508b13e09..400194e6f59 100644 --- a/mantidimaging/gui/windows/stack_choice/compare_presenter.py +++ b/mantidimaging/gui/windows/stack_choice/compare_presenter.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_choice/presenter.py b/mantidimaging/gui/windows/stack_choice/presenter.py index 37085190ea4..b33dd44ab5b 100644 --- a/mantidimaging/gui/windows/stack_choice/presenter.py +++ b/mantidimaging/gui/windows/stack_choice/presenter.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_choice/presenter_base.py b/mantidimaging/gui/windows/stack_choice/presenter_base.py index 10a7e1eb95a..e3af35ebcfe 100644 --- a/mantidimaging/gui/windows/stack_choice/presenter_base.py +++ b/mantidimaging/gui/windows/stack_choice/presenter_base.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_choice/tests/__init__.py b/mantidimaging/gui/windows/stack_choice/tests/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/stack_choice/tests/__init__.py +++ b/mantidimaging/gui/windows/stack_choice/tests/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_choice/tests/compare_presenter_test.py b/mantidimaging/gui/windows/stack_choice/tests/compare_presenter_test.py index 048ba145a0a..483fcf6da83 100644 --- a/mantidimaging/gui/windows/stack_choice/tests/compare_presenter_test.py +++ b/mantidimaging/gui/windows/stack_choice/tests/compare_presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_choice/tests/presenter_test.py b/mantidimaging/gui/windows/stack_choice/tests/presenter_test.py index 5ad65a54068..fd9080a232f 100644 --- a/mantidimaging/gui/windows/stack_choice/tests/presenter_test.py +++ b/mantidimaging/gui/windows/stack_choice/tests/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_choice/tests/view_test.py b/mantidimaging/gui/windows/stack_choice/tests/view_test.py index 95431f94aa2..cdba0364291 100644 --- a/mantidimaging/gui/windows/stack_choice/tests/view_test.py +++ b/mantidimaging/gui/windows/stack_choice/tests/view_test.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_choice/view.py b/mantidimaging/gui/windows/stack_choice/view.py index c600166c0fc..8ba1a9036c4 100644 --- a/mantidimaging/gui/windows/stack_choice/view.py +++ b/mantidimaging/gui/windows/stack_choice/view.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_visualiser/__init__.py b/mantidimaging/gui/windows/stack_visualiser/__init__.py index 9b978f039c8..87c1ac729b6 100644 --- a/mantidimaging/gui/windows/stack_visualiser/__init__.py +++ b/mantidimaging/gui/windows/stack_visualiser/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_visualiser/metadata_dialog.py b/mantidimaging/gui/windows/stack_visualiser/metadata_dialog.py index 96bd558b277..9f1dfa5f016 100644 --- a/mantidimaging/gui/windows/stack_visualiser/metadata_dialog.py +++ b/mantidimaging/gui/windows/stack_visualiser/metadata_dialog.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_visualiser/model.py b/mantidimaging/gui/windows/stack_visualiser/model.py index 1f4f7c01a0e..799cf7aeaa5 100644 --- a/mantidimaging/gui/windows/stack_visualiser/model.py +++ b/mantidimaging/gui/windows/stack_visualiser/model.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_visualiser/presenter.py b/mantidimaging/gui/windows/stack_visualiser/presenter.py index b906996d520..61953f83c65 100644 --- a/mantidimaging/gui/windows/stack_visualiser/presenter.py +++ b/mantidimaging/gui/windows/stack_visualiser/presenter.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_visualiser/test/__init__.py b/mantidimaging/gui/windows/stack_visualiser/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/stack_visualiser/test/__init__.py +++ b/mantidimaging/gui/windows/stack_visualiser/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_visualiser/test/presenter_test.py b/mantidimaging/gui/windows/stack_visualiser/test/presenter_test.py index f949e8a56b7..410a25cd7b5 100644 --- a/mantidimaging/gui/windows/stack_visualiser/test/presenter_test.py +++ b/mantidimaging/gui/windows/stack_visualiser/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_visualiser/test/view_test.py b/mantidimaging/gui/windows/stack_visualiser/test/view_test.py index ad47ab2687a..413ecd0d832 100644 --- a/mantidimaging/gui/windows/stack_visualiser/test/view_test.py +++ b/mantidimaging/gui/windows/stack_visualiser/test/view_test.py @@ -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 diff --git a/mantidimaging/gui/windows/stack_visualiser/view.py b/mantidimaging/gui/windows/stack_visualiser/view.py index 6f8374ebaa5..b58c0c22625 100644 --- a/mantidimaging/gui/windows/stack_visualiser/view.py +++ b/mantidimaging/gui/windows/stack_visualiser/view.py @@ -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 diff --git a/mantidimaging/gui/windows/welcome_screen/__init__.py b/mantidimaging/gui/windows/welcome_screen/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/welcome_screen/__init__.py +++ b/mantidimaging/gui/windows/welcome_screen/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/welcome_screen/presenter.py b/mantidimaging/gui/windows/welcome_screen/presenter.py index cfd03e02b35..09335c2aad5 100644 --- a/mantidimaging/gui/windows/welcome_screen/presenter.py +++ b/mantidimaging/gui/windows/welcome_screen/presenter.py @@ -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 diff --git a/mantidimaging/gui/windows/welcome_screen/tests/__init__.py b/mantidimaging/gui/windows/welcome_screen/tests/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/welcome_screen/tests/__init__.py +++ b/mantidimaging/gui/windows/welcome_screen/tests/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/welcome_screen/tests/presenter_test.py b/mantidimaging/gui/windows/welcome_screen/tests/presenter_test.py index 6c7f5d1ebbc..8abcceeba78 100644 --- a/mantidimaging/gui/windows/welcome_screen/tests/presenter_test.py +++ b/mantidimaging/gui/windows/welcome_screen/tests/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/welcome_screen/tests/view_test.py b/mantidimaging/gui/windows/welcome_screen/tests/view_test.py index 7dabda9c63b..4b7fff416d4 100644 --- a/mantidimaging/gui/windows/welcome_screen/tests/view_test.py +++ b/mantidimaging/gui/windows/welcome_screen/tests/view_test.py @@ -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 diff --git a/mantidimaging/gui/windows/welcome_screen/view.py b/mantidimaging/gui/windows/welcome_screen/view.py index 14714d7e209..ba1d52cf852 100644 --- a/mantidimaging/gui/windows/welcome_screen/view.py +++ b/mantidimaging/gui/windows/welcome_screen/view.py @@ -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 diff --git a/mantidimaging/gui/windows/wizard/__init__.py b/mantidimaging/gui/windows/wizard/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/wizard/__init__.py +++ b/mantidimaging/gui/windows/wizard/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/wizard/model.py b/mantidimaging/gui/windows/wizard/model.py index 5cb26f4f4d4..ff015790067 100644 --- a/mantidimaging/gui/windows/wizard/model.py +++ b/mantidimaging/gui/windows/wizard/model.py @@ -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 diff --git a/mantidimaging/gui/windows/wizard/presenter.py b/mantidimaging/gui/windows/wizard/presenter.py index bd1d513036c..30e07e689e0 100644 --- a/mantidimaging/gui/windows/wizard/presenter.py +++ b/mantidimaging/gui/windows/wizard/presenter.py @@ -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 diff --git a/mantidimaging/gui/windows/wizard/test/__init__.py b/mantidimaging/gui/windows/wizard/test/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/mantidimaging/gui/windows/wizard/test/__init__.py +++ b/mantidimaging/gui/windows/wizard/test/__init__.py @@ -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 diff --git a/mantidimaging/gui/windows/wizard/test/model_test.py b/mantidimaging/gui/windows/wizard/test/model_test.py index fd43be61b12..a39a1436b48 100644 --- a/mantidimaging/gui/windows/wizard/test/model_test.py +++ b/mantidimaging/gui/windows/wizard/test/model_test.py @@ -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 diff --git a/mantidimaging/gui/windows/wizard/test/presenter_test.py b/mantidimaging/gui/windows/wizard/test/presenter_test.py index dae13d65046..d00ac9310a0 100644 --- a/mantidimaging/gui/windows/wizard/test/presenter_test.py +++ b/mantidimaging/gui/windows/wizard/test/presenter_test.py @@ -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 diff --git a/mantidimaging/gui/windows/wizard/test/view_test.py b/mantidimaging/gui/windows/wizard/test/view_test.py index b87be38cfeb..5c9942bba34 100644 --- a/mantidimaging/gui/windows/wizard/test/view_test.py +++ b/mantidimaging/gui/windows/wizard/test/view_test.py @@ -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 diff --git a/mantidimaging/gui/windows/wizard/view.py b/mantidimaging/gui/windows/wizard/view.py index 296e6c34bc5..744fba9dbe7 100644 --- a/mantidimaging/gui/windows/wizard/view.py +++ b/mantidimaging/gui/windows/wizard/view.py @@ -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 diff --git a/mantidimaging/helper.py b/mantidimaging/helper.py index 2f15ed0a55a..3c3ea177e3d 100644 --- a/mantidimaging/helper.py +++ b/mantidimaging/helper.py @@ -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 """ Module for commonly used functions across the modules. diff --git a/mantidimaging/ipython.py b/mantidimaging/ipython.py index 9997748c15a..6bce6d56186 100755 --- a/mantidimaging/ipython.py +++ b/mantidimaging/ipython.py @@ -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 diff --git a/mantidimaging/main.py b/mantidimaging/main.py index 8d62e78e833..b0b59230f72 100755 --- a/mantidimaging/main.py +++ b/mantidimaging/main.py @@ -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 diff --git a/mantidimaging/test_helpers/__init__.py b/mantidimaging/test_helpers/__init__.py index a0dd3977d66..31bdac135a5 100644 --- a/mantidimaging/test_helpers/__init__.py +++ b/mantidimaging/test_helpers/__init__.py @@ -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 package contains testing helpers for unit tests across the application diff --git a/mantidimaging/test_helpers/file_outputting_test_case.py b/mantidimaging/test_helpers/file_outputting_test_case.py index 9b6141a05ad..b1b65148ce1 100644 --- a/mantidimaging/test_helpers/file_outputting_test_case.py +++ b/mantidimaging/test_helpers/file_outputting_test_case.py @@ -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 diff --git a/mantidimaging/test_helpers/qt_mocks.py b/mantidimaging/test_helpers/qt_mocks.py index c06ac7c04dd..246dfa04a01 100644 --- a/mantidimaging/test_helpers/qt_mocks.py +++ b/mantidimaging/test_helpers/qt_mocks.py @@ -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 diff --git a/mantidimaging/test_helpers/qt_test_helpers.py b/mantidimaging/test_helpers/qt_test_helpers.py index 553013772ef..48eabec8000 100644 --- a/mantidimaging/test_helpers/qt_test_helpers.py +++ b/mantidimaging/test_helpers/qt_test_helpers.py @@ -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 diff --git a/mantidimaging/test_helpers/start_qapplication.py b/mantidimaging/test_helpers/start_qapplication.py index 208baac6926..67bf2fd60b3 100644 --- a/mantidimaging/test_helpers/start_qapplication.py +++ b/mantidimaging/test_helpers/start_qapplication.py @@ -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 diff --git a/mantidimaging/test_helpers/unit_test_helper.py b/mantidimaging/test_helpers/unit_test_helper.py index 12951dcd484..984f60ca197 100644 --- a/mantidimaging/test_helpers/unit_test_helper.py +++ b/mantidimaging/test_helpers/unit_test_helper.py @@ -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 diff --git a/packaging/PackageWithPyInstaller.py b/packaging/PackageWithPyInstaller.py index 80ba7b24cdd..abca08c03c5 100644 --- a/packaging/PackageWithPyInstaller.py +++ b/packaging/PackageWithPyInstaller.py @@ -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 diff --git a/packaging/hooks/hook-cil.py b/packaging/hooks/hook-cil.py index 7cb799a983d..56a031300da 100644 --- a/packaging/hooks/hook-cil.py +++ b/packaging/hooks/hook-cil.py @@ -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 diff --git a/scripts/operations_tests/__init__.py b/scripts/operations_tests/__init__.py index ce6ef2fb43a..3bf970a700e 100644 --- a/scripts/operations_tests/__init__.py +++ b/scripts/operations_tests/__init__.py @@ -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 diff --git a/scripts/operations_tests/operations_tests.py b/scripts/operations_tests/operations_tests.py index 3ae509e6904..a1812a3a07c 100644 --- a/scripts/operations_tests/operations_tests.py +++ b/scripts/operations_tests/operations_tests.py @@ -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 argparse diff --git a/scripts/simulate_live_data.py b/scripts/simulate_live_data.py index e986620f6b9..6e23e80c354 100644 --- a/scripts/simulate_live_data.py +++ b/scripts/simulate_live_data.py @@ -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 import os diff --git a/scripts/tiff_unpacker.py b/scripts/tiff_unpacker.py index ac3fdec1735..0ecc80f494e 100644 --- a/scripts/tiff_unpacker.py +++ b/scripts/tiff_unpacker.py @@ -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 is a Utility script to unpack tiff files into a directory of images using lossless compression. diff --git a/setup.py b/setup.py index 7398f7073ea..b0c535b40f2 100644 --- a/setup.py +++ b/setup.py @@ -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