changeset 20:1c407ba1d311

update year to 2024
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jan 2024 16:36:44 +0100
parents 7627ddd705a4
children 4ff1471ebe8b
files JavaSDK/CMakeLists.txt JavaSDK/be/uclouvain/orthanc/Callbacks.java JavaSDK/be/uclouvain/orthanc/OrthancException.java Plugin/CMakeLists.txt Plugin/JavaBytes.cpp Plugin/JavaBytes.h Plugin/JavaEnvironment.cpp Plugin/JavaEnvironment.h Plugin/JavaGlobalReference.cpp Plugin/JavaGlobalReference.h Plugin/JavaLocalObject.cpp Plugin/JavaLocalObject.h Plugin/JavaString.cpp Plugin/JavaString.h Plugin/JavaVirtualMachine.cpp Plugin/JavaVirtualMachine.h Plugin/Mutex.cpp Plugin/Mutex.h Plugin/NonCopyable.h Plugin/OrthancBytes.cpp Plugin/OrthancBytes.h Plugin/OrthancString.cpp Plugin/OrthancString.h Plugin/Plugin.cpp Resources/SyncOrthancFolder.py Samples/Basic/configuration.json.license Samples/Basic/pom.xml Samples/Basic/src/main/java/Main.java Samples/Dcm4Che/configuration.json.license Samples/Dcm4Che/pom.xml Samples/Dcm4Che/src/main/java/Main.java Samples/FHIR/pom.xml Samples/FHIR/src/main/java/EndpointProvider.java Samples/FHIR/src/main/java/FhirConfiguration.java Samples/FHIR/src/main/java/FhirRequestHandler.java Samples/FHIR/src/main/java/IOrthancConnection.java Samples/FHIR/src/main/java/ImagingStudyProvider.java Samples/FHIR/src/main/java/Main.java Samples/FHIR/src/main/java/OrthancPluginConnection.java Samples/FHIR/src/main/java/OrthancResource.java Samples/FHIR/src/main/java/PatientProvider.java Samples/FHIR/src/main/java/Toolbox.java
diffstat 42 files changed, 79 insertions(+), 79 deletions(-) [+]
line wrap: on
line diff
--- a/JavaSDK/CMakeLists.txt	Fri Jan 05 16:33:36 2024 +0100
+++ b/JavaSDK/CMakeLists.txt	Fri Jan 05 16:36:44 2024 +0100
@@ -1,8 +1,8 @@
-# SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 # Java plugin for Orthanc
-# Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+# Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/JavaSDK/be/uclouvain/orthanc/Callbacks.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/JavaSDK/be/uclouvain/orthanc/Callbacks.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,13 +1,13 @@
 package be.uclouvain.orthanc;
 
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/JavaSDK/be/uclouvain/orthanc/OrthancException.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/JavaSDK/be/uclouvain/orthanc/OrthancException.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,13 +1,13 @@
 package be.uclouvain.orthanc;
 
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/CMakeLists.txt	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/CMakeLists.txt	Fri Jan 05 16:36:44 2024 +0100
@@ -1,8 +1,8 @@
-# SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 # Java plugin for Orthanc
-# Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+# Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/JavaBytes.cpp	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/JavaBytes.cpp	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/JavaBytes.h	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/JavaBytes.h	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/JavaEnvironment.cpp	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/JavaEnvironment.cpp	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/JavaEnvironment.h	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/JavaEnvironment.h	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/JavaGlobalReference.cpp	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/JavaGlobalReference.cpp	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/JavaGlobalReference.h	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/JavaGlobalReference.h	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/JavaLocalObject.cpp	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/JavaLocalObject.cpp	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/JavaLocalObject.h	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/JavaLocalObject.h	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/JavaString.cpp	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/JavaString.cpp	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/JavaString.h	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/JavaString.h	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/JavaVirtualMachine.cpp	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/JavaVirtualMachine.cpp	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/JavaVirtualMachine.h	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/JavaVirtualMachine.h	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/Mutex.cpp	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/Mutex.cpp	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/Mutex.h	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/Mutex.h	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/NonCopyable.h	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/NonCopyable.h	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/OrthancBytes.cpp	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/OrthancBytes.cpp	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/OrthancBytes.h	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/OrthancBytes.h	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/OrthancString.cpp	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/OrthancString.cpp	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/OrthancString.h	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/OrthancString.h	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Plugin/Plugin.cpp	Fri Jan 05 16:33:36 2024 +0100
+++ b/Plugin/Plugin.cpp	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/SyncOrthancFolder.py	Fri Jan 05 16:33:36 2024 +0100
+++ b/Resources/SyncOrthancFolder.py	Fri Jan 05 16:36:44 2024 +0100
@@ -1,10 +1,10 @@
 #!/usr/bin/python3
 
-# SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 # Java plugin for Orthanc
-# Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+# Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Samples/Basic/configuration.json.license	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/Basic/configuration.json.license	Fri Jan 05 16:36:44 2024 +0100
@@ -1,2 +1,2 @@
-# SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
 # SPDX-License-Identifier: GPL-3.0-or-later
--- a/Samples/Basic/pom.xml	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/Basic/pom.xml	Fri Jan 05 16:36:44 2024 +0100
@@ -2,7 +2,7 @@
 
 <!--
 
-    SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+    SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
     SPDX-License-Identifier: GPL-3.0-or-later
 
 -->
--- a/Samples/Basic/src/main/java/Main.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/Basic/src/main/java/Main.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Samples/Dcm4Che/configuration.json.license	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/Dcm4Che/configuration.json.license	Fri Jan 05 16:36:44 2024 +0100
@@ -1,2 +1,2 @@
-# SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
 # SPDX-License-Identifier: GPL-3.0-or-later
--- a/Samples/Dcm4Che/pom.xml	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/Dcm4Che/pom.xml	Fri Jan 05 16:36:44 2024 +0100
@@ -2,7 +2,7 @@
 
 <!--
 
-    SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+    SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
     SPDX-License-Identifier: GPL-3.0-or-later
 
 -->
--- a/Samples/Dcm4Che/src/main/java/Main.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/Dcm4Che/src/main/java/Main.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Samples/FHIR/pom.xml	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/FHIR/pom.xml	Fri Jan 05 16:36:44 2024 +0100
@@ -2,7 +2,7 @@
 
 <!--
 
-    SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+    SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
     SPDX-License-Identifier: GPL-3.0-or-later
 
 -->
--- a/Samples/FHIR/src/main/java/EndpointProvider.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/FHIR/src/main/java/EndpointProvider.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  **/
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Samples/FHIR/src/main/java/FhirConfiguration.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/FHIR/src/main/java/FhirConfiguration.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  **/
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Samples/FHIR/src/main/java/FhirRequestHandler.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/FHIR/src/main/java/FhirRequestHandler.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  **/
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Samples/FHIR/src/main/java/IOrthancConnection.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/FHIR/src/main/java/IOrthancConnection.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  **/
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Samples/FHIR/src/main/java/ImagingStudyProvider.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/FHIR/src/main/java/ImagingStudyProvider.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  **/
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Samples/FHIR/src/main/java/Main.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/FHIR/src/main/java/Main.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  **/
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Samples/FHIR/src/main/java/OrthancPluginConnection.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/FHIR/src/main/java/OrthancPluginConnection.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  **/
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Samples/FHIR/src/main/java/OrthancResource.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/FHIR/src/main/java/OrthancResource.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  **/
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Samples/FHIR/src/main/java/PatientProvider.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/FHIR/src/main/java/PatientProvider.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  **/
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, 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/Samples/FHIR/src/main/java/Toolbox.java	Fri Jan 05 16:33:36 2024 +0100
+++ b/Samples/FHIR/src/main/java/Toolbox.java	Fri Jan 05 16:36:44 2024 +0100
@@ -1,11 +1,11 @@
 /**
- * SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  * SPDX-License-Identifier: GPL-3.0-or-later
  **/
 
 /**
  * Java plugin for Orthanc
- * Copyright (C) 2023 Sebastien Jodogne, UCLouvain, Belgium
+ * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, Belgium
  *
  * This program is free software: you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as