# HG changeset patch # User Sebastien Jodogne # Date 1591903382 -7200 # Node ID 828a9b4ee1b7a2846f25be682730b63038c56f8c # Parent 15173a383a0071015ee5b3c718a40afea749c38d added missing copyright diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Applications/Qt/QCairoWidget.h --- a/Deprecated/Applications/Qt/QCairoWidget.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Applications/Qt/QCairoWidget.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,7 +1,7 @@ /** * Stone of Orthanc * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics -4 * Department, University Hospital of Liege, Belgium + * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Applications/Samples/Deprecated/SampleList.h --- a/Deprecated/Applications/Samples/Deprecated/SampleList.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Applications/Samples/Deprecated/SampleList.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,26 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +#pragma once + // The macro "ORTHANC_STONE_SAMPLE" must be set by the CMake script #if ORTHANC_STONE_SAMPLE == 1 diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Applications/Samples/Deprecated/SimpleViewer/AppStatus.h --- a/Deprecated/Applications/Samples/Deprecated/SimpleViewer/AppStatus.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Applications/Samples/Deprecated/SimpleViewer/AppStatus.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #pragma once #include diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Applications/Samples/Deprecated/SimpleViewer/Qt/mainQt.cpp --- a/Deprecated/Applications/Samples/Deprecated/SimpleViewer/Qt/mainQt.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Applications/Samples/Deprecated/SimpleViewer/Qt/mainQt.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #include "Applications/Qt/QtStoneApplicationRunner.h" #include "../../SimpleViewerApplication.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Applications/Wasm/StartupParametersBuilder.cpp --- a/Deprecated/Applications/Wasm/StartupParametersBuilder.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Applications/Wasm/StartupParametersBuilder.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #include "StartupParametersBuilder.h" #include #include diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Platforms/Wasm/Defaults.cpp --- a/Deprecated/Platforms/Wasm/Defaults.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Platforms/Wasm/Defaults.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #include "Defaults.h" #include "WasmWebService.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Platforms/Wasm/Defaults.h --- a/Deprecated/Platforms/Wasm/Defaults.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Platforms/Wasm/Defaults.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #pragma once #include diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Platforms/Wasm/WasmDelayedCallExecutor.cpp --- a/Deprecated/Platforms/Wasm/WasmDelayedCallExecutor.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Platforms/Wasm/WasmDelayedCallExecutor.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #include "WasmDelayedCallExecutor.h" #include "json/value.h" #include "json/writer.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Platforms/Wasm/WasmDelayedCallExecutor.h --- a/Deprecated/Platforms/Wasm/WasmDelayedCallExecutor.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Platforms/Wasm/WasmDelayedCallExecutor.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #pragma once #include "../../Framework/Deprecated/Toolbox/IDelayedCallExecutor.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Platforms/Wasm/WasmPlatformApplicationAdapter.cpp --- a/Deprecated/Platforms/Wasm/WasmPlatformApplicationAdapter.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Platforms/Wasm/WasmPlatformApplicationAdapter.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #include "WasmPlatformApplicationAdapter.h" #include "Framework/StoneException.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Platforms/Wasm/WasmPlatformApplicationAdapter.h --- a/Deprecated/Platforms/Wasm/WasmPlatformApplicationAdapter.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Platforms/Wasm/WasmPlatformApplicationAdapter.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #pragma once #include @@ -16,4 +37,4 @@ virtual void NotifyStatusUpdateFromCppToWebWithString(const std::string& statusUpdateMessage); virtual void NotifyStatusUpdateFromCppToWebWithSerializedMessage(const std::string& statusUpdateMessage); }; -} \ No newline at end of file +} diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Platforms/Wasm/WasmViewport.cpp --- a/Deprecated/Platforms/Wasm/WasmViewport.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Platforms/Wasm/WasmViewport.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #include "WasmViewport.h" #include diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Platforms/Wasm/WasmViewport.h --- a/Deprecated/Platforms/Wasm/WasmViewport.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Platforms/Wasm/WasmViewport.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #pragma once #include "../../Framework/Deprecated/Viewport/WidgetViewport.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Platforms/Wasm/WasmWebService.cpp --- a/Deprecated/Platforms/Wasm/WasmWebService.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Platforms/Wasm/WasmWebService.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #include "WasmWebService.h" #include "json/value.h" #include "json/writer.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Platforms/Wasm/WasmWebService.h --- a/Deprecated/Platforms/Wasm/WasmWebService.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Platforms/Wasm/WasmWebService.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #pragma once #include "../../Framework/Deprecated/Toolbox/BaseWebService.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Resources/CodeGeneration/testCppHandler/main.cpp --- a/Deprecated/Resources/CodeGeneration/testCppHandler/main.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Resources/CodeGeneration/testCppHandler/main.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #include #include #include @@ -136,4 +157,4 @@ { cerr << e.what() << "\n"; } -} \ No newline at end of file +} diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Resources/CodeGeneration/testWasmIntegrated/main.cpp --- a/Deprecated/Resources/CodeGeneration/testWasmIntegrated/main.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Resources/CodeGeneration/testWasmIntegrated/main.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #include #include #include diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Samples/Qt/BasicSceneWindow.cpp --- a/Deprecated/Samples/Qt/BasicSceneWindow.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Samples/Qt/BasicSceneWindow.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -17,6 +17,8 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . **/ + + #include "../../Framework/OpenGL/OpenGLIncludes.h" #include "BasicSceneWindow.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Samples/Qt/BasicSceneWindow.h --- a/Deprecated/Samples/Qt/BasicSceneWindow.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Samples/Qt/BasicSceneWindow.h Thu Jun 11 21:23:02 2020 +0200 @@ -17,6 +17,8 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . **/ + + #pragma once #include #include diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Samples/Qt/QStoneOpenGlWidget.cpp --- a/Deprecated/Samples/Qt/QStoneOpenGlWidget.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Samples/Qt/QStoneOpenGlWidget.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #include "../../Framework/OpenGL/OpenGLIncludes.h" #include "QStoneOpenGlWidget.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Samples/Qt/QStoneOpenGlWidget.h --- a/Deprecated/Samples/Qt/QStoneOpenGlWidget.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Samples/Qt/QStoneOpenGlWidget.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #pragma once #include "../../Framework/OpenGL/OpenGLIncludes.h" #include diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Samples/Qt/Scene2DInteractor.cpp --- a/Deprecated/Samples/Qt/Scene2DInteractor.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Samples/Qt/Scene2DInteractor.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #include "Scene2DInteractor.h" #include "../../Framework/Scene2D/PanSceneTracker.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Samples/Qt/Scene2DInteractor.h --- a/Deprecated/Samples/Qt/Scene2DInteractor.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Samples/Qt/Scene2DInteractor.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #pragma once #include "../../Applications/Generic/Scene2DInteractor.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Samples/Sdl/FusionMprSdl.h --- a/Deprecated/Samples/Sdl/FusionMprSdl.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Samples/Sdl/FusionMprSdl.h Thu Jun 11 21:23:02 2020 +0200 @@ -18,6 +18,9 @@ * along with this program. If not, see . **/ + +#pragma once + #include "../../Framework/Viewport/SdlViewport.h" #include "../../Framework/Messages/IObserver.h" @@ -203,4 +206,4 @@ } - \ No newline at end of file + diff -r 15173a383a00 -r 828a9b4ee1b7 Deprecated/Samples/Sdl/TrackerSampleApp.h --- a/Deprecated/Samples/Sdl/TrackerSampleApp.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Deprecated/Samples/Sdl/TrackerSampleApp.h Thu Jun 11 21:23:02 2020 +0200 @@ -19,6 +19,8 @@ **/ +#pragma once + #include "../../Framework/Messages/IObserver.h" #include "../../Framework/Scene2D/OpenGLCompositor.h" #include "../../Framework/Scene2DViewport/IFlexiblePointerTracker.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Framework/Scene2D/ICompositor.h --- a/Framework/Scene2D/ICompositor.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Framework/Scene2D/ICompositor.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #pragma once #include "Scene2D.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Framework/Scene2D/Internals/OpenGLShaderVersionDirective.h --- a/Framework/Scene2D/Internals/OpenGLShaderVersionDirective.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Framework/Scene2D/Internals/OpenGLShaderVersionDirective.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #pragma once #if ORTHANC_ENABLE_WASM == 1 diff -r 15173a383a00 -r 828a9b4ee1b7 Framework/Scene2DViewport/CreateCircleMeasureCommand.cpp diff -r 15173a383a00 -r 828a9b4ee1b7 Framework/Scene2DViewport/CreateCircleMeasureCommand.h diff -r 15173a383a00 -r 828a9b4ee1b7 Framework/Scene2DViewport/MeasureToolsToolbox.h --- a/Framework/Scene2DViewport/MeasureToolsToolbox.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Framework/Scene2DViewport/MeasureToolsToolbox.h Thu Jun 11 21:23:02 2020 +0200 @@ -18,6 +18,9 @@ * along with this program. If not, see . **/ + +#pragma once + #include "PredeclaredTypes.h" #include "../Scene2D/PolylineSceneLayer.h" #include "../Scene2D/Scene2D.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Framework/Toolbox/PixelTestPatterns.cpp diff -r 15173a383a00 -r 828a9b4ee1b7 Samples/Common/RtViewerApp.h --- a/Samples/Common/RtViewerApp.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Samples/Common/RtViewerApp.h Thu Jun 11 21:23:02 2020 +0200 @@ -19,6 +19,8 @@ **/ +#pragma once + #include "../../Framework/Loaders/DicomStructureSetLoader.h" #include "../../Framework/Loaders/ILoadersContext.h" #include "../../Framework/Loaders/OrthancMultiframeVolumeLoader.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Samples/Common/RtViewerView.cpp --- a/Samples/Common/RtViewerView.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Samples/Common/RtViewerView.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -18,6 +18,7 @@ * along with this program. If not, see . **/ + // Sample app #include "RtViewerView.h" #include "RtViewerApp.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Samples/Common/RtViewerView.h --- a/Samples/Common/RtViewerView.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Samples/Common/RtViewerView.h Thu Jun 11 21:23:02 2020 +0200 @@ -19,6 +19,8 @@ **/ +#pragma once + #include "../../Framework/Loaders/DicomStructureSetLoader.h" #include "../../Framework/Loaders/ILoadersContext.h" #include "../../Framework/Loaders/OrthancMultiframeVolumeLoader.h" diff -r 15173a383a00 -r 828a9b4ee1b7 Samples/Common/SampleHelpers.h --- a/Samples/Common/SampleHelpers.h Thu Jun 11 21:12:02 2020 +0200 +++ b/Samples/Common/SampleHelpers.h Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,24 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + #pragma once #include diff -r 15173a383a00 -r 828a9b4ee1b7 Samples/Sdl/SingleFrameViewer/SdlSimpleViewer.cpp --- a/Samples/Sdl/SingleFrameViewer/SdlSimpleViewer.cpp Thu Jun 11 21:12:02 2020 +0200 +++ b/Samples/Sdl/SingleFrameViewer/SdlSimpleViewer.cpp Thu Jun 11 21:23:02 2020 +0200 @@ -1,3 +1,23 @@ +/** + * Stone of Orthanc + * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics + * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program 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 + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + #include "SdlSimpleViewerApplication.h" #include "../SdlHelpers.h"