# HG changeset patch # User Sebastien Jodogne # Date 1514882107 -3600 # Node ID 878b592708599fb0f7eec4bdffe1d240e3f608ac # Parent a894adc8bb031ef1209401b51fd302cca17e7a9b upgrade to year 2018 diff -r a894adc8bb03 -r 878b59270859 AUTHORS --- a/AUTHORS Thu Dec 14 16:30:30 2017 +0100 +++ b/AUTHORS Tue Jan 02 09:35:07 2018 +0100 @@ -14,7 +14,7 @@ 4000 Liege Belgium -* Osimis +* Osimis S.A. Rue des Chasseurs Ardennais 3 4031 Liege Belgium diff -r a894adc8bb03 -r 878b59270859 Core/Cache/ICachePageProvider.h --- a/Core/Cache/ICachePageProvider.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Cache/ICachePageProvider.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Cache/LeastRecentlyUsedIndex.h --- a/Core/Cache/LeastRecentlyUsedIndex.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Cache/LeastRecentlyUsedIndex.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Cache/MemoryCache.cpp --- a/Core/Cache/MemoryCache.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Cache/MemoryCache.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Cache/MemoryCache.h --- a/Core/Cache/MemoryCache.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Cache/MemoryCache.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Cache/SharedArchive.cpp --- a/Core/Cache/SharedArchive.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Cache/SharedArchive.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Cache/SharedArchive.h --- a/Core/Cache/SharedArchive.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Cache/SharedArchive.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/ChunkedBuffer.cpp --- a/Core/ChunkedBuffer.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/ChunkedBuffer.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/ChunkedBuffer.h --- a/Core/ChunkedBuffer.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/ChunkedBuffer.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Compression/DeflateBaseCompressor.cpp --- a/Core/Compression/DeflateBaseCompressor.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Compression/DeflateBaseCompressor.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Compression/DeflateBaseCompressor.h --- a/Core/Compression/DeflateBaseCompressor.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Compression/DeflateBaseCompressor.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Compression/GzipCompressor.cpp --- a/Core/Compression/GzipCompressor.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Compression/GzipCompressor.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Compression/GzipCompressor.h --- a/Core/Compression/GzipCompressor.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Compression/GzipCompressor.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Compression/HierarchicalZipWriter.cpp --- a/Core/Compression/HierarchicalZipWriter.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Compression/HierarchicalZipWriter.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Compression/HierarchicalZipWriter.h --- a/Core/Compression/HierarchicalZipWriter.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Compression/HierarchicalZipWriter.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Compression/IBufferCompressor.h --- a/Core/Compression/IBufferCompressor.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Compression/IBufferCompressor.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Compression/ZipWriter.cpp --- a/Core/Compression/ZipWriter.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Compression/ZipWriter.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Compression/ZipWriter.h --- a/Core/Compression/ZipWriter.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Compression/ZipWriter.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Compression/ZlibCompressor.cpp --- a/Core/Compression/ZlibCompressor.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Compression/ZlibCompressor.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Compression/ZlibCompressor.h --- a/Core/Compression/ZlibCompressor.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Compression/ZlibCompressor.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomArray.cpp --- a/Core/DicomFormat/DicomArray.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomArray.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomArray.h --- a/Core/DicomFormat/DicomArray.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomArray.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomElement.h --- a/Core/DicomFormat/DicomElement.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomElement.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomImageInformation.cpp --- a/Core/DicomFormat/DicomImageInformation.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomImageInformation.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomImageInformation.h --- a/Core/DicomFormat/DicomImageInformation.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomImageInformation.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomInstanceHasher.cpp --- a/Core/DicomFormat/DicomInstanceHasher.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomInstanceHasher.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomInstanceHasher.h --- a/Core/DicomFormat/DicomInstanceHasher.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomInstanceHasher.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomIntegerPixelAccessor.cpp --- a/Core/DicomFormat/DicomIntegerPixelAccessor.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomIntegerPixelAccessor.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomIntegerPixelAccessor.h --- a/Core/DicomFormat/DicomIntegerPixelAccessor.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomIntegerPixelAccessor.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomMap.cpp --- a/Core/DicomFormat/DicomMap.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomMap.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomMap.h --- a/Core/DicomFormat/DicomMap.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomMap.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomTag.cpp --- a/Core/DicomFormat/DicomTag.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomTag.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomTag.h --- a/Core/DicomFormat/DicomTag.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomTag.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomValue.cpp --- a/Core/DicomFormat/DicomValue.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomValue.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomFormat/DicomValue.h --- a/Core/DicomFormat/DicomValue.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomFormat/DicomValue.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/DicomFindAnswers.cpp --- a/Core/DicomNetworking/DicomFindAnswers.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/DicomFindAnswers.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/DicomFindAnswers.h --- a/Core/DicomNetworking/DicomFindAnswers.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/DicomFindAnswers.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/DicomServer.cpp --- a/Core/DicomNetworking/DicomServer.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/DicomServer.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/DicomServer.h --- a/Core/DicomNetworking/DicomServer.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/DicomServer.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/DicomUserConnection.cpp --- a/Core/DicomNetworking/DicomUserConnection.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/DicomUserConnection.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/DicomUserConnection.h --- a/Core/DicomNetworking/DicomUserConnection.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/DicomUserConnection.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/IApplicationEntityFilter.h --- a/Core/DicomNetworking/IApplicationEntityFilter.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/IApplicationEntityFilter.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/IFindRequestHandler.h --- a/Core/DicomNetworking/IFindRequestHandler.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/IFindRequestHandler.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/IFindRequestHandlerFactory.h --- a/Core/DicomNetworking/IFindRequestHandlerFactory.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/IFindRequestHandlerFactory.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/IMoveRequestHandler.h --- a/Core/DicomNetworking/IMoveRequestHandler.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/IMoveRequestHandler.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/IMoveRequestHandlerFactory.h --- a/Core/DicomNetworking/IMoveRequestHandlerFactory.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/IMoveRequestHandlerFactory.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/IStoreRequestHandler.h --- a/Core/DicomNetworking/IStoreRequestHandler.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/IStoreRequestHandler.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/IStoreRequestHandlerFactory.h --- a/Core/DicomNetworking/IStoreRequestHandlerFactory.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/IStoreRequestHandlerFactory.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/IWorklistRequestHandler.h --- a/Core/DicomNetworking/IWorklistRequestHandler.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/IWorklistRequestHandler.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/IWorklistRequestHandlerFactory.h --- a/Core/DicomNetworking/IWorklistRequestHandlerFactory.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/IWorklistRequestHandlerFactory.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/Internals/CommandDispatcher.cpp --- a/Core/DicomNetworking/Internals/CommandDispatcher.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/Internals/CommandDispatcher.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/Internals/CommandDispatcher.h --- a/Core/DicomNetworking/Internals/CommandDispatcher.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/Internals/CommandDispatcher.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/Internals/FindScp.cpp --- a/Core/DicomNetworking/Internals/FindScp.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/Internals/FindScp.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/Internals/FindScp.h --- a/Core/DicomNetworking/Internals/FindScp.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/Internals/FindScp.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/Internals/MoveScp.cpp --- a/Core/DicomNetworking/Internals/MoveScp.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/Internals/MoveScp.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/Internals/MoveScp.h --- a/Core/DicomNetworking/Internals/MoveScp.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/Internals/MoveScp.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/Internals/StoreScp.cpp --- a/Core/DicomNetworking/Internals/StoreScp.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/Internals/StoreScp.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/Internals/StoreScp.h --- a/Core/DicomNetworking/Internals/StoreScp.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/Internals/StoreScp.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/RemoteModalityParameters.cpp --- a/Core/DicomNetworking/RemoteModalityParameters.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/RemoteModalityParameters.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/RemoteModalityParameters.h --- a/Core/DicomNetworking/RemoteModalityParameters.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/RemoteModalityParameters.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/ReusableDicomUserConnection.cpp --- a/Core/DicomNetworking/ReusableDicomUserConnection.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/ReusableDicomUserConnection.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomNetworking/ReusableDicomUserConnection.h --- a/Core/DicomNetworking/ReusableDicomUserConnection.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomNetworking/ReusableDicomUserConnection.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/DicomDirWriter.cpp --- a/Core/DicomParsing/DicomDirWriter.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/DicomDirWriter.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/DicomDirWriter.h --- a/Core/DicomParsing/DicomDirWriter.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/DicomDirWriter.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/DicomModification.cpp --- a/Core/DicomParsing/DicomModification.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/DicomModification.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/DicomModification.h --- a/Core/DicomParsing/DicomModification.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/DicomModification.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/FromDcmtkBridge.cpp --- a/Core/DicomParsing/FromDcmtkBridge.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/FromDcmtkBridge.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/FromDcmtkBridge.h --- a/Core/DicomParsing/FromDcmtkBridge.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/FromDcmtkBridge.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/Internals/DicomFrameIndex.cpp --- a/Core/DicomParsing/Internals/DicomFrameIndex.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/Internals/DicomFrameIndex.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/Internals/DicomFrameIndex.h --- a/Core/DicomParsing/Internals/DicomFrameIndex.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/Internals/DicomFrameIndex.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/Internals/DicomImageDecoder.cpp --- a/Core/DicomParsing/Internals/DicomImageDecoder.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/Internals/DicomImageDecoder.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/Internals/DicomImageDecoder.h --- a/Core/DicomParsing/Internals/DicomImageDecoder.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/Internals/DicomImageDecoder.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/ParsedDicomFile.cpp --- a/Core/DicomParsing/ParsedDicomFile.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/ParsedDicomFile.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/ParsedDicomFile.h --- a/Core/DicomParsing/ParsedDicomFile.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/ParsedDicomFile.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/ToDcmtkBridge.cpp --- a/Core/DicomParsing/ToDcmtkBridge.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/ToDcmtkBridge.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/DicomParsing/ToDcmtkBridge.h --- a/Core/DicomParsing/ToDcmtkBridge.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/DicomParsing/ToDcmtkBridge.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Endianness.h --- a/Core/Endianness.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Endianness.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/EnumerationDictionary.h --- a/Core/EnumerationDictionary.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/EnumerationDictionary.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Enumerations.cpp --- a/Core/Enumerations.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Enumerations.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Enumerations.h --- a/Core/Enumerations.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Enumerations.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/FileStorage/FileInfo.h --- a/Core/FileStorage/FileInfo.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/FileStorage/FileInfo.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/FileStorage/FilesystemStorage.cpp --- a/Core/FileStorage/FilesystemStorage.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/FileStorage/FilesystemStorage.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/FileStorage/FilesystemStorage.h --- a/Core/FileStorage/FilesystemStorage.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/FileStorage/FilesystemStorage.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/FileStorage/IStorageArea.h --- a/Core/FileStorage/IStorageArea.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/FileStorage/IStorageArea.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/FileStorage/StorageAccessor.cpp --- a/Core/FileStorage/StorageAccessor.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/FileStorage/StorageAccessor.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/FileStorage/StorageAccessor.h --- a/Core/FileStorage/StorageAccessor.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/FileStorage/StorageAccessor.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpClient.cpp --- a/Core/HttpClient.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpClient.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpClient.h --- a/Core/HttpClient.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpClient.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/BufferHttpSender.cpp --- a/Core/HttpServer/BufferHttpSender.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/BufferHttpSender.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/BufferHttpSender.h --- a/Core/HttpServer/BufferHttpSender.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/BufferHttpSender.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/EmbeddedResourceHttpHandler.cpp --- a/Core/HttpServer/EmbeddedResourceHttpHandler.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/EmbeddedResourceHttpHandler.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/EmbeddedResourceHttpHandler.h --- a/Core/HttpServer/EmbeddedResourceHttpHandler.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/EmbeddedResourceHttpHandler.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/FilesystemHttpHandler.cpp --- a/Core/HttpServer/FilesystemHttpHandler.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/FilesystemHttpHandler.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/FilesystemHttpHandler.h --- a/Core/HttpServer/FilesystemHttpHandler.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/FilesystemHttpHandler.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/FilesystemHttpSender.cpp --- a/Core/HttpServer/FilesystemHttpSender.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/FilesystemHttpSender.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/FilesystemHttpSender.h --- a/Core/HttpServer/FilesystemHttpSender.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/FilesystemHttpSender.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/HttpContentNegociation.cpp --- a/Core/HttpServer/HttpContentNegociation.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/HttpContentNegociation.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/HttpContentNegociation.h --- a/Core/HttpServer/HttpContentNegociation.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/HttpContentNegociation.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/HttpFileSender.cpp --- a/Core/HttpServer/HttpFileSender.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/HttpFileSender.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/HttpFileSender.h --- a/Core/HttpServer/HttpFileSender.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/HttpFileSender.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/HttpOutput.cpp --- a/Core/HttpServer/HttpOutput.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/HttpOutput.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/HttpOutput.h --- a/Core/HttpServer/HttpOutput.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/HttpOutput.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/HttpStreamTranscoder.cpp --- a/Core/HttpServer/HttpStreamTranscoder.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/HttpStreamTranscoder.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/HttpStreamTranscoder.h --- a/Core/HttpServer/HttpStreamTranscoder.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/HttpStreamTranscoder.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/HttpToolbox.cpp --- a/Core/HttpServer/HttpToolbox.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/HttpToolbox.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/HttpToolbox.h --- a/Core/HttpServer/HttpToolbox.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/HttpToolbox.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/IHttpHandler.h --- a/Core/HttpServer/IHttpHandler.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/IHttpHandler.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/IHttpOutputStream.h --- a/Core/HttpServer/IHttpOutputStream.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/IHttpOutputStream.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/IHttpStreamAnswer.h --- a/Core/HttpServer/IHttpStreamAnswer.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/IHttpStreamAnswer.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/IIncomingHttpRequestFilter.h --- a/Core/HttpServer/IIncomingHttpRequestFilter.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/IIncomingHttpRequestFilter.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/MongooseServer.cpp --- a/Core/HttpServer/MongooseServer.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/MongooseServer.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/MongooseServer.h --- a/Core/HttpServer/MongooseServer.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/MongooseServer.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/StringHttpOutput.cpp --- a/Core/HttpServer/StringHttpOutput.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/StringHttpOutput.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/HttpServer/StringHttpOutput.h --- a/Core/HttpServer/StringHttpOutput.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/HttpServer/StringHttpOutput.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/ICommand.h --- a/Core/ICommand.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/ICommand.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/IDynamicObject.h --- a/Core/IDynamicObject.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/IDynamicObject.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/Font.cpp --- a/Core/Images/Font.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/Font.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/Font.h --- a/Core/Images/Font.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/Font.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/FontRegistry.cpp --- a/Core/Images/FontRegistry.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/FontRegistry.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/FontRegistry.h --- a/Core/Images/FontRegistry.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/FontRegistry.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/IImageWriter.cpp --- a/Core/Images/IImageWriter.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/IImageWriter.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/IImageWriter.h --- a/Core/Images/IImageWriter.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/IImageWriter.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/Image.cpp --- a/Core/Images/Image.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/Image.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/Image.h --- a/Core/Images/Image.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/Image.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/ImageAccessor.cpp --- a/Core/Images/ImageAccessor.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/ImageAccessor.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/ImageAccessor.h --- a/Core/Images/ImageAccessor.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/ImageAccessor.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/ImageBuffer.cpp --- a/Core/Images/ImageBuffer.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/ImageBuffer.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/ImageBuffer.h --- a/Core/Images/ImageBuffer.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/ImageBuffer.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/ImageProcessing.cpp --- a/Core/Images/ImageProcessing.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/ImageProcessing.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/ImageProcessing.h --- a/Core/Images/ImageProcessing.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/ImageProcessing.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/JpegErrorManager.cpp --- a/Core/Images/JpegErrorManager.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/JpegErrorManager.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/JpegErrorManager.h --- a/Core/Images/JpegErrorManager.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/JpegErrorManager.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/JpegReader.cpp --- a/Core/Images/JpegReader.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/JpegReader.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/JpegReader.h --- a/Core/Images/JpegReader.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/JpegReader.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/JpegWriter.cpp --- a/Core/Images/JpegWriter.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/JpegWriter.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/JpegWriter.h --- a/Core/Images/JpegWriter.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/JpegWriter.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/PngReader.cpp --- a/Core/Images/PngReader.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/PngReader.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/PngReader.h --- a/Core/Images/PngReader.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/PngReader.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/PngWriter.cpp --- a/Core/Images/PngWriter.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/PngWriter.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Images/PngWriter.h --- a/Core/Images/PngWriter.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Images/PngWriter.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Logging.cpp --- a/Core/Logging.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Logging.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Logging.h --- a/Core/Logging.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Logging.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Lua/LuaContext.cpp --- a/Core/Lua/LuaContext.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Lua/LuaContext.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Lua/LuaContext.h --- a/Core/Lua/LuaContext.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Lua/LuaContext.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Lua/LuaFunctionCall.cpp --- a/Core/Lua/LuaFunctionCall.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Lua/LuaFunctionCall.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Lua/LuaFunctionCall.h --- a/Core/Lua/LuaFunctionCall.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Lua/LuaFunctionCall.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/BagOfTasks.h --- a/Core/MultiThreading/BagOfTasks.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/BagOfTasks.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/BagOfTasksProcessor.cpp --- a/Core/MultiThreading/BagOfTasksProcessor.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/BagOfTasksProcessor.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/BagOfTasksProcessor.h --- a/Core/MultiThreading/BagOfTasksProcessor.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/BagOfTasksProcessor.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/ILockable.h --- a/Core/MultiThreading/ILockable.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/ILockable.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/IRunnableBySteps.h --- a/Core/MultiThreading/IRunnableBySteps.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/IRunnableBySteps.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/Locker.h --- a/Core/MultiThreading/Locker.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/Locker.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/Mutex.cpp --- a/Core/MultiThreading/Mutex.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/Mutex.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/Mutex.h --- a/Core/MultiThreading/Mutex.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/Mutex.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/ReaderWriterLock.cpp --- a/Core/MultiThreading/ReaderWriterLock.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/ReaderWriterLock.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/ReaderWriterLock.h --- a/Core/MultiThreading/ReaderWriterLock.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/ReaderWriterLock.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/RunnableWorkersPool.cpp --- a/Core/MultiThreading/RunnableWorkersPool.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/RunnableWorkersPool.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/RunnableWorkersPool.h --- a/Core/MultiThreading/RunnableWorkersPool.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/RunnableWorkersPool.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/Semaphore.cpp --- a/Core/MultiThreading/Semaphore.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/Semaphore.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/Semaphore.h --- a/Core/MultiThreading/Semaphore.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/Semaphore.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/SharedMessageQueue.cpp --- a/Core/MultiThreading/SharedMessageQueue.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/SharedMessageQueue.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/MultiThreading/SharedMessageQueue.h --- a/Core/MultiThreading/SharedMessageQueue.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/MultiThreading/SharedMessageQueue.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/OrthancException.h --- a/Core/OrthancException.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/OrthancException.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Pkcs11.cpp --- a/Core/Pkcs11.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Pkcs11.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Pkcs11.h --- a/Core/Pkcs11.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Pkcs11.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/PrecompiledHeaders.cpp --- a/Core/PrecompiledHeaders.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/PrecompiledHeaders.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/PrecompiledHeaders.h --- a/Core/PrecompiledHeaders.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/PrecompiledHeaders.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApi.cpp --- a/Core/RestApi/RestApi.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApi.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApi.h --- a/Core/RestApi/RestApi.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApi.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiCall.cpp --- a/Core/RestApi/RestApiCall.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiCall.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiCall.h --- a/Core/RestApi/RestApiCall.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiCall.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiDeleteCall.h --- a/Core/RestApi/RestApiDeleteCall.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiDeleteCall.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiGetCall.cpp --- a/Core/RestApi/RestApiGetCall.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiGetCall.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiGetCall.h --- a/Core/RestApi/RestApiGetCall.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiGetCall.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiHierarchy.cpp --- a/Core/RestApi/RestApiHierarchy.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiHierarchy.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiHierarchy.h --- a/Core/RestApi/RestApiHierarchy.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiHierarchy.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiOutput.cpp --- a/Core/RestApi/RestApiOutput.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiOutput.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiOutput.h --- a/Core/RestApi/RestApiOutput.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiOutput.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiPath.cpp --- a/Core/RestApi/RestApiPath.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiPath.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiPath.h --- a/Core/RestApi/RestApiPath.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiPath.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiPostCall.h --- a/Core/RestApi/RestApiPostCall.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiPostCall.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/RestApi/RestApiPutCall.h --- a/Core/RestApi/RestApiPutCall.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/RestApi/RestApiPutCall.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/SystemToolbox.cpp --- a/Core/SystemToolbox.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/SystemToolbox.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/SystemToolbox.h --- a/Core/SystemToolbox.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/SystemToolbox.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/TemporaryFile.cpp --- a/Core/TemporaryFile.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/TemporaryFile.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/TemporaryFile.h --- a/Core/TemporaryFile.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/TemporaryFile.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Toolbox.cpp --- a/Core/Toolbox.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Toolbox.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/Toolbox.h --- a/Core/Toolbox.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/Toolbox.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/WebServiceParameters.cpp --- a/Core/WebServiceParameters.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/WebServiceParameters.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Core/WebServiceParameters.h --- a/Core/WebServiceParameters.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Core/WebServiceParameters.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/DatabaseWrapper.cpp --- a/OrthancServer/DatabaseWrapper.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/DatabaseWrapper.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/DatabaseWrapper.h --- a/OrthancServer/DatabaseWrapper.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/DatabaseWrapper.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/DatabaseWrapperBase.cpp --- a/OrthancServer/DatabaseWrapperBase.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/DatabaseWrapperBase.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/DatabaseWrapperBase.h --- a/OrthancServer/DatabaseWrapperBase.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/DatabaseWrapperBase.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/DefaultDicomImageDecoder.h --- a/OrthancServer/DefaultDicomImageDecoder.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/DefaultDicomImageDecoder.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/DicomInstanceToStore.cpp --- a/OrthancServer/DicomInstanceToStore.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/DicomInstanceToStore.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/DicomInstanceToStore.h --- a/OrthancServer/DicomInstanceToStore.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/DicomInstanceToStore.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/ExportedResource.cpp --- a/OrthancServer/ExportedResource.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/ExportedResource.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/ExportedResource.h --- a/OrthancServer/ExportedResource.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/ExportedResource.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/IDatabaseListener.h --- a/OrthancServer/IDatabaseListener.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/IDatabaseListener.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/IDatabaseWrapper.h --- a/OrthancServer/IDatabaseWrapper.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/IDatabaseWrapper.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/IDicomImageDecoder.h --- a/OrthancServer/IDicomImageDecoder.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/IDicomImageDecoder.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/IServerListener.h --- a/OrthancServer/IServerListener.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/IServerListener.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/LuaScripting.cpp --- a/OrthancServer/LuaScripting.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/LuaScripting.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/LuaScripting.h --- a/OrthancServer/LuaScripting.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/LuaScripting.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancFindRequestHandler.cpp --- a/OrthancServer/OrthancFindRequestHandler.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancFindRequestHandler.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancFindRequestHandler.h --- a/OrthancServer/OrthancFindRequestHandler.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancFindRequestHandler.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancHttpHandler.cpp --- a/OrthancServer/OrthancHttpHandler.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancHttpHandler.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancHttpHandler.h --- a/OrthancServer/OrthancHttpHandler.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancHttpHandler.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancInitialization.cpp --- a/OrthancServer/OrthancInitialization.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancInitialization.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancInitialization.h --- a/OrthancServer/OrthancInitialization.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancInitialization.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancMoveRequestHandler.cpp --- a/OrthancServer/OrthancMoveRequestHandler.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancMoveRequestHandler.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancMoveRequestHandler.h --- a/OrthancServer/OrthancMoveRequestHandler.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancMoveRequestHandler.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancRestApi/OrthancRestApi.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestApi.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestApi.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancRestApi/OrthancRestApi.h --- a/OrthancServer/OrthancRestApi/OrthancRestApi.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestApi.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancRestApi/OrthancRestArchive.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestArchive.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestArchive.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancRestApi/OrthancRestChanges.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestChanges.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestChanges.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancRestApi/OrthancRestModalities.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestModalities.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestModalities.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancRestApi/OrthancRestResources.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestResources.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestResources.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/OrthancRestApi/OrthancRestSystem.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestSystem.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestSystem.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/PrecompiledHeadersServer.cpp --- a/OrthancServer/PrecompiledHeadersServer.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/PrecompiledHeadersServer.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/PrecompiledHeadersServer.h --- a/OrthancServer/PrecompiledHeadersServer.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/PrecompiledHeadersServer.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/QueryRetrieveHandler.cpp --- a/OrthancServer/QueryRetrieveHandler.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/QueryRetrieveHandler.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/QueryRetrieveHandler.h --- a/OrthancServer/QueryRetrieveHandler.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/QueryRetrieveHandler.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/CallSystemCommand.cpp --- a/OrthancServer/Scheduler/CallSystemCommand.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/CallSystemCommand.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/CallSystemCommand.h --- a/OrthancServer/Scheduler/CallSystemCommand.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/CallSystemCommand.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/DeleteInstanceCommand.cpp --- a/OrthancServer/Scheduler/DeleteInstanceCommand.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/DeleteInstanceCommand.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/DeleteInstanceCommand.h --- a/OrthancServer/Scheduler/DeleteInstanceCommand.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/DeleteInstanceCommand.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/IServerCommand.h --- a/OrthancServer/Scheduler/IServerCommand.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/IServerCommand.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/ModifyInstanceCommand.cpp --- a/OrthancServer/Scheduler/ModifyInstanceCommand.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/ModifyInstanceCommand.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/ModifyInstanceCommand.h --- a/OrthancServer/Scheduler/ModifyInstanceCommand.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/ModifyInstanceCommand.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/ServerCommandInstance.cpp --- a/OrthancServer/Scheduler/ServerCommandInstance.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/ServerCommandInstance.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/ServerCommandInstance.h --- a/OrthancServer/Scheduler/ServerCommandInstance.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/ServerCommandInstance.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/ServerJob.cpp --- a/OrthancServer/Scheduler/ServerJob.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/ServerJob.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/ServerJob.h --- a/OrthancServer/Scheduler/ServerJob.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/ServerJob.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/ServerScheduler.cpp --- a/OrthancServer/Scheduler/ServerScheduler.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/ServerScheduler.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/ServerScheduler.h --- a/OrthancServer/Scheduler/ServerScheduler.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/ServerScheduler.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/StorePeerCommand.cpp --- a/OrthancServer/Scheduler/StorePeerCommand.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/StorePeerCommand.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/StorePeerCommand.h --- a/OrthancServer/Scheduler/StorePeerCommand.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/StorePeerCommand.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/StoreScuCommand.cpp --- a/OrthancServer/Scheduler/StoreScuCommand.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/StoreScuCommand.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Scheduler/StoreScuCommand.h --- a/OrthancServer/Scheduler/StoreScuCommand.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Scheduler/StoreScuCommand.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/HierarchicalMatcher.cpp --- a/OrthancServer/Search/HierarchicalMatcher.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/HierarchicalMatcher.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/HierarchicalMatcher.h --- a/OrthancServer/Search/HierarchicalMatcher.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/HierarchicalMatcher.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/IFindConstraint.cpp --- a/OrthancServer/Search/IFindConstraint.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/IFindConstraint.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/IFindConstraint.h --- a/OrthancServer/Search/IFindConstraint.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/IFindConstraint.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/ListConstraint.cpp --- a/OrthancServer/Search/ListConstraint.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/ListConstraint.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/ListConstraint.h --- a/OrthancServer/Search/ListConstraint.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/ListConstraint.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/LookupIdentifierQuery.cpp --- a/OrthancServer/Search/LookupIdentifierQuery.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/LookupIdentifierQuery.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/LookupIdentifierQuery.h --- a/OrthancServer/Search/LookupIdentifierQuery.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/LookupIdentifierQuery.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/LookupResource.cpp --- a/OrthancServer/Search/LookupResource.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/LookupResource.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/LookupResource.h --- a/OrthancServer/Search/LookupResource.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/LookupResource.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/RangeConstraint.cpp --- a/OrthancServer/Search/RangeConstraint.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/RangeConstraint.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/RangeConstraint.h --- a/OrthancServer/Search/RangeConstraint.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/RangeConstraint.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/SetOfResources.cpp --- a/OrthancServer/Search/SetOfResources.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/SetOfResources.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/SetOfResources.h --- a/OrthancServer/Search/SetOfResources.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/SetOfResources.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/ValueConstraint.cpp --- a/OrthancServer/Search/ValueConstraint.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/ValueConstraint.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/ValueConstraint.h --- a/OrthancServer/Search/ValueConstraint.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/ValueConstraint.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/WildcardConstraint.cpp --- a/OrthancServer/Search/WildcardConstraint.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/WildcardConstraint.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/Search/WildcardConstraint.h --- a/OrthancServer/Search/WildcardConstraint.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/Search/WildcardConstraint.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/ServerContext.cpp --- a/OrthancServer/ServerContext.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/ServerContext.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/ServerContext.h --- a/OrthancServer/ServerContext.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/ServerContext.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/ServerEnumerations.cpp --- a/OrthancServer/ServerEnumerations.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/ServerEnumerations.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/ServerEnumerations.h --- a/OrthancServer/ServerEnumerations.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/ServerEnumerations.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/ServerIndex.cpp --- a/OrthancServer/ServerIndex.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/ServerIndex.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/ServerIndex.h --- a/OrthancServer/ServerIndex.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/ServerIndex.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/ServerIndexChange.h --- a/OrthancServer/ServerIndexChange.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/ServerIndexChange.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/ServerToolbox.cpp --- a/OrthancServer/ServerToolbox.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/ServerToolbox.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/ServerToolbox.h --- a/OrthancServer/ServerToolbox.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/ServerToolbox.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/SliceOrdering.cpp --- a/OrthancServer/SliceOrdering.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/SliceOrdering.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/SliceOrdering.h --- a/OrthancServer/SliceOrdering.h Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/SliceOrdering.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 OrthancServer/main.cpp --- a/OrthancServer/main.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/OrthancServer/main.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -506,7 +506,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 Osimis S.A. (Belgium)" << std::endl + << "Copyright (C) 2017-2018 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 a894adc8bb03 -r 878b59270859 Plugins/Engine/IPluginServiceProvider.h --- a/Plugins/Engine/IPluginServiceProvider.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/IPluginServiceProvider.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Engine/OrthancPluginDatabase.cpp --- a/Plugins/Engine/OrthancPluginDatabase.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/OrthancPluginDatabase.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Engine/OrthancPluginDatabase.h --- a/Plugins/Engine/OrthancPluginDatabase.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/OrthancPluginDatabase.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Engine/OrthancPlugins.cpp --- a/Plugins/Engine/OrthancPlugins.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/OrthancPlugins.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Engine/OrthancPlugins.h --- a/Plugins/Engine/OrthancPlugins.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/OrthancPlugins.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Engine/PluginsEnumerations.cpp --- a/Plugins/Engine/PluginsEnumerations.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/PluginsEnumerations.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Engine/PluginsEnumerations.h --- a/Plugins/Engine/PluginsEnumerations.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/PluginsEnumerations.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Engine/PluginsErrorDictionary.cpp --- a/Plugins/Engine/PluginsErrorDictionary.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/PluginsErrorDictionary.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Engine/PluginsErrorDictionary.h --- a/Plugins/Engine/PluginsErrorDictionary.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/PluginsErrorDictionary.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Engine/PluginsManager.cpp --- a/Plugins/Engine/PluginsManager.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/PluginsManager.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Engine/PluginsManager.h --- a/Plugins/Engine/PluginsManager.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/PluginsManager.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Engine/SharedLibrary.cpp --- a/Plugins/Engine/SharedLibrary.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/SharedLibrary.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Engine/SharedLibrary.h --- a/Plugins/Engine/SharedLibrary.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Engine/SharedLibrary.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Include/orthanc/OrthancCDatabasePlugin.h --- a/Plugins/Include/orthanc/OrthancCDatabasePlugin.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Include/orthanc/OrthancCDatabasePlugin.h Tue Jan 02 09:35:07 2018 +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 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Include/orthanc/OrthancCPlugin.h --- a/Plugins/Include/orthanc/OrthancCPlugin.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Include/orthanc/OrthancCPlugin.h Tue Jan 02 09:35:07 2018 +0100 @@ -74,7 +74,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Include/orthanc/OrthancCppDatabasePlugin.h --- a/Plugins/Include/orthanc/OrthancCppDatabasePlugin.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Include/orthanc/OrthancCppDatabasePlugin.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/AutomatedJpeg2kCompression/Plugin.cpp --- a/Plugins/Samples/AutomatedJpeg2kCompression/Plugin.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/AutomatedJpeg2kCompression/Plugin.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Basic/Plugin.c --- a/Plugins/Samples/Basic/Plugin.c Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Basic/Plugin.c Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/DicomDatasetReader.cpp --- a/Plugins/Samples/Common/DicomDatasetReader.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/DicomDatasetReader.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/DicomDatasetReader.h --- a/Plugins/Samples/Common/DicomDatasetReader.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/DicomDatasetReader.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/DicomPath.cpp --- a/Plugins/Samples/Common/DicomPath.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/DicomPath.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/DicomPath.h --- a/Plugins/Samples/Common/DicomPath.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/DicomPath.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/DicomTag.cpp --- a/Plugins/Samples/Common/DicomTag.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/DicomTag.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/DicomTag.h --- a/Plugins/Samples/Common/DicomTag.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/DicomTag.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/FullOrthancDataset.cpp --- a/Plugins/Samples/Common/FullOrthancDataset.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/FullOrthancDataset.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/FullOrthancDataset.h --- a/Plugins/Samples/Common/FullOrthancDataset.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/FullOrthancDataset.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/IDicomDataset.h --- a/Plugins/Samples/Common/IDicomDataset.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/IDicomDataset.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/IOrthancConnection.cpp --- a/Plugins/Samples/Common/IOrthancConnection.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/IOrthancConnection.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/IOrthancConnection.h --- a/Plugins/Samples/Common/IOrthancConnection.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/IOrthancConnection.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/OrthancHttpConnection.cpp --- a/Plugins/Samples/Common/OrthancHttpConnection.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/OrthancHttpConnection.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/OrthancHttpConnection.h --- a/Plugins/Samples/Common/OrthancHttpConnection.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/OrthancHttpConnection.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/OrthancPluginConnection.cpp --- a/Plugins/Samples/Common/OrthancPluginConnection.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/OrthancPluginConnection.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/OrthancPluginConnection.h --- a/Plugins/Samples/Common/OrthancPluginConnection.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/OrthancPluginConnection.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/OrthancPluginCppWrapper.cpp --- a/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/OrthancPluginCppWrapper.h --- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/OrthancPluginException.h --- a/Plugins/Samples/Common/OrthancPluginException.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/OrthancPluginException.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/SimplifiedOrthancDataset.cpp --- a/Plugins/Samples/Common/SimplifiedOrthancDataset.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/SimplifiedOrthancDataset.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/Common/SimplifiedOrthancDataset.h --- a/Plugins/Samples/Common/SimplifiedOrthancDataset.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/Common/SimplifiedOrthancDataset.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/CustomImageDecoder/Plugin.cpp --- a/Plugins/Samples/CustomImageDecoder/Plugin.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/CustomImageDecoder/Plugin.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/DatabasePlugin/Database.cpp --- a/Plugins/Samples/DatabasePlugin/Database.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/DatabasePlugin/Database.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/DatabasePlugin/Database.h --- a/Plugins/Samples/DatabasePlugin/Database.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/DatabasePlugin/Database.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/DatabasePlugin/Plugin.cpp --- a/Plugins/Samples/DatabasePlugin/Plugin.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/DatabasePlugin/Plugin.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp --- a/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h --- a/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp --- a/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h --- a/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp --- a/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h --- a/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/GdcmDecoder/Plugin.cpp --- a/Plugins/Samples/GdcmDecoder/Plugin.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/GdcmDecoder/Plugin.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/ModalityWorklists/Plugin.cpp --- a/Plugins/Samples/ModalityWorklists/Plugin.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/ModalityWorklists/Plugin.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/ServeFolders/Plugin.cpp --- a/Plugins/Samples/ServeFolders/Plugin.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/ServeFolders/Plugin.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/StorageArea/Plugin.cpp --- a/Plugins/Samples/StorageArea/Plugin.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/StorageArea/Plugin.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/WebSkeleton/Configuration.h --- a/Plugins/Samples/WebSkeleton/Configuration.h Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/WebSkeleton/Configuration.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/WebSkeleton/Framework/EmbedResources.py --- a/Plugins/Samples/WebSkeleton/Framework/EmbedResources.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/WebSkeleton/Framework/EmbedResources.py Tue Jan 02 09:35:07 2018 +0100 @@ -1,7 +1,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/WebSkeleton/Framework/Framework.cmake --- a/Plugins/Samples/WebSkeleton/Framework/Framework.cmake Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/WebSkeleton/Framework/Framework.cmake Tue Jan 02 09:35:07 2018 +0100 @@ -1,7 +1,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Plugins/Samples/WebSkeleton/Framework/Plugin.cpp --- a/Plugins/Samples/WebSkeleton/Framework/Plugin.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Plugins/Samples/WebSkeleton/Framework/Plugin.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/DicomConformanceStatement.py --- a/Resources/DicomConformanceStatement.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/DicomConformanceStatement.py Tue Jan 02 09:35:07 2018 +0100 @@ -3,7 +3,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/EmbedResources.py --- a/Resources/EmbedResources.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/EmbedResources.py Tue Jan 02 09:35:07 2018 +0100 @@ -3,7 +3,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Fonts/GenerateFont.py --- a/Resources/Fonts/GenerateFont.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Fonts/GenerateFont.py Tue Jan 02 09:35:07 2018 +0100 @@ -3,7 +3,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/GenerateAnonymizationProfile.py --- a/Resources/GenerateAnonymizationProfile.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/GenerateAnonymizationProfile.py Tue Jan 02 09:35:07 2018 +0100 @@ -3,7 +3,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/GenerateErrorCodes.py --- a/Resources/GenerateErrorCodes.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/GenerateErrorCodes.py Tue Jan 02 09:35:07 2018 +0100 @@ -3,7 +3,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/RetrieveCACertificates.py --- a/Resources/RetrieveCACertificates.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/RetrieveCACertificates.py Tue Jan 02 09:35:07 2018 +0100 @@ -3,7 +3,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/ImportDicomFiles/ImportDicomFiles.py --- a/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py Tue Jan 02 09:35:07 2018 +0100 @@ -3,7 +3,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Lua/CallWebService.js --- a/Resources/Samples/Lua/CallWebService.js Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Lua/CallWebService.js Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Python/AnonymizeAllPatients.py --- a/Resources/Samples/Python/AnonymizeAllPatients.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Python/AnonymizeAllPatients.py Tue Jan 02 09:35:07 2018 +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 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Python/ArchiveAllPatients.py --- a/Resources/Samples/Python/ArchiveAllPatients.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Python/ArchiveAllPatients.py Tue Jan 02 09:35:07 2018 +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 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Python/ArchiveStudiesInTimeRange.py --- a/Resources/Samples/Python/ArchiveStudiesInTimeRange.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Python/ArchiveStudiesInTimeRange.py Tue Jan 02 09:35:07 2018 +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 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Python/AutoClassify.py --- a/Resources/Samples/Python/AutoClassify.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Python/AutoClassify.py Tue Jan 02 09:35:07 2018 +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 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Python/ChangesLoop.py --- a/Resources/Samples/Python/ChangesLoop.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Python/ChangesLoop.py Tue Jan 02 09:35:07 2018 +0100 @@ -3,7 +3,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Python/ContinuousPatientAnonymization.py --- a/Resources/Samples/Python/ContinuousPatientAnonymization.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Python/ContinuousPatientAnonymization.py Tue Jan 02 09:35:07 2018 +0100 @@ -3,7 +3,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Python/DownloadAnonymized.py --- a/Resources/Samples/Python/DownloadAnonymized.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Python/DownloadAnonymized.py Tue Jan 02 09:35:07 2018 +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 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Python/HighPerformanceAutoRouting.py --- a/Resources/Samples/Python/HighPerformanceAutoRouting.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Python/HighPerformanceAutoRouting.py Tue Jan 02 09:35:07 2018 +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 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Python/ManualModification.py --- a/Resources/Samples/Python/ManualModification.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Python/ManualModification.py Tue Jan 02 09:35:07 2018 +0100 @@ -3,7 +3,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Python/Replicate.py --- a/Resources/Samples/Python/Replicate.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Python/Replicate.py Tue Jan 02 09:35:07 2018 +0100 @@ -3,7 +3,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Python/RestToolbox.py --- a/Resources/Samples/Python/RestToolbox.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Python/RestToolbox.py Tue Jan 02 09:35:07 2018 +0100 @@ -1,7 +1,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/Tools/RecoverCompressedFile.cpp --- a/Resources/Samples/Tools/RecoverCompressedFile.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/Tools/RecoverCompressedFile.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/WebApplications/DrawingDicomizer.js --- a/Resources/Samples/WebApplications/DrawingDicomizer.js Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/WebApplications/DrawingDicomizer.js Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/WebApplications/DrawingDicomizer/orthanc.js --- a/Resources/Samples/WebApplications/DrawingDicomizer/orthanc.js Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/WebApplications/DrawingDicomizer/orthanc.js Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/Samples/WebApplications/NodeToolbox.js --- a/Resources/Samples/WebApplications/NodeToolbox.js Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/Samples/WebApplications/NodeToolbox.js Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 Resources/WindowsResources.py --- a/Resources/WindowsResources.py Thu Dec 14 16:30:30 2017 +0100 +++ b/Resources/WindowsResources.py Tue Jan 02 09:35:07 2018 +0100 @@ -3,7 +3,7 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017 Osimis, Belgium +# Copyright (C) 2017-2018 Osimis S.A., Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/DicomMapTests.cpp --- a/UnitTestsSources/DicomMapTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/DicomMapTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/FileStorageTests.cpp --- a/UnitTestsSources/FileStorageTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/FileStorageTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/FromDcmtkTests.cpp --- a/UnitTestsSources/FromDcmtkTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/FromDcmtkTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/ImageProcessingTests.cpp --- a/UnitTestsSources/ImageProcessingTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/ImageProcessingTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/ImageTests.cpp --- a/UnitTestsSources/ImageTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/ImageTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/JpegLosslessTests.cpp --- a/UnitTestsSources/JpegLosslessTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/JpegLosslessTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/LuaTests.cpp --- a/UnitTestsSources/LuaTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/LuaTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/MemoryCacheTests.cpp --- a/UnitTestsSources/MemoryCacheTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/MemoryCacheTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/MultiThreadingTests.cpp --- a/UnitTestsSources/MultiThreadingTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/MultiThreadingTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/PluginsTests.cpp --- a/UnitTestsSources/PluginsTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/PluginsTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/PrecompiledHeadersUnitTests.cpp --- a/UnitTestsSources/PrecompiledHeadersUnitTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/PrecompiledHeadersUnitTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/PrecompiledHeadersUnitTests.h --- a/UnitTestsSources/PrecompiledHeadersUnitTests.h Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/PrecompiledHeadersUnitTests.h Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/RestApiTests.cpp --- a/UnitTestsSources/RestApiTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/RestApiTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/SQLiteChromiumTests.cpp --- a/UnitTestsSources/SQLiteChromiumTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/SQLiteChromiumTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/SQLiteTests.cpp --- a/UnitTestsSources/SQLiteTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/SQLiteTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/ServerIndexTests.cpp --- a/UnitTestsSources/ServerIndexTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/ServerIndexTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/StreamTests.cpp --- a/UnitTestsSources/StreamTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/StreamTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/UnitTestsMain.cpp --- a/UnitTestsSources/UnitTestsMain.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/UnitTestsMain.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/VersionsTests.cpp --- a/UnitTestsSources/VersionsTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/VersionsTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r a894adc8bb03 -r 878b59270859 UnitTestsSources/ZipTests.cpp --- a/UnitTestsSources/ZipTests.cpp Thu Dec 14 16:30:30 2017 +0100 +++ b/UnitTestsSources/ZipTests.cpp Tue Jan 02 09:35:07 2018 +0100 @@ -2,7 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017 Osimis, Belgium + * Copyright (C) 2017-2018 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as