changeset 1458:828a9b4ee1b7

added missing copyright
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 21:23:02 +0200
parents 15173a383a00
children 5a6c76797b60 fbc5bfde6c95
files Deprecated/Applications/Qt/QCairoWidget.h Deprecated/Applications/Samples/Deprecated/SampleList.h Deprecated/Applications/Samples/Deprecated/SimpleViewer/AppStatus.h Deprecated/Applications/Samples/Deprecated/SimpleViewer/Qt/mainQt.cpp Deprecated/Applications/Wasm/StartupParametersBuilder.cpp Deprecated/Platforms/Wasm/Defaults.cpp Deprecated/Platforms/Wasm/Defaults.h Deprecated/Platforms/Wasm/WasmDelayedCallExecutor.cpp Deprecated/Platforms/Wasm/WasmDelayedCallExecutor.h Deprecated/Platforms/Wasm/WasmPlatformApplicationAdapter.cpp Deprecated/Platforms/Wasm/WasmPlatformApplicationAdapter.h Deprecated/Platforms/Wasm/WasmViewport.cpp Deprecated/Platforms/Wasm/WasmViewport.h Deprecated/Platforms/Wasm/WasmWebService.cpp Deprecated/Platforms/Wasm/WasmWebService.h Deprecated/Resources/CodeGeneration/testCppHandler/main.cpp Deprecated/Resources/CodeGeneration/testWasmIntegrated/main.cpp Deprecated/Samples/Qt/BasicSceneWindow.cpp Deprecated/Samples/Qt/BasicSceneWindow.h Deprecated/Samples/Qt/QStoneOpenGlWidget.cpp Deprecated/Samples/Qt/QStoneOpenGlWidget.h Deprecated/Samples/Qt/Scene2DInteractor.cpp Deprecated/Samples/Qt/Scene2DInteractor.h Deprecated/Samples/Sdl/FusionMprSdl.h Deprecated/Samples/Sdl/TrackerSampleApp.h Framework/Scene2D/ICompositor.h Framework/Scene2D/Internals/OpenGLShaderVersionDirective.h Framework/Scene2DViewport/CreateCircleMeasureCommand.cpp Framework/Scene2DViewport/CreateCircleMeasureCommand.h Framework/Scene2DViewport/MeasureToolsToolbox.h Framework/Toolbox/PixelTestPatterns.cpp Samples/Common/RtViewerApp.h Samples/Common/RtViewerView.cpp Samples/Common/RtViewerView.h Samples/Common/SampleHelpers.h Samples/Sdl/SingleFrameViewer/SdlSimpleViewer.cpp
diffstat 33 files changed, 526 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
+#pragma once
+
 // The macro "ORTHANC_STONE_SAMPLE" must be set by the CMake script
 
 #if ORTHANC_STONE_SAMPLE == 1
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include <string>
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include "Applications/Qt/QtStoneApplicationRunner.h"
 
 #include "../../SimpleViewerApplication.h"
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include "StartupParametersBuilder.h"
 #include <iostream>
 #include <cstdio>
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include "Defaults.h"
 
 #include "WasmWebService.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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include <emscripten/emscripten.h>
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include "WasmDelayedCallExecutor.h"
 #include "json/value.h"
 #include "json/writer.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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include "../../Framework/Deprecated/Toolbox/IDelayedCallExecutor.h"
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include "WasmPlatformApplicationAdapter.h"
 
 #include "Framework/StoneException.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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include <string>
@@ -16,4 +37,4 @@
       virtual void NotifyStatusUpdateFromCppToWebWithString(const std::string& statusUpdateMessage);
       virtual void NotifyStatusUpdateFromCppToWebWithSerializedMessage(const std::string& statusUpdateMessage);
   };
-}
\ No newline at end of file
+}
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include "WasmViewport.h"
 
 #include <vector>
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include "../../Framework/Deprecated/Viewport/WidgetViewport.h"
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include "WasmWebService.h"
 #include "json/value.h"
 #include "json/writer.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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include "../../Framework/Deprecated/Toolbox/BaseWebService.h"
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include <string>
 #include <fstream>
 #include <filesystem>
@@ -136,4 +157,4 @@
   {
     cerr << e.what() << "\n";
   }
-}
\ No newline at end of file
+}
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include <iostream>
 #include <sstream>
 #include <emscripten/emscripten.h>
--- 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 <http://www.gnu.org/licenses/>.
  **/
+
+
 #include "../../Framework/OpenGL/OpenGLIncludes.h"
 #include "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 <http://www.gnu.org/licenses/>.
  **/
+
+
 #pragma once
 #include <QMainWindow>
 #include <QStoneOpenGlWidget.h>
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include "../../Framework/OpenGL/OpenGLIncludes.h"
 #include "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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 #include "../../Framework/OpenGL/OpenGLIncludes.h"
 #include <QOpenGLWidget>
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #include "Scene2DInteractor.h"
 
 #include "../../Framework/Scene2D/PanSceneTracker.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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include "../../Applications/Generic/Scene2DInteractor.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 <http://www.gnu.org/licenses/>.
  **/
 
+
+#pragma once
+
 #include "../../Framework/Viewport/SdlViewport.h"
 
 #include "../../Framework/Messages/IObserver.h"
@@ -203,4 +206,4 @@
 }
 
 
- 
\ No newline at end of file
+ 
--- 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"
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include "Scene2D.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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #if ORTHANC_ENABLE_WASM == 1
--- 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 <http://www.gnu.org/licenses/>.
  **/
 
+
+#pragma once
+
 #include "PredeclaredTypes.h"
 #include "../Scene2D/PolylineSceneLayer.h"
 #include "../Scene2D/Scene2D.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"
--- 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 <http://www.gnu.org/licenses/>.
  **/
 
+
 // Sample app
 #include "RtViewerView.h"
 #include "RtViewerApp.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"
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
+
 #pragma once
 
 #include <Logging.h>
--- 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 <http://www.gnu.org/licenses/>.
+ **/
+
 
 #include "SdlSimpleViewerApplication.h"
 #include "../SdlHelpers.h"