From 1f23f1cd7035f0f08fe24ea8b68f07a847bab1ef Mon Sep 17 00:00:00 2001 From: Gemma Guest <gemma.guest@stfc.ac.uk> Date: Fri, 5 Oct 2018 10:58:19 +0100 Subject: [PATCH] Update copyright notice for new files Re #22263 --- .../GUI/Event/EventPresenter.cpp | 6 ++++ .../GUI/Event/EventPresenterFactory.h | 6 ++++ .../ISISReflectometry/GUI/Event/EventView.cpp | 6 ++++ .../GUI/Experiment/ExperimentPresenter.cpp | 6 ++++ .../GUI/Experiment/ExperimentPresenter.h | 27 ++++-------------- .../Experiment/ExperimentPresenterFactory.h | 6 ++++ .../GUI/Experiment/ExperimentView.cpp | 6 ++++ .../GUI/Experiment/ExperimentView.h | 27 ++++-------------- .../GUI/Experiment/IExperimentView.h | 27 ++++-------------- .../GUI/Experiment/InvalidDefaultsError.cpp | 6 ++++ .../GUI/Experiment/InvalidDefaultsError.h | 6 ++++ .../PerThetaDefaultsTableValidationError.cpp | 6 ++++ .../PerThetaDefaultsTableValidationError.h | 6 ++++ .../PerThetaDefaultsTableValidator.cpp | 6 ++++ .../PerThetaDefaultsTableValidator.h | 6 ++++ .../Experiment/ThetaValuesValidationError.h | 6 ++++ .../GUI/Instrument/IInstrumentView.h | 27 ++++-------------- .../GUI/Instrument/InstrumentPresenter.cpp | 6 ++++ .../GUI/Instrument/InstrumentPresenter.h | 27 ++++-------------- .../Instrument/InstrumentPresenterFactory.h | 6 ++++ .../GUI/Instrument/InstrumentView.cpp | 6 ++++ .../GUI/Instrument/InstrumentView.h | 27 ++++-------------- .../GUI/RunsTable/IRunsTableView.h | 27 ++++-------------- .../GUI/RunsTable/JobsViewUpdater.h | 27 ++++-------------- .../GUI/RunsTable/RegexRowFilter.cpp | 6 ++++ .../GUI/RunsTable/RegexRowFilter.h | 27 ++++-------------- .../GUI/RunsTable/RowLocation.cpp | 6 ++++ .../GUI/RunsTable/RowLocation.h | 27 ++++-------------- .../GUI/RunsTable/RunsTablePresenter.cpp | 6 ++++ .../GUI/RunsTable/RunsTablePresenter.h | 27 ++++-------------- .../RunsTable/RunsTablePresenterFactory.cpp | 6 ++++ .../GUI/RunsTable/RunsTablePresenterFactory.h | 27 ++++-------------- .../GUI/RunsTable/RunsTableView.cpp | 6 ++++ .../GUI/RunsTable/RunsTableView.h | 27 ++++-------------- .../ISISReflectometry/IReflBatchPresenter.h | 27 ++++-------------- .../ISISReflectometry/IReflBatchView.h | 27 ++++-------------- .../ISISReflectometry/IndexOf.h | 6 ++++ .../ISISReflectometry/Map.h | 6 ++++ .../ISISReflectometry/Parse.cpp | 6 ++++ .../ISISReflectometry/Parse.h | 27 ++++-------------- .../ISISReflectometry/QtReflBatchView.cpp | 6 ++++ .../ISISReflectometry/QtReflBatchView.h | 28 ++++--------------- .../Reduction/AllInitialized.h | 6 ++++ .../Reduction/AnalysisMode.h | 6 ++++ .../Reduction/DetectorCorrections.cpp | 6 ++++ .../Reduction/DetectorCorrections.h | 6 ++++ .../Reduction/Experiment.cpp | 6 ++++ .../ISISReflectometry/Reduction/Experiment.h | 27 ++++-------------- .../ISISReflectometry/Reduction/Group.cpp | 6 ++++ .../ISISReflectometry/Reduction/Group.h | 27 ++++-------------- .../Reduction/Instrument.cpp | 6 ++++ .../ISISReflectometry/Reduction/Instrument.h | 27 ++++-------------- .../Reduction/MonitorCorrections.cpp | 6 ++++ .../Reduction/MonitorCorrections.h | 6 ++++ .../Reduction/ParseReflectometryStrings.cpp | 6 ++++ .../Reduction/ParseReflectometryStrings.h | 6 ++++ .../Reduction/PerThetaDefaults.cpp | 6 ++++ .../Reduction/PerThetaDefaults.h | 6 ++++ .../Reduction/PolarizationCorrections.cpp | 6 ++++ .../Reduction/PolarizationCorrections.h | 6 ++++ .../Reduction/ProcessingInstructions.h | 6 ++++ .../Reduction/RangeInLambda.cpp | 6 ++++ .../Reduction/RangeInLambda.h | 6 ++++ .../ISISReflectometry/Reduction/RangeInQ.cpp | 6 ++++ .../Reduction/ReductionJobs.cpp | 6 ++++ .../Reduction/ReductionJobs.h | 27 ++++-------------- .../Reduction/ReductionOptionsMap.h | 6 ++++ .../Reduction/ReductionType.h | 6 ++++ .../Reduction/ReductionWorkspaces.cpp | 6 ++++ .../Reduction/ReductionWorkspaces.h | 27 ++++-------------- .../ISISReflectometry/Reduction/Row.cpp | 6 ++++ .../ISISReflectometry/Reduction/Row.h | 27 ++++-------------- .../ISISReflectometry/Reduction/Slicing.cpp | 6 ++++ .../ISISReflectometry/Reduction/Slicing.h | 27 ++++-------------- .../Reduction/SummationType.h | 6 ++++ .../Reduction/TransmissionRunPair.h | 6 ++++ .../Reduction/ValidatePerThetaDefaults.cpp | 6 ++++ .../Reduction/ValidatePerThetaDefaults.h | 27 ++++-------------- .../Reduction/ValidateRow.cpp | 6 ++++ .../ISISReflectometry/Reduction/ValidateRow.h | 27 ++++-------------- .../ISISReflectometry/ReflBatchPresenter.cpp | 6 ++++ .../ISISReflectometry/ReflBatchPresenter.h | 27 ++++-------------- .../ReflBatchPresenterFactory.h | 6 ++++ .../ReflRunsPresenterFactory.h | 6 ++++ .../ReflSavePresenterFactory.h | 6 ++++ .../ISISReflectometry/SearchResult.h | 6 ++++ .../ISISReflectometry/ValidationResult.h | 6 ++++ .../ISISReflectometry/ZipRange.h | 6 ++++ .../Event/EventPresenterTest.h | 6 ++++ .../ISISReflectometry/Event/MockEventView.h | 6 ++++ .../Experiment/ExperimentPresenterTest.h | 6 ++++ .../Experiment/MockExperimentView.h | 6 ++++ .../PerThetaDefaultsTableValidatorTest.h | 6 ++++ .../Instrument/InstrumentPresenterTest.h | 6 ++++ .../Instrument/MockInstrumentView.h | 6 ++++ .../ISISReflectometry/Reduction/GroupTest.h | 6 ++++ .../Reduction/ParseReflectometryStringsTest.h | 6 ++++ .../Reduction/ReductionJobsMergeTest.h | 6 ++++ .../Reduction/ValidatePerThetaDefaultsTest.h | 6 ++++ .../Reduction/ValidateRowTest.h | 6 ++++ .../RunsTable/MockRunsTableView.h | 6 ++++ .../RunsTablePresenterGroupDeletionTest.h | 6 ++++ .../RunsTablePresenterGroupInsertionTest.h | 6 ++++ .../RunsTablePresenterRowDeletionTest.h | 6 ++++ .../RunsTablePresenterRowInsertionTest.h | 6 ++++ .../RunsTable/RunsTablePresenterTest.h | 6 ++++ 106 files changed, 636 insertions(+), 568 deletions(-) diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventPresenter.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventPresenter.cpp index ea237428fb6..2ddf8eb0cde 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventPresenter.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventPresenter.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "EventPresenter.h" #include "IEventPresenter.h" #include "IEventView.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventPresenterFactory.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventPresenterFactory.h index bceca1fd37a..4351d732f09 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventPresenterFactory.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventPresenterFactory.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_REFLEVENTPRESENTERFACTORY_H #define MANTID_ISISREFLECTOMETRY_REFLEVENTPRESENTERFACTORY_H #include "DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventView.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventView.cpp index 5e3ae179f1d..26d6c50556b 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventView.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventView.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "EventView.h" #include "EventPresenter.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentPresenter.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentPresenter.cpp index d6e1ccbf9a2..eb52973ab7e 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentPresenter.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentPresenter.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "ExperimentPresenter.h" #include "../../Reduction/ParseReflectometryStrings.h" #include "../../Reduction/ValidatePerThetaDefaults.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentPresenter.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentPresenter.h index f7712b8e790..a7d60e5606c 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentPresenter.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentPresenter.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2011 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_EXPERIMENTPRESENTER_H #define MANTID_ISISREFLECTOMETRY_EXPERIMENTPRESENTER_H @@ -35,27 +41,6 @@ using ExperimentValidationResult = ExperimentPresenter is a presenter class for the widget 'Experiment' in the ISIS Reflectometry Interface. - -Copyright © 2011-16 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source - -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> */ class MANTIDQT_ISISREFLECTOMETRY_DLL ExperimentPresenter : public ExperimentViewSubscriber, diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentPresenterFactory.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentPresenterFactory.h index 5d50a566ff7..4e5d3596086 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentPresenterFactory.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentPresenterFactory.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_EXPERIMENTPRESENTERFACTORY_H #define MANTID_ISISREFLECTOMETRY_EXPERIMENTPRESENTERFACTORY_H #include "../../Reduction/Experiment.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentView.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentView.cpp index bba59c62280..7aa80bd6d8f 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentView.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentView.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "ExperimentView.h" #include "MantidQtWidgets/Common/AlgorithmHintStrategy.h" #include <QMessageBox> diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentView.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentView.h index e69a9150f02..bbddbdd834c 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentView.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ExperimentView.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2016 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_EXPERIMENTVIEW_H_ #define MANTID_CUSTOMINTERFACES_EXPERIMENTVIEW_H_ @@ -14,27 +20,6 @@ namespace CustomInterfaces { /** ExperiementView : Provides an interface for the "Experiement" tab in the ISIS Reflectometry interface. - -Copyright © 2016 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source - -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid> -Code Documentation is available at: <http://doxygen.mantidproject.org> */ class MANTIDQT_ISISREFLECTOMETRY_DLL ExperimentView : public QWidget, public IExperimentView { diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/IExperimentView.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/IExperimentView.h index 344fa8b6c71..38958711ed7 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/IExperimentView.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/IExperimentView.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2011 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_IEXPERIMENTVIEW_H #define MANTID_ISISREFLECTOMETRY_IEXPERIMENTVIEW_H @@ -20,27 +26,6 @@ namespace CustomInterfaces { IExperimentView is the base view class for the Reflectometry experiment settings. It contains no QT specific functionality as that should be handled by a subclass. - -Copyright © 2011-16 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source - -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> */ class MANTIDQT_ISISREFLECTOMETRY_DLL ExperimentViewSubscriber { diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/InvalidDefaultsError.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/InvalidDefaultsError.cpp index d6da75a6b1e..883e70dc049 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/InvalidDefaultsError.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/InvalidDefaultsError.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "InvalidDefaultsError.h" namespace MantidQt { diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/InvalidDefaultsError.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/InvalidDefaultsError.h index dec47923e24..0347e138771 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/InvalidDefaultsError.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/InvalidDefaultsError.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_INVALIDDEFAULTSERROR_H #define MANTID_ISISREFLECTOMETRY_INVALIDDEFAULTSERROR_H #include "../../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidationError.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidationError.cpp index c3b7db02485..93c3cd3f45a 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidationError.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidationError.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "PerThetaDefaultsTableValidationError.h" #include "ThetaValuesValidationError.h" namespace MantidQt { diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidationError.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidationError.h index 8cfb5a655ce..8aa0e950182 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidationError.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidationError.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_PERTHETADEFAULTSTABLEVALIDATIONERROR_H #define MANTID_ISISREFLECTOMETRY_PERTHETADEFAULTSTABLEVALIDATIONERROR_H #include "../../Reduction/PerThetaDefaults.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidator.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidator.cpp index 59011d80db1..c66d14b7b3c 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidator.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidator.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "PerThetaDefaultsTableValidator.h" #include "../../Reduction/ValidatePerThetaDefaults.h" #include <boost/range/algorithm/adjacent_find.hpp> diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidator.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidator.h index dbfbfe82d6e..e2254029c78 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidator.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidator.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_PERTHETADEFAULTSTABLEVALIDATOR_H #define MANTID_ISISREFLECTOMETRY_PERTHETADEFAULTSTABLEVALIDATOR_H #include "../../Reduction/PerThetaDefaults.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ThetaValuesValidationError.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ThetaValuesValidationError.h index dfcee539f8a..e7c0e6b798e 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ThetaValuesValidationError.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/ThetaValuesValidationError.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_THETAVALUESVALIDATIONERROR_H #define MANTID_ISISREFLECTOMETRY_THETAVALUESVALIDATIONERROR_H namespace MantidQt { diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/IInstrumentView.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/IInstrumentView.h index ad71e20a225..b6868fee74d 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/IInstrumentView.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/IInstrumentView.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2011 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_IINSTRUMENTVIEW_H #define MANTID_ISISREFLECTOMETRY_IINSTRUMENTVIEW_H @@ -13,27 +19,6 @@ namespace CustomInterfaces { IInstrumentView is the base view class for the Reflectometry instrument settings. It contains no QT specific functionality as that should be handled by a subclass. - -Copyright © 2011-16 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source - -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> */ class MANTIDQT_ISISREFLECTOMETRY_DLL InstrumentViewSubscriber { diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentPresenter.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentPresenter.cpp index 1c46583d91f..ea35c736816 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentPresenter.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentPresenter.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "InstrumentPresenter.h" namespace MantidQt { diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentPresenter.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentPresenter.h index 2a8ce64015e..ff6118b7e86 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentPresenter.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentPresenter.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2011 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_INSTRUMENTPRESENTER_H #define MANTID_ISISREFLECTOMETRY_INSTRUMENTPRESENTER_H @@ -15,27 +21,6 @@ namespace CustomInterfaces { InstrumentPresenter is a presenter class for the widget 'Instrument' in the ISIS Reflectometry Interface. - -Copyright © 2011-16 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source - -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> */ class MANTIDQT_ISISREFLECTOMETRY_DLL InstrumentPresenter : public InstrumentViewSubscriber, diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentPresenterFactory.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentPresenterFactory.h index 5178d196e2b..3759ebbaaa3 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentPresenterFactory.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentPresenterFactory.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_INSTRUMENTPRESENTERFACTORY_H #define MANTID_ISISREFLECTOMETRY_INSTRUMENTPRESENTERFACTORY_H #include "../../Reduction/Instrument.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentView.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentView.cpp index d860df33050..87dad07fc28 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentView.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentView.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "InstrumentView.h" #include <QMessageBox> #include <QScrollBar> diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentView.h b/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentView.h index 3027d84bc0e..3678417b9a7 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentView.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/Instrument/InstrumentView.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2016 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_INSTRUMENTVIEW_H_ #define MANTID_CUSTOMINTERFACES_INSTRUMENTVIEW_H_ @@ -13,27 +19,6 @@ namespace CustomInterfaces { /** InstrumentView : Provides an interface for the "Instrument" tab in the ISIS Reflectometry interface. - -Copyright © 2016 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source - -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid> -Code Documentation is available at: <http://doxygen.mantidproject.org> */ class MANTIDQT_ISISREFLECTOMETRY_DLL InstrumentView : public QWidget, public IInstrumentView { diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/IRunsTableView.h b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/IRunsTableView.h index 4ece8e3feb4..7b77bc1c819 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/IRunsTableView.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/IRunsTableView.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_IBATCHVIEW_H_ #define MANTID_CUSTOMINTERFACES_IBATCHVIEW_H_ #include "../../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/JobsViewUpdater.h b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/JobsViewUpdater.h index 2938430b47a..e917d8e018b 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/JobsViewUpdater.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/JobsViewUpdater.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_ISISREFLECTOMETRY_JOBVIEWUPDATER_H #define MANTID_ISISREFLECTOMETRY_JOBVIEWUPDATER_H #include "MantidQtWidgets/Common/Batch/IJobTreeView.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RegexRowFilter.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RegexRowFilter.cpp index 5add759c48d..3849bbd7cb0 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RegexRowFilter.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RegexRowFilter.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "RegexRowFilter.h" namespace MantidQt { diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RegexRowFilter.h b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RegexRowFilter.h index 0907486d2b7..71140d4c007 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RegexRowFilter.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RegexRowFilter.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_ROWFILTER_H_ #define MANTID_CUSTOMINTERFACES_ROWFILTER_H_ diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RowLocation.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RowLocation.cpp index 41f4ef6b040..4a4eaf732a1 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RowLocation.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RowLocation.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "RowLocation.h" #include "Map.h" #include <algorithm> diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RowLocation.h b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RowLocation.h index 8dd27f40d62..6bb77255e9e 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RowLocation.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RowLocation.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_ISISREFLECTOMETRY_ROWLOCATION_H #define MANTID_ISISREFLECTOMETRY_ROWLOCATION_H #include "MantidQtWidgets/Common/Batch/RowLocation.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenter.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenter.cpp index 5b71b7d3a85..d9c76a52f98 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenter.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenter.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "RunsTablePresenter.h" #include "MantidQtWidgets/Common/Batch/RowLocation.h" #include "MantidQtWidgets/Common/Batch/RowPredicate.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenter.h b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenter.h index 217b3be1b6e..3260ff654b6 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenter.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenter.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_RUNSTABLEPRESENTER_H_ #define MANTID_CUSTOMINTERFACES_RUNSTABLEPRESENTER_H_ #include "DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenterFactory.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenterFactory.cpp index 770de21f917..a9ad862d151 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenterFactory.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenterFactory.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "RunsTablePresenterFactory.h" #include "MantidKernel/make_unique.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenterFactory.h b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenterFactory.h index bd656260482..264c28c8387 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenterFactory.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTablePresenterFactory.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_BATCHPRESENTERFACTORY_H_ #define MANTID_CUSTOMINTERFACES_BATCHPRESENTERFACTORY_H_ #include "DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTableView.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTableView.cpp index 1b1e5f0f678..6f6d1631dec 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTableView.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTableView.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "RunsTableView.h" #include "../../IndexOf.h" #include "MantidKernel/ConfigService.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTableView.h b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTableView.h index 76d1c95b014..25ec9c1a0e1 100644 --- a/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTableView.h +++ b/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/RunsTableView.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_RUNSTABLEVIEW_H_ #define MANTID_CUSTOMINTERFACES_RUNSTABLEVIEW_H_ #include "DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/IReflBatchPresenter.h b/qt/scientific_interfaces/ISISReflectometry/IReflBatchPresenter.h index 98e7fe7decf..b88d02b8112 100644 --- a/qt/scientific_interfaces/ISISReflectometry/IReflBatchPresenter.h +++ b/qt/scientific_interfaces/ISISReflectometry/IReflBatchPresenter.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2011 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_IREFLBATCHPRESENTER_H #define MANTID_ISISREFLECTOMETRY_IREFLBATCHPRESENTER_H @@ -14,27 +20,6 @@ namespace CustomInterfaces { IReflBatchPresenter is the interface defining the functions that the main window presenter needs to implement. This interface is used by tab presenters to request information from other tabs. - -Copyright © 2011-14 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source - -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> */ class IReflBatchPresenter { public: diff --git a/qt/scientific_interfaces/ISISReflectometry/IReflBatchView.h b/qt/scientific_interfaces/ISISReflectometry/IReflBatchView.h index 262c1211e7e..2701780c3ab 100644 --- a/qt/scientific_interfaces/ISISReflectometry/IReflBatchView.h +++ b/qt/scientific_interfaces/ISISReflectometry/IReflBatchView.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2011 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_IREFLBATCHVIEW_H #define MANTID_ISISREFLECTOMETRY_IREFLBATCHVIEW_H @@ -17,27 +23,6 @@ IReflBatchView is the interface defining the functions that the main window view needs to implement. It is empty and not necessary at the moment, but can be used in the future if widgets common to all tabs are added, for instance, the help button. - -Copyright © 2011-14 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source - -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> */ class IReflBatchView { public: diff --git a/qt/scientific_interfaces/ISISReflectometry/IndexOf.h b/qt/scientific_interfaces/ISISReflectometry/IndexOf.h index 0a89e7b9c64..9be77728ae1 100644 --- a/qt/scientific_interfaces/ISISReflectometry/IndexOf.h +++ b/qt/scientific_interfaces/ISISReflectometry/IndexOf.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_INDEXOF_H #define MANTID_ISISREFLECTOMETRY_INDEXOF_H #include <algorithm> diff --git a/qt/scientific_interfaces/ISISReflectometry/Map.h b/qt/scientific_interfaces/ISISReflectometry/Map.h index 77b4e1c1154..a46ecc00a4c 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Map.h +++ b/qt/scientific_interfaces/ISISReflectometry/Map.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_MAP_H #define MANTID_ISISREFLECTOMETRY_MAP_H #include <algorithm> diff --git a/qt/scientific_interfaces/ISISReflectometry/Parse.cpp b/qt/scientific_interfaces/ISISReflectometry/Parse.cpp index 3b9cc506689..aed41e164b8 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Parse.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Parse.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "Parse.h" #include <cctype> diff --git a/qt/scientific_interfaces/ISISReflectometry/Parse.h b/qt/scientific_interfaces/ISISReflectometry/Parse.h index 48056e2fd2a..9b8af9f80c5 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Parse.h +++ b/qt/scientific_interfaces/ISISReflectometry/Parse.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_PARSE_H_ #define MANTID_CUSTOMINTERFACES_PARSE_H_ #include "DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/QtReflBatchView.cpp b/qt/scientific_interfaces/ISISReflectometry/QtReflBatchView.cpp index beb7e382c11..b26064f646c 100644 --- a/qt/scientific_interfaces/ISISReflectometry/QtReflBatchView.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/QtReflBatchView.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "QtReflBatchView.h" #include "GUI/Event/EventView.h" #include "MantidAPI/AlgorithmManager.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/QtReflBatchView.h b/qt/scientific_interfaces/ISISReflectometry/QtReflBatchView.h index 324900c2227..da415af386b 100644 --- a/qt/scientific_interfaces/ISISReflectometry/QtReflBatchView.h +++ b/qt/scientific_interfaces/ISISReflectometry/QtReflBatchView.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2016 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_QTREFLBATCHVIEW_H #define MANTID_ISISREFLECTOMETRY_QTREFLBATCHVIEW_H @@ -17,28 +23,6 @@ namespace MantidQt { namespace CustomInterfaces { -/** -Copyright © 2016 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source - -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ class QtReflBatchView : public QWidget, public IReflBatchView { Q_OBJECT public: diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/AllInitialized.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/AllInitialized.h index dc039bcd53f..9474083e97e 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/AllInitialized.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/AllInitialized.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_ALLINITIALIZED_H_ #define MANTID_CUSTOMINTERFACES_ALLINITIALIZED_H_ #include <boost/optional.hpp> diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/AnalysisMode.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/AnalysisMode.h index d439e3d5bce..ddcc005da17 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/AnalysisMode.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/AnalysisMode.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_ANALYSISMODE_H_ #define MANTID_CUSTOMINTERFACES_ANALYSISMODE_H_ #include <stdexcept> diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/DetectorCorrections.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/DetectorCorrections.cpp index d37d61e36d5..efca4c4b372 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/DetectorCorrections.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/DetectorCorrections.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "DetectorCorrections.h" namespace MantidQt { namespace CustomInterfaces { diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/DetectorCorrections.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/DetectorCorrections.h index 21dea69d22b..8609138a5fa 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/DetectorCorrections.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/DetectorCorrections.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_DETECTORCORRECTIONS_H_ #define MANTID_CUSTOMINTERFACES_DETECTORCORRECTIONS_H_ #include "../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/Experiment.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/Experiment.cpp index 810caca428c..a2a343d1d6d 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/Experiment.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/Experiment.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "Experiment.h" #include <cmath> #include <iostream> diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/Experiment.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/Experiment.h index e2a5380ea29..4d06f63f11f 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/Experiment.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/Experiment.h @@ -1,27 +1,12 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_EXPERIMENT_H_ #define MANTID_CUSTOMINTERFACES_EXPERIMENT_H_ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #include "../DllConfig.h" #include "AnalysisMode.h" #include "PerThetaDefaults.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/Group.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/Group.cpp index 2c64b3b041a..f892c94663a 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/Group.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/Group.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "Group.h" #include "../IndexOf.h" #include "../Map.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/Group.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/Group.h index 9f1f9312e70..186f8880775 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/Group.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/Group.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_GROUP_H_ #define MANTID_CUSTOMINTERFACES_GROUP_H_ #include "../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/Instrument.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/Instrument.cpp index c03866f4a5c..47dc2729bc6 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/Instrument.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/Instrument.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "Instrument.h" namespace MantidQt { namespace CustomInterfaces { diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/Instrument.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/Instrument.h index 45acb8fb16b..317f5deb0a2 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/Instrument.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/Instrument.h @@ -1,27 +1,12 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_INSTRUMENT_H_ #define MANTID_CUSTOMINTERFACES_INSTRUMENT_H_ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #include "../DllConfig.h" #include "DetectorCorrections.h" #include "MonitorCorrections.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/MonitorCorrections.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/MonitorCorrections.cpp index 353bf6e026d..7afdaeb1414 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/MonitorCorrections.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/MonitorCorrections.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "MonitorCorrections.h" namespace MantidQt { namespace CustomInterfaces { diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/MonitorCorrections.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/MonitorCorrections.h index 3a28397e273..23d8fc32582 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/MonitorCorrections.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/MonitorCorrections.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_MONITORCORRECTIONS_H_ #define MANTID_CUSTOMINTERFACES_MONITORCORRECTIONS_H_ #include "../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ParseReflectometryStrings.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/ParseReflectometryStrings.cpp index 9a0da4e9a58..9ebf0ee042e 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ParseReflectometryStrings.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ParseReflectometryStrings.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "ParseReflectometryStrings.h" #include "../Parse.h" #include "AllInitialized.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ParseReflectometryStrings.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/ParseReflectometryStrings.h index c5cab2c5a4c..72914a92aac 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ParseReflectometryStrings.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ParseReflectometryStrings.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_PARSEREFLECTOMETRYSTRINGS_H_ #define MANTID_CUSTOMINTERFACES_PARSEREFLECTOMETRYSTRINGS_H_ #include "../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/PerThetaDefaults.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/PerThetaDefaults.cpp index 7da9d6d054b..c634dcc489a 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/PerThetaDefaults.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/PerThetaDefaults.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "PerThetaDefaults.h" namespace MantidQt { diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/PerThetaDefaults.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/PerThetaDefaults.h index 4111d6ebb85..014c298f8b4 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/PerThetaDefaults.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/PerThetaDefaults.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_PERTHETADEFAULTS_H_ #define MANTID_CUSTOMINTERFACES_PERTHETADEFAULTS_H_ #include "../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/PolarizationCorrections.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/PolarizationCorrections.cpp index 0564e72aa63..2042136d91f 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/PolarizationCorrections.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/PolarizationCorrections.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "PolarizationCorrections.h" namespace MantidQt { namespace CustomInterfaces { diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/PolarizationCorrections.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/PolarizationCorrections.h index a0d1a961563..4cdfd931e81 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/PolarizationCorrections.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/PolarizationCorrections.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_POLARIZATIONCORRECTIONS_H_ #define MANTID_CUSTOMINTERFACES_POLARIZATIONCORRECTIONS_H_ #include "../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ProcessingInstructions.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/ProcessingInstructions.h index cc38cd88c0b..285503cad73 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ProcessingInstructions.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ProcessingInstructions.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_PROCESSINGINSTRUCTIONS_H_ #define MANTID_CUSTOMINTERFACES_PROCESSINGINSTRUCTIONS_H_ diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInLambda.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInLambda.cpp index 1c54cf61f7e..e6414ffc871 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInLambda.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInLambda.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "RangeInLambda.h" #include "MantidKernel/Tolerance.h" namespace MantidQt { diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInLambda.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInLambda.h index c8a813fdda2..f5480342594 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInLambda.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInLambda.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_RANGEINLAMBDA_H_ #define MANTID_CUSTOMINTERFACES_RANGEINLAMBDA_H_ #include "../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInQ.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInQ.cpp index ea2b76a947a..7cd433b5ff2 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInQ.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInQ.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "RangeInQ.h" #include <cassert> namespace MantidQt { diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionJobs.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionJobs.cpp index 356ef28218d..9b58e8d0b05 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionJobs.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionJobs.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "ReductionJobs.h" #include "../IndexOf.h" #include "../Map.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionJobs.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionJobs.h index a09c2684a58..8ded200ca75 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionJobs.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionJobs.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_REDUCTIONJOBS_H_ #define MANTID_CUSTOMINTERFACES_REDUCTIONJOBS_H_ #include "../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionOptionsMap.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionOptionsMap.h index 248225372bc..f504fb60b5c 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionOptionsMap.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionOptionsMap.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_REDUCTIONOPTIONSMAP_H_ #define MANTID_CUSTOMINTERFACES_REDUCTIONOPTIONSMAP_H_ #include <map> diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionType.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionType.h index 47074bbc1d1..780a614dc19 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionType.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionType.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_REDUCTIONTYPE_H_ #define MANTID_CUSTOMINTERFACES_REDUCTIONTYPE_H_ #include "../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionWorkspaces.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionWorkspaces.cpp index 3fea76791bc..c646b167910 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionWorkspaces.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionWorkspaces.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "ReductionWorkspaces.h" #include "../Map.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionWorkspaces.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionWorkspaces.h index 0f5b533b63e..1dcc48dcabb 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionWorkspaces.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ReductionWorkspaces.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_REDUCTIONWORKSPACES_H_ #define MANTID_CUSTOMINTERFACES_REDUCTIONWORKSPACES_H_ diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/Row.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/Row.cpp index ae344422052..bf9acc3cb11 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/Row.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/Row.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "Row.h" #include "../Map.h" #include <boost/algorithm/string.hpp> diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/Row.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/Row.h index 8331833ac2e..bfbad3fb249 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/Row.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/Row.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_RUN_H_ #define MANTID_CUSTOMINTERFACES_RUN_H_ #include "../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/Slicing.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/Slicing.cpp index c3e44f8d2bc..0ebeaa60985 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/Slicing.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/Slicing.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "Slicing.h" #include "../multivisitors.hpp" #include <boost/range/algorithm/adjacent_find.hpp> diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/Slicing.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/Slicing.h index 36866f24113..63e4ea99575 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/Slicing.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/Slicing.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_SLICING_H_ #define MANTID_CUSTOMINTERFACES_SLICING_H_ #include "../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/SummationType.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/SummationType.h index 4c052f8bf4f..76575804cda 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/SummationType.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/SummationType.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_SUMMATIONTYPE_H_ #define MANTID_CUSTOMINTERFACES_SUMMATIONTYPE_H_ #include <boost/optional.hpp> diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/TransmissionRunPair.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/TransmissionRunPair.h index ea92285254b..6b86ec245dc 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/TransmissionRunPair.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/TransmissionRunPair.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_TRANSMISSIONRUNPAIR_H_ #define MANTID_CUSTOMINTERFACES_TRANSMISSIONRUNPAIR_H_ #include "../DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidatePerThetaDefaults.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidatePerThetaDefaults.cpp index 853f2816f08..fbb65f73cce 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidatePerThetaDefaults.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidatePerThetaDefaults.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "ValidatePerThetaDefaults.h" #include "../Parse.h" #include "AllInitialized.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidatePerThetaDefaults.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidatePerThetaDefaults.h index d71283663db..68587c005f6 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidatePerThetaDefaults.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidatePerThetaDefaults.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_PERTHETADEFAUTSVALIDATOR_H_ #define MANTID_CUSTOMINTERFACES_PERTHETADEFAUTSVALIDATOR_H_ #include "../ValidationResult.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidateRow.cpp b/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidateRow.cpp index c11f2c2e242..20b3c261cf6 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidateRow.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidateRow.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "ValidateRow.h" #include "../Parse.h" #include "AllInitialized.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidateRow.h b/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidateRow.h index a1a1073602b..9aa7ad06ec8 100644 --- a/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidateRow.h +++ b/qt/scientific_interfaces/ISISReflectometry/Reduction/ValidateRow.h @@ -1,25 +1,10 @@ -/** -Copyright © 2018 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> -*/ #ifndef MANTID_CUSTOMINTERFACES_VALIDATEROW_H_ #define MANTID_CUSTOMINTERFACES_VALIDATEROW_H_ #include "DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/ReflBatchPresenter.cpp b/qt/scientific_interfaces/ISISReflectometry/ReflBatchPresenter.cpp index 8d936a8c4bf..e34b3a1ff04 100644 --- a/qt/scientific_interfaces/ISISReflectometry/ReflBatchPresenter.cpp +++ b/qt/scientific_interfaces/ISISReflectometry/ReflBatchPresenter.cpp @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "ReflBatchPresenter.h" #include "GUI/Event/IEventPresenter.h" #include "GUI/Instrument/IInstrumentPresenter.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/ReflBatchPresenter.h b/qt/scientific_interfaces/ISISReflectometry/ReflBatchPresenter.h index 707e9788486..141bb5bbfca 100644 --- a/qt/scientific_interfaces/ISISReflectometry/ReflBatchPresenter.h +++ b/qt/scientific_interfaces/ISISReflectometry/ReflBatchPresenter.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2011 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_REFLBATCHPRESENTER_H #define MANTID_ISISREFLECTOMETRY_REFLBATCHPRESENTER_H @@ -19,27 +25,6 @@ class IReflSaveTabPresenter; ReflBatchPresenter is the concrete main window presenter implementing the functionality defined by the interface IReflBatchPresenter. - -Copyright © 2011-14 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge -National Laboratory & European Spallation Source - -This file is part of Mantid. - -Mantid is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Mantid is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. - -File change history is stored at: <https://github.com/mantidproject/mantid>. -Code Documentation is available at: <http://doxygen.mantidproject.org> */ class MANTIDQT_ISISREFLECTOMETRY_DLL ReflBatchPresenter : public IReflBatchPresenter { diff --git a/qt/scientific_interfaces/ISISReflectometry/ReflBatchPresenterFactory.h b/qt/scientific_interfaces/ISISReflectometry/ReflBatchPresenterFactory.h index eb0d89ea688..804ccfca0c3 100644 --- a/qt/scientific_interfaces/ISISReflectometry/ReflBatchPresenterFactory.h +++ b/qt/scientific_interfaces/ISISReflectometry/ReflBatchPresenterFactory.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_REFLBATCHPRESENTERFACTORY_H #define MANTID_ISISREFLECTOMETRY_REFLBATCHPRESENTERFACTORY_H #include "DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/ReflRunsPresenterFactory.h b/qt/scientific_interfaces/ISISReflectometry/ReflRunsPresenterFactory.h index a8dddff0436..efa3db2bfd1 100644 --- a/qt/scientific_interfaces/ISISReflectometry/ReflRunsPresenterFactory.h +++ b/qt/scientific_interfaces/ISISReflectometry/ReflRunsPresenterFactory.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_REFLRUNSPRESENTERFACTORY_H #define MANTID_ISISREFLECTOMETRY_REFLRUNSPRESENTERFACTORY_H #include "../General/IReflSearcher.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/ReflSavePresenterFactory.h b/qt/scientific_interfaces/ISISReflectometry/ReflSavePresenterFactory.h index ee9a9ade6a5..13475e25384 100644 --- a/qt/scientific_interfaces/ISISReflectometry/ReflSavePresenterFactory.h +++ b/qt/scientific_interfaces/ISISReflectometry/ReflSavePresenterFactory.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_REFLSAVEPRESENTERFACTORY_H #define MANTID_ISISREFLECTOMETRY_REFLSAVEPRESENTERFACTORY_H #include "DllConfig.h" diff --git a/qt/scientific_interfaces/ISISReflectometry/SearchResult.h b/qt/scientific_interfaces/ISISReflectometry/SearchResult.h index 849c63f83be..8c05ffd6028 100644 --- a/qt/scientific_interfaces/ISISReflectometry/SearchResult.h +++ b/qt/scientific_interfaces/ISISReflectometry/SearchResult.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_SEARCHRESULT_H #define MANTID_ISISREFLECTOMETRY_SEARCHRESULT_H #include <string> diff --git a/qt/scientific_interfaces/ISISReflectometry/ValidationResult.h b/qt/scientific_interfaces/ISISReflectometry/ValidationResult.h index 267c9e80da1..48f900717aa 100644 --- a/qt/scientific_interfaces/ISISReflectometry/ValidationResult.h +++ b/qt/scientific_interfaces/ISISReflectometry/ValidationResult.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_RESULT_H #define MANTID_ISISREFLECTOMETRY_RESULT_H #include <boost/optional.hpp> diff --git a/qt/scientific_interfaces/ISISReflectometry/ZipRange.h b/qt/scientific_interfaces/ISISReflectometry/ZipRange.h index 393a34e0bf8..2bc15f13507 100644 --- a/qt/scientific_interfaces/ISISReflectometry/ZipRange.h +++ b/qt/scientific_interfaces/ISISReflectometry/ZipRange.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_ISISREFLECTOMETRY_ZIPRANGE_H #define MANTID_ISISREFLECTOMETRY_ZIPRANGE_H #include <boost/iterator/zip_iterator.hpp> diff --git a/qt/scientific_interfaces/test/ISISReflectometry/Event/EventPresenterTest.h b/qt/scientific_interfaces/test/ISISReflectometry/Event/EventPresenterTest.h index 7c5e6ae95ce..6e12f8c910b 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/Event/EventPresenterTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/Event/EventPresenterTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_REFLEVENTPRESENTERTEST_H_ #define MANTID_CUSTOMINTERFACES_REFLEVENTPRESENTERTEST_H_ diff --git a/qt/scientific_interfaces/test/ISISReflectometry/Event/MockEventView.h b/qt/scientific_interfaces/test/ISISReflectometry/Event/MockEventView.h index 98316f49793..ffec1896739 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/Event/MockEventView.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/Event/MockEventView.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "../../../ISISReflectometry/GUI/Event/IEventView.h" #include "MantidKernel/WarningSuppressions.h" #include <gmock/gmock.h> diff --git a/qt/scientific_interfaces/test/ISISReflectometry/Experiment/ExperimentPresenterTest.h b/qt/scientific_interfaces/test/ISISReflectometry/Experiment/ExperimentPresenterTest.h index ae187171e77..ab2f8781f30 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/Experiment/ExperimentPresenterTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/Experiment/ExperimentPresenterTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_EXPERIMENTPRESENTERTEST_H_ #define MANTID_CUSTOMINTERFACES_EXPERIMENTPRESENTERTEST_H_ diff --git a/qt/scientific_interfaces/test/ISISReflectometry/Experiment/MockExperimentView.h b/qt/scientific_interfaces/test/ISISReflectometry/Experiment/MockExperimentView.h index 64feecfa51f..ff3a9e058ba 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/Experiment/MockExperimentView.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/Experiment/MockExperimentView.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "../../../ISISReflectometry/GUI/Experiment/IExperimentView.h" #include "MantidKernel/WarningSuppressions.h" #include <gmock/gmock.h> diff --git a/qt/scientific_interfaces/test/ISISReflectometry/Experiment/PerThetaDefaultsTableValidatorTest.h b/qt/scientific_interfaces/test/ISISReflectometry/Experiment/PerThetaDefaultsTableValidatorTest.h index 3020f962e9d..74b0bd4e273 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/Experiment/PerThetaDefaultsTableValidatorTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/Experiment/PerThetaDefaultsTableValidatorTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_PERTHETADEFAULTSTABLEVALIDATORTEST_H_ #define MANTID_CUSTOMINTERFACES_PERTHETADEFAULTSTABLEVALIDATORTEST_H_ #include "../../../ISISReflectometry/GUI/Experiment/PerThetaDefaultsTableValidator.h" diff --git a/qt/scientific_interfaces/test/ISISReflectometry/Instrument/InstrumentPresenterTest.h b/qt/scientific_interfaces/test/ISISReflectometry/Instrument/InstrumentPresenterTest.h index 07b37264198..f2d5c7623b0 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/Instrument/InstrumentPresenterTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/Instrument/InstrumentPresenterTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_INSTRUMENTPRESENTERTEST_H_ #define MANTID_CUSTOMINTERFACES_INSTRUMENTPRESENTERTEST_H_ diff --git a/qt/scientific_interfaces/test/ISISReflectometry/Instrument/MockInstrumentView.h b/qt/scientific_interfaces/test/ISISReflectometry/Instrument/MockInstrumentView.h index 5e3956a8236..4209f501f3a 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/Instrument/MockInstrumentView.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/Instrument/MockInstrumentView.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #include "../../../ISISReflectometry/GUI/Instrument/IInstrumentView.h" #include "MantidKernel/WarningSuppressions.h" #include <gmock/gmock.h> diff --git a/qt/scientific_interfaces/test/ISISReflectometry/Reduction/GroupTest.h b/qt/scientific_interfaces/test/ISISReflectometry/Reduction/GroupTest.h index e295e9b63d9..401db45dacb 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/Reduction/GroupTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/Reduction/GroupTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_GROUPTEST_H_ #define MANTID_CUSTOMINTERFACES_GROUPTEST_H_ #include "../../../ISISReflectometry/Reduction/Group.h" diff --git a/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ParseReflectometryStringsTest.h b/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ParseReflectometryStringsTest.h index e8242471d5e..ee64e4f292d 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ParseReflectometryStringsTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ParseReflectometryStringsTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_PARSEREFLECTOMETRYSTRINGSTEST_H_ #define MANTID_CUSTOMINTERFACES_PARSEREFLECTOMETRYSTRINGSTEST_H_ #include "../../../ISISReflectometry/Reduction/ParseReflectometryStrings.h" diff --git a/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ReductionJobsMergeTest.h b/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ReductionJobsMergeTest.h index 36953906fa7..88631f125d4 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ReductionJobsMergeTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ReductionJobsMergeTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_REDUCTIONJOBSMERGETEST_H_ #define MANTID_CUSTOMINTERFACES_REDUCTIONJOBSMERGETEST_H_ #include "../../../ISISReflectometry/Reduction/ReductionJobs.h" diff --git a/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ValidatePerThetaDefaultsTest.h b/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ValidatePerThetaDefaultsTest.h index 518f0b4dfb3..b485022d9d0 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ValidatePerThetaDefaultsTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ValidatePerThetaDefaultsTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_VALIDATEPERTHETADEFAULTSTEST_H_ #define MANTID_CUSTOMINTERFACES_VALIDATEPERTHETADEFAULTSTEST_H_ #include "../../../ISISReflectometry/Reduction/ValidatePerThetaDefaults.h" diff --git a/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ValidateRowTest.h b/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ValidateRowTest.h index 26c5e3b3e60..2e6b10cff7e 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ValidateRowTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/Reduction/ValidateRowTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_VALIDATEROWTEST_H_ #define MANTID_CUSTOMINTERFACES_VALIDATEROWTEST_H_ #include "../../../ISISReflectometry/Parse.h" diff --git a/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/MockRunsTableView.h b/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/MockRunsTableView.h index c7b01e79893..442aef4430a 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/MockRunsTableView.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/MockRunsTableView.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_MOCKBATCHVIEW_H_ #define MANTID_CUSTOMINTERFACES_MOCKBATCHVIEW_H_ #include "DllConfig.h" diff --git a/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterGroupDeletionTest.h b/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterGroupDeletionTest.h index 7fd92101d99..4ae113f0770 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterGroupDeletionTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterGroupDeletionTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_REFLRUNSTABLEPRESENTERGROUPDELETETEST_H_ #define MANTID_CUSTOMINTERFACES_REFLRUNSTABLEPRESENTERGROUPDELETETEST_H_ diff --git a/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterGroupInsertionTest.h b/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterGroupInsertionTest.h index 62abcfd5dce..a513af2a61d 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterGroupInsertionTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterGroupInsertionTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_REFLRUNSTABLEPRESENTERGROUPINSERTTEST_H_ #define MANTID_CUSTOMINTERFACES_REFLRUNSTABLEPRESENTERGROUPINSERTTEST_H_ diff --git a/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterRowDeletionTest.h b/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterRowDeletionTest.h index 505fefe263c..cecd9be1b44 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterRowDeletionTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterRowDeletionTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_REFLRUNSTABLEPRESENTERGROUPDELETETEST_H_ #define MANTID_CUSTOMINTERFACES_REFLRUNSTABLEPRESENTERGROUPDELETETEST_H_ diff --git a/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterRowInsertionTest.h b/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterRowInsertionTest.h index 53e857e3d2d..b81edf2e73a 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterRowInsertionTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterRowInsertionTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_REFLRUNSTABLEPRESENTERGROUPINSERTTEST_H_ #define MANTID_CUSTOMINTERFACES_REFLRUNSTABLEPRESENTERGROUPINSERTTEST_H_ diff --git a/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterTest.h b/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterTest.h index 0ea40ae2982..7385d9d52de 100644 --- a/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterTest.h +++ b/qt/scientific_interfaces/test/ISISReflectometry/RunsTable/RunsTablePresenterTest.h @@ -1,3 +1,9 @@ +// Mantid Repository : https://github.com/mantidproject/mantid +// +// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI, +// NScD Oak Ridge National Laboratory, European Spallation Source +// & Institut Laue - Langevin +// SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTID_CUSTOMINTERFACES_REFLRUNSTABLEPRESENTERTEST_H_ #define MANTID_CUSTOMINTERFACES_REFLRUNSTABLEPRESENTERTEST_H_ -- GitLab