changeset 122:3809121c3290

2016
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Jan 2016 13:30:43 +0100
parents d649f07c1289
children 6e9e06fd0e6f
files CMakeLists.txt Orthanc/Core/ChunkedBuffer.cpp Orthanc/Core/ChunkedBuffer.h Orthanc/Core/Enumerations.cpp Orthanc/Core/Enumerations.h Orthanc/Core/FileStorage/FilesystemStorage.cpp Orthanc/Core/FileStorage/FilesystemStorage.h Orthanc/Core/FileStorage/IStorageArea.h Orthanc/Core/IDynamicObject.h Orthanc/Core/Images/ImageAccessor.cpp Orthanc/Core/Images/ImageAccessor.h Orthanc/Core/Images/ImageBuffer.cpp Orthanc/Core/Images/ImageBuffer.h Orthanc/Core/Images/ImageProcessing.cpp Orthanc/Core/Images/ImageProcessing.h Orthanc/Core/Logging.h Orthanc/Core/MultiThreading/SharedMessageQueue.cpp Orthanc/Core/MultiThreading/SharedMessageQueue.h Orthanc/Core/OrthancException.h Orthanc/Core/PrecompiledHeaders.cpp Orthanc/Core/PrecompiledHeaders.h Orthanc/Core/SQLite/Connection.cpp Orthanc/Core/SQLite/Connection.h Orthanc/Core/SQLite/FunctionContext.cpp Orthanc/Core/SQLite/FunctionContext.h Orthanc/Core/SQLite/IScalarFunction.h Orthanc/Core/SQLite/ITransaction.h Orthanc/Core/SQLite/NonCopyable.h Orthanc/Core/SQLite/OrthancSQLiteException.h Orthanc/Core/SQLite/Statement.cpp Orthanc/Core/SQLite/Statement.h Orthanc/Core/SQLite/StatementId.cpp Orthanc/Core/SQLite/StatementId.h Orthanc/Core/SQLite/StatementReference.cpp Orthanc/Core/SQLite/StatementReference.h Orthanc/Core/SQLite/Transaction.cpp Orthanc/Core/SQLite/Transaction.h Orthanc/Core/Toolbox.cpp Orthanc/Core/Toolbox.h Orthanc/Core/Uuid.cpp Orthanc/Core/Uuid.h Orthanc/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp Orthanc/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h Orthanc/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp Orthanc/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h Orthanc/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp Orthanc/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h Orthanc/Resources/EmbedResources.py Orthanc/Resources/WindowsResources.py Orthanc/Sdk-0.9.5/orthanc/OrthancCPlugin.h Plugin/Cache/CacheIndex.h Plugin/Cache/CacheManager.cpp Plugin/Cache/CacheManager.h Plugin/Cache/CacheScheduler.cpp Plugin/Cache/CacheScheduler.h Plugin/Cache/ICacheFactory.h Plugin/Cache/IPrefetchPolicy.h Plugin/DecodedImageAdapter.cpp Plugin/DecodedImageAdapter.h Plugin/Plugin.cpp Plugin/SeriesInformationAdapter.cpp Plugin/SeriesInformationAdapter.h Plugin/ViewerPrefetchPolicy.cpp Plugin/ViewerPrefetchPolicy.h Plugin/ViewerToolbox.cpp Plugin/ViewerToolbox.h Resources/CMake/GdcmConfiguration.cmake Resources/CMake/JavaScriptLibraries.cmake UnitTestsSources/UnitTestsMain.cpp WebApplication/viewer.js
diffstat 70 files changed, 70 insertions(+), 70 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Dec 10 13:48:27 2015 +0100
+++ b/CMakeLists.txt	Mon Jan 04 13:30:43 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/Orthanc/Core/ChunkedBuffer.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/ChunkedBuffer.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/ChunkedBuffer.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/ChunkedBuffer.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Enumerations.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Enumerations.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Enumerations.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Enumerations.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/FileStorage/FilesystemStorage.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/FileStorage/FilesystemStorage.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/FileStorage/FilesystemStorage.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/FileStorage/FilesystemStorage.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/FileStorage/IStorageArea.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/FileStorage/IStorageArea.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/IDynamicObject.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/IDynamicObject.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Images/ImageAccessor.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Images/ImageAccessor.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Images/ImageAccessor.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Images/ImageAccessor.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Images/ImageBuffer.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Images/ImageBuffer.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Images/ImageBuffer.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Images/ImageBuffer.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Images/ImageProcessing.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Images/ImageProcessing.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Images/ImageProcessing.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Images/ImageProcessing.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Logging.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Logging.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/MultiThreading/SharedMessageQueue.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/MultiThreading/SharedMessageQueue.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/MultiThreading/SharedMessageQueue.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/MultiThreading/SharedMessageQueue.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/OrthancException.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/OrthancException.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/PrecompiledHeaders.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/PrecompiledHeaders.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/PrecompiledHeaders.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/PrecompiledHeaders.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/SQLite/Connection.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/Connection.cpp	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/Connection.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/Connection.h	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/FunctionContext.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/FunctionContext.cpp	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/FunctionContext.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/FunctionContext.h	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/IScalarFunction.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/IScalarFunction.h	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/ITransaction.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/ITransaction.h	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/NonCopyable.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/NonCopyable.h	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/OrthancSQLiteException.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/OrthancSQLiteException.h	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/Statement.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/Statement.cpp	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/Statement.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/Statement.h	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/StatementId.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/StatementId.cpp	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/StatementId.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/StatementId.h	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/StatementReference.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/StatementReference.cpp	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/StatementReference.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/StatementReference.h	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/Transaction.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/Transaction.cpp	Mon Jan 04 13:30:43 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/Orthanc/Core/SQLite/Transaction.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/SQLite/Transaction.h	Mon Jan 04 13:30:43 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/Orthanc/Core/Toolbox.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Toolbox.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Toolbox.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Toolbox.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Uuid.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Uuid.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Uuid.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Core/Uuid.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Resources/EmbedResources.py	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Resources/EmbedResources.py	Mon Jan 04 13:30:43 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/Orthanc/Resources/WindowsResources.py	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Resources/WindowsResources.py	Mon Jan 04 13:30:43 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/Orthanc/Sdk-0.9.5/orthanc/OrthancCPlugin.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Orthanc/Sdk-0.9.5/orthanc/OrthancCPlugin.h	Mon Jan 04 13:30:43 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/Plugin/Cache/CacheIndex.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/Cache/CacheIndex.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Cache/CacheManager.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/Cache/CacheManager.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Cache/CacheManager.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/Cache/CacheManager.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Cache/CacheScheduler.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/Cache/CacheScheduler.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Cache/CacheScheduler.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/Cache/CacheScheduler.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Cache/ICacheFactory.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/Cache/ICacheFactory.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Cache/IPrefetchPolicy.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/Cache/IPrefetchPolicy.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/DecodedImageAdapter.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/DecodedImageAdapter.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/DecodedImageAdapter.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/DecodedImageAdapter.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Plugin.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/Plugin.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/SeriesInformationAdapter.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/SeriesInformationAdapter.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/SeriesInformationAdapter.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/SeriesInformationAdapter.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/ViewerPrefetchPolicy.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/ViewerPrefetchPolicy.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/ViewerPrefetchPolicy.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/ViewerPrefetchPolicy.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/ViewerToolbox.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/ViewerToolbox.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/ViewerToolbox.h	Thu Dec 10 13:48:27 2015 +0100
+++ b/Plugin/ViewerToolbox.h	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 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/CMake/GdcmConfiguration.cmake	Thu Dec 10 13:48:27 2015 +0100
+++ b/Resources/CMake/GdcmConfiguration.cmake	Mon Jan 04 13:30:43 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/CMake/JavaScriptLibraries.cmake	Thu Dec 10 13:48:27 2015 +0100
+++ b/Resources/CMake/JavaScriptLibraries.cmake	Mon Jan 04 13:30:43 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/UnitTestsSources/UnitTestsMain.cpp	Thu Dec 10 13:48:27 2015 +0100
+++ b/UnitTestsSources/UnitTestsMain.cpp	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/WebApplication/viewer.js	Thu Dec 10 13:48:27 2015 +0100
+++ b/WebApplication/viewer.js	Mon Jan 04 13:30:43 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or