changeset 68:1a13c4fbc9a1

copyrights
author Alain Mazy <am@osimis.io>
date Fri, 17 Feb 2023 15:05:02 +0100
parents 5281a859248d
children af44dce56328
files CMakeLists.txt Plugin/AccessedResource.cpp Plugin/AccessedResource.h Plugin/AssociativeArray.cpp Plugin/AssociativeArray.h Plugin/AuthorizationParserBase.cpp Plugin/AuthorizationParserBase.h Plugin/AuthorizationWebService.cpp Plugin/AuthorizationWebService.h Plugin/CachedAuthorizationService.cpp Plugin/CachedAuthorizationService.h Plugin/DefaultAuthorizationParser.cpp Plugin/DefaultAuthorizationParser.h Plugin/Enumerations.cpp Plugin/Enumerations.h Plugin/IAuthorizationParser.h Plugin/IAuthorizationService.h Plugin/ICache.h Plugin/ICacheFactory.h Plugin/MemoryCache.cpp Plugin/MemoryCache.h Plugin/OrthancResource.cpp Plugin/OrthancResource.h Plugin/Plugin.cpp Plugin/ResourceHierarchyCache.cpp Plugin/ResourceHierarchyCache.h Plugin/Token.cpp Plugin/Token.h Resources/Orthanc/CMake/AutoGeneratedCode.cmake Resources/Orthanc/CMake/Compiler.cmake Resources/Orthanc/CMake/DownloadOrthancFramework.cmake Resources/Orthanc/CMake/DownloadPackage.cmake Resources/Orthanc/CMake/GoogleTestConfiguration.cmake Resources/Orthanc/LinuxStandardBaseToolchain.cmake Resources/Orthanc/MinGW-W64-Toolchain32.cmake Resources/Orthanc/MinGW-W64-Toolchain64.cmake Resources/Orthanc/MinGWToolchain.cmake Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h Resources/Orthanc/Plugins/OrthancPluginException.h Resources/Orthanc/Plugins/OrthancPluginsExports.cmake Resources/WindowsResources.py
diffstat 42 files changed, 42 insertions(+), 42 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Feb 17 14:39:04 2023 +0100
+++ b/CMakeLists.txt	Fri Feb 17 15:05:02 2023 +0100
@@ -1,5 +1,5 @@
 # Advanced authorization plugin for Orthanc
-# Copyright (C) 2017-2021 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Affero General Public License
--- a/Plugin/AccessedResource.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/AccessedResource.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/AccessedResource.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/AccessedResource.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/AssociativeArray.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/AssociativeArray.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/AssociativeArray.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/AssociativeArray.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/AuthorizationParserBase.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/AuthorizationParserBase.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/AuthorizationParserBase.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/AuthorizationParserBase.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/AuthorizationWebService.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/AuthorizationWebService.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/AuthorizationWebService.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/AuthorizationWebService.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/CachedAuthorizationService.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/CachedAuthorizationService.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/CachedAuthorizationService.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/CachedAuthorizationService.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/DefaultAuthorizationParser.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/DefaultAuthorizationParser.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/DefaultAuthorizationParser.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/DefaultAuthorizationParser.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/Enumerations.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/Enumerations.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/Enumerations.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/Enumerations.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/IAuthorizationParser.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/IAuthorizationParser.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/IAuthorizationService.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/IAuthorizationService.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/ICache.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/ICache.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/ICacheFactory.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/ICacheFactory.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/MemoryCache.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/MemoryCache.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/MemoryCache.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/MemoryCache.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/OrthancResource.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/OrthancResource.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/OrthancResource.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/OrthancResource.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/Plugin.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/Plugin.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/ResourceHierarchyCache.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/ResourceHierarchyCache.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/ResourceHierarchyCache.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/ResourceHierarchyCache.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/Token.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/Token.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Plugin/Token.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Plugin/Token.h	Fri Feb 17 15:05:02 2023 +0100
@@ -1,6 +1,6 @@
 /**
  * Advanced authorization plugin for Orthanc
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License
--- a/Resources/Orthanc/CMake/AutoGeneratedCode.cmake	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/CMake/AutoGeneratedCode.cmake	Fri Feb 17 15:05:02 2023 +0100
@@ -1,7 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2021 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public License
--- a/Resources/Orthanc/CMake/Compiler.cmake	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/CMake/Compiler.cmake	Fri Feb 17 15:05:02 2023 +0100
@@ -1,7 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2021 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public License
--- a/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake	Fri Feb 17 15:05:02 2023 +0100
@@ -1,7 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2021 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public License
--- a/Resources/Orthanc/CMake/DownloadPackage.cmake	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/CMake/DownloadPackage.cmake	Fri Feb 17 15:05:02 2023 +0100
@@ -1,7 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2021 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public License
--- a/Resources/Orthanc/CMake/GoogleTestConfiguration.cmake	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/CMake/GoogleTestConfiguration.cmake	Fri Feb 17 15:05:02 2023 +0100
@@ -1,7 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2021 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public License
--- a/Resources/Orthanc/LinuxStandardBaseToolchain.cmake	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/LinuxStandardBaseToolchain.cmake	Fri Feb 17 15:05:02 2023 +0100
@@ -1,7 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2021 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public License
--- a/Resources/Orthanc/MinGW-W64-Toolchain32.cmake	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/MinGW-W64-Toolchain32.cmake	Fri Feb 17 15:05:02 2023 +0100
@@ -1,7 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2021 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public License
--- a/Resources/Orthanc/MinGW-W64-Toolchain64.cmake	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/MinGW-W64-Toolchain64.cmake	Fri Feb 17 15:05:02 2023 +0100
@@ -1,7 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2021 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public License
--- a/Resources/Orthanc/MinGWToolchain.cmake	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/MinGWToolchain.cmake	Fri Feb 17 15:05:02 2023 +0100
@@ -1,7 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2021 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public License
--- a/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp	Fri Feb 17 15:05:02 2023 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
--- a/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h	Fri Feb 17 15:05:02 2023 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
--- a/Resources/Orthanc/Plugins/OrthancPluginException.h	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/Plugins/OrthancPluginException.h	Fri Feb 17 15:05:02 2023 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2021 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
--- a/Resources/Orthanc/Plugins/OrthancPluginsExports.cmake	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/Orthanc/Plugins/OrthancPluginsExports.cmake	Fri Feb 17 15:05:02 2023 +0100
@@ -1,7 +1,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2021 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
--- a/Resources/WindowsResources.py	Fri Feb 17 14:39:04 2023 +0100
+++ b/Resources/WindowsResources.py	Fri Feb 17 15:05:02 2023 +0100
@@ -3,7 +3,7 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2021 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as