# HG changeset patch
# User Sebastien Jodogne <s.jodogne@gmail.com>
# Date 1545655272 -3600
# Node ID b70e9be013e4ecd34185551394516c99813a2ff5
# Parent  8bf717c4e4975c3682565b91a54b831437b1f209
preparing for 2019

diff -r 8bf717c4e497 -r b70e9be013e4 AUTHORS
--- a/AUTHORS	Mon Nov 19 12:45:37 2018 +0100
+++ b/AUTHORS	Mon Dec 24 13:41:12 2018 +0100
@@ -5,7 +5,7 @@
 Authors
 -------
 
-* Sebastien Jodogne <s.jodogne@gmail.com>
+* Sebastien Jodogne <s.jodogne@orthanc-labs.com>
 
   Overall design and lead developer.
 
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Commands/BaseCommandBuilder.cpp
--- a/Applications/Commands/BaseCommandBuilder.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Commands/BaseCommandBuilder.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Commands/BaseCommandBuilder.h
--- a/Applications/Commands/BaseCommandBuilder.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Commands/BaseCommandBuilder.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Commands/ICommand.h
--- a/Applications/Commands/ICommand.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Commands/ICommand.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Commands/ICommandBuilder.h
--- a/Applications/Commands/ICommandBuilder.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Commands/ICommandBuilder.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Commands/ICommandExecutor.h
--- a/Applications/Commands/ICommandExecutor.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Commands/ICommandExecutor.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Generic/NativeStoneApplicationContext.cpp
--- a/Applications/Generic/NativeStoneApplicationContext.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Generic/NativeStoneApplicationContext.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Generic/NativeStoneApplicationContext.h
--- a/Applications/Generic/NativeStoneApplicationContext.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Generic/NativeStoneApplicationContext.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Generic/NativeStoneApplicationRunner.cpp
--- a/Applications/Generic/NativeStoneApplicationRunner.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Generic/NativeStoneApplicationRunner.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Generic/NativeStoneApplicationRunner.h
--- a/Applications/Generic/NativeStoneApplicationRunner.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Generic/NativeStoneApplicationRunner.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/IStoneApplication.h
--- a/Applications/IStoneApplication.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/IStoneApplication.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Qt/QCairoWidget.cpp
--- a/Applications/Qt/QCairoWidget.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Qt/QCairoWidget.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Qt/QCairoWidget.h
--- a/Applications/Qt/QCairoWidget.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Qt/QCairoWidget.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 4 * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Qt/QStoneMainWindow.cpp
--- a/Applications/Qt/QStoneMainWindow.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Qt/QStoneMainWindow.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Qt/QStoneMainWindow.h
--- a/Applications/Qt/QStoneMainWindow.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Qt/QStoneMainWindow.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Qt/QtStoneApplicationRunner.cpp
--- a/Applications/Qt/QtStoneApplicationRunner.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Qt/QtStoneApplicationRunner.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Qt/QtStoneApplicationRunner.h
--- a/Applications/Qt/QtStoneApplicationRunner.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Qt/QtStoneApplicationRunner.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/BasicPetCtFusionApplication.h
--- a/Applications/Samples/BasicPetCtFusionApplication.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/BasicPetCtFusionApplication.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/EmptyApplication.h
--- a/Applications/Samples/EmptyApplication.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/EmptyApplication.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/LayoutPetCtFusionApplication.h
--- a/Applications/Samples/LayoutPetCtFusionApplication.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/LayoutPetCtFusionApplication.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/Qt/SampleMainWindow.cpp
--- a/Applications/Samples/Qt/SampleMainWindow.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/Qt/SampleMainWindow.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/Qt/SampleMainWindow.h
--- a/Applications/Samples/Qt/SampleMainWindow.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/Qt/SampleMainWindow.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/Qt/SampleMainWindowWithButtons.cpp
--- a/Applications/Samples/Qt/SampleMainWindowWithButtons.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/Qt/SampleMainWindowWithButtons.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/Qt/SampleMainWindowWithButtons.h
--- a/Applications/Samples/Qt/SampleMainWindowWithButtons.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/Qt/SampleMainWindowWithButtons.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/Qt/SampleQtApplicationRunner.h
--- a/Applications/Samples/Qt/SampleQtApplicationRunner.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/Qt/SampleQtApplicationRunner.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SampleApplicationBase.h
--- a/Applications/Samples/SampleApplicationBase.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SampleApplicationBase.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SampleInteractor.h
--- a/Applications/Samples/SampleInteractor.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SampleInteractor.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SampleMainNative.cpp
--- a/Applications/Samples/SampleMainNative.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SampleMainNative.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SampleMainWasm.cpp
--- a/Applications/Samples/SampleMainWasm.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SampleMainWasm.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SimpleViewer/MainWidgetInteractor.cpp
--- a/Applications/Samples/SimpleViewer/MainWidgetInteractor.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SimpleViewer/MainWidgetInteractor.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SimpleViewer/MainWidgetInteractor.h
--- a/Applications/Samples/SimpleViewer/MainWidgetInteractor.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SimpleViewer/MainWidgetInteractor.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SimpleViewer/Qt/SimpleViewerMainWindow.cpp
--- a/Applications/Samples/SimpleViewer/Qt/SimpleViewerMainWindow.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SimpleViewer/Qt/SimpleViewerMainWindow.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SimpleViewer/Qt/SimpleViewerMainWindow.h
--- a/Applications/Samples/SimpleViewer/Qt/SimpleViewerMainWindow.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SimpleViewer/Qt/SimpleViewerMainWindow.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SimpleViewer/SimpleViewerApplication.cpp
--- a/Applications/Samples/SimpleViewer/SimpleViewerApplication.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SimpleViewer/SimpleViewerApplication.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SimpleViewer/SimpleViewerApplication.h
--- a/Applications/Samples/SimpleViewer/SimpleViewerApplication.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SimpleViewer/SimpleViewerApplication.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SimpleViewer/ThumbnailInteractor.cpp
--- a/Applications/Samples/SimpleViewer/ThumbnailInteractor.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SimpleViewer/ThumbnailInteractor.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SimpleViewer/ThumbnailInteractor.h
--- a/Applications/Samples/SimpleViewer/ThumbnailInteractor.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SimpleViewer/ThumbnailInteractor.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SimpleViewer/Wasm/SimpleViewerWasmApplicationAdapter.cpp
--- a/Applications/Samples/SimpleViewer/Wasm/SimpleViewerWasmApplicationAdapter.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SimpleViewer/Wasm/SimpleViewerWasmApplicationAdapter.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SimpleViewer/Wasm/SimpleViewerWasmApplicationAdapter.h
--- a/Applications/Samples/SimpleViewer/Wasm/SimpleViewerWasmApplicationAdapter.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SimpleViewer/Wasm/SimpleViewerWasmApplicationAdapter.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SimpleViewer/Wasm/mainWasm.cpp
--- a/Applications/Samples/SimpleViewer/Wasm/mainWasm.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SimpleViewer/Wasm/mainWasm.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SimpleViewerApplicationSingleFile.h
--- a/Applications/Samples/SimpleViewerApplicationSingleFile.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SimpleViewerApplicationSingleFile.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SingleFrameApplication.h
--- a/Applications/Samples/SingleFrameApplication.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SingleFrameApplication.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SingleFrameEditorApplication.h
--- a/Applications/Samples/SingleFrameEditorApplication.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SingleFrameEditorApplication.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SingleVolumeApplication.h
--- a/Applications/Samples/SingleVolumeApplication.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SingleVolumeApplication.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/SynchronizedSeriesApplication.h
--- a/Applications/Samples/SynchronizedSeriesApplication.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/SynchronizedSeriesApplication.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Samples/TestPatternApplication.h
--- a/Applications/Samples/TestPatternApplication.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Samples/TestPatternApplication.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Sdl/SdlCairoSurface.cpp
--- a/Applications/Sdl/SdlCairoSurface.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Sdl/SdlCairoSurface.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Sdl/SdlCairoSurface.h
--- a/Applications/Sdl/SdlCairoSurface.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Sdl/SdlCairoSurface.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Sdl/SdlEngine.cpp
--- a/Applications/Sdl/SdlEngine.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Sdl/SdlEngine.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Sdl/SdlEngine.h
--- a/Applications/Sdl/SdlEngine.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Sdl/SdlEngine.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Sdl/SdlOrthancSurface.cpp
--- a/Applications/Sdl/SdlOrthancSurface.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Sdl/SdlOrthancSurface.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Sdl/SdlOrthancSurface.h
--- a/Applications/Sdl/SdlOrthancSurface.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Sdl/SdlOrthancSurface.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Sdl/SdlStoneApplicationRunner.cpp
--- a/Applications/Sdl/SdlStoneApplicationRunner.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Sdl/SdlStoneApplicationRunner.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Sdl/SdlStoneApplicationRunner.h
--- a/Applications/Sdl/SdlStoneApplicationRunner.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Sdl/SdlStoneApplicationRunner.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Sdl/SdlWindow.cpp
--- a/Applications/Sdl/SdlWindow.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Sdl/SdlWindow.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Sdl/SdlWindow.h
--- a/Applications/Sdl/SdlWindow.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Sdl/SdlWindow.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/StoneApplicationContext.cpp
--- a/Applications/StoneApplicationContext.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/StoneApplicationContext.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/StoneApplicationContext.h
--- a/Applications/StoneApplicationContext.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/StoneApplicationContext.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Applications/Wasm/StartupParametersBuilder.h
--- a/Applications/Wasm/StartupParametersBuilder.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Applications/Wasm/StartupParametersBuilder.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/CircleMeasureTracker.cpp
--- a/Framework/Layers/CircleMeasureTracker.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/CircleMeasureTracker.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/CircleMeasureTracker.h
--- a/Framework/Layers/CircleMeasureTracker.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/CircleMeasureTracker.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/ColorFrameRenderer.cpp
--- a/Framework/Layers/ColorFrameRenderer.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/ColorFrameRenderer.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/ColorFrameRenderer.h
--- a/Framework/Layers/ColorFrameRenderer.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/ColorFrameRenderer.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/DicomSeriesVolumeSlicer.cpp
--- a/Framework/Layers/DicomSeriesVolumeSlicer.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/DicomSeriesVolumeSlicer.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/DicomSeriesVolumeSlicer.h
--- a/Framework/Layers/DicomSeriesVolumeSlicer.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/DicomSeriesVolumeSlicer.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/DicomStructureSetSlicer.cpp
--- a/Framework/Layers/DicomStructureSetSlicer.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/DicomStructureSetSlicer.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/DicomStructureSetSlicer.h
--- a/Framework/Layers/DicomStructureSetSlicer.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/DicomStructureSetSlicer.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/FrameRenderer.cpp
--- a/Framework/Layers/FrameRenderer.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/FrameRenderer.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/FrameRenderer.h
--- a/Framework/Layers/FrameRenderer.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/FrameRenderer.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/GrayscaleFrameRenderer.cpp
--- a/Framework/Layers/GrayscaleFrameRenderer.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/GrayscaleFrameRenderer.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/GrayscaleFrameRenderer.h
--- a/Framework/Layers/GrayscaleFrameRenderer.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/GrayscaleFrameRenderer.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/ILayerRenderer.h
--- a/Framework/Layers/ILayerRenderer.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/ILayerRenderer.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/IVolumeSlicer.h
--- a/Framework/Layers/IVolumeSlicer.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/IVolumeSlicer.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/LineLayerRenderer.cpp
--- a/Framework/Layers/LineLayerRenderer.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/LineLayerRenderer.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/LineLayerRenderer.h
--- a/Framework/Layers/LineLayerRenderer.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/LineLayerRenderer.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/LineMeasureTracker.cpp
--- a/Framework/Layers/LineMeasureTracker.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/LineMeasureTracker.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/LineMeasureTracker.h
--- a/Framework/Layers/LineMeasureTracker.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/LineMeasureTracker.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/RenderStyle.cpp
--- a/Framework/Layers/RenderStyle.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/RenderStyle.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/RenderStyle.h
--- a/Framework/Layers/RenderStyle.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/RenderStyle.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/SeriesFrameRendererFactory.cpp
--- a/Framework/Layers/SeriesFrameRendererFactory.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/SeriesFrameRendererFactory.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/SeriesFrameRendererFactory.h
--- a/Framework/Layers/SeriesFrameRendererFactory.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/SeriesFrameRendererFactory.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/SingleFrameRendererFactory.cpp
--- a/Framework/Layers/SingleFrameRendererFactory.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/SingleFrameRendererFactory.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/SingleFrameRendererFactory.h
--- a/Framework/Layers/SingleFrameRendererFactory.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/SingleFrameRendererFactory.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/SliceOutlineRenderer.cpp
--- a/Framework/Layers/SliceOutlineRenderer.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/SliceOutlineRenderer.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Layers/SliceOutlineRenderer.h
--- a/Framework/Layers/SliceOutlineRenderer.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Layers/SliceOutlineRenderer.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Messages/ICallable.h
--- a/Framework/Messages/ICallable.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Messages/ICallable.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Messages/IMessage.h
--- a/Framework/Messages/IMessage.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Messages/IMessage.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Messages/IObservable.cpp
--- a/Framework/Messages/IObservable.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Messages/IObservable.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Messages/IObservable.h
--- a/Framework/Messages/IObservable.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Messages/IObservable.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Messages/IObserver.h
--- a/Framework/Messages/IObserver.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Messages/IObserver.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Messages/MessageBroker.h
--- a/Framework/Messages/MessageBroker.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Messages/MessageBroker.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Messages/MessageForwarder.cpp
--- a/Framework/Messages/MessageForwarder.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Messages/MessageForwarder.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Messages/MessageForwarder.h
--- a/Framework/Messages/MessageForwarder.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Messages/MessageForwarder.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Messages/Promise.h
--- a/Framework/Messages/Promise.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Messages/Promise.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyLayer.cpp
--- a/Framework/Radiography/RadiographyLayer.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyLayer.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyLayer.h
--- a/Framework/Radiography/RadiographyLayer.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyLayer.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyLayerCropTracker.cpp
--- a/Framework/Radiography/RadiographyLayerCropTracker.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyLayerCropTracker.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyLayerCropTracker.h
--- a/Framework/Radiography/RadiographyLayerCropTracker.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyLayerCropTracker.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyLayerMoveTracker.cpp
--- a/Framework/Radiography/RadiographyLayerMoveTracker.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyLayerMoveTracker.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyLayerMoveTracker.h
--- a/Framework/Radiography/RadiographyLayerMoveTracker.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyLayerMoveTracker.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyLayerResizeTracker.cpp
--- a/Framework/Radiography/RadiographyLayerResizeTracker.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyLayerResizeTracker.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyLayerResizeTracker.h
--- a/Framework/Radiography/RadiographyLayerResizeTracker.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyLayerResizeTracker.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyLayerRotateTracker.cpp
--- a/Framework/Radiography/RadiographyLayerRotateTracker.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyLayerRotateTracker.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyLayerRotateTracker.h
--- a/Framework/Radiography/RadiographyLayerRotateTracker.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyLayerRotateTracker.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyScene.cpp
--- a/Framework/Radiography/RadiographyScene.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyScene.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyScene.h
--- a/Framework/Radiography/RadiographyScene.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyScene.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographySceneCommand.cpp
--- a/Framework/Radiography/RadiographySceneCommand.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographySceneCommand.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographySceneCommand.h
--- a/Framework/Radiography/RadiographySceneCommand.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographySceneCommand.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyWidget.cpp
--- a/Framework/Radiography/RadiographyWidget.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyWidget.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyWidget.h
--- a/Framework/Radiography/RadiographyWidget.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyWidget.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyWindowingTracker.cpp
--- a/Framework/Radiography/RadiographyWindowingTracker.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyWindowingTracker.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Radiography/RadiographyWindowingTracker.h
--- a/Framework/Radiography/RadiographyWindowingTracker.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Radiography/RadiographyWindowingTracker.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/SmartLoader.cpp
--- a/Framework/SmartLoader.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/SmartLoader.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/SmartLoader.h
--- a/Framework/SmartLoader.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/SmartLoader.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/StoneEnumerations.cpp
--- a/Framework/StoneEnumerations.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/StoneEnumerations.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/StoneEnumerations.h
--- a/Framework/StoneEnumerations.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/StoneEnumerations.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/StoneException.h
--- a/Framework/StoneException.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/StoneException.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/AffineTransform2D.cpp
--- a/Framework/Toolbox/AffineTransform2D.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/AffineTransform2D.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/AffineTransform2D.h
--- a/Framework/Toolbox/AffineTransform2D.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/AffineTransform2D.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/CoordinateSystem3D.cpp
--- a/Framework/Toolbox/CoordinateSystem3D.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/CoordinateSystem3D.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/CoordinateSystem3D.h
--- a/Framework/Toolbox/CoordinateSystem3D.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/CoordinateSystem3D.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/DicomFrameConverter.cpp
--- a/Framework/Toolbox/DicomFrameConverter.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/DicomFrameConverter.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/DicomFrameConverter.h
--- a/Framework/Toolbox/DicomFrameConverter.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/DicomFrameConverter.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/DicomStructureSet.cpp
--- a/Framework/Toolbox/DicomStructureSet.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/DicomStructureSet.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/DicomStructureSet.h
--- a/Framework/Toolbox/DicomStructureSet.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/DicomStructureSet.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/DownloadStack.cpp
--- a/Framework/Toolbox/DownloadStack.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/DownloadStack.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/DownloadStack.h
--- a/Framework/Toolbox/DownloadStack.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/DownloadStack.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/Extent2D.cpp
--- a/Framework/Toolbox/Extent2D.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/Extent2D.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/Extent2D.h
--- a/Framework/Toolbox/Extent2D.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/Extent2D.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/FiniteProjectiveCamera.cpp
--- a/Framework/Toolbox/FiniteProjectiveCamera.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/FiniteProjectiveCamera.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/FiniteProjectiveCamera.h
--- a/Framework/Toolbox/FiniteProjectiveCamera.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/FiniteProjectiveCamera.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/GeometryToolbox.cpp
--- a/Framework/Toolbox/GeometryToolbox.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/GeometryToolbox.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/GeometryToolbox.h
--- a/Framework/Toolbox/GeometryToolbox.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/GeometryToolbox.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/ISeriesLoader.h
--- a/Framework/Toolbox/ISeriesLoader.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/ISeriesLoader.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/IWebService.cpp
--- a/Framework/Toolbox/IWebService.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/IWebService.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/IWebService.h
--- a/Framework/Toolbox/IWebService.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/IWebService.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/ImageGeometry.cpp
--- a/Framework/Toolbox/ImageGeometry.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/ImageGeometry.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/ImageGeometry.h
--- a/Framework/Toolbox/ImageGeometry.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/ImageGeometry.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/LinearAlgebra.cpp
--- a/Framework/Toolbox/LinearAlgebra.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/LinearAlgebra.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/LinearAlgebra.h
--- a/Framework/Toolbox/LinearAlgebra.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/LinearAlgebra.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/MessagingToolbox.cpp
--- a/Framework/Toolbox/MessagingToolbox.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/MessagingToolbox.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/MessagingToolbox.h
--- a/Framework/Toolbox/MessagingToolbox.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/MessagingToolbox.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/OrientedBoundingBox.cpp
--- a/Framework/Toolbox/OrientedBoundingBox.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/OrientedBoundingBox.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/OrientedBoundingBox.h
--- a/Framework/Toolbox/OrientedBoundingBox.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/OrientedBoundingBox.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/OrthancApiClient.cpp
--- a/Framework/Toolbox/OrthancApiClient.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/OrthancApiClient.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/OrthancApiClient.h
--- a/Framework/Toolbox/OrthancApiClient.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/OrthancApiClient.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/OrthancSlicesLoader.cpp
--- a/Framework/Toolbox/OrthancSlicesLoader.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/OrthancSlicesLoader.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/OrthancSlicesLoader.h
--- a/Framework/Toolbox/OrthancSlicesLoader.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/OrthancSlicesLoader.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/ParallelSlices.cpp
--- a/Framework/Toolbox/ParallelSlices.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/ParallelSlices.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/ParallelSlices.h
--- a/Framework/Toolbox/ParallelSlices.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/ParallelSlices.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/ParallelSlicesCursor.cpp
--- a/Framework/Toolbox/ParallelSlicesCursor.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/ParallelSlicesCursor.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/ParallelSlicesCursor.h
--- a/Framework/Toolbox/ParallelSlicesCursor.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/ParallelSlicesCursor.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/ShearWarpProjectiveTransform.cpp
--- a/Framework/Toolbox/ShearWarpProjectiveTransform.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/ShearWarpProjectiveTransform.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/ShearWarpProjectiveTransform.h
--- a/Framework/Toolbox/ShearWarpProjectiveTransform.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/ShearWarpProjectiveTransform.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/Slice.cpp
--- a/Framework/Toolbox/Slice.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/Slice.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/Slice.h
--- a/Framework/Toolbox/Slice.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/Slice.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/SlicesSorter.cpp
--- a/Framework/Toolbox/SlicesSorter.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/SlicesSorter.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/SlicesSorter.h
--- a/Framework/Toolbox/SlicesSorter.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/SlicesSorter.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/SubpixelReader.h
--- a/Framework/Toolbox/SubpixelReader.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/SubpixelReader.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/SubvoxelReader.h
--- a/Framework/Toolbox/SubvoxelReader.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/SubvoxelReader.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/UndoRedoStack.cpp
--- a/Framework/Toolbox/UndoRedoStack.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/UndoRedoStack.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/UndoRedoStack.h
--- a/Framework/Toolbox/UndoRedoStack.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/UndoRedoStack.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/ViewportGeometry.cpp
--- a/Framework/Toolbox/ViewportGeometry.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/ViewportGeometry.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Toolbox/ViewportGeometry.h
--- a/Framework/Toolbox/ViewportGeometry.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Toolbox/ViewportGeometry.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Viewport/CairoContext.cpp
--- a/Framework/Viewport/CairoContext.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Viewport/CairoContext.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Viewport/CairoContext.h
--- a/Framework/Viewport/CairoContext.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Viewport/CairoContext.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Viewport/CairoFont.cpp
--- a/Framework/Viewport/CairoFont.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Viewport/CairoFont.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Viewport/CairoFont.h
--- a/Framework/Viewport/CairoFont.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Viewport/CairoFont.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Viewport/CairoSurface.cpp
--- a/Framework/Viewport/CairoSurface.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Viewport/CairoSurface.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Viewport/CairoSurface.h
--- a/Framework/Viewport/CairoSurface.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Viewport/CairoSurface.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Viewport/IMouseTracker.h
--- a/Framework/Viewport/IMouseTracker.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Viewport/IMouseTracker.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Viewport/IStatusBar.h
--- a/Framework/Viewport/IStatusBar.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Viewport/IStatusBar.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Viewport/IViewport.h
--- a/Framework/Viewport/IViewport.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Viewport/IViewport.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Viewport/WidgetViewport.cpp
--- a/Framework/Viewport/WidgetViewport.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Viewport/WidgetViewport.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Viewport/WidgetViewport.h
--- a/Framework/Viewport/WidgetViewport.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Viewport/WidgetViewport.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Volumes/ISlicedVolume.h
--- a/Framework/Volumes/ISlicedVolume.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Volumes/ISlicedVolume.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Volumes/IVolumeLoader.h
--- a/Framework/Volumes/IVolumeLoader.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Volumes/IVolumeLoader.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Volumes/ImageBuffer3D.cpp
--- a/Framework/Volumes/ImageBuffer3D.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Volumes/ImageBuffer3D.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Volumes/ImageBuffer3D.h
--- a/Framework/Volumes/ImageBuffer3D.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Volumes/ImageBuffer3D.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Volumes/StructureSetLoader.cpp
--- a/Framework/Volumes/StructureSetLoader.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Volumes/StructureSetLoader.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Volumes/StructureSetLoader.h
--- a/Framework/Volumes/StructureSetLoader.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Volumes/StructureSetLoader.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Volumes/VolumeReslicer.cpp
--- a/Framework/Volumes/VolumeReslicer.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Volumes/VolumeReslicer.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Volumes/VolumeReslicer.h
--- a/Framework/Volumes/VolumeReslicer.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Volumes/VolumeReslicer.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/CairoWidget.cpp
--- a/Framework/Widgets/CairoWidget.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/CairoWidget.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/CairoWidget.h
--- a/Framework/Widgets/CairoWidget.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/CairoWidget.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/EmptyWidget.cpp
--- a/Framework/Widgets/EmptyWidget.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/EmptyWidget.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/EmptyWidget.h
--- a/Framework/Widgets/EmptyWidget.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/EmptyWidget.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/IWidget.h
--- a/Framework/Widgets/IWidget.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/IWidget.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/IWorldSceneInteractor.h
--- a/Framework/Widgets/IWorldSceneInteractor.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/IWorldSceneInteractor.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/IWorldSceneMouseTracker.h
--- a/Framework/Widgets/IWorldSceneMouseTracker.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/IWorldSceneMouseTracker.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/LayoutWidget.cpp
--- a/Framework/Widgets/LayoutWidget.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/LayoutWidget.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/LayoutWidget.h
--- a/Framework/Widgets/LayoutWidget.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/LayoutWidget.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/PanMouseTracker.cpp
--- a/Framework/Widgets/PanMouseTracker.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/PanMouseTracker.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/PanMouseTracker.h
--- a/Framework/Widgets/PanMouseTracker.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/PanMouseTracker.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/SliceViewerWidget.cpp
--- a/Framework/Widgets/SliceViewerWidget.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/SliceViewerWidget.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/SliceViewerWidget.h
--- a/Framework/Widgets/SliceViewerWidget.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/SliceViewerWidget.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/TestCairoWidget.cpp
--- a/Framework/Widgets/TestCairoWidget.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/TestCairoWidget.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/TestCairoWidget.h
--- a/Framework/Widgets/TestCairoWidget.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/TestCairoWidget.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/TestWorldSceneWidget.cpp
--- a/Framework/Widgets/TestWorldSceneWidget.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/TestWorldSceneWidget.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/TestWorldSceneWidget.h
--- a/Framework/Widgets/TestWorldSceneWidget.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/TestWorldSceneWidget.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/WidgetBase.cpp
--- a/Framework/Widgets/WidgetBase.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/WidgetBase.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/WidgetBase.h
--- a/Framework/Widgets/WidgetBase.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/WidgetBase.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/WorldSceneWidget.cpp
--- a/Framework/Widgets/WorldSceneWidget.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/WorldSceneWidget.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/WorldSceneWidget.h
--- a/Framework/Widgets/WorldSceneWidget.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/WorldSceneWidget.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/ZoomMouseTracker.cpp
--- a/Framework/Widgets/ZoomMouseTracker.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/ZoomMouseTracker.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/Widgets/ZoomMouseTracker.h
--- a/Framework/Widgets/ZoomMouseTracker.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/Widgets/ZoomMouseTracker.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Framework/dev.h
--- a/Framework/dev.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Framework/dev.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Platforms/Generic/IOracleCommand.h
--- a/Platforms/Generic/IOracleCommand.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Platforms/Generic/IOracleCommand.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Platforms/Generic/Oracle.cpp
--- a/Platforms/Generic/Oracle.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Platforms/Generic/Oracle.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Platforms/Generic/Oracle.h
--- a/Platforms/Generic/Oracle.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Platforms/Generic/Oracle.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Platforms/Generic/OracleWebService.h
--- a/Platforms/Generic/OracleWebService.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Platforms/Generic/OracleWebService.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Platforms/Generic/WebServiceCommandBase.cpp
--- a/Platforms/Generic/WebServiceCommandBase.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Platforms/Generic/WebServiceCommandBase.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Platforms/Generic/WebServiceCommandBase.h
--- a/Platforms/Generic/WebServiceCommandBase.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Platforms/Generic/WebServiceCommandBase.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Platforms/Generic/WebServiceDeleteCommand.cpp
--- a/Platforms/Generic/WebServiceDeleteCommand.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Platforms/Generic/WebServiceDeleteCommand.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Platforms/Generic/WebServiceDeleteCommand.h
--- a/Platforms/Generic/WebServiceDeleteCommand.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Platforms/Generic/WebServiceDeleteCommand.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Platforms/Generic/WebServiceGetCommand.cpp
--- a/Platforms/Generic/WebServiceGetCommand.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Platforms/Generic/WebServiceGetCommand.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Platforms/Generic/WebServiceGetCommand.h
--- a/Platforms/Generic/WebServiceGetCommand.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Platforms/Generic/WebServiceGetCommand.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Platforms/Generic/WebServicePostCommand.cpp
--- a/Platforms/Generic/WebServicePostCommand.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Platforms/Generic/WebServicePostCommand.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Platforms/Generic/WebServicePostCommand.h
--- a/Platforms/Generic/WebServicePostCommand.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Platforms/Generic/WebServicePostCommand.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/CMake/BoostExtendedConfiguration.cmake
--- a/Resources/CMake/BoostExtendedConfiguration.cmake	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/CMake/BoostExtendedConfiguration.cmake	Mon Dec 24 13:41:12 2018 +0100
@@ -1,7 +1,7 @@
 # Stone of Orthanc
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2018 Osimis S.A., Belgium
+# Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/CMake/CairoConfiguration.cmake
--- a/Resources/CMake/CairoConfiguration.cmake	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/CMake/CairoConfiguration.cmake	Mon Dec 24 13:41:12 2018 +0100
@@ -1,7 +1,7 @@
 # Stone of Orthanc
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2018 Osimis S.A., Belgium
+# Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/CMake/OrthancStoneConfiguration.cmake
--- a/Resources/CMake/OrthancStoneConfiguration.cmake	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/CMake/OrthancStoneConfiguration.cmake	Mon Dec 24 13:41:12 2018 +0100
@@ -1,7 +1,7 @@
 # Stone of Orthanc
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2018 Osimis S.A., Belgium
+# Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/CMake/OrthancStoneParameters.cmake
--- a/Resources/CMake/OrthancStoneParameters.cmake	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/CMake/OrthancStoneParameters.cmake	Mon Dec 24 13:41:12 2018 +0100
@@ -1,7 +1,7 @@
 # Stone of Orthanc
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2018 Osimis S.A., Belgium
+# Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/CMake/PixmanConfiguration.cmake
--- a/Resources/CMake/PixmanConfiguration.cmake	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/CMake/PixmanConfiguration.cmake	Mon Dec 24 13:41:12 2018 +0100
@@ -1,7 +1,7 @@
 # Stone of Orthanc
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2018 Osimis S.A., Belgium
+# Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/CMake/QtConfiguration.cmake
--- a/Resources/CMake/QtConfiguration.cmake	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/CMake/QtConfiguration.cmake	Mon Dec 24 13:41:12 2018 +0100
@@ -1,7 +1,7 @@
 # Stone of Orthanc
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2018 Osimis S.A., Belgium
+# Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/CMake/SdlConfiguration.cmake
--- a/Resources/CMake/SdlConfiguration.cmake	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/CMake/SdlConfiguration.cmake	Mon Dec 24 13:41:12 2018 +0100
@@ -1,7 +1,7 @@
 # Stone of Orthanc
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2018 Osimis S.A., Belgium
+# Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/Messaging/CurlOrthancConnection.cpp
--- a/Resources/Graveyard/Messaging/CurlOrthancConnection.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/Messaging/CurlOrthancConnection.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/Messaging/CurlOrthancConnection.h
--- a/Resources/Graveyard/Messaging/CurlOrthancConnection.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/Messaging/CurlOrthancConnection.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/Messaging/IOrthancConnection.h
--- a/Resources/Graveyard/Messaging/IOrthancConnection.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/Messaging/IOrthancConnection.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/ReferenceLineFactory.cpp
--- a/Resources/Graveyard/ReferenceLineFactory.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/ReferenceLineFactory.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/ReferenceLineFactory.h
--- a/Resources/Graveyard/ReferenceLineFactory.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/ReferenceLineFactory.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/Threading/BinarySemaphore.cpp
--- a/Resources/Graveyard/Threading/BinarySemaphore.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/Threading/BinarySemaphore.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/Threading/BinarySemaphore.h
--- a/Resources/Graveyard/Threading/BinarySemaphore.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/Threading/BinarySemaphore.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/Threading/IThreadSafety.h
--- a/Resources/Graveyard/Threading/IThreadSafety.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/Threading/IThreadSafety.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/Threading/SdlBuffering.cpp
--- a/Resources/Graveyard/Threading/SdlBuffering.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/Threading/SdlBuffering.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/Threading/SdlBuffering.h
--- a/Resources/Graveyard/Threading/SdlBuffering.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/Threading/SdlBuffering.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/Threading/SharedValue.h
--- a/Resources/Graveyard/Threading/SharedValue.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/Threading/SharedValue.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/Toolbox/DicomDataset.cpp
--- a/Resources/Graveyard/Toolbox/DicomDataset.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/Toolbox/DicomDataset.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Graveyard/Toolbox/DicomDataset.h
--- a/Resources/Graveyard/Toolbox/DicomDataset.h	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Graveyard/Toolbox/DicomDataset.h	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 Resources/Orthanc/DownloadOrthancFramework.cmake
--- a/Resources/Orthanc/DownloadOrthancFramework.cmake	Mon Nov 19 12:45:37 2018 +0100
+++ b/Resources/Orthanc/DownloadOrthancFramework.cmake	Mon Dec 24 13:41:12 2018 +0100
@@ -1,7 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2018 Osimis S.A., Belgium
+# Copyright (C) 2017-2019 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
@@ -91,6 +91,10 @@
         set(ORTHANC_FRAMEWORK_MD5 "9b6f6114264b17ed421b574cd6476127")
       elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.4.2")
         set(ORTHANC_FRAMEWORK_MD5 "d1ee84927dcf668e60eb5868d24b9394")
+      elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.0")
+        set(ORTHANC_FRAMEWORK_MD5 "4429d8d9dea4ff6648df80ec3c64d79e")
+      elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.1")
+        set(ORTHANC_FRAMEWORK_MD5 "099671538865e5da96208b37494d6718")
       endif()
     endif()
   endif()
diff -r 8bf717c4e497 -r b70e9be013e4 UnitTestsSources/TestCommands.cpp
--- a/UnitTestsSources/TestCommands.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/UnitTestsSources/TestCommands.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
 // * Stone of Orthanc
 // * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 // * Department, University Hospital of Liege, Belgium
-// * Copyright (C) 2017-2018 Osimis S.A., Belgium
+// * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 UnitTestsSources/TestExceptions.cpp
--- a/UnitTestsSources/TestExceptions.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/UnitTestsSources/TestExceptions.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 UnitTestsSources/TestMessageBroker.cpp
--- a/UnitTestsSources/TestMessageBroker.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/UnitTestsSources/TestMessageBroker.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
 // * Stone of Orthanc
 // * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 // * Department, University Hospital of Liege, Belgium
-// * Copyright (C) 2017-2018 Osimis S.A., Belgium
+// * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 UnitTestsSources/TestMessageBroker2.cpp
--- a/UnitTestsSources/TestMessageBroker2.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/UnitTestsSources/TestMessageBroker2.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 UnitTestsSources/TestMessageBroker2_connect_ok.cpp
--- a/UnitTestsSources/TestMessageBroker2_connect_ok.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/UnitTestsSources/TestMessageBroker2_connect_ok.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 UnitTestsSources/TestMessageBroker2_promise_and_connect_ok.cpp
--- a/UnitTestsSources/TestMessageBroker2_promise_and_connect_ok.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/UnitTestsSources/TestMessageBroker2_promise_and_connect_ok.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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
diff -r 8bf717c4e497 -r b70e9be013e4 UnitTestsSources/UnitTestsMain.cpp
--- a/UnitTestsSources/UnitTestsMain.cpp	Mon Nov 19 12:45:37 2018 +0100
+++ b/UnitTestsSources/UnitTestsMain.cpp	Mon Dec 24 13:41:12 2018 +0100
@@ -2,7 +2,7 @@
  * Stone of Orthanc
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2018 Osimis S.A., Belgium
+ * Copyright (C) 2017-2019 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