# HG changeset patch # User Sebastien Jodogne # Date 1638803142 -3600 # Node ID 49f647ed1b4c115c8dd8bd2568ce9a178979a4d5 # Parent 5ed8d1cee52ddf4eab207bccee4fedc9858524fd added copyright UCLouvain diff -r 5ed8d1cee52d -r 49f647ed1b4c Applications/ApplicationToolbox.cpp --- a/Applications/ApplicationToolbox.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Applications/ApplicationToolbox.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License @@ -220,6 +221,7 @@ << "Copyright (C) 2012-2016 Sebastien Jodogne, " << "Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl << "Copyright (C) 2017-2021 Osimis S.A. (Belgium)" << std::endl + << "Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain (Belgium)" << std::endl << "Licensing AGPL: GNU AGPL version 3 or later ." << std::endl << "This is free software: you are free to change and redistribute it." << std::endl << "There is NO WARRANTY, to the extent permitted by law." << std::endl diff -r 5ed8d1cee52d -r 49f647ed1b4c Applications/ApplicationToolbox.h --- a/Applications/ApplicationToolbox.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Applications/ApplicationToolbox.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Applications/CMakeLists.txt --- a/Applications/CMakeLists.txt Mon Dec 06 13:24:33 2021 +0100 +++ b/Applications/CMakeLists.txt Mon Dec 06 16:05:42 2021 +0100 @@ -1,3 +1,23 @@ +# Orthanc - A Lightweight, RESTful DICOM Store +# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics +# Department, University Hospital of Liege, Belgium +# Copyright (C) 2017-2021 Osimis S.A., Belgium +# Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# +# This program is free software: you can redistribute it and/or +# modify it under the terms of the GNU Affero General Public License +# as published by the Free Software Foundation, either version 3 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + + cmake_minimum_required(VERSION 2.8) project(OrthancWSIApplications) diff -r 5ed8d1cee52d -r 49f647ed1b4c Applications/DicomToTiff.cpp --- a/Applications/DicomToTiff.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Applications/DicomToTiff.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Applications/Dicomizer.cpp --- a/Applications/Dicomizer.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Applications/Dicomizer.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Algorithms/PyramidReader.cpp --- a/Framework/Algorithms/PyramidReader.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Algorithms/PyramidReader.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Algorithms/PyramidReader.h --- a/Framework/Algorithms/PyramidReader.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Algorithms/PyramidReader.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Algorithms/ReconstructPyramidCommand.cpp --- a/Framework/Algorithms/ReconstructPyramidCommand.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Algorithms/ReconstructPyramidCommand.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Algorithms/ReconstructPyramidCommand.h --- a/Framework/Algorithms/ReconstructPyramidCommand.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Algorithms/ReconstructPyramidCommand.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Algorithms/TranscodeTileCommand.cpp --- a/Framework/Algorithms/TranscodeTileCommand.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Algorithms/TranscodeTileCommand.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Algorithms/TranscodeTileCommand.h --- a/Framework/Algorithms/TranscodeTileCommand.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Algorithms/TranscodeTileCommand.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/DicomToolbox.cpp --- a/Framework/DicomToolbox.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/DicomToolbox.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/DicomToolbox.h --- a/Framework/DicomToolbox.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/DicomToolbox.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/DicomizerParameters.cpp --- a/Framework/DicomizerParameters.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/DicomizerParameters.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/DicomizerParameters.h --- a/Framework/DicomizerParameters.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/DicomizerParameters.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Enumerations.cpp --- a/Framework/Enumerations.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Enumerations.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Enumerations.h --- a/Framework/Enumerations.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Enumerations.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/ImageToolbox.cpp --- a/Framework/ImageToolbox.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/ImageToolbox.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/ImageToolbox.h --- a/Framework/ImageToolbox.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/ImageToolbox.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/ImagedVolumeParameters.cpp --- a/Framework/ImagedVolumeParameters.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/ImagedVolumeParameters.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/ImagedVolumeParameters.h --- a/Framework/ImagedVolumeParameters.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/ImagedVolumeParameters.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/DecodedTiledPyramid.cpp --- a/Framework/Inputs/DecodedTiledPyramid.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/DecodedTiledPyramid.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/DecodedTiledPyramid.h --- a/Framework/Inputs/DecodedTiledPyramid.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/DecodedTiledPyramid.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/DicomPyramid.cpp --- a/Framework/Inputs/DicomPyramid.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/DicomPyramid.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/DicomPyramid.h --- a/Framework/Inputs/DicomPyramid.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/DicomPyramid.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/DicomPyramidInstance.cpp --- a/Framework/Inputs/DicomPyramidInstance.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/DicomPyramidInstance.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/DicomPyramidInstance.h --- a/Framework/Inputs/DicomPyramidInstance.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/DicomPyramidInstance.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/DicomPyramidLevel.cpp --- a/Framework/Inputs/DicomPyramidLevel.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/DicomPyramidLevel.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/DicomPyramidLevel.h --- a/Framework/Inputs/DicomPyramidLevel.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/DicomPyramidLevel.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/HierarchicalTiff.cpp --- a/Framework/Inputs/HierarchicalTiff.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/HierarchicalTiff.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/HierarchicalTiff.h --- a/Framework/Inputs/HierarchicalTiff.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/HierarchicalTiff.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/ITiledPyramid.h --- a/Framework/Inputs/ITiledPyramid.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/ITiledPyramid.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/OpenSlideLibrary.cpp --- a/Framework/Inputs/OpenSlideLibrary.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/OpenSlideLibrary.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/OpenSlideLibrary.h --- a/Framework/Inputs/OpenSlideLibrary.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/OpenSlideLibrary.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/OpenSlidePyramid.cpp --- a/Framework/Inputs/OpenSlidePyramid.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/OpenSlidePyramid.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/OpenSlidePyramid.h --- a/Framework/Inputs/OpenSlidePyramid.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/OpenSlidePyramid.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/PyramidWithRawTiles.cpp --- a/Framework/Inputs/PyramidWithRawTiles.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/PyramidWithRawTiles.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/PyramidWithRawTiles.h --- a/Framework/Inputs/PyramidWithRawTiles.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/PyramidWithRawTiles.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/SingleLevelDecodedPyramid.cpp --- a/Framework/Inputs/SingleLevelDecodedPyramid.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/SingleLevelDecodedPyramid.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/SingleLevelDecodedPyramid.h --- a/Framework/Inputs/SingleLevelDecodedPyramid.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/SingleLevelDecodedPyramid.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/TiledJpegImage.h --- a/Framework/Inputs/TiledJpegImage.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/TiledJpegImage.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/TiledPngImage.h --- a/Framework/Inputs/TiledPngImage.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/TiledPngImage.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/TiledPyramidStatistics.cpp --- a/Framework/Inputs/TiledPyramidStatistics.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/TiledPyramidStatistics.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Inputs/TiledPyramidStatistics.h --- a/Framework/Inputs/TiledPyramidStatistics.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Inputs/TiledPyramidStatistics.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Jpeg2000Reader.cpp --- a/Framework/Jpeg2000Reader.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Jpeg2000Reader.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Jpeg2000Reader.h --- a/Framework/Jpeg2000Reader.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Jpeg2000Reader.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Jpeg2000Writer.cpp --- a/Framework/Jpeg2000Writer.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Jpeg2000Writer.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Jpeg2000Writer.h --- a/Framework/Jpeg2000Writer.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Jpeg2000Writer.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/MultiThreading/BagOfTasks.h --- a/Framework/MultiThreading/BagOfTasks.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/MultiThreading/BagOfTasks.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/MultiThreading/BagOfTasksProcessor.cpp --- a/Framework/MultiThreading/BagOfTasksProcessor.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/MultiThreading/BagOfTasksProcessor.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/MultiThreading/BagOfTasksProcessor.h --- a/Framework/MultiThreading/BagOfTasksProcessor.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/MultiThreading/BagOfTasksProcessor.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/MultiThreading/ICommand.h --- a/Framework/MultiThreading/ICommand.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/MultiThreading/ICommand.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/DicomPyramidWriter.cpp --- a/Framework/Outputs/DicomPyramidWriter.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/DicomPyramidWriter.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/DicomPyramidWriter.h --- a/Framework/Outputs/DicomPyramidWriter.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/DicomPyramidWriter.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/HierarchicalTiffWriter.cpp --- a/Framework/Outputs/HierarchicalTiffWriter.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/HierarchicalTiffWriter.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/HierarchicalTiffWriter.h --- a/Framework/Outputs/HierarchicalTiffWriter.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/HierarchicalTiffWriter.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/IPyramidWriter.h --- a/Framework/Outputs/IPyramidWriter.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/IPyramidWriter.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/InMemoryTiledImage.cpp --- a/Framework/Outputs/InMemoryTiledImage.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/InMemoryTiledImage.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/InMemoryTiledImage.h --- a/Framework/Outputs/InMemoryTiledImage.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/InMemoryTiledImage.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/MultiframeDicomWriter.cpp --- a/Framework/Outputs/MultiframeDicomWriter.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/MultiframeDicomWriter.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/MultiframeDicomWriter.h --- a/Framework/Outputs/MultiframeDicomWriter.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/MultiframeDicomWriter.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/PyramidWriterBase.cpp --- a/Framework/Outputs/PyramidWriterBase.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/PyramidWriterBase.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/PyramidWriterBase.h --- a/Framework/Outputs/PyramidWriterBase.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/PyramidWriterBase.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/TruncatedPyramidWriter.cpp --- a/Framework/Outputs/TruncatedPyramidWriter.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/TruncatedPyramidWriter.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Outputs/TruncatedPyramidWriter.h --- a/Framework/Outputs/TruncatedPyramidWriter.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Outputs/TruncatedPyramidWriter.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/PrecompiledHeadersWSI.cpp --- a/Framework/PrecompiledHeadersWSI.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/PrecompiledHeadersWSI.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/PrecompiledHeadersWSI.h --- a/Framework/PrecompiledHeadersWSI.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/PrecompiledHeadersWSI.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Targets/FolderTarget.cpp --- a/Framework/Targets/FolderTarget.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Targets/FolderTarget.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Targets/FolderTarget.h --- a/Framework/Targets/FolderTarget.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Targets/FolderTarget.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Targets/IFileTarget.h --- a/Framework/Targets/IFileTarget.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Targets/IFileTarget.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Targets/OrthancTarget.cpp --- a/Framework/Targets/OrthancTarget.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Targets/OrthancTarget.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Framework/Targets/OrthancTarget.h --- a/Framework/Targets/OrthancTarget.h Mon Dec 06 13:24:33 2021 +0100 +++ b/Framework/Targets/OrthancTarget.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c Resources/OrthancWSIClearCache.py --- a/Resources/OrthancWSIClearCache.py Mon Dec 06 13:24:33 2021 +0100 +++ b/Resources/OrthancWSIClearCache.py Mon Dec 06 16:05:42 2021 +0100 @@ -4,6 +4,7 @@ # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium # Copyright (C) 2017-2021 Osimis S.A., Belgium +# Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c ViewerPlugin/CMakeLists.txt --- a/ViewerPlugin/CMakeLists.txt Mon Dec 06 13:24:33 2021 +0100 +++ b/ViewerPlugin/CMakeLists.txt Mon Dec 06 16:05:42 2021 +0100 @@ -1,3 +1,23 @@ +# Orthanc - A Lightweight, RESTful DICOM Store +# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics +# Department, University Hospital of Liege, Belgium +# Copyright (C) 2017-2021 Osimis S.A., Belgium +# Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# +# This program is free software: you can redistribute it and/or +# modify it under the terms of the GNU Affero General Public License +# as published by the Free Software Foundation, either version 3 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + + cmake_minimum_required(VERSION 2.8) project(OrthancWSIPlugin) diff -r 5ed8d1cee52d -r 49f647ed1b4c ViewerPlugin/DicomPyramidCache.cpp --- a/ViewerPlugin/DicomPyramidCache.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/ViewerPlugin/DicomPyramidCache.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c ViewerPlugin/DicomPyramidCache.h --- a/ViewerPlugin/DicomPyramidCache.h Mon Dec 06 13:24:33 2021 +0100 +++ b/ViewerPlugin/DicomPyramidCache.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c ViewerPlugin/OrthancPluginConnection.cpp --- a/ViewerPlugin/OrthancPluginConnection.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/ViewerPlugin/OrthancPluginConnection.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c ViewerPlugin/OrthancPluginConnection.h --- a/ViewerPlugin/OrthancPluginConnection.h Mon Dec 06 13:24:33 2021 +0100 +++ b/ViewerPlugin/OrthancPluginConnection.h Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c ViewerPlugin/Plugin.cpp --- a/ViewerPlugin/Plugin.cpp Mon Dec 06 13:24:33 2021 +0100 +++ b/ViewerPlugin/Plugin.cpp Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License diff -r 5ed8d1cee52d -r 49f647ed1b4c ViewerPlugin/viewer.js --- a/ViewerPlugin/viewer.js Mon Dec 06 13:24:33 2021 +0100 +++ b/ViewerPlugin/viewer.js Mon Dec 06 16:05:42 2021 +0100 @@ -3,6 +3,7 @@ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2021-2021 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License