Index: sources/view/VTreatmentCreate.cpp =================================================================== diff -u -rf8321d4b6a5489f797122321a4821b4eeaaa50cb -rb61d8a3e01fef66eee8095c9cddf835d9bb32b66 --- sources/view/VTreatmentCreate.cpp (.../VTreatmentCreate.cpp) (revision f8321d4b6a5489f797122321a4821b4eeaaa50cb) +++ sources/view/VTreatmentCreate.cpp (.../VTreatmentCreate.cpp) (revision b61d8a3e01fef66eee8095c9cddf835d9bb32b66) @@ -1,9 +1,23 @@ -#include "VTreatmentCreate.h" +/*! + * + * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * \copyright + * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN + * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. + * + * \file VTreatmentCreate.cpp + * \author (last) Peter Lucia + * \date (last) 15-Oct-2020 + * \author (original) Peter Lucia + * \date (original) 03-Aug-2020 + * + */ // Qt // Project -#include "filehandler.h" +#include "VTreatmentCreate.h" +#include "FileHandler.h" #include "MsgDefs.h" using namespace Gui;