diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventPresenter.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/Event/EventPresenter.cpp index ea237428fb60cf6c234e3c11e9a245f1c8d34f33..2ddf8eb0cdec21c40d2449149a4bc36ed71371e4 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 bceca1fd37ae5706cc8a73ef844b5d99e027970b..4351d732f0914291cf73f1be760d158fe8691f0f 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 5e3ae179f1dc3c216bac9bbac21dc3d0d7d0f1b1..26d6c50556b0f84857bcafb0fc886b181d0213a3 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 d6e1ccbf9a2fc1130c77941a20abf683286af718..eb52973ab7e0b47ef23ca00cd1374556c71a0dcb 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 f7712b8e7902936a44f6da8642856e4214a89eaf..a7d60e5606ce9b7e1e36c5f09ed4a165d132ffce 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 5d50a566ff7f563c4a06b2c8bcd62fe79e546195..4e5d359608660533171c8f258ab40452e1388361 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 bba59c622801a39efb2b7d32e97e782055eccf34..7aa80bd6d8fd88ddb47f8a27f708f3babe61effc 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 e69a9150f027da0e30a201e73f878d1506594f73..bbddbdd834c9f8fc6052dc4da48416a5fbc6df51 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 344fa8b6c7158d2eff12bc09a0c79a0b5d745895..38958711ed7ddc45f621ab224fca86ddbe3092b1 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 d6da75a6b1ebde53d7f4961d39a1e5100f77e9c7..883e70dc049c1ddd5929b065c4eb5a2e22608d47 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 dec47923e2484392eab94efb9f25298b6c250f92..0347e138771fe71127899d6a2316387582bdfa6a 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 c3b7db024853347df2364d9d069ff9d0738b040d..93c3cd3f45a81de834d70a668ae78dbdec87a455 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 8cfb5a655ce935501121b3ce731f5801eb38574c..8aa0e950182b9e9273c9343656d89ecc1223a820 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 59011d80db1bed9eeb76af21e4fd3b861db1c677..c66d14b7b3c7e78dbdfefbb9730aafe9150008cf 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 dbfbfe82d6ed1303e9dfa38e4910c6d03321a269..e2254029c784ebd11be4120f356238a60b689e29 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 dfcee539f8a34468d1cd728aa34189dac24be4ed..e7c0e6b798e7055222a57110648d82bb9b6bc69c 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 ad71e20a225b6f1e293fbe767c01f112be02a5c0..b6868fee74d95fd8ab540ac8afeadf1a2af24feb 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 1c46583d91f9c3cf41cc2794eb7b250d653136ac..ea35c736816641ba6c88b75bc407752b64aa88cc 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 2a8ce64015eb4ba161935fa32e1b142c7adf3107..ff6118b7e86dced7839afc2a2a1ba0100180d6ae 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 5178d196e2bc913f8595a967dd183d846455fa78..3759ebbaaa3d918637d7f7814bcf5b56dd3b286d 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 d860df330504d9a39e52259d30033d7f44d1f007..87dad07fc2809d9a8a22978c62a1fae2dba010e3 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 3027d84bc0e9e0f2cb3dfd58d38bb942478e8757..3678417b9a7620602ee10d1d5616b45896736c9e 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 4ece8e3feb444c6955eb7b6b030f0462bb3d7024..7b77bc1c8194a8536be6d3f03f76849f59f1c114 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 2938430b47a58f94e1e875b291ec9e947e8cc5a1..e917d8e018b50f0cac1263112e0680b9379bb545 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 5add759c48d2e693c70516944fa0de0d310fb0b6..3849bbd7cb09afab80be301822c9207298ec9dc1 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 0907486d2b709ede2ab8748d1f9c0b9c6782d18a..71140d4c00736c398dd10fa7ba5c23b2186973ff 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 41f4ef6b040b0a501715dce6b1f5e1187503cdbe..4a4eaf732a1fd9cd8a670453ede3596e0d360e2e 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 8dd27f40d621449247fe13241bdcd91f2a8ef276..6bb77255e9e5df38fba0d40c70384fc0b2571bf1 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 5b71b7d3a850de5f05b6d6450093b8bd9a43a862..d9c76a52f989f7ac3d260cb124f94469cd76ba59 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 217b3be1b6e9fb6dfd3d4778e6d037b0e2336409..3260ff654b61c13bad0f842f30ad623f1c9403c7 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 770de21f917fea089cbe7e16d4543df5cb79d098..a9ad862d151b960596135143fa6bb35137af6659 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 bd65626048292e15d243f1250103317340446282..264c28c8387de76adaab3ecf538c9a15d9c45904 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 1b1e5f0f6789e7486c353cc13b18695737fe7449..6f6d1631dec85fe9a36241cdc16f96f39e542c2a 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 76d1c95b0140c2523f03dc7b61865f5c52796f56..25ec9c1a0e1a8db8bb992df394cffcb97db649f7 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 98e7fe7decf3f0118dc7c7805f77165c8f22cdde..b88d02b8112a32a39a5809621482931346e2e471 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 262c1211e7e5b0ab669f934fd0c1872d35c8c30b..2701780c3abe207d7e2a17a3e66bf7b59478c2b5 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 0a89e7b9c64cc9575abdb3089ea8f8bc04e5c1fb..9be77728ae19326cfb668de614b7920f591d16a9 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 77b4e1c11543bb8af2a91ab66d930a8537a0e1b9..a46ecc00a4c977ea198a232ac635f79c9d4bf565 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 3b9cc506689317f0bb11f54d1220177b27f886cd..aed41e164b8a331ea45c28927236918c5d3c24bd 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 48056e2fd2a1a267bd02d3d764d634d659712358..9b8af9f80c526751d087471467d579248512b3fe 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 beb7e382c118f63fd20a7716aa8cabb5b160a497..b26064f646cd1183dd2feb0ba5e3f5cd7f56a212 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 324900c2227b3d0543f533a063d5fda047dc745c..da415af386b1b2a4523abac00d27fde87286b8be 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 dc039bcd53fe7f708a1ec23cda9c776db8127d01..9474083e97e982476b5082fbbb8f36c341b62b54 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 d439e3d5bce72429e8c2c71edd62d73f59cd470e..ddcc005da173113cdc9b9d0094badb756c0426d7 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 d37d61e36d5984a671a25237e4da5e4e48bca8dc..efca4c4b372f8272ef71fce830236c0e4a410b88 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 21dea69d22b84a60b2ad45609f9fdd600d2ef5f3..8609138a5fa04f367bb0ed3ad1e585b941e86318 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 810caca428cc7131e911f2ab148b644f7e5e1d43..a2a343d1d6dd065efe5117a80858d4d23a09b2fd 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 e2a5380ea29fea5030546bc5fc36fc396a0a9607..4d06f63f11fd9ca4adc3578cffecbbe496f33b18 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 2c64b3b041ae35ebe5b54bd356821c45e0fc6df0..f892c94663a46d47b167bf99533529268da7fc1b 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 9f1f9312e70ffc5f10f2cc7126b129f2bbdc32ae..186f888077532c099f70f7392e4bd4407d91710e 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 c03866f4a5c76d25179b1adf0e5f16fa12d42ff4..47dc2729bc6cdd5654c7742f19d9e662b7d1628e 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 45acb8fb16bb4d2f711b7c9249331610a155d091..317f5deb0a26f37c74a650957cf448e71ef799be 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 353bf6e026da978fdd239be03225e07d4c2adb90..7afdaeb14145a03a5230f1aa161743ad972b23f8 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 3a28397e27345482ae7578b800fe240a323f2f60..23d8fc325826da263e85ca515ddf069d85fcb503 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 9a0da4e9a58b1ebc3a5d69085876f96115829910..9ebf0ee042e2154c83e50898ad9250b408474689 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 c5cab2c5a4ce8b229297346e747dd13edcb38eb1..72914a92aace24014f78318504fd2d5c71136542 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 7da9d6d054bffb1b7c4b35e608eeaabd0a32d119..c634dcc489aa1b3fdd2ce94d7ca3ef9ab8e632aa 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 4111d6ebb85c34e6d4e9f294c32321e45e563982..014c298f8b4ef6b1167a557e116e46465b5b6be1 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 0564e72aa63b44c4b84c2cbe954ede9bd5f676c8..2042136d91f5a81202935f51088b9a7b399a369f 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 a0d1a96156315f25d1cf3b8988d8e88a144179b7..4cdfd931e8162bcd2102e17d305eede30ddd1d1d 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 cc38cd88c0b9f88b62485776e088835455f5eac2..285503cad73795ebd35b7c45b349bb7ff2af2987 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 1c54cf61f7e42d4963a6ef7182ccc9d1925b3bfe..e6414ffc871cc857a9b93cd791b12743a2f688d2 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 c8a813fdda2801cba70441034c8e9b986c25fe66..f54803425944738db7f1f9bc4185898eee4ca4b6 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 ea2b76a947ac222be7f1f86de4278fbc4f38ca38..7cd433b5ff23c066ccdd0f8912d4f6044a8b55a1 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 356ef28218daab2ae545568dec2fdaef585795c6..9b58e8d0b05281387e5345f6ece6d586ade41966 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 a09c2684a580cd339589e44a1890a7f058c4f583..8ded200ca75f75564dcc893e9d177c1ef9003b1b 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 248225372bc7df25117db926aa627fcdfe1ec6d9..f504fb60b5cfff1fe0667df6ef7d2841dda99e8e 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 47074bbc1d13158063922318bf7fbaa77ba1fc84..780a614dc193b00c8ef565b83ef04ae4423c8fff 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 3fea76791bc3b20560af929f277e474c71ede7e8..c646b167910c1afc196486b1b89a52dcc8ef9184 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 0f5b533b63ea17a455238b1ef1fb23105054f0cc..1dcc48dcabba7d33cf0968a045505b1ad739f432 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 ae3444220525082ffce2f36bb9aff302a978737f..bf9acc3cb11756a9312c1a1012b3dff62e3e4c5a 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 8331833ac2e14a71ffb9fa8fb798ecdecb8be074..bfbad3fb249c561323adb7bac03a5360be9e0313 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 c3e44f8d2bc58caa8df958a26e0b4763b963d7e2..0ebeaa60985bc8426f0027918b8c28591531f3e1 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 36866f241130cc3e0f61c4d300403273e1651f36..63e4ea995757f7038586d6d4dc421887656c99db 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 4c052f8bf4f032a3bd25f93bb1dfc8ab05b1305f..76575804cda27d18c5ba7ff5d49ac4e653e315d5 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 ea92285254baaf158733cbb5ee962377cb3f6ff6..6b86ec245dceaae8487e83cd6e08086b9b10bbfe 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 853f2816f083769a2e4fa8cce9c0b92feafa9b52..fbb65f73cce583d3bdc713bc1b439bb5e4a90509 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 d71283663db14b432a04818c6dbda898a7d4f5e4..68587c005f6d969a9fa496e106e67dc0112bbf86 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 c11f2c2e242e2f1efdd268a9d9f6c0616f015ef8..20b3c261cf647d7c3dae5557837b019de830bd60 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 a1a1073602bed3ba238bc733b7b45d1ee712b3c9..9aa7ad06ec84d845a6c98e227e31a012549c727d 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 8d936a8c4bf3165739d9af7e58144ec916c399f8..e34b3a1ff041675ff895b6f0e728aba3478159db 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 707e9788486d1d2ed42f17beaa27f76fccc6a5fd..141bb5bbfca9def5da63db73537d42347b91a2fb 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 eb0d89ea68865dfdf3a758a89392de242fcb350c..804ccfca0c347d22495594b3cb8411fd8ac2a738 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 a8dddff0436f07e2fbf7e4a8ce5668477dedf94d..efa3db2bfd19b0a9132988b759c08772c0fcf31c 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 ee9a9ade6a5d963c141b988eac8ce5b84bf6fed0..13475e2538431b71e97d14bd37a498dcfe7d654e 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 849c63f83be7dcb1483563a1dd04c4b1258ca77f..8c05ffd6028460c27b8e615f03f75373f7fcd33f 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 267c9e80da10a9599c27bc67e057f67896ca17c2..48f900717aae5e92cde80e6a3a1881e6f8c692a1 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 393a34e0bf81953aec7c8d1f79353fce80dc62e2..2bc15f13507c3e7f6a8049a9592d70a20b98a2a8 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 7c5e6ae95ce6aff064748ff0f2acc01f26eab6aa..6e12f8c910b88690c7f8966f48f314c2e5e6b58b 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 98316f497935e45e24cde3d07d6f1915564a1b9d..ffec1896739d3e77eb5ff155f1ff17075788ed0f 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 ae187171e7752faebd9655bb774e34da50e698c7..ab2f8781f30b85246b4d4960c54594784b9b7a68 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 64feecfa51f69746d6c2d79c86bf09beaaa03fc9..ff3a9e058bafe93b4c1ad6557f1b82d792be2208 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 3020f962e9dde03303caacc353cb447666bbf19e..74b0bd4e2733b7e83af0262e67e43d0f37fb9a93 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 07b372641981efbb8d1f16f120fc70007b4737b4..f2d5c7623b099a34dc9bc49a6fd13dfab462678c 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 5e3956a8236fcbe9eb5e911f74e3f2183b21fe1d..4209f501f3a19d8b0286e0ce0d1523f1190d4198 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 e295e9b63d910d7d1045e9a5cdb8059dcf4676bb..401db45dacb9a732c7628548009bfe84a2dba58d 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 e8242471d5e9443dcc74561851cd1f40733cec07..ee64e4f292d67e8754e90ad7baa98ed71d16173e 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 36953906fa7a1d302f41c1d7191654d189ee38e9..88631f125d417f69260683110c028e092893f038 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 518f0b4dfb39a6bed324dba326fd08052b1002eb..b485022d9d0dcfe3009fc640a90099e0ea0641e6 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 26c5e3b3e605c0e3661eb94f406e680474d4d962..2e6b10cff7e5b6a324bb1aa8e5a4fdb4a83e5111 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 c7b01e798938b201c40aaf857c2cfe6be7cac4ba..442aef4430aeec44ed4f4c217b79e7ef03ed8875 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 7fd92101d99ea508cd28b251cc6d89b8b9d67e8f..4ae113f07709e826d3d8f85175c8dbdb646ec6d4 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 62abcfd5dce07fb4007ed0168f78a14fd5579803..a513af2a61dcdeec90a01ea53af8f54fd3a15383 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 505fefe263ca03bdf9525bba959208243227166f..cecd9be1b44b9ba4c169c3a61c74333f09c131aa 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 53e857e3d2d516d66082af950c54fd93fb07acb0..b81edf2e73a5f3c7d3e3a0d5a1bd32be593a2c74 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 0ea40ae29825d2220f204195e26b692f39c4f215..7385d9d52de4f58a32f64a9170b74a6e5ce3a757 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_