changeset 188:c4b908970ae4

updated copyright, as Orthanc Team now replaces Osimis
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 May 2024 21:59:01 +0200
parents ed1b908c9f78
children de232f9b3a60 85859ec3aa7e
files AUTHORS 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/BaseAuthorizationService.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/PermissionParser.cpp Plugin/PermissionParser.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/EmbedResources.py Resources/Orthanc/CMake/GoogleTestConfiguration.cmake Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h Resources/Orthanc/Plugins/OrthancPluginException.h Resources/Orthanc/Plugins/OrthancPluginsExports.cmake Resources/Orthanc/Toolchains/LinuxStandardBaseToolchain.cmake Resources/Orthanc/Toolchains/MinGW-W64-Toolchain32.cmake Resources/Orthanc/Toolchains/MinGW-W64-Toolchain64.cmake Resources/Orthanc/Toolchains/MinGWToolchain.cmake UnitTestsSources/UnitTestsMain.cpp
diffstat 47 files changed, 75 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/AUTHORS	Thu May 16 10:26:20 2024 +0200
+++ b/AUTHORS	Thu May 30 21:59:01 2024 +0200
@@ -9,3 +9,15 @@
   Quai Banning 6
   4000 Liège
   Belgium
+
+* Orthanc Team SRL <info@orthanc.team>
+  Rue Joseph Marchal 14
+  4910 Theux
+  Belgium
+  https://orthanc.team/
+
+* ICTEAM, UCLouvain
+  Place de l'Universite 1
+  1348 Ottignies-Louvain-la-Neuve
+  Belgium
+  https://uclouvain.be/icteam
--- a/CMakeLists.txt	Thu May 16 10:26:20 2024 +0200
+++ b/CMakeLists.txt	Thu May 30 21:59:01 2024 +0200
@@ -1,6 +1,7 @@
 # Advanced authorization plugin for Orthanc
 # Copyright (C) 2017-2023 Osimis S.A., Belgium
 # Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+# Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/AccessedResource.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/AccessedResource.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/AssociativeArray.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/AssociativeArray.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/AuthorizationParserBase.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/AuthorizationParserBase.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/AuthorizationWebService.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/AuthorizationWebService.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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/BaseAuthorizationService.h	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/BaseAuthorizationService.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/CachedAuthorizationService.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/CachedAuthorizationService.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/DefaultAuthorizationParser.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/DefaultAuthorizationParser.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/Enumerations.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/Enumerations.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/IAuthorizationParser.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/IAuthorizationService.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/ICache.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/ICacheFactory.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/MemoryCache.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/MemoryCache.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/OrthancResource.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/OrthancResource.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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/PermissionParser.cpp	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/PermissionParser.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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/PermissionParser.h	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/PermissionParser.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/Plugin.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/ResourceHierarchyCache.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/ResourceHierarchyCache.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/Token.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Plugin/Token.h	Thu May 30 21:59:01 2024 +0200
@@ -2,6 +2,7 @@
  * Advanced authorization plugin for Orthanc
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, 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	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/CMake/AutoGeneratedCode.cmake	Thu May 30 21:59:01 2024 +0200
@@ -1,7 +1,8 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2024 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
+# Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/CMake/Compiler.cmake	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/CMake/Compiler.cmake	Thu May 30 21:59:01 2024 +0200
@@ -1,7 +1,8 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2024 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
+# Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake	Thu May 30 21:59:01 2024 +0200
@@ -1,7 +1,8 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2024 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
+# Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/CMake/DownloadPackage.cmake	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/CMake/DownloadPackage.cmake	Thu May 30 21:59:01 2024 +0200
@@ -1,7 +1,8 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2024 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
+# Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/CMake/EmbedResources.py	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/CMake/EmbedResources.py	Thu May 30 21:59:01 2024 +0200
@@ -3,7 +3,8 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2024 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
+# Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/CMake/GoogleTestConfiguration.cmake	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/CMake/GoogleTestConfiguration.cmake	Thu May 30 21:59:01 2024 +0200
@@ -1,7 +1,8 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2024 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
+# Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp	Thu May 30 21:59:01 2024 +0200
@@ -2,7 +2,8 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2024 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
+ * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h	Thu May 30 21:59:01 2024 +0200
@@ -2,7 +2,8 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2024 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
+ * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/Plugins/OrthancPluginException.h	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/Plugins/OrthancPluginException.h	Thu May 30 21:59:01 2024 +0200
@@ -2,7 +2,8 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
- * Copyright (C) 2017-2024 Osimis S.A., Belgium
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
+ * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/Plugins/OrthancPluginsExports.cmake	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/Plugins/OrthancPluginsExports.cmake	Thu May 30 21:59:01 2024 +0200
@@ -1,7 +1,8 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2024 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
+# Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/Toolchains/LinuxStandardBaseToolchain.cmake	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/Toolchains/LinuxStandardBaseToolchain.cmake	Thu May 30 21:59:01 2024 +0200
@@ -1,7 +1,8 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2024 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
+# Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/Toolchains/MinGW-W64-Toolchain32.cmake	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/Toolchains/MinGW-W64-Toolchain32.cmake	Thu May 30 21:59:01 2024 +0200
@@ -1,7 +1,8 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2024 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
+# Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/Toolchains/MinGW-W64-Toolchain64.cmake	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/Toolchains/MinGW-W64-Toolchain64.cmake	Thu May 30 21:59:01 2024 +0200
@@ -1,7 +1,8 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2024 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
+# Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Orthanc/Toolchains/MinGWToolchain.cmake	Thu May 16 10:26:20 2024 +0200
+++ b/Resources/Orthanc/Toolchains/MinGWToolchain.cmake	Thu May 30 21:59:01 2024 +0200
@@ -1,7 +1,8 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2024 Osimis S.A., Belgium
+# Copyright (C) 2017-2023 Osimis S.A., Belgium
+# Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/UnitTestsMain.cpp	Thu May 16 10:26:20 2024 +0200
+++ b/UnitTestsSources/UnitTestsMain.cpp	Thu May 30 21:59:01 2024 +0200
@@ -1,8 +1,8 @@
 /**
- * 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
+ * Advanced authorization plugin for Orthanc
+ * Copyright (C) 2017-2023 Osimis S.A., Belgium
+ * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium
+ * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Affero General Public License