changeset 1900:b1291df2f780

2016
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Jan 2016 13:17:22 +0100
parents 6615133a996c
children 50234539a0dd
files Core/Cache/ICachePageProvider.h Core/Cache/LeastRecentlyUsedIndex.h Core/Cache/MemoryCache.cpp Core/Cache/MemoryCache.h Core/Cache/SharedArchive.cpp Core/Cache/SharedArchive.h Core/ChunkedBuffer.cpp Core/ChunkedBuffer.h Core/Compression/DeflateBaseCompressor.cpp Core/Compression/DeflateBaseCompressor.h Core/Compression/GzipCompressor.cpp Core/Compression/GzipCompressor.h Core/Compression/HierarchicalZipWriter.cpp Core/Compression/HierarchicalZipWriter.h Core/Compression/IBufferCompressor.h Core/Compression/ZipWriter.cpp Core/Compression/ZipWriter.h Core/Compression/ZlibCompressor.cpp Core/Compression/ZlibCompressor.h Core/DicomFormat/DicomArray.cpp Core/DicomFormat/DicomArray.h Core/DicomFormat/DicomElement.h Core/DicomFormat/DicomImageInformation.cpp Core/DicomFormat/DicomImageInformation.h Core/DicomFormat/DicomInstanceHasher.cpp Core/DicomFormat/DicomInstanceHasher.h Core/DicomFormat/DicomIntegerPixelAccessor.cpp Core/DicomFormat/DicomIntegerPixelAccessor.h Core/DicomFormat/DicomMap.cpp Core/DicomFormat/DicomMap.h Core/DicomFormat/DicomTag.cpp Core/DicomFormat/DicomTag.h Core/DicomFormat/DicomValue.cpp Core/DicomFormat/DicomValue.h Core/EnumerationDictionary.h Core/Enumerations.cpp Core/Enumerations.h Core/FileStorage/FileInfo.h Core/FileStorage/FilesystemStorage.cpp Core/FileStorage/FilesystemStorage.h Core/FileStorage/IStorageArea.h Core/FileStorage/StorageAccessor.cpp Core/FileStorage/StorageAccessor.h Core/HttpClient.cpp Core/HttpClient.h Core/HttpServer/BufferHttpSender.cpp Core/HttpServer/BufferHttpSender.h Core/HttpServer/EmbeddedResourceHttpHandler.cpp Core/HttpServer/EmbeddedResourceHttpHandler.h Core/HttpServer/FilesystemHttpHandler.cpp Core/HttpServer/FilesystemHttpHandler.h Core/HttpServer/FilesystemHttpSender.cpp Core/HttpServer/FilesystemHttpSender.h Core/HttpServer/HttpContentNegociation.cpp Core/HttpServer/HttpContentNegociation.h Core/HttpServer/HttpFileSender.cpp Core/HttpServer/HttpFileSender.h Core/HttpServer/HttpOutput.cpp Core/HttpServer/HttpOutput.h Core/HttpServer/HttpStreamTranscoder.cpp Core/HttpServer/HttpStreamTranscoder.h Core/HttpServer/HttpToolbox.cpp Core/HttpServer/HttpToolbox.h Core/HttpServer/IHttpHandler.h Core/HttpServer/IHttpOutputStream.h Core/HttpServer/IHttpStreamAnswer.h Core/HttpServer/MongooseServer.cpp Core/HttpServer/MongooseServer.h Core/HttpServer/StringHttpOutput.cpp Core/HttpServer/StringHttpOutput.h Core/ICommand.h Core/IDynamicObject.h Core/Images/Font.cpp Core/Images/Font.h Core/Images/FontRegistry.cpp Core/Images/FontRegistry.h Core/Images/Image.h Core/Images/ImageAccessor.cpp Core/Images/ImageAccessor.h Core/Images/ImageBuffer.cpp Core/Images/ImageBuffer.h Core/Images/ImageProcessing.cpp Core/Images/ImageProcessing.h Core/Images/JpegErrorManager.cpp Core/Images/JpegErrorManager.h Core/Images/JpegReader.cpp Core/Images/JpegReader.h Core/Images/JpegWriter.cpp Core/Images/JpegWriter.h Core/Images/PngReader.cpp Core/Images/PngReader.h Core/Images/PngWriter.cpp Core/Images/PngWriter.h Core/Logging.cpp Core/Logging.h Core/Lua/LuaContext.cpp Core/Lua/LuaContext.h Core/Lua/LuaFunctionCall.cpp Core/Lua/LuaFunctionCall.h Core/MultiThreading/ILockable.h Core/MultiThreading/IRunnableBySteps.h Core/MultiThreading/Locker.h Core/MultiThreading/Mutex.cpp Core/MultiThreading/Mutex.h Core/MultiThreading/ReaderWriterLock.cpp Core/MultiThreading/ReaderWriterLock.h Core/MultiThreading/RunnableWorkersPool.cpp Core/MultiThreading/RunnableWorkersPool.h Core/MultiThreading/Semaphore.cpp Core/MultiThreading/Semaphore.h Core/MultiThreading/SharedMessageQueue.cpp Core/MultiThreading/SharedMessageQueue.h Core/OrthancException.h Core/PrecompiledHeaders.cpp Core/PrecompiledHeaders.h Core/RestApi/RestApi.cpp Core/RestApi/RestApi.h Core/RestApi/RestApiCall.cpp Core/RestApi/RestApiCall.h Core/RestApi/RestApiDeleteCall.h Core/RestApi/RestApiGetCall.cpp Core/RestApi/RestApiGetCall.h Core/RestApi/RestApiHierarchy.cpp Core/RestApi/RestApiHierarchy.h Core/RestApi/RestApiOutput.cpp Core/RestApi/RestApiOutput.h Core/RestApi/RestApiPath.cpp Core/RestApi/RestApiPath.h Core/RestApi/RestApiPostCall.h Core/RestApi/RestApiPutCall.h Core/SQLite/Connection.cpp Core/SQLite/Connection.h Core/SQLite/FunctionContext.cpp Core/SQLite/FunctionContext.h Core/SQLite/IScalarFunction.h Core/SQLite/ITransaction.h Core/SQLite/NonCopyable.h Core/SQLite/OrthancSQLiteException.h Core/SQLite/Statement.cpp Core/SQLite/Statement.h Core/SQLite/StatementId.cpp Core/SQLite/StatementId.h Core/SQLite/StatementReference.cpp Core/SQLite/StatementReference.h Core/SQLite/Transaction.cpp Core/SQLite/Transaction.h Core/Toolbox.cpp Core/Toolbox.h Core/Uuid.cpp Core/Uuid.h OrthancServer/DatabaseWrapper.cpp OrthancServer/DatabaseWrapper.h OrthancServer/DatabaseWrapperBase.cpp OrthancServer/DatabaseWrapperBase.h OrthancServer/DicomDirWriter.cpp OrthancServer/DicomDirWriter.h OrthancServer/DicomInstanceToStore.cpp OrthancServer/DicomInstanceToStore.h OrthancServer/DicomModification.cpp OrthancServer/DicomModification.h OrthancServer/DicomProtocol/DicomFindAnswers.cpp OrthancServer/DicomProtocol/DicomFindAnswers.h OrthancServer/DicomProtocol/DicomServer.cpp OrthancServer/DicomProtocol/DicomServer.h OrthancServer/DicomProtocol/DicomUserConnection.cpp OrthancServer/DicomProtocol/DicomUserConnection.h OrthancServer/DicomProtocol/IApplicationEntityFilter.h OrthancServer/DicomProtocol/IFindRequestHandler.h OrthancServer/DicomProtocol/IFindRequestHandlerFactory.h OrthancServer/DicomProtocol/IMoveRequestHandler.h OrthancServer/DicomProtocol/IMoveRequestHandlerFactory.h OrthancServer/DicomProtocol/IStoreRequestHandler.h OrthancServer/DicomProtocol/IStoreRequestHandlerFactory.h OrthancServer/DicomProtocol/IWorklistRequestHandler.h OrthancServer/DicomProtocol/IWorklistRequestHandlerFactory.h OrthancServer/DicomProtocol/RemoteModalityParameters.cpp OrthancServer/DicomProtocol/RemoteModalityParameters.h OrthancServer/DicomProtocol/ReusableDicomUserConnection.cpp OrthancServer/DicomProtocol/ReusableDicomUserConnection.h OrthancServer/ExportedResource.cpp OrthancServer/ExportedResource.h OrthancServer/FromDcmtkBridge.cpp OrthancServer/FromDcmtkBridge.h OrthancServer/IDatabaseListener.h OrthancServer/IDatabaseWrapper.h OrthancServer/IDicomImageDecoder.h OrthancServer/IServerListener.h OrthancServer/Internals/CommandDispatcher.cpp OrthancServer/Internals/CommandDispatcher.h OrthancServer/Internals/DicomImageDecoder.cpp OrthancServer/Internals/DicomImageDecoder.h OrthancServer/Internals/FindScp.cpp OrthancServer/Internals/FindScp.h OrthancServer/Internals/MoveScp.cpp OrthancServer/Internals/MoveScp.h OrthancServer/Internals/StoreScp.cpp OrthancServer/Internals/StoreScp.h OrthancServer/LuaScripting.cpp OrthancServer/LuaScripting.h OrthancServer/OrthancFindRequestHandler.cpp OrthancServer/OrthancFindRequestHandler.h OrthancServer/OrthancHttpHandler.cpp OrthancServer/OrthancHttpHandler.h OrthancServer/OrthancInitialization.cpp OrthancServer/OrthancInitialization.h OrthancServer/OrthancMoveRequestHandler.cpp OrthancServer/OrthancMoveRequestHandler.h OrthancServer/OrthancPeerParameters.cpp OrthancServer/OrthancPeerParameters.h OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp OrthancServer/OrthancRestApi/OrthancRestApi.cpp OrthancServer/OrthancRestApi/OrthancRestApi.h OrthancServer/OrthancRestApi/OrthancRestArchive.cpp OrthancServer/OrthancRestApi/OrthancRestChanges.cpp OrthancServer/OrthancRestApi/OrthancRestModalities.cpp OrthancServer/OrthancRestApi/OrthancRestResources.cpp OrthancServer/OrthancRestApi/OrthancRestSystem.cpp OrthancServer/ParsedDicomFile.cpp OrthancServer/ParsedDicomFile.h OrthancServer/PrecompiledHeadersServer.cpp OrthancServer/PrecompiledHeadersServer.h OrthancServer/QueryRetrieveHandler.cpp OrthancServer/QueryRetrieveHandler.h OrthancServer/Scheduler/CallSystemCommand.cpp OrthancServer/Scheduler/CallSystemCommand.h OrthancServer/Scheduler/DeleteInstanceCommand.cpp OrthancServer/Scheduler/DeleteInstanceCommand.h OrthancServer/Scheduler/IServerCommand.h OrthancServer/Scheduler/ModifyInstanceCommand.cpp OrthancServer/Scheduler/ModifyInstanceCommand.h OrthancServer/Scheduler/ServerCommandInstance.cpp OrthancServer/Scheduler/ServerCommandInstance.h OrthancServer/Scheduler/ServerJob.cpp OrthancServer/Scheduler/ServerJob.h OrthancServer/Scheduler/ServerScheduler.cpp OrthancServer/Scheduler/ServerScheduler.h OrthancServer/Scheduler/StorePeerCommand.cpp OrthancServer/Scheduler/StorePeerCommand.h OrthancServer/Scheduler/StoreScuCommand.cpp OrthancServer/Scheduler/StoreScuCommand.h OrthancServer/Search/HierarchicalMatcher.cpp OrthancServer/Search/HierarchicalMatcher.h OrthancServer/Search/IFindConstraint.cpp OrthancServer/Search/IFindConstraint.h OrthancServer/Search/ListConstraint.cpp OrthancServer/Search/ListConstraint.h OrthancServer/Search/LookupIdentifierQuery.cpp OrthancServer/Search/LookupIdentifierQuery.h OrthancServer/Search/LookupResource.cpp OrthancServer/Search/LookupResource.h OrthancServer/Search/RangeConstraint.cpp OrthancServer/Search/RangeConstraint.h OrthancServer/Search/SetOfResources.cpp OrthancServer/Search/SetOfResources.h OrthancServer/Search/ValueConstraint.cpp OrthancServer/Search/ValueConstraint.h OrthancServer/Search/WildcardConstraint.cpp OrthancServer/Search/WildcardConstraint.h OrthancServer/ServerContext.cpp OrthancServer/ServerContext.h OrthancServer/ServerEnumerations.cpp OrthancServer/ServerEnumerations.h OrthancServer/ServerIndex.cpp OrthancServer/ServerIndex.h OrthancServer/ServerIndexChange.h OrthancServer/ServerToolbox.cpp OrthancServer/ServerToolbox.h OrthancServer/SliceOrdering.cpp OrthancServer/SliceOrdering.h OrthancServer/ToDcmtkBridge.cpp OrthancServer/ToDcmtkBridge.h OrthancServer/main.cpp Plugins/Engine/IPluginServiceProvider.h Plugins/Engine/OrthancPluginDatabase.cpp Plugins/Engine/OrthancPluginDatabase.h Plugins/Engine/OrthancPlugins.cpp Plugins/Engine/OrthancPlugins.h Plugins/Engine/PluginsEnumerations.cpp Plugins/Engine/PluginsEnumerations.h Plugins/Engine/PluginsErrorDictionary.cpp Plugins/Engine/PluginsErrorDictionary.h Plugins/Engine/PluginsManager.cpp Plugins/Engine/PluginsManager.h Plugins/Engine/SharedLibrary.cpp Plugins/Engine/SharedLibrary.h Plugins/Include/orthanc/OrthancCDatabasePlugin.h Plugins/Include/orthanc/OrthancCPlugin.h Plugins/Include/orthanc/OrthancCppDatabasePlugin.h Plugins/Samples/AutomatedJpeg2kCompression/Plugin.cpp Plugins/Samples/Basic/Plugin.c Plugins/Samples/CustomImageDecoder/Plugin.cpp Plugins/Samples/DatabasePlugin/Database.cpp Plugins/Samples/DatabasePlugin/Database.h Plugins/Samples/DatabasePlugin/Plugin.cpp Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h Plugins/Samples/GdcmDecoder/Plugin.cpp Plugins/Samples/ModalityWorklists/Plugin.cpp Plugins/Samples/ServeFolders/Plugin.cpp Plugins/Samples/StorageArea/Plugin.cpp Plugins/Samples/WebSkeleton/Configuration.h Plugins/Samples/WebSkeleton/Framework/EmbedResources.py Plugins/Samples/WebSkeleton/Framework/Framework.cmake Plugins/Samples/WebSkeleton/Framework/Plugin.cpp Resources/DicomConformanceStatement.py Resources/EmbedResources.py Resources/Fonts/GenerateFont.py Resources/GenerateErrorCodes.py Resources/RetrieveCACertificates.py Resources/Samples/ImportDicomFiles/ImportDicomFiles.py Resources/Samples/Lua/CallWebService.js Resources/Samples/Python/AnonymizeAllPatients.py Resources/Samples/Python/ArchiveAllPatients.py Resources/Samples/Python/ArchiveStudiesInTimeRange.py Resources/Samples/Python/AutoClassify.py Resources/Samples/Python/ChangesLoop.py Resources/Samples/Python/ContinuousPatientAnonymization.py Resources/Samples/Python/DownloadAnonymized.py Resources/Samples/Python/HighPerformanceAutoRouting.py Resources/Samples/Python/Replicate.py Resources/Samples/Python/RestToolbox.py Resources/Samples/Tools/RecoverCompressedFile.cpp Resources/Samples/WebApplications/DrawingDicomizer.js Resources/Samples/WebApplications/DrawingDicomizer/orthanc.js Resources/Samples/WebApplications/NodeToolbox.js Resources/WindowsResources.py UnitTestsSources/DicomMapTests.cpp UnitTestsSources/FileStorageTests.cpp UnitTestsSources/FromDcmtkTests.cpp UnitTestsSources/ImageProcessingTests.cpp UnitTestsSources/ImageTests.cpp UnitTestsSources/JpegLosslessTests.cpp UnitTestsSources/LuaTests.cpp UnitTestsSources/MemoryCacheTests.cpp UnitTestsSources/MultiThreadingTests.cpp UnitTestsSources/PluginsTests.cpp UnitTestsSources/PrecompiledHeadersUnitTests.cpp UnitTestsSources/PrecompiledHeadersUnitTests.h UnitTestsSources/RestApiTests.cpp UnitTestsSources/SQLiteChromiumTests.cpp UnitTestsSources/SQLiteTests.cpp UnitTestsSources/ServerIndexTests.cpp UnitTestsSources/StreamTests.cpp UnitTestsSources/UnitTestsMain.cpp UnitTestsSources/VersionsTests.cpp UnitTestsSources/ZipTests.cpp
diffstat 350 files changed, 351 insertions(+), 351 deletions(-) [+]
line wrap: on
line diff
--- a/Core/Cache/ICachePageProvider.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Cache/ICachePageProvider.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Cache/LeastRecentlyUsedIndex.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Cache/LeastRecentlyUsedIndex.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Cache/MemoryCache.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Cache/MemoryCache.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Cache/MemoryCache.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Cache/MemoryCache.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Cache/SharedArchive.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Cache/SharedArchive.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Cache/SharedArchive.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Cache/SharedArchive.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/ChunkedBuffer.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/ChunkedBuffer.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/ChunkedBuffer.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/ChunkedBuffer.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Compression/DeflateBaseCompressor.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Compression/DeflateBaseCompressor.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Compression/DeflateBaseCompressor.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Compression/DeflateBaseCompressor.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Compression/GzipCompressor.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Compression/GzipCompressor.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Compression/GzipCompressor.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Compression/GzipCompressor.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Compression/HierarchicalZipWriter.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Compression/HierarchicalZipWriter.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Compression/HierarchicalZipWriter.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Compression/HierarchicalZipWriter.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Compression/IBufferCompressor.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Compression/IBufferCompressor.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Compression/ZipWriter.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Compression/ZipWriter.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Compression/ZipWriter.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Compression/ZipWriter.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Compression/ZlibCompressor.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Compression/ZlibCompressor.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Compression/ZlibCompressor.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Compression/ZlibCompressor.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomArray.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomArray.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomArray.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomArray.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomElement.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomElement.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomImageInformation.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomImageInformation.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomImageInformation.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomImageInformation.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomInstanceHasher.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomInstanceHasher.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomInstanceHasher.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomInstanceHasher.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomIntegerPixelAccessor.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomIntegerPixelAccessor.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomIntegerPixelAccessor.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomIntegerPixelAccessor.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomMap.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomMap.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomMap.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomMap.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomTag.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomTag.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomTag.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomTag.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomValue.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomValue.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/DicomFormat/DicomValue.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/DicomFormat/DicomValue.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/EnumerationDictionary.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/EnumerationDictionary.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Enumerations.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Enumerations.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Enumerations.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Enumerations.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/FileStorage/FileInfo.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/FileStorage/FileInfo.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/FileStorage/FilesystemStorage.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/FileStorage/FilesystemStorage.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/FileStorage/FilesystemStorage.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/FileStorage/FilesystemStorage.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/FileStorage/IStorageArea.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/FileStorage/IStorageArea.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/FileStorage/StorageAccessor.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/FileStorage/StorageAccessor.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/FileStorage/StorageAccessor.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/FileStorage/StorageAccessor.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpClient.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpClient.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpClient.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpClient.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/BufferHttpSender.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/BufferHttpSender.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/BufferHttpSender.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/BufferHttpSender.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/EmbeddedResourceHttpHandler.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/EmbeddedResourceHttpHandler.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/EmbeddedResourceHttpHandler.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/EmbeddedResourceHttpHandler.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/FilesystemHttpHandler.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/FilesystemHttpHandler.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/FilesystemHttpHandler.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/FilesystemHttpHandler.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/FilesystemHttpSender.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/FilesystemHttpSender.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/FilesystemHttpSender.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/FilesystemHttpSender.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/HttpContentNegociation.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/HttpContentNegociation.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/HttpContentNegociation.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/HttpContentNegociation.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/HttpFileSender.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/HttpFileSender.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/HttpFileSender.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/HttpFileSender.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/HttpOutput.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/HttpOutput.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/HttpOutput.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/HttpOutput.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/HttpStreamTranscoder.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/HttpStreamTranscoder.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/HttpStreamTranscoder.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/HttpStreamTranscoder.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/HttpToolbox.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/HttpToolbox.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/HttpToolbox.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/HttpToolbox.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/IHttpHandler.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/IHttpHandler.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/IHttpOutputStream.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/IHttpOutputStream.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/IHttpStreamAnswer.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/IHttpStreamAnswer.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/MongooseServer.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/MongooseServer.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/MongooseServer.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/MongooseServer.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/StringHttpOutput.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/StringHttpOutput.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/HttpServer/StringHttpOutput.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/HttpServer/StringHttpOutput.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/ICommand.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/ICommand.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/IDynamicObject.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/IDynamicObject.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/Font.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/Font.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/Font.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/Font.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/FontRegistry.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/FontRegistry.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/FontRegistry.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/FontRegistry.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/Image.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/Image.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/ImageAccessor.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/ImageAccessor.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/ImageAccessor.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/ImageAccessor.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/ImageBuffer.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/ImageBuffer.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/ImageBuffer.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/ImageBuffer.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/ImageProcessing.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/ImageProcessing.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/ImageProcessing.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/ImageProcessing.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/JpegErrorManager.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/JpegErrorManager.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/JpegErrorManager.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/JpegErrorManager.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/JpegReader.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/JpegReader.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/JpegReader.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/JpegReader.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/JpegWriter.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/JpegWriter.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/JpegWriter.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/JpegWriter.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/PngReader.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/PngReader.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/PngReader.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/PngReader.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/PngWriter.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/PngWriter.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Images/PngWriter.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Images/PngWriter.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Logging.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Logging.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Logging.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Logging.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Lua/LuaContext.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Lua/LuaContext.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Lua/LuaContext.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Lua/LuaContext.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Lua/LuaFunctionCall.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Lua/LuaFunctionCall.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Lua/LuaFunctionCall.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Lua/LuaFunctionCall.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/ILockable.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/ILockable.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/IRunnableBySteps.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/IRunnableBySteps.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/Locker.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/Locker.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/Mutex.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/Mutex.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/Mutex.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/Mutex.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/ReaderWriterLock.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/ReaderWriterLock.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/ReaderWriterLock.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/ReaderWriterLock.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/RunnableWorkersPool.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/RunnableWorkersPool.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/RunnableWorkersPool.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/RunnableWorkersPool.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/Semaphore.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/Semaphore.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/Semaphore.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/Semaphore.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/SharedMessageQueue.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/SharedMessageQueue.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/MultiThreading/SharedMessageQueue.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/MultiThreading/SharedMessageQueue.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/OrthancException.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/OrthancException.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/PrecompiledHeaders.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/PrecompiledHeaders.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/PrecompiledHeaders.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/PrecompiledHeaders.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApi.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApi.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApi.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApi.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiCall.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiCall.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiCall.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiCall.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiDeleteCall.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiDeleteCall.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiGetCall.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiGetCall.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiGetCall.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiGetCall.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiHierarchy.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiHierarchy.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiHierarchy.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiHierarchy.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiOutput.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiOutput.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiOutput.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiOutput.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiPath.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiPath.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiPath.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiPath.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiPostCall.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiPostCall.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/RestApi/RestApiPutCall.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/RestApi/RestApiPutCall.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/SQLite/Connection.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/Connection.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/Connection.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/Connection.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/FunctionContext.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/FunctionContext.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Redistribution and use in source and binary forms, with or without
--- a/Core/SQLite/FunctionContext.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/FunctionContext.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Redistribution and use in source and binary forms, with or without
--- a/Core/SQLite/IScalarFunction.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/IScalarFunction.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Redistribution and use in source and binary forms, with or without
--- a/Core/SQLite/ITransaction.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/ITransaction.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/NonCopyable.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/NonCopyable.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Redistribution and use in source and binary forms, with or without
--- a/Core/SQLite/OrthancSQLiteException.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/OrthancSQLiteException.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/Statement.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/Statement.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/Statement.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/Statement.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/StatementId.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/StatementId.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/StatementId.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/StatementId.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/StatementReference.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/StatementReference.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/StatementReference.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/StatementReference.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/Transaction.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/Transaction.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/Transaction.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/SQLite/Transaction.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
- * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>,
+ * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>,
  * Medical Physics Department, CHU of Liege, Belgium
  *
  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/Toolbox.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Toolbox.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Toolbox.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Toolbox.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Uuid.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Uuid.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Core/Uuid.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Core/Uuid.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DatabaseWrapper.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DatabaseWrapper.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DatabaseWrapper.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DatabaseWrapper.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DatabaseWrapperBase.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DatabaseWrapperBase.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DatabaseWrapperBase.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DatabaseWrapperBase.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomDirWriter.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomDirWriter.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomDirWriter.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomDirWriter.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomInstanceToStore.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomInstanceToStore.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomInstanceToStore.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomInstanceToStore.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomModification.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomModification.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomModification.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomModification.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/DicomFindAnswers.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/DicomFindAnswers.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/DicomFindAnswers.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/DicomFindAnswers.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/DicomServer.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/DicomServer.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/DicomServer.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/DicomServer.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/DicomUserConnection.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/DicomUserConnection.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/DicomUserConnection.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/DicomUserConnection.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/IApplicationEntityFilter.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/IApplicationEntityFilter.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/IFindRequestHandler.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/IFindRequestHandler.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/IFindRequestHandlerFactory.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/IFindRequestHandlerFactory.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/IMoveRequestHandler.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/IMoveRequestHandler.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/IMoveRequestHandlerFactory.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/IMoveRequestHandlerFactory.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/IStoreRequestHandler.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/IStoreRequestHandler.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/IStoreRequestHandlerFactory.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/IStoreRequestHandlerFactory.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/IWorklistRequestHandler.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/IWorklistRequestHandler.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/IWorklistRequestHandlerFactory.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/IWorklistRequestHandlerFactory.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/RemoteModalityParameters.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/RemoteModalityParameters.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/RemoteModalityParameters.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/RemoteModalityParameters.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/ReusableDicomUserConnection.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/ReusableDicomUserConnection.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/DicomProtocol/ReusableDicomUserConnection.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/DicomProtocol/ReusableDicomUserConnection.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ExportedResource.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ExportedResource.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ExportedResource.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ExportedResource.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/FromDcmtkBridge.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/FromDcmtkBridge.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/FromDcmtkBridge.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/FromDcmtkBridge.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/IDatabaseListener.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/IDatabaseListener.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/IDatabaseWrapper.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/IDatabaseWrapper.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/IDicomImageDecoder.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/IDicomImageDecoder.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/IServerListener.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/IServerListener.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Internals/CommandDispatcher.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Internals/CommandDispatcher.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Internals/CommandDispatcher.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Internals/CommandDispatcher.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Internals/DicomImageDecoder.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Internals/DicomImageDecoder.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Internals/DicomImageDecoder.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Internals/DicomImageDecoder.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Internals/FindScp.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Internals/FindScp.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Internals/FindScp.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Internals/FindScp.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Internals/MoveScp.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Internals/MoveScp.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Internals/MoveScp.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Internals/MoveScp.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Internals/StoreScp.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Internals/StoreScp.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Internals/StoreScp.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Internals/StoreScp.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/LuaScripting.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/LuaScripting.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/LuaScripting.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/LuaScripting.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancFindRequestHandler.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancFindRequestHandler.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancFindRequestHandler.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancFindRequestHandler.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancHttpHandler.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancHttpHandler.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancHttpHandler.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancHttpHandler.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancInitialization.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancInitialization.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancInitialization.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancInitialization.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancMoveRequestHandler.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancMoveRequestHandler.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancMoveRequestHandler.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancMoveRequestHandler.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancPeerParameters.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancPeerParameters.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancPeerParameters.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancPeerParameters.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancRestApi/OrthancRestApi.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestApi.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancRestApi/OrthancRestApi.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestApi.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancRestApi/OrthancRestArchive.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestArchive.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancRestApi/OrthancRestChanges.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestChanges.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancRestApi/OrthancRestModalities.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestModalities.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancRestApi/OrthancRestResources.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestResources.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/OrthancRestApi/OrthancRestSystem.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestSystem.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ParsedDicomFile.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ParsedDicomFile.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ParsedDicomFile.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ParsedDicomFile.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/PrecompiledHeadersServer.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/PrecompiledHeadersServer.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/PrecompiledHeadersServer.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/PrecompiledHeadersServer.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/QueryRetrieveHandler.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/QueryRetrieveHandler.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/QueryRetrieveHandler.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/QueryRetrieveHandler.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/CallSystemCommand.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/CallSystemCommand.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/CallSystemCommand.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/CallSystemCommand.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/DeleteInstanceCommand.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/DeleteInstanceCommand.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/DeleteInstanceCommand.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/DeleteInstanceCommand.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/IServerCommand.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/IServerCommand.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/ModifyInstanceCommand.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/ModifyInstanceCommand.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/ModifyInstanceCommand.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/ModifyInstanceCommand.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/ServerCommandInstance.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/ServerCommandInstance.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/ServerCommandInstance.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/ServerCommandInstance.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/ServerJob.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/ServerJob.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/ServerJob.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/ServerJob.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/ServerScheduler.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/ServerScheduler.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/ServerScheduler.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/ServerScheduler.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/StorePeerCommand.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/StorePeerCommand.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/StorePeerCommand.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/StorePeerCommand.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/StoreScuCommand.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/StoreScuCommand.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Scheduler/StoreScuCommand.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Scheduler/StoreScuCommand.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/HierarchicalMatcher.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/HierarchicalMatcher.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/HierarchicalMatcher.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/HierarchicalMatcher.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/IFindConstraint.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/IFindConstraint.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/IFindConstraint.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/IFindConstraint.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/ListConstraint.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/ListConstraint.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/ListConstraint.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/ListConstraint.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/LookupIdentifierQuery.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/LookupIdentifierQuery.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/LookupIdentifierQuery.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/LookupIdentifierQuery.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/LookupResource.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/LookupResource.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/LookupResource.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/LookupResource.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/RangeConstraint.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/RangeConstraint.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/RangeConstraint.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/RangeConstraint.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/SetOfResources.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/SetOfResources.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/SetOfResources.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/SetOfResources.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/ValueConstraint.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/ValueConstraint.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/ValueConstraint.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/ValueConstraint.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/WildcardConstraint.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/WildcardConstraint.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/Search/WildcardConstraint.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/Search/WildcardConstraint.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ServerContext.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ServerContext.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ServerContext.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ServerContext.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ServerEnumerations.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ServerEnumerations.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ServerEnumerations.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ServerEnumerations.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ServerIndex.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ServerIndex.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ServerIndex.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ServerIndex.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ServerIndexChange.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ServerIndexChange.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ServerToolbox.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ServerToolbox.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ServerToolbox.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ServerToolbox.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/SliceOrdering.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/SliceOrdering.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/SliceOrdering.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/SliceOrdering.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ToDcmtkBridge.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ToDcmtkBridge.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/ToDcmtkBridge.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/ToDcmtkBridge.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/OrthancServer/main.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/OrthancServer/main.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
@@ -456,7 +456,7 @@
 {
   std::cout
     << path << " " << ORTHANC_VERSION << std::endl
-    << "Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
+    << "Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl
     << "Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, 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
--- a/Plugins/Engine/IPluginServiceProvider.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/IPluginServiceProvider.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Engine/OrthancPluginDatabase.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/OrthancPluginDatabase.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Engine/OrthancPluginDatabase.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/OrthancPluginDatabase.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Engine/OrthancPlugins.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/OrthancPlugins.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Engine/OrthancPlugins.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/OrthancPlugins.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Engine/PluginsEnumerations.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/PluginsEnumerations.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Engine/PluginsEnumerations.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/PluginsEnumerations.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Engine/PluginsErrorDictionary.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/PluginsErrorDictionary.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Engine/PluginsErrorDictionary.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/PluginsErrorDictionary.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Engine/PluginsManager.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/PluginsManager.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Engine/PluginsManager.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/PluginsManager.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Engine/SharedLibrary.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/SharedLibrary.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Engine/SharedLibrary.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Engine/SharedLibrary.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Include/orthanc/OrthancCDatabasePlugin.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Include/orthanc/OrthancCDatabasePlugin.h	Mon Jan 04 13:17:22 2016 +0100
@@ -4,7 +4,7 @@
 
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Include/orthanc/OrthancCPlugin.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Include/orthanc/OrthancCPlugin.h	Mon Jan 04 13:17:22 2016 +0100
@@ -69,7 +69,7 @@
 
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Include/orthanc/OrthancCppDatabasePlugin.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Include/orthanc/OrthancCppDatabasePlugin.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/AutomatedJpeg2kCompression/Plugin.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/AutomatedJpeg2kCompression/Plugin.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/Basic/Plugin.c	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/Basic/Plugin.c	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/CustomImageDecoder/Plugin.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/CustomImageDecoder/Plugin.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/DatabasePlugin/Database.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/DatabasePlugin/Database.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/DatabasePlugin/Database.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/DatabasePlugin/Database.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/DatabasePlugin/Plugin.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/DatabasePlugin/Plugin.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/GdcmDecoder/Plugin.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/GdcmDecoder/Plugin.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/ModalityWorklists/Plugin.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/ModalityWorklists/Plugin.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/ServeFolders/Plugin.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/ServeFolders/Plugin.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/StorageArea/Plugin.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/StorageArea/Plugin.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/WebSkeleton/Configuration.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/WebSkeleton/Configuration.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/WebSkeleton/Framework/EmbedResources.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/WebSkeleton/Framework/EmbedResources.py	Mon Jan 04 13:17:22 2016 +0100
@@ -1,5 +1,5 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/WebSkeleton/Framework/Framework.cmake	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/WebSkeleton/Framework/Framework.cmake	Mon Jan 04 13:17:22 2016 +0100
@@ -1,5 +1,5 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Plugins/Samples/WebSkeleton/Framework/Plugin.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Plugins/Samples/WebSkeleton/Framework/Plugin.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Resources/DicomConformanceStatement.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/DicomConformanceStatement.py	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/EmbedResources.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/EmbedResources.py	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Fonts/GenerateFont.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Fonts/GenerateFont.py	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/GenerateErrorCodes.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/GenerateErrorCodes.py	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/RetrieveCACertificates.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/RetrieveCACertificates.py	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/Lua/CallWebService.js	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/Lua/CallWebService.js	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Resources/Samples/Python/AnonymizeAllPatients.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/Python/AnonymizeAllPatients.py	Mon Jan 04 13:17:22 2016 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/Python/ArchiveAllPatients.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/Python/ArchiveAllPatients.py	Mon Jan 04 13:17:22 2016 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/Python/ArchiveStudiesInTimeRange.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/Python/ArchiveStudiesInTimeRange.py	Mon Jan 04 13:17:22 2016 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/Python/AutoClassify.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/Python/AutoClassify.py	Mon Jan 04 13:17:22 2016 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/Python/ChangesLoop.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/Python/ChangesLoop.py	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/Python/ContinuousPatientAnonymization.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/Python/ContinuousPatientAnonymization.py	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/Python/DownloadAnonymized.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/Python/DownloadAnonymized.py	Mon Jan 04 13:17:22 2016 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/Python/HighPerformanceAutoRouting.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/Python/HighPerformanceAutoRouting.py	Mon Jan 04 13:17:22 2016 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/Python/Replicate.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/Python/Replicate.py	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/Python/RestToolbox.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/Python/RestToolbox.py	Mon Jan 04 13:17:22 2016 +0100
@@ -1,5 +1,5 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/Tools/RecoverCompressedFile.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/Tools/RecoverCompressedFile.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Resources/Samples/WebApplications/DrawingDicomizer.js	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/WebApplications/DrawingDicomizer.js	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Resources/Samples/WebApplications/DrawingDicomizer/orthanc.js	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/WebApplications/DrawingDicomizer/orthanc.js	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Resources/Samples/WebApplications/NodeToolbox.js	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/Samples/WebApplications/NodeToolbox.js	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Resources/WindowsResources.py	Mon Jan 04 13:11:13 2016 +0100
+++ b/Resources/WindowsResources.py	Mon Jan 04 13:17:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/DicomMapTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/DicomMapTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/FileStorageTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/FileStorageTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/FromDcmtkTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/FromDcmtkTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/ImageProcessingTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/ImageProcessingTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/ImageTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/ImageTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/JpegLosslessTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/JpegLosslessTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/LuaTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/LuaTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/MemoryCacheTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/MemoryCacheTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/MultiThreadingTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/MultiThreadingTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/PluginsTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/PluginsTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/PrecompiledHeadersUnitTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/PrecompiledHeadersUnitTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/PrecompiledHeadersUnitTests.h	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/PrecompiledHeadersUnitTests.h	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/RestApiTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/RestApiTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/SQLiteChromiumTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/SQLiteChromiumTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/SQLiteTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/SQLiteTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/ServerIndexTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/ServerIndexTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/StreamTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/StreamTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/UnitTestsMain.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/UnitTestsMain.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/VersionsTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/VersionsTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/ZipTests.cpp	Mon Jan 04 13:11:13 2016 +0100
+++ b/UnitTestsSources/ZipTests.cpp	Mon Jan 04 13:17:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or