# HG changeset patch # User Sebastien Jodogne # Date 1545654542 -3600 # Node ID d73e463dd5bcacb5c1db1454d66fa4902f18920d # Parent 01e147cf7d5c936990784c647f2c5680b95c9ae0 preparing for 2019 diff -r 01e147cf7d5c -r d73e463dd5bc AUTHORS --- a/AUTHORS Tue Dec 04 19:08:22 2018 +0100 +++ b/AUTHORS Mon Dec 24 13:29:02 2018 +0100 @@ -5,7 +5,7 @@ Authors ------- -* Sebastien Jodogne +* Sebastien Jodogne Overall design and lead developer. diff -r 01e147cf7d5c -r d73e463dd5bc CMakeLists.txt --- a/CMakeLists.txt Tue Dec 04 19:08:22 2018 +0100 +++ b/CMakeLists.txt Mon Dec 24 13:29:02 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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/Configuration.cpp --- a/Plugin/Configuration.cpp Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/Configuration.cpp Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/Configuration.h --- a/Plugin/Configuration.h Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/Configuration.h Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/Dicom.cpp --- a/Plugin/Dicom.cpp Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/Dicom.cpp Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/Dicom.h --- a/Plugin/Dicom.h Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/Dicom.h Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/DicomResults.cpp --- a/Plugin/DicomResults.cpp Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/DicomResults.cpp Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/DicomResults.h --- a/Plugin/DicomResults.h Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/DicomResults.h Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/DicomWebClient.cpp --- a/Plugin/DicomWebClient.cpp Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/DicomWebClient.cpp Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/DicomWebClient.h --- a/Plugin/DicomWebClient.h Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/DicomWebClient.h Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/DicomWebServers.cpp --- a/Plugin/DicomWebServers.cpp Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/DicomWebServers.cpp Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/DicomWebServers.h --- a/Plugin/DicomWebServers.h Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/DicomWebServers.h Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/Plugin.cpp --- a/Plugin/Plugin.cpp Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/Plugin.cpp Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/Plugin.h --- a/Plugin/Plugin.h Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/Plugin.h Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/QidoRs.cpp --- a/Plugin/QidoRs.cpp Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/QidoRs.cpp Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/QidoRs.h --- a/Plugin/QidoRs.h Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/QidoRs.h Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/StowRs.cpp --- a/Plugin/StowRs.cpp Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/StowRs.cpp Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/StowRs.h --- a/Plugin/StowRs.h Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/StowRs.h Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/WadoRs.cpp --- a/Plugin/WadoRs.cpp Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/WadoRs.cpp Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/WadoRs.h --- a/Plugin/WadoRs.h Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/WadoRs.h Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/WadoRsRetrieveFrames.cpp --- a/Plugin/WadoRsRetrieveFrames.cpp Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/WadoRsRetrieveFrames.cpp Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/WadoUri.cpp --- a/Plugin/WadoUri.cpp Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/WadoUri.cpp Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Plugin/WadoUri.h --- a/Plugin/WadoUri.h Tue Dec 04 19:08:22 2018 +0100 +++ b/Plugin/WadoUri.h Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Resources/CMake/GdcmConfiguration.cmake --- a/Resources/CMake/GdcmConfiguration.cmake Tue Dec 04 19:08:22 2018 +0100 +++ b/Resources/CMake/GdcmConfiguration.cmake Mon Dec 24 13:29:02 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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Resources/Orthanc/DownloadOrthancFramework.cmake --- a/Resources/Orthanc/DownloadOrthancFramework.cmake Tue Dec 04 19:08:22 2018 +0100 +++ b/Resources/Orthanc/DownloadOrthancFramework.cmake Mon Dec 24 13:29:02 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 diff -r 01e147cf7d5c -r d73e463dd5bc Resources/Samples/JavaScript/qido-rs.js --- a/Resources/Samples/JavaScript/qido-rs.js Tue Dec 04 19:08:22 2018 +0100 +++ b/Resources/Samples/JavaScript/qido-rs.js Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Resources/Samples/JavaScript/stow-rs.js --- a/Resources/Samples/JavaScript/stow-rs.js Tue Dec 04 19:08:22 2018 +0100 +++ b/Resources/Samples/JavaScript/stow-rs.js Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Resources/Samples/Python/SendStow.py --- a/Resources/Samples/Python/SendStow.py Tue Dec 04 19:08:22 2018 +0100 +++ b/Resources/Samples/Python/SendStow.py Mon Dec 24 13:29:02 2018 +0100 @@ -3,7 +3,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc Resources/Samples/Python/WadoRetrieveStudy.py --- a/Resources/Samples/Python/WadoRetrieveStudy.py Tue Dec 04 19:08:22 2018 +0100 +++ b/Resources/Samples/Python/WadoRetrieveStudy.py Mon Dec 24 13:29:02 2018 +0100 @@ -3,7 +3,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 Affero General Public License diff -r 01e147cf7d5c -r d73e463dd5bc UnitTestsSources/UnitTestsMain.cpp --- a/UnitTestsSources/UnitTestsMain.cpp Tue Dec 04 19:08:22 2018 +0100 +++ b/UnitTestsSources/UnitTestsMain.cpp Mon Dec 24 13:29:02 2018 +0100 @@ -2,7 +2,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 Affero General Public License