# HG changeset patch # User Sebastien Jodogne # Date 1580487344 -3600 # Node ID f6a73611ec5c1c862001f228b4e13c8411911fff # Parent 0c9a8f6d23493a86f17338071133a2afc902e5ae# Parent 94f4a18a79cc51328586715ac4fcf1ddeb82d6fb integration mainline->storage-commitment diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Cache/ICachePageProvider.h --- a/Core/Cache/ICachePageProvider.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Cache/ICachePageProvider.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Cache/ICacheable.h --- a/Core/Cache/ICacheable.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Cache/ICacheable.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Cache/LeastRecentlyUsedIndex.h --- a/Core/Cache/LeastRecentlyUsedIndex.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Cache/LeastRecentlyUsedIndex.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Cache/MemoryCache.cpp --- a/Core/Cache/MemoryCache.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Cache/MemoryCache.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Cache/MemoryCache.h --- a/Core/Cache/MemoryCache.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Cache/MemoryCache.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Cache/MemoryObjectCache.cpp --- a/Core/Cache/MemoryObjectCache.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Cache/MemoryObjectCache.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Cache/MemoryObjectCache.h --- a/Core/Cache/MemoryObjectCache.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Cache/MemoryObjectCache.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Cache/MemoryStringCache.cpp --- a/Core/Cache/MemoryStringCache.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Cache/MemoryStringCache.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Cache/MemoryStringCache.h --- a/Core/Cache/MemoryStringCache.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Cache/MemoryStringCache.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Cache/SharedArchive.cpp --- a/Core/Cache/SharedArchive.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Cache/SharedArchive.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Cache/SharedArchive.h --- a/Core/Cache/SharedArchive.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Cache/SharedArchive.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/ChunkedBuffer.cpp --- a/Core/ChunkedBuffer.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/ChunkedBuffer.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/ChunkedBuffer.h --- a/Core/ChunkedBuffer.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/ChunkedBuffer.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Compression/DeflateBaseCompressor.cpp --- a/Core/Compression/DeflateBaseCompressor.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Compression/DeflateBaseCompressor.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Compression/DeflateBaseCompressor.h --- a/Core/Compression/DeflateBaseCompressor.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Compression/DeflateBaseCompressor.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Compression/GzipCompressor.cpp --- a/Core/Compression/GzipCompressor.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Compression/GzipCompressor.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Compression/GzipCompressor.h --- a/Core/Compression/GzipCompressor.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Compression/GzipCompressor.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Compression/HierarchicalZipWriter.cpp --- a/Core/Compression/HierarchicalZipWriter.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Compression/HierarchicalZipWriter.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Compression/HierarchicalZipWriter.h --- a/Core/Compression/HierarchicalZipWriter.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Compression/HierarchicalZipWriter.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Compression/IBufferCompressor.h --- a/Core/Compression/IBufferCompressor.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Compression/IBufferCompressor.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Compression/ZipWriter.cpp --- a/Core/Compression/ZipWriter.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Compression/ZipWriter.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Compression/ZipWriter.h --- a/Core/Compression/ZipWriter.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Compression/ZipWriter.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Compression/ZlibCompressor.cpp --- a/Core/Compression/ZlibCompressor.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Compression/ZlibCompressor.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Compression/ZlibCompressor.h --- a/Core/Compression/ZlibCompressor.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Compression/ZlibCompressor.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomArray.cpp --- a/Core/DicomFormat/DicomArray.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomArray.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomArray.h --- a/Core/DicomFormat/DicomArray.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomArray.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomElement.h --- a/Core/DicomFormat/DicomElement.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomElement.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomImageInformation.cpp --- a/Core/DicomFormat/DicomImageInformation.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomImageInformation.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomImageInformation.h --- a/Core/DicomFormat/DicomImageInformation.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomImageInformation.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomInstanceHasher.cpp --- a/Core/DicomFormat/DicomInstanceHasher.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomInstanceHasher.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomInstanceHasher.h --- a/Core/DicomFormat/DicomInstanceHasher.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomInstanceHasher.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomIntegerPixelAccessor.cpp --- a/Core/DicomFormat/DicomIntegerPixelAccessor.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomIntegerPixelAccessor.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomIntegerPixelAccessor.h --- a/Core/DicomFormat/DicomIntegerPixelAccessor.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomIntegerPixelAccessor.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomMap.cpp --- a/Core/DicomFormat/DicomMap.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomMap.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomMap.h --- a/Core/DicomFormat/DicomMap.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomMap.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomTag.cpp --- a/Core/DicomFormat/DicomTag.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomTag.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomTag.h --- a/Core/DicomFormat/DicomTag.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomTag.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomValue.cpp --- a/Core/DicomFormat/DicomValue.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomValue.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomFormat/DicomValue.h --- a/Core/DicomFormat/DicomValue.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomFormat/DicomValue.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/DicomFindAnswers.cpp --- a/Core/DicomNetworking/DicomFindAnswers.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/DicomFindAnswers.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/DicomFindAnswers.h --- a/Core/DicomNetworking/DicomFindAnswers.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/DicomFindAnswers.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/DicomServer.cpp --- a/Core/DicomNetworking/DicomServer.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/DicomServer.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/DicomServer.h --- a/Core/DicomNetworking/DicomServer.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/DicomServer.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/DicomUserConnection.cpp --- a/Core/DicomNetworking/DicomUserConnection.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/DicomUserConnection.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/DicomUserConnection.h --- a/Core/DicomNetworking/DicomUserConnection.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/DicomUserConnection.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/IApplicationEntityFilter.h --- a/Core/DicomNetworking/IApplicationEntityFilter.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/IApplicationEntityFilter.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/IDicomConnectionManager.h --- a/Core/DicomNetworking/IDicomConnectionManager.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/IDicomConnectionManager.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/IFindRequestHandler.h --- a/Core/DicomNetworking/IFindRequestHandler.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/IFindRequestHandler.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/IFindRequestHandlerFactory.h --- a/Core/DicomNetworking/IFindRequestHandlerFactory.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/IFindRequestHandlerFactory.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/IMoveRequestHandler.h --- a/Core/DicomNetworking/IMoveRequestHandler.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/IMoveRequestHandler.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/IMoveRequestHandlerFactory.h --- a/Core/DicomNetworking/IMoveRequestHandlerFactory.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/IMoveRequestHandlerFactory.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/IStoreRequestHandler.h --- a/Core/DicomNetworking/IStoreRequestHandler.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/IStoreRequestHandler.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/IStoreRequestHandlerFactory.h --- a/Core/DicomNetworking/IStoreRequestHandlerFactory.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/IStoreRequestHandlerFactory.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/IWorklistRequestHandler.h --- a/Core/DicomNetworking/IWorklistRequestHandler.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/IWorklistRequestHandler.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/IWorklistRequestHandlerFactory.h --- a/Core/DicomNetworking/IWorklistRequestHandlerFactory.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/IWorklistRequestHandlerFactory.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/Internals/CommandDispatcher.cpp --- a/Core/DicomNetworking/Internals/CommandDispatcher.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/Internals/CommandDispatcher.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/Internals/CommandDispatcher.h --- a/Core/DicomNetworking/Internals/CommandDispatcher.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/Internals/CommandDispatcher.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/Internals/FindScp.cpp --- a/Core/DicomNetworking/Internals/FindScp.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/Internals/FindScp.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/Internals/FindScp.h --- a/Core/DicomNetworking/Internals/FindScp.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/Internals/FindScp.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/Internals/MoveScp.cpp --- a/Core/DicomNetworking/Internals/MoveScp.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/Internals/MoveScp.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/Internals/MoveScp.h --- a/Core/DicomNetworking/Internals/MoveScp.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/Internals/MoveScp.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/Internals/StoreScp.cpp --- a/Core/DicomNetworking/Internals/StoreScp.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/Internals/StoreScp.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/Internals/StoreScp.h --- a/Core/DicomNetworking/Internals/StoreScp.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/Internals/StoreScp.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/RemoteModalityParameters.cpp --- a/Core/DicomNetworking/RemoteModalityParameters.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/RemoteModalityParameters.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/RemoteModalityParameters.h --- a/Core/DicomNetworking/RemoteModalityParameters.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/RemoteModalityParameters.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/TimeoutDicomConnectionManager.cpp --- a/Core/DicomNetworking/TimeoutDicomConnectionManager.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/TimeoutDicomConnectionManager.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomNetworking/TimeoutDicomConnectionManager.h --- a/Core/DicomNetworking/TimeoutDicomConnectionManager.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomNetworking/TimeoutDicomConnectionManager.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/DicomDirWriter.cpp --- a/Core/DicomParsing/DicomDirWriter.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/DicomDirWriter.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/DicomDirWriter.h --- a/Core/DicomParsing/DicomDirWriter.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/DicomDirWriter.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/DicomModification.cpp --- a/Core/DicomParsing/DicomModification.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/DicomModification.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/DicomModification.h --- a/Core/DicomParsing/DicomModification.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/DicomModification.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/DicomWebJsonVisitor.cpp --- a/Core/DicomParsing/DicomWebJsonVisitor.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/DicomWebJsonVisitor.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/DicomWebJsonVisitor.h --- a/Core/DicomParsing/DicomWebJsonVisitor.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/DicomWebJsonVisitor.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/FromDcmtkBridge.cpp --- a/Core/DicomParsing/FromDcmtkBridge.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/FromDcmtkBridge.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/FromDcmtkBridge.h --- a/Core/DicomParsing/FromDcmtkBridge.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/FromDcmtkBridge.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/ITagVisitor.h --- a/Core/DicomParsing/ITagVisitor.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/ITagVisitor.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/Internals/DicomFrameIndex.cpp --- a/Core/DicomParsing/Internals/DicomFrameIndex.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/Internals/DicomFrameIndex.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/Internals/DicomFrameIndex.h --- a/Core/DicomParsing/Internals/DicomFrameIndex.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/Internals/DicomFrameIndex.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/Internals/DicomImageDecoder.cpp --- a/Core/DicomParsing/Internals/DicomImageDecoder.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/Internals/DicomImageDecoder.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/Internals/DicomImageDecoder.h --- a/Core/DicomParsing/Internals/DicomImageDecoder.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/Internals/DicomImageDecoder.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/ParsedDicomDir.cpp --- a/Core/DicomParsing/ParsedDicomDir.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/ParsedDicomDir.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/ParsedDicomDir.h --- a/Core/DicomParsing/ParsedDicomDir.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/ParsedDicomDir.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/ParsedDicomFile.cpp --- a/Core/DicomParsing/ParsedDicomFile.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/ParsedDicomFile.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/ParsedDicomFile.h --- a/Core/DicomParsing/ParsedDicomFile.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/ParsedDicomFile.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/ToDcmtkBridge.cpp --- a/Core/DicomParsing/ToDcmtkBridge.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/ToDcmtkBridge.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/DicomParsing/ToDcmtkBridge.h --- a/Core/DicomParsing/ToDcmtkBridge.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/DicomParsing/ToDcmtkBridge.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Endianness.h --- a/Core/Endianness.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Endianness.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/EnumerationDictionary.h --- a/Core/EnumerationDictionary.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/EnumerationDictionary.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Enumerations.cpp --- a/Core/Enumerations.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Enumerations.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Enumerations.h --- a/Core/Enumerations.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Enumerations.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/FileBuffer.cpp --- a/Core/FileBuffer.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/FileBuffer.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/FileBuffer.h --- a/Core/FileBuffer.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/FileBuffer.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/FileStorage/FileInfo.h --- a/Core/FileStorage/FileInfo.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/FileStorage/FileInfo.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/FileStorage/FilesystemStorage.cpp --- a/Core/FileStorage/FilesystemStorage.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/FileStorage/FilesystemStorage.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/FileStorage/FilesystemStorage.h --- a/Core/FileStorage/FilesystemStorage.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/FileStorage/FilesystemStorage.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/FileStorage/IStorageArea.h --- a/Core/FileStorage/IStorageArea.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/FileStorage/IStorageArea.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/FileStorage/MemoryStorageArea.cpp --- a/Core/FileStorage/MemoryStorageArea.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/FileStorage/MemoryStorageArea.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/FileStorage/MemoryStorageArea.h --- a/Core/FileStorage/MemoryStorageArea.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/FileStorage/MemoryStorageArea.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/FileStorage/StorageAccessor.cpp --- a/Core/FileStorage/StorageAccessor.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/FileStorage/StorageAccessor.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/FileStorage/StorageAccessor.h --- a/Core/FileStorage/StorageAccessor.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/FileStorage/StorageAccessor.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpClient.cpp --- a/Core/HttpClient.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpClient.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpClient.h --- a/Core/HttpClient.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpClient.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/BufferHttpSender.cpp --- a/Core/HttpServer/BufferHttpSender.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/BufferHttpSender.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/BufferHttpSender.h --- a/Core/HttpServer/BufferHttpSender.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/BufferHttpSender.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/EmbeddedResourceHttpHandler.cpp --- a/Core/HttpServer/EmbeddedResourceHttpHandler.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/EmbeddedResourceHttpHandler.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/EmbeddedResourceHttpHandler.h --- a/Core/HttpServer/EmbeddedResourceHttpHandler.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/EmbeddedResourceHttpHandler.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/FilesystemHttpHandler.cpp --- a/Core/HttpServer/FilesystemHttpHandler.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/FilesystemHttpHandler.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/FilesystemHttpHandler.h --- a/Core/HttpServer/FilesystemHttpHandler.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/FilesystemHttpHandler.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/FilesystemHttpSender.cpp --- a/Core/HttpServer/FilesystemHttpSender.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/FilesystemHttpSender.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/FilesystemHttpSender.h --- a/Core/HttpServer/FilesystemHttpSender.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/FilesystemHttpSender.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/HttpContentNegociation.cpp --- a/Core/HttpServer/HttpContentNegociation.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/HttpContentNegociation.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/HttpContentNegociation.h --- a/Core/HttpServer/HttpContentNegociation.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/HttpContentNegociation.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/HttpFileSender.cpp --- a/Core/HttpServer/HttpFileSender.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/HttpFileSender.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/HttpFileSender.h --- a/Core/HttpServer/HttpFileSender.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/HttpFileSender.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/HttpOutput.cpp --- a/Core/HttpServer/HttpOutput.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/HttpOutput.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/HttpOutput.h --- a/Core/HttpServer/HttpOutput.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/HttpOutput.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/HttpServer.cpp --- a/Core/HttpServer/HttpServer.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/HttpServer.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/HttpServer.h --- a/Core/HttpServer/HttpServer.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/HttpServer.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/HttpStreamTranscoder.cpp --- a/Core/HttpServer/HttpStreamTranscoder.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/HttpStreamTranscoder.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/HttpStreamTranscoder.h --- a/Core/HttpServer/HttpStreamTranscoder.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/HttpStreamTranscoder.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/HttpToolbox.cpp --- a/Core/HttpServer/HttpToolbox.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/HttpToolbox.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/HttpToolbox.h --- a/Core/HttpServer/HttpToolbox.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/HttpToolbox.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/IHttpHandler.h --- a/Core/HttpServer/IHttpHandler.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/IHttpHandler.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/IHttpOutputStream.h --- a/Core/HttpServer/IHttpOutputStream.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/IHttpOutputStream.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/IHttpStreamAnswer.h --- a/Core/HttpServer/IHttpStreamAnswer.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/IHttpStreamAnswer.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/IIncomingHttpRequestFilter.h --- a/Core/HttpServer/IIncomingHttpRequestFilter.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/IIncomingHttpRequestFilter.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/MultipartStreamReader.cpp --- a/Core/HttpServer/MultipartStreamReader.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/MultipartStreamReader.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/MultipartStreamReader.h --- a/Core/HttpServer/MultipartStreamReader.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/MultipartStreamReader.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/StringHttpOutput.cpp --- a/Core/HttpServer/StringHttpOutput.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/StringHttpOutput.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/StringHttpOutput.h --- a/Core/HttpServer/StringHttpOutput.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/StringHttpOutput.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/StringMatcher.cpp --- a/Core/HttpServer/StringMatcher.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/StringMatcher.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/HttpServer/StringMatcher.h --- a/Core/HttpServer/StringMatcher.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/HttpServer/StringMatcher.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/IDynamicObject.h --- a/Core/IDynamicObject.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/IDynamicObject.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/Font.cpp --- a/Core/Images/Font.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/Font.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/Font.h --- a/Core/Images/Font.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/Font.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/FontRegistry.cpp --- a/Core/Images/FontRegistry.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/FontRegistry.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/FontRegistry.h --- a/Core/Images/FontRegistry.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/FontRegistry.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/IImageWriter.cpp --- a/Core/Images/IImageWriter.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/IImageWriter.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/IImageWriter.h --- a/Core/Images/IImageWriter.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/IImageWriter.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/Image.cpp --- a/Core/Images/Image.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/Image.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/Image.h --- a/Core/Images/Image.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/Image.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/ImageAccessor.cpp --- a/Core/Images/ImageAccessor.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/ImageAccessor.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/ImageAccessor.h --- a/Core/Images/ImageAccessor.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/ImageAccessor.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/ImageBuffer.cpp --- a/Core/Images/ImageBuffer.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/ImageBuffer.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/ImageBuffer.h --- a/Core/Images/ImageBuffer.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/ImageBuffer.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/ImageProcessing.cpp --- a/Core/Images/ImageProcessing.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/ImageProcessing.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/ImageProcessing.h --- a/Core/Images/ImageProcessing.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/ImageProcessing.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/ImageTraits.h --- a/Core/Images/ImageTraits.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/ImageTraits.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/JpegErrorManager.cpp --- a/Core/Images/JpegErrorManager.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/JpegErrorManager.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/JpegErrorManager.h --- a/Core/Images/JpegErrorManager.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/JpegErrorManager.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/JpegReader.cpp --- a/Core/Images/JpegReader.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/JpegReader.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/JpegReader.h --- a/Core/Images/JpegReader.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/JpegReader.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/JpegWriter.cpp --- a/Core/Images/JpegWriter.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/JpegWriter.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/JpegWriter.h --- a/Core/Images/JpegWriter.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/JpegWriter.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/PamReader.cpp --- a/Core/Images/PamReader.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/PamReader.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/PamReader.h --- a/Core/Images/PamReader.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/PamReader.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/PamWriter.cpp --- a/Core/Images/PamWriter.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/PamWriter.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/PamWriter.h --- a/Core/Images/PamWriter.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/PamWriter.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/PixelTraits.h --- a/Core/Images/PixelTraits.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/PixelTraits.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/PngReader.cpp --- a/Core/Images/PngReader.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/PngReader.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/PngReader.h --- a/Core/Images/PngReader.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/PngReader.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/PngWriter.cpp --- a/Core/Images/PngWriter.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/PngWriter.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Images/PngWriter.h --- a/Core/Images/PngWriter.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Images/PngWriter.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/GenericJobUnserializer.cpp --- a/Core/JobsEngine/GenericJobUnserializer.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/GenericJobUnserializer.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/GenericJobUnserializer.h --- a/Core/JobsEngine/GenericJobUnserializer.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/GenericJobUnserializer.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/IJob.h --- a/Core/JobsEngine/IJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/IJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/IJobUnserializer.h --- a/Core/JobsEngine/IJobUnserializer.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/IJobUnserializer.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/JobInfo.cpp --- a/Core/JobsEngine/JobInfo.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/JobInfo.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/JobInfo.h --- a/Core/JobsEngine/JobInfo.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/JobInfo.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/JobStatus.cpp --- a/Core/JobsEngine/JobStatus.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/JobStatus.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/JobStatus.h --- a/Core/JobsEngine/JobStatus.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/JobStatus.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/JobStepResult.cpp --- a/Core/JobsEngine/JobStepResult.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/JobStepResult.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/JobStepResult.h --- a/Core/JobsEngine/JobStepResult.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/JobStepResult.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/JobsEngine.cpp --- a/Core/JobsEngine/JobsEngine.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/JobsEngine.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/JobsEngine.h --- a/Core/JobsEngine/JobsEngine.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/JobsEngine.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/JobsRegistry.cpp --- a/Core/JobsEngine/JobsRegistry.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/JobsRegistry.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/JobsRegistry.h --- a/Core/JobsEngine/JobsRegistry.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/JobsRegistry.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/Operations/IJobOperation.h --- a/Core/JobsEngine/Operations/IJobOperation.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/Operations/IJobOperation.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/Operations/JobOperationValue.h --- a/Core/JobsEngine/Operations/JobOperationValue.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/Operations/JobOperationValue.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/Operations/JobOperationValues.cpp --- a/Core/JobsEngine/Operations/JobOperationValues.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/Operations/JobOperationValues.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/Operations/JobOperationValues.h --- a/Core/JobsEngine/Operations/JobOperationValues.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/Operations/JobOperationValues.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/Operations/LogJobOperation.cpp --- a/Core/JobsEngine/Operations/LogJobOperation.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/Operations/LogJobOperation.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/Operations/LogJobOperation.h --- a/Core/JobsEngine/Operations/LogJobOperation.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/Operations/LogJobOperation.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/Operations/NullOperationValue.h --- a/Core/JobsEngine/Operations/NullOperationValue.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/Operations/NullOperationValue.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/Operations/SequenceOfOperationsJob.cpp --- a/Core/JobsEngine/Operations/SequenceOfOperationsJob.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/Operations/SequenceOfOperationsJob.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/Operations/SequenceOfOperationsJob.h --- a/Core/JobsEngine/Operations/SequenceOfOperationsJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/Operations/SequenceOfOperationsJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/Operations/StringOperationValue.h --- a/Core/JobsEngine/Operations/StringOperationValue.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/Operations/StringOperationValue.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/SetOfCommandsJob.cpp --- a/Core/JobsEngine/SetOfCommandsJob.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/SetOfCommandsJob.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/SetOfCommandsJob.h --- a/Core/JobsEngine/SetOfCommandsJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/SetOfCommandsJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/SetOfInstancesJob.cpp --- a/Core/JobsEngine/SetOfInstancesJob.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/SetOfInstancesJob.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/JobsEngine/SetOfInstancesJob.h --- a/Core/JobsEngine/SetOfInstancesJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/JobsEngine/SetOfInstancesJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Logging.cpp --- a/Core/Logging.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Logging.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Logging.h --- a/Core/Logging.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Logging.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Lua/LuaContext.cpp --- a/Core/Lua/LuaContext.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Lua/LuaContext.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Lua/LuaContext.h --- a/Core/Lua/LuaContext.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Lua/LuaContext.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Lua/LuaFunctionCall.cpp --- a/Core/Lua/LuaFunctionCall.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Lua/LuaFunctionCall.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Lua/LuaFunctionCall.h --- a/Core/Lua/LuaFunctionCall.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Lua/LuaFunctionCall.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/MetricsRegistry.cpp --- a/Core/MetricsRegistry.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/MetricsRegistry.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/MetricsRegistry.h --- a/Core/MetricsRegistry.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/MetricsRegistry.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/MultiThreading/IRunnableBySteps.h --- a/Core/MultiThreading/IRunnableBySteps.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/MultiThreading/IRunnableBySteps.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/MultiThreading/RunnableWorkersPool.cpp --- a/Core/MultiThreading/RunnableWorkersPool.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/MultiThreading/RunnableWorkersPool.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/MultiThreading/RunnableWorkersPool.h --- a/Core/MultiThreading/RunnableWorkersPool.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/MultiThreading/RunnableWorkersPool.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/MultiThreading/Semaphore.cpp --- a/Core/MultiThreading/Semaphore.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/MultiThreading/Semaphore.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/MultiThreading/Semaphore.h --- a/Core/MultiThreading/Semaphore.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/MultiThreading/Semaphore.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/MultiThreading/SharedMessageQueue.cpp --- a/Core/MultiThreading/SharedMessageQueue.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/MultiThreading/SharedMessageQueue.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/MultiThreading/SharedMessageQueue.h --- a/Core/MultiThreading/SharedMessageQueue.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/MultiThreading/SharedMessageQueue.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/OrthancException.h --- a/Core/OrthancException.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/OrthancException.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Pkcs11.cpp --- a/Core/Pkcs11.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Pkcs11.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Pkcs11.h --- a/Core/Pkcs11.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Pkcs11.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/PrecompiledHeaders.cpp --- a/Core/PrecompiledHeaders.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/PrecompiledHeaders.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/PrecompiledHeaders.h --- a/Core/PrecompiledHeaders.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/PrecompiledHeaders.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApi.cpp --- a/Core/RestApi/RestApi.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApi.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApi.h --- a/Core/RestApi/RestApi.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApi.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiCall.cpp --- a/Core/RestApi/RestApiCall.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiCall.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiCall.h --- a/Core/RestApi/RestApiCall.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiCall.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiDeleteCall.h --- a/Core/RestApi/RestApiDeleteCall.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiDeleteCall.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiGetCall.cpp --- a/Core/RestApi/RestApiGetCall.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiGetCall.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiGetCall.h --- a/Core/RestApi/RestApiGetCall.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiGetCall.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiHierarchy.cpp --- a/Core/RestApi/RestApiHierarchy.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiHierarchy.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiHierarchy.h --- a/Core/RestApi/RestApiHierarchy.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiHierarchy.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiOutput.cpp --- a/Core/RestApi/RestApiOutput.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiOutput.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiOutput.h --- a/Core/RestApi/RestApiOutput.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiOutput.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiPath.cpp --- a/Core/RestApi/RestApiPath.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiPath.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiPath.h --- a/Core/RestApi/RestApiPath.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiPath.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiPostCall.h --- a/Core/RestApi/RestApiPostCall.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiPostCall.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/RestApi/RestApiPutCall.h --- a/Core/RestApi/RestApiPutCall.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/RestApi/RestApiPutCall.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/SerializationToolbox.cpp --- a/Core/SerializationToolbox.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/SerializationToolbox.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/SerializationToolbox.h --- a/Core/SerializationToolbox.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/SerializationToolbox.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/SharedLibrary.cpp --- a/Core/SharedLibrary.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/SharedLibrary.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/SharedLibrary.h --- a/Core/SharedLibrary.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/SharedLibrary.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/SystemToolbox.cpp --- a/Core/SystemToolbox.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/SystemToolbox.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/SystemToolbox.h --- a/Core/SystemToolbox.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/SystemToolbox.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/TemporaryFile.cpp --- a/Core/TemporaryFile.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/TemporaryFile.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/TemporaryFile.h --- a/Core/TemporaryFile.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/TemporaryFile.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Toolbox.cpp --- a/Core/Toolbox.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Toolbox.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/Toolbox.h --- a/Core/Toolbox.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/Toolbox.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/WebServiceParameters.cpp --- a/Core/WebServiceParameters.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/WebServiceParameters.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Core/WebServiceParameters.h --- a/Core/WebServiceParameters.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Core/WebServiceParameters.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/DatabaseLookup.cpp --- a/OrthancServer/Database/Compatibility/DatabaseLookup.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/DatabaseLookup.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/DatabaseLookup.h --- a/OrthancServer/Database/Compatibility/DatabaseLookup.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/DatabaseLookup.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/ICreateInstance.cpp --- a/OrthancServer/Database/Compatibility/ICreateInstance.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/ICreateInstance.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/ICreateInstance.h --- a/OrthancServer/Database/Compatibility/ICreateInstance.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/ICreateInstance.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/IGetChildrenMetadata.cpp --- a/OrthancServer/Database/Compatibility/IGetChildrenMetadata.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/IGetChildrenMetadata.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/IGetChildrenMetadata.h --- a/OrthancServer/Database/Compatibility/IGetChildrenMetadata.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/IGetChildrenMetadata.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/ILookupResourceAndParent.cpp --- a/OrthancServer/Database/Compatibility/ILookupResourceAndParent.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/ILookupResourceAndParent.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/ILookupResourceAndParent.h --- a/OrthancServer/Database/Compatibility/ILookupResourceAndParent.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/ILookupResourceAndParent.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/ILookupResources.cpp --- a/OrthancServer/Database/Compatibility/ILookupResources.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/ILookupResources.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/ILookupResources.h --- a/OrthancServer/Database/Compatibility/ILookupResources.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/ILookupResources.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/ISetResourcesContent.h --- a/OrthancServer/Database/Compatibility/ISetResourcesContent.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/ISetResourcesContent.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/SetOfResources.cpp --- a/OrthancServer/Database/Compatibility/SetOfResources.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/SetOfResources.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/Compatibility/SetOfResources.h --- a/OrthancServer/Database/Compatibility/SetOfResources.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/Compatibility/SetOfResources.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/IDatabaseListener.h --- a/OrthancServer/Database/IDatabaseListener.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/IDatabaseListener.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/IDatabaseWrapper.h --- a/OrthancServer/Database/IDatabaseWrapper.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/IDatabaseWrapper.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/ResourcesContent.cpp --- a/OrthancServer/Database/ResourcesContent.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/ResourcesContent.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/ResourcesContent.h --- a/OrthancServer/Database/ResourcesContent.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/ResourcesContent.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/SQLiteDatabaseWrapper.cpp --- a/OrthancServer/Database/SQLiteDatabaseWrapper.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/SQLiteDatabaseWrapper.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Database/SQLiteDatabaseWrapper.h --- a/OrthancServer/Database/SQLiteDatabaseWrapper.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Database/SQLiteDatabaseWrapper.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/DefaultDicomImageDecoder.h --- a/OrthancServer/DefaultDicomImageDecoder.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/DefaultDicomImageDecoder.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/DicomInstanceOrigin.cpp --- a/OrthancServer/DicomInstanceOrigin.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/DicomInstanceOrigin.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/DicomInstanceOrigin.h --- a/OrthancServer/DicomInstanceOrigin.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/DicomInstanceOrigin.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/DicomInstanceToStore.cpp --- a/OrthancServer/DicomInstanceToStore.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/DicomInstanceToStore.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/DicomInstanceToStore.h --- a/OrthancServer/DicomInstanceToStore.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/DicomInstanceToStore.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ExportedResource.cpp --- a/OrthancServer/ExportedResource.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ExportedResource.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ExportedResource.h --- a/OrthancServer/ExportedResource.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ExportedResource.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/IDicomImageDecoder.h --- a/OrthancServer/IDicomImageDecoder.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/IDicomImageDecoder.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/IServerListener.h --- a/OrthancServer/IServerListener.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/IServerListener.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/LuaScripting.cpp --- a/OrthancServer/LuaScripting.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/LuaScripting.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/LuaScripting.h --- a/OrthancServer/LuaScripting.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/LuaScripting.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancConfiguration.cpp --- a/OrthancServer/OrthancConfiguration.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancConfiguration.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancConfiguration.h --- a/OrthancServer/OrthancConfiguration.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancConfiguration.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancFindRequestHandler.cpp --- a/OrthancServer/OrthancFindRequestHandler.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancFindRequestHandler.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancFindRequestHandler.h --- a/OrthancServer/OrthancFindRequestHandler.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancFindRequestHandler.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancHttpHandler.cpp --- a/OrthancServer/OrthancHttpHandler.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancHttpHandler.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancHttpHandler.h --- a/OrthancServer/OrthancHttpHandler.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancHttpHandler.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancInitialization.cpp --- a/OrthancServer/OrthancInitialization.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancInitialization.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancInitialization.h --- a/OrthancServer/OrthancInitialization.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancInitialization.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancMoveRequestHandler.cpp --- a/OrthancServer/OrthancMoveRequestHandler.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancMoveRequestHandler.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancMoveRequestHandler.h --- a/OrthancServer/OrthancMoveRequestHandler.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancMoveRequestHandler.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancRestApi/OrthancRestApi.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestApi.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestApi.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancRestApi/OrthancRestApi.h --- a/OrthancServer/OrthancRestApi/OrthancRestApi.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestApi.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancRestApi/OrthancRestArchive.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestArchive.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestArchive.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancRestApi/OrthancRestChanges.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestChanges.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestChanges.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancRestApi/OrthancRestModalities.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestModalities.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestModalities.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancRestApi/OrthancRestResources.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestResources.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestResources.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/OrthancRestApi/OrthancRestSystem.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestSystem.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestSystem.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/PrecompiledHeadersServer.cpp --- a/OrthancServer/PrecompiledHeadersServer.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/PrecompiledHeadersServer.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/PrecompiledHeadersServer.h --- a/OrthancServer/PrecompiledHeadersServer.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/PrecompiledHeadersServer.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/QueryRetrieveHandler.cpp --- a/OrthancServer/QueryRetrieveHandler.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/QueryRetrieveHandler.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/QueryRetrieveHandler.h --- a/OrthancServer/QueryRetrieveHandler.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/QueryRetrieveHandler.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Search/DatabaseConstraint.cpp --- a/OrthancServer/Search/DatabaseConstraint.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Search/DatabaseConstraint.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Search/DatabaseConstraint.h --- a/OrthancServer/Search/DatabaseConstraint.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Search/DatabaseConstraint.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Search/DatabaseLookup.cpp --- a/OrthancServer/Search/DatabaseLookup.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Search/DatabaseLookup.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Search/DatabaseLookup.h --- a/OrthancServer/Search/DatabaseLookup.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Search/DatabaseLookup.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Search/DicomTagConstraint.cpp --- a/OrthancServer/Search/DicomTagConstraint.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Search/DicomTagConstraint.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Search/DicomTagConstraint.h --- a/OrthancServer/Search/DicomTagConstraint.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Search/DicomTagConstraint.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Search/HierarchicalMatcher.cpp --- a/OrthancServer/Search/HierarchicalMatcher.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Search/HierarchicalMatcher.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Search/HierarchicalMatcher.h --- a/OrthancServer/Search/HierarchicalMatcher.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Search/HierarchicalMatcher.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Search/ISqlLookupFormatter.cpp --- a/OrthancServer/Search/ISqlLookupFormatter.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Search/ISqlLookupFormatter.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/Search/ISqlLookupFormatter.h --- a/OrthancServer/Search/ISqlLookupFormatter.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/Search/ISqlLookupFormatter.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerContext.cpp --- a/OrthancServer/ServerContext.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerContext.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerContext.h --- a/OrthancServer/ServerContext.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerContext.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerEnumerations.cpp --- a/OrthancServer/ServerEnumerations.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerEnumerations.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerEnumerations.h --- a/OrthancServer/ServerEnumerations.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerEnumerations.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerIndex.cpp --- a/OrthancServer/ServerIndex.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerIndex.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerIndex.h --- a/OrthancServer/ServerIndex.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerIndex.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerIndexChange.h --- a/OrthancServer/ServerIndexChange.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerIndexChange.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/ArchiveJob.cpp --- a/OrthancServer/ServerJobs/ArchiveJob.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/ArchiveJob.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/ArchiveJob.h --- a/OrthancServer/ServerJobs/ArchiveJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/ArchiveJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/DicomModalityStoreJob.cpp --- a/OrthancServer/ServerJobs/DicomModalityStoreJob.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/DicomModalityStoreJob.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/DicomModalityStoreJob.h --- a/OrthancServer/ServerJobs/DicomModalityStoreJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/DicomModalityStoreJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/DicomMoveScuJob.cpp --- a/OrthancServer/ServerJobs/DicomMoveScuJob.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/DicomMoveScuJob.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/DicomMoveScuJob.h --- a/OrthancServer/ServerJobs/DicomMoveScuJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/DicomMoveScuJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/LuaJobManager.cpp --- a/OrthancServer/ServerJobs/LuaJobManager.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/LuaJobManager.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/LuaJobManager.h --- a/OrthancServer/ServerJobs/LuaJobManager.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/LuaJobManager.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/MergeStudyJob.cpp --- a/OrthancServer/ServerJobs/MergeStudyJob.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/MergeStudyJob.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/MergeStudyJob.h --- a/OrthancServer/ServerJobs/MergeStudyJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/MergeStudyJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/Operations/DeleteResourceOperation.cpp --- a/OrthancServer/ServerJobs/Operations/DeleteResourceOperation.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/Operations/DeleteResourceOperation.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/Operations/DeleteResourceOperation.h --- a/OrthancServer/ServerJobs/Operations/DeleteResourceOperation.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/Operations/DeleteResourceOperation.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/Operations/DicomInstanceOperationValue.cpp --- a/OrthancServer/ServerJobs/Operations/DicomInstanceOperationValue.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/Operations/DicomInstanceOperationValue.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/Operations/DicomInstanceOperationValue.h --- a/OrthancServer/ServerJobs/Operations/DicomInstanceOperationValue.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/Operations/DicomInstanceOperationValue.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/Operations/ModifyInstanceOperation.cpp --- a/OrthancServer/ServerJobs/Operations/ModifyInstanceOperation.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/Operations/ModifyInstanceOperation.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/Operations/ModifyInstanceOperation.h --- a/OrthancServer/ServerJobs/Operations/ModifyInstanceOperation.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/Operations/ModifyInstanceOperation.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/Operations/StorePeerOperation.cpp --- a/OrthancServer/ServerJobs/Operations/StorePeerOperation.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/Operations/StorePeerOperation.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/Operations/StorePeerOperation.h --- a/OrthancServer/ServerJobs/Operations/StorePeerOperation.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/Operations/StorePeerOperation.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/Operations/StoreScuOperation.cpp --- a/OrthancServer/ServerJobs/Operations/StoreScuOperation.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/Operations/StoreScuOperation.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/Operations/StoreScuOperation.h --- a/OrthancServer/ServerJobs/Operations/StoreScuOperation.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/Operations/StoreScuOperation.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/Operations/SystemCallOperation.cpp --- a/OrthancServer/ServerJobs/Operations/SystemCallOperation.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/Operations/SystemCallOperation.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/Operations/SystemCallOperation.h --- a/OrthancServer/ServerJobs/Operations/SystemCallOperation.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/Operations/SystemCallOperation.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/OrthancJobUnserializer.cpp --- a/OrthancServer/ServerJobs/OrthancJobUnserializer.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/OrthancJobUnserializer.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/OrthancJobUnserializer.h --- a/OrthancServer/ServerJobs/OrthancJobUnserializer.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/OrthancJobUnserializer.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/OrthancPeerStoreJob.cpp --- a/OrthancServer/ServerJobs/OrthancPeerStoreJob.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/OrthancPeerStoreJob.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/OrthancPeerStoreJob.h --- a/OrthancServer/ServerJobs/OrthancPeerStoreJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/OrthancPeerStoreJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/ResourceModificationJob.cpp --- a/OrthancServer/ServerJobs/ResourceModificationJob.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/ResourceModificationJob.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/ResourceModificationJob.h --- a/OrthancServer/ServerJobs/ResourceModificationJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/ResourceModificationJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/SplitStudyJob.cpp --- a/OrthancServer/ServerJobs/SplitStudyJob.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/SplitStudyJob.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerJobs/SplitStudyJob.h --- a/OrthancServer/ServerJobs/SplitStudyJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerJobs/SplitStudyJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerToolbox.cpp --- a/OrthancServer/ServerToolbox.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerToolbox.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/ServerToolbox.h --- a/OrthancServer/ServerToolbox.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/ServerToolbox.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/SliceOrdering.cpp --- a/OrthancServer/SliceOrdering.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/SliceOrdering.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/SliceOrdering.h --- a/OrthancServer/SliceOrdering.h Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/SliceOrdering.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c OrthancServer/main.cpp --- a/OrthancServer/main.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/OrthancServer/main.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -608,7 +608,7 @@ std::cout << path << " " << ORTHANC_VERSION << std::endl << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl - << "Copyright (C) 2017-2019 Osimis S.A. (Belgium)" << std::endl + << "Copyright (C) 2017-2020 Osimis S.A. (Belgium)" << std::endl << "Licensing GPLv3+: GNU GPL version 3 or later , with OpenSSL exception." << 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 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/IPluginServiceProvider.h --- a/Plugins/Engine/IPluginServiceProvider.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/IPluginServiceProvider.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/OrthancPluginDatabase.cpp --- a/Plugins/Engine/OrthancPluginDatabase.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/OrthancPluginDatabase.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/OrthancPluginDatabase.h --- a/Plugins/Engine/OrthancPluginDatabase.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/OrthancPluginDatabase.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/OrthancPlugins.cpp --- a/Plugins/Engine/OrthancPlugins.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/OrthancPlugins.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/OrthancPlugins.h --- a/Plugins/Engine/OrthancPlugins.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/OrthancPlugins.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/PluginsEnumerations.cpp --- a/Plugins/Engine/PluginsEnumerations.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/PluginsEnumerations.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/PluginsEnumerations.h --- a/Plugins/Engine/PluginsEnumerations.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/PluginsEnumerations.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/PluginsErrorDictionary.cpp --- a/Plugins/Engine/PluginsErrorDictionary.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/PluginsErrorDictionary.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/PluginsErrorDictionary.h --- a/Plugins/Engine/PluginsErrorDictionary.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/PluginsErrorDictionary.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/PluginsJob.cpp --- a/Plugins/Engine/PluginsJob.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/PluginsJob.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/PluginsJob.h --- a/Plugins/Engine/PluginsJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/PluginsJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/PluginsManager.cpp --- a/Plugins/Engine/PluginsManager.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/PluginsManager.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Engine/PluginsManager.h --- a/Plugins/Engine/PluginsManager.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Engine/PluginsManager.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Include/orthanc/OrthancCDatabasePlugin.h --- a/Plugins/Include/orthanc/OrthancCDatabasePlugin.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Include/orthanc/OrthancCDatabasePlugin.h Fri Jan 31 17:15:44 2020 +0100 @@ -6,7 +6,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Include/orthanc/OrthancCPlugin.h --- a/Plugins/Include/orthanc/OrthancCPlugin.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Include/orthanc/OrthancCPlugin.h Fri Jan 31 17:15:44 2020 +0100 @@ -77,7 +77,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/AutomatedJpeg2kCompression/Plugin.cpp --- a/Plugins/Samples/AutomatedJpeg2kCompression/Plugin.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/AutomatedJpeg2kCompression/Plugin.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Basic/Plugin.c --- a/Plugins/Samples/Basic/Plugin.c Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Basic/Plugin.c Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/DicomDatasetReader.cpp --- a/Plugins/Samples/Common/DicomDatasetReader.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/DicomDatasetReader.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/DicomDatasetReader.h --- a/Plugins/Samples/Common/DicomDatasetReader.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/DicomDatasetReader.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/DicomPath.cpp --- a/Plugins/Samples/Common/DicomPath.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/DicomPath.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/DicomPath.h --- a/Plugins/Samples/Common/DicomPath.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/DicomPath.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/DicomTag.cpp --- a/Plugins/Samples/Common/DicomTag.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/DicomTag.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/DicomTag.h --- a/Plugins/Samples/Common/DicomTag.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/DicomTag.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/FullOrthancDataset.cpp --- a/Plugins/Samples/Common/FullOrthancDataset.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/FullOrthancDataset.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/FullOrthancDataset.h --- a/Plugins/Samples/Common/FullOrthancDataset.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/FullOrthancDataset.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/IDicomDataset.h --- a/Plugins/Samples/Common/IDicomDataset.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/IDicomDataset.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/IOrthancConnection.cpp --- a/Plugins/Samples/Common/IOrthancConnection.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/IOrthancConnection.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/IOrthancConnection.h --- a/Plugins/Samples/Common/IOrthancConnection.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/IOrthancConnection.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/OrthancHttpConnection.cpp --- a/Plugins/Samples/Common/OrthancHttpConnection.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/OrthancHttpConnection.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/OrthancHttpConnection.h --- a/Plugins/Samples/Common/OrthancHttpConnection.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/OrthancHttpConnection.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/OrthancPluginConnection.cpp --- a/Plugins/Samples/Common/OrthancPluginConnection.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/OrthancPluginConnection.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/OrthancPluginConnection.h --- a/Plugins/Samples/Common/OrthancPluginConnection.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/OrthancPluginConnection.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/OrthancPluginCppWrapper.cpp --- a/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/OrthancPluginCppWrapper.h --- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/OrthancPluginException.h --- a/Plugins/Samples/Common/OrthancPluginException.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/OrthancPluginException.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/SimplifiedOrthancDataset.cpp --- a/Plugins/Samples/Common/SimplifiedOrthancDataset.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/SimplifiedOrthancDataset.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/Common/SimplifiedOrthancDataset.h --- a/Plugins/Samples/Common/SimplifiedOrthancDataset.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/Common/SimplifiedOrthancDataset.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/ConnectivityChecks/Plugin.cpp --- a/Plugins/Samples/ConnectivityChecks/Plugin.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/ConnectivityChecks/Plugin.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/ConnectivityChecks/WebResources/app.js --- a/Plugins/Samples/ConnectivityChecks/WebResources/app.js Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/ConnectivityChecks/WebResources/app.js Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/CustomImageDecoder/Plugin.cpp --- a/Plugins/Samples/CustomImageDecoder/Plugin.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/CustomImageDecoder/Plugin.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp --- a/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h --- a/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp --- a/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h --- a/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp --- a/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h --- a/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/GdcmDecoder/Plugin.cpp --- a/Plugins/Samples/GdcmDecoder/Plugin.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/GdcmDecoder/Plugin.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/ModalityWorklists/Plugin.cpp --- a/Plugins/Samples/ModalityWorklists/Plugin.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/ModalityWorklists/Plugin.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/ServeFolders/Plugin.cpp --- a/Plugins/Samples/ServeFolders/Plugin.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/ServeFolders/Plugin.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/StorageArea/Plugin.cpp --- a/Plugins/Samples/StorageArea/Plugin.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/StorageArea/Plugin.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/WebSkeleton/Configuration.h --- a/Plugins/Samples/WebSkeleton/Configuration.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/WebSkeleton/Configuration.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/WebSkeleton/Framework/EmbedResources.py --- a/Plugins/Samples/WebSkeleton/Framework/EmbedResources.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/WebSkeleton/Framework/EmbedResources.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/WebSkeleton/Framework/Framework.cmake --- a/Plugins/Samples/WebSkeleton/Framework/Framework.cmake Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/WebSkeleton/Framework/Framework.cmake Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Plugins/Samples/WebSkeleton/Framework/Plugin.cpp --- a/Plugins/Samples/WebSkeleton/Framework/Plugin.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Plugins/Samples/WebSkeleton/Framework/Plugin.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/DicomConformanceStatement.py --- a/Resources/DicomConformanceStatement.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/DicomConformanceStatement.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/DownloadOrthancFramework.cmake --- a/Resources/DownloadOrthancFramework.cmake Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/DownloadOrthancFramework.cmake Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/EmbedResources.py --- a/Resources/EmbedResources.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/EmbedResources.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Fonts/GenerateFont.py --- a/Resources/Fonts/GenerateFont.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Fonts/GenerateFont.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/GenerateAnonymizationProfile.py --- a/Resources/GenerateAnonymizationProfile.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/GenerateAnonymizationProfile.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/GenerateErrorCodes.py --- a/Resources/GenerateErrorCodes.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/GenerateErrorCodes.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/DatabaseOptimizations/LookupIdentifierQuery.cpp --- a/Resources/Graveyard/DatabaseOptimizations/LookupIdentifierQuery.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/DatabaseOptimizations/LookupIdentifierQuery.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/DatabaseOptimizations/LookupIdentifierQuery.h --- a/Resources/Graveyard/DatabaseOptimizations/LookupIdentifierQuery.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/DatabaseOptimizations/LookupIdentifierQuery.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/DatabaseOptimizations/LookupResource.cpp --- a/Resources/Graveyard/DatabaseOptimizations/LookupResource.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/DatabaseOptimizations/LookupResource.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/DatabaseOptimizations/LookupResource.h --- a/Resources/Graveyard/DatabaseOptimizations/LookupResource.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/DatabaseOptimizations/LookupResource.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/DatabasePluginSample/Database.cpp --- a/Resources/Graveyard/DatabasePluginSample/Database.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/DatabasePluginSample/Database.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/DatabasePluginSample/Database.h --- a/Resources/Graveyard/DatabasePluginSample/Database.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/DatabasePluginSample/Database.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.cpp --- a/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.h --- a/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/DatabasePluginSample/Plugin.cpp --- a/Resources/Graveyard/DatabasePluginSample/Plugin.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/DatabasePluginSample/Plugin.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/Multithreading/BagOfTasks.h --- a/Resources/Graveyard/Multithreading/BagOfTasks.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/Multithreading/BagOfTasks.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/Multithreading/BagOfTasksProcessor.cpp --- a/Resources/Graveyard/Multithreading/BagOfTasksProcessor.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/Multithreading/BagOfTasksProcessor.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/Multithreading/BagOfTasksProcessor.h --- a/Resources/Graveyard/Multithreading/BagOfTasksProcessor.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/Multithreading/BagOfTasksProcessor.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/Multithreading/ICommand.h --- a/Resources/Graveyard/Multithreading/ICommand.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/Multithreading/ICommand.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/Multithreading/ILockable.h --- a/Resources/Graveyard/Multithreading/ILockable.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/Multithreading/ILockable.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/Multithreading/Locker.h --- a/Resources/Graveyard/Multithreading/Locker.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/Multithreading/Locker.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/Multithreading/Mutex.cpp --- a/Resources/Graveyard/Multithreading/Mutex.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/Multithreading/Mutex.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/Multithreading/Mutex.h --- a/Resources/Graveyard/Multithreading/Mutex.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/Multithreading/Mutex.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/Multithreading/ReaderWriterLock.cpp --- a/Resources/Graveyard/Multithreading/ReaderWriterLock.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/Multithreading/ReaderWriterLock.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/Multithreading/ReaderWriterLock.h --- a/Resources/Graveyard/Multithreading/ReaderWriterLock.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/Multithreading/ReaderWriterLock.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/CallSystemCommand.cpp --- a/Resources/Graveyard/OldScheduler/CallSystemCommand.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/CallSystemCommand.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/CallSystemCommand.h --- a/Resources/Graveyard/OldScheduler/CallSystemCommand.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/CallSystemCommand.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/DeleteInstanceCommand.cpp --- a/Resources/Graveyard/OldScheduler/DeleteInstanceCommand.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/DeleteInstanceCommand.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/DeleteInstanceCommand.h --- a/Resources/Graveyard/OldScheduler/DeleteInstanceCommand.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/DeleteInstanceCommand.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/IServerCommand.h --- a/Resources/Graveyard/OldScheduler/IServerCommand.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/IServerCommand.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/ModifyInstanceCommand.cpp --- a/Resources/Graveyard/OldScheduler/ModifyInstanceCommand.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/ModifyInstanceCommand.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/ModifyInstanceCommand.h --- a/Resources/Graveyard/OldScheduler/ModifyInstanceCommand.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/ModifyInstanceCommand.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/ReusableDicomUserConnection.cpp --- a/Resources/Graveyard/OldScheduler/ReusableDicomUserConnection.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/ReusableDicomUserConnection.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/ReusableDicomUserConnection.h --- a/Resources/Graveyard/OldScheduler/ReusableDicomUserConnection.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/ReusableDicomUserConnection.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/ServerCommandInstance.cpp --- a/Resources/Graveyard/OldScheduler/ServerCommandInstance.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/ServerCommandInstance.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/ServerCommandInstance.h --- a/Resources/Graveyard/OldScheduler/ServerCommandInstance.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/ServerCommandInstance.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/ServerJob.cpp --- a/Resources/Graveyard/OldScheduler/ServerJob.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/ServerJob.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/ServerJob.h --- a/Resources/Graveyard/OldScheduler/ServerJob.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/ServerJob.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/ServerScheduler.cpp --- a/Resources/Graveyard/OldScheduler/ServerScheduler.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/ServerScheduler.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/ServerScheduler.h --- a/Resources/Graveyard/OldScheduler/ServerScheduler.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/ServerScheduler.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/StorePeerCommand.cpp --- a/Resources/Graveyard/OldScheduler/StorePeerCommand.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/StorePeerCommand.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/StorePeerCommand.h --- a/Resources/Graveyard/OldScheduler/StorePeerCommand.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/StorePeerCommand.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/StoreScuCommand.cpp --- a/Resources/Graveyard/OldScheduler/StoreScuCommand.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/StoreScuCommand.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Graveyard/OldScheduler/StoreScuCommand.h --- a/Resources/Graveyard/OldScheduler/StoreScuCommand.h Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Graveyard/OldScheduler/StoreScuCommand.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/RetrieveCACertificates.py --- a/Resources/RetrieveCACertificates.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/RetrieveCACertificates.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/ImportDicomFiles/ImportDicomFiles.py --- a/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Lua/CallWebService.js --- a/Resources/Samples/Lua/CallWebService.js Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Lua/CallWebService.js Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Python/AnonymizeAllPatients.py --- a/Resources/Samples/Python/AnonymizeAllPatients.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Python/AnonymizeAllPatients.py Fri Jan 31 17:15:44 2020 +0100 @@ -4,7 +4,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Python/ArchiveAllPatients.py --- a/Resources/Samples/Python/ArchiveAllPatients.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Python/ArchiveAllPatients.py Fri Jan 31 17:15:44 2020 +0100 @@ -4,7 +4,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Python/ArchiveStudiesInTimeRange.py --- a/Resources/Samples/Python/ArchiveStudiesInTimeRange.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Python/ArchiveStudiesInTimeRange.py Fri Jan 31 17:15:44 2020 +0100 @@ -4,7 +4,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Python/AutoClassify.py --- a/Resources/Samples/Python/AutoClassify.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Python/AutoClassify.py Fri Jan 31 17:15:44 2020 +0100 @@ -4,7 +4,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Python/ChangesLoop.py --- a/Resources/Samples/Python/ChangesLoop.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Python/ChangesLoop.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Python/ContinuousPatientAnonymization.py --- a/Resources/Samples/Python/ContinuousPatientAnonymization.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Python/ContinuousPatientAnonymization.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Python/DeleteAllStudies.py --- a/Resources/Samples/Python/DeleteAllStudies.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Python/DeleteAllStudies.py Fri Jan 31 17:15:44 2020 +0100 @@ -4,7 +4,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Python/DownloadAnonymized.py --- a/Resources/Samples/Python/DownloadAnonymized.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Python/DownloadAnonymized.py Fri Jan 31 17:15:44 2020 +0100 @@ -4,7 +4,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Python/HighPerformanceAutoRouting.py --- a/Resources/Samples/Python/HighPerformanceAutoRouting.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Python/HighPerformanceAutoRouting.py Fri Jan 31 17:15:44 2020 +0100 @@ -4,7 +4,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Python/ManualModification.py --- a/Resources/Samples/Python/ManualModification.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Python/ManualModification.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Python/Replicate.py --- a/Resources/Samples/Python/Replicate.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Python/Replicate.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Python/RestToolbox.py --- a/Resources/Samples/Python/RestToolbox.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Python/RestToolbox.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/Tools/RecoverCompressedFile.cpp --- a/Resources/Samples/Tools/RecoverCompressedFile.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/Tools/RecoverCompressedFile.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/WebApplications/DrawingDicomizer.js --- a/Resources/Samples/WebApplications/DrawingDicomizer.js Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/WebApplications/DrawingDicomizer.js Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/WebApplications/DrawingDicomizer/orthanc.js --- a/Resources/Samples/WebApplications/DrawingDicomizer/orthanc.js Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/WebApplications/DrawingDicomizer/orthanc.js Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/Samples/WebApplications/NodeToolbox.js --- a/Resources/Samples/WebApplications/NodeToolbox.js Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/Samples/WebApplications/NodeToolbox.js Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c Resources/WindowsResources.py --- a/Resources/WindowsResources.py Fri Jan 31 17:01:55 2020 +0100 +++ b/Resources/WindowsResources.py Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium +# Copyright (C) 2017-2020 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/DatabaseLookupTests.cpp --- a/UnitTestsSources/DatabaseLookupTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/DatabaseLookupTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/DicomMapTests.cpp --- a/UnitTestsSources/DicomMapTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/DicomMapTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/FileStorageTests.cpp --- a/UnitTestsSources/FileStorageTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/FileStorageTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/FromDcmtkTests.cpp --- a/UnitTestsSources/FromDcmtkTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/FromDcmtkTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/ImageProcessingTests.cpp --- a/UnitTestsSources/ImageProcessingTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/ImageProcessingTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/ImageTests.cpp --- a/UnitTestsSources/ImageTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/ImageTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/JpegLosslessTests.cpp --- a/UnitTestsSources/JpegLosslessTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/JpegLosslessTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/LoggingTests.cpp --- a/UnitTestsSources/LoggingTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/LoggingTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/LuaTests.cpp --- a/UnitTestsSources/LuaTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/LuaTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/MemoryCacheTests.cpp --- a/UnitTestsSources/MemoryCacheTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/MemoryCacheTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/MultiThreadingTests.cpp --- a/UnitTestsSources/MultiThreadingTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/MultiThreadingTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/PluginsTests.cpp --- a/UnitTestsSources/PluginsTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/PluginsTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/PrecompiledHeadersUnitTests.cpp --- a/UnitTestsSources/PrecompiledHeadersUnitTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/PrecompiledHeadersUnitTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/PrecompiledHeadersUnitTests.h --- a/UnitTestsSources/PrecompiledHeadersUnitTests.h Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/PrecompiledHeadersUnitTests.h Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/RestApiTests.cpp --- a/UnitTestsSources/RestApiTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/RestApiTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/SQLiteChromiumTests.cpp --- a/UnitTestsSources/SQLiteChromiumTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/SQLiteChromiumTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/SQLiteTests.cpp --- a/UnitTestsSources/SQLiteTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/SQLiteTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/ServerIndexTests.cpp --- a/UnitTestsSources/ServerIndexTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/ServerIndexTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/StreamTests.cpp --- a/UnitTestsSources/StreamTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/StreamTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/ToolboxTests.cpp --- a/UnitTestsSources/ToolboxTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/ToolboxTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/UnitTestsMain.cpp --- a/UnitTestsSources/UnitTestsMain.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/UnitTestsMain.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/VersionsTests.cpp --- a/UnitTestsSources/VersionsTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/VersionsTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 0c9a8f6d2349 -r f6a73611ec5c UnitTestsSources/ZipTests.cpp --- a/UnitTestsSources/ZipTests.cpp Fri Jan 31 17:01:55 2020 +0100 +++ b/UnitTestsSources/ZipTests.cpp Fri Jan 31 17:15:44 2020 +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-2019 Osimis S.A., Belgium + * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as