Mercurial > hg > orthanc-java
changeset 81:5fd9ff12c7b2
updated year to 2026
line wrap: on
line diff
--- a/.hgignore Wed Nov 26 21:08:59 2025 +0100 +++ b/.hgignore Fri Jan 02 14:51:34 2026 +0100 @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: CC0-1.0 syntax: glob
--- a/.reuse/dep5 Wed Nov 26 21:08:59 2025 +0100 +++ b/.reuse/dep5 Fri Jan 02 14:51:34 2026 +0100 @@ -13,7 +13,7 @@ CodeGeneration/README.txt CodeGeneration/CustomFunctions.json CodeGeneration/CustomMethods.json -Copyright: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain (Belgium) +Copyright: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain (Belgium) License: CC0-1.0 Files:
--- a/CITATION.cff Wed Nov 26 21:08:59 2025 +0100 +++ b/CITATION.cff Fri Jan 02 14:51:34 2026 +0100 @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: CC0-1.0 cff-version: "1.1.0"
--- a/CodeGeneration/ClassDocumentation.json.license Wed Nov 26 21:08:59 2025 +0100 +++ b/CodeGeneration/ClassDocumentation.json.license Fri Jan 02 14:51:34 2026 +0100 @@ -1,2 +1,2 @@ -# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later
--- a/CodeGeneration/CodeModel.py Wed Nov 26 21:08:59 2025 +0100 +++ b/CodeGeneration/CodeModel.py Fri Jan 02 14:51:34 2026 +0100 @@ -1,8 +1,8 @@ -# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # Java plugin for Orthanc -# Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/CodeGeneration/CppCodeGeneration.py Wed Nov 26 21:08:59 2025 +0100 +++ b/CodeGeneration/CppCodeGeneration.py Fri Jan 02 14:51:34 2026 +0100 @@ -1,10 +1,10 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # Java plugin for Orthanc -# Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/CodeGeneration/CppNativeSDK.mustache Wed Nov 26 21:08:59 2025 +0100 +++ b/CodeGeneration/CppNativeSDK.mustache Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/CodeGeneration/JavaClass.mustache Wed Nov 26 21:08:59 2025 +0100 +++ b/CodeGeneration/JavaClass.mustache Fri Jan 02 14:51:34 2026 +0100 @@ -1,13 +1,13 @@ package be.uclouvain.orthanc; /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/CodeGeneration/JavaCodeGeneration.py Wed Nov 26 21:08:59 2025 +0100 +++ b/CodeGeneration/JavaCodeGeneration.py Fri Jan 02 14:51:34 2026 +0100 @@ -1,10 +1,10 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # Java plugin for Orthanc -# Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/CodeGeneration/JavaEnumeration.mustache Wed Nov 26 21:08:59 2025 +0100 +++ b/CodeGeneration/JavaEnumeration.mustache Fri Jan 02 14:51:34 2026 +0100 @@ -1,13 +1,13 @@ package be.uclouvain.orthanc; /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/CodeGeneration/JavaFunctions.mustache Wed Nov 26 21:08:59 2025 +0100 +++ b/CodeGeneration/JavaFunctions.mustache Fri Jan 02 14:51:34 2026 +0100 @@ -1,13 +1,13 @@ package be.uclouvain.orthanc; /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/CodeGeneration/JavaNativeSDK.mustache Wed Nov 26 21:08:59 2025 +0100 +++ b/CodeGeneration/JavaNativeSDK.mustache Fri Jan 02 14:51:34 2026 +0100 @@ -1,13 +1,13 @@ package be.uclouvain.orthanc; /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/CMakeLists.txt Wed Nov 26 21:08:59 2025 +0100 +++ b/JavaSDK/CMakeLists.txt Fri Jan 02 14:51:34 2026 +0100 @@ -1,8 +1,8 @@ -# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # Java plugin for Orthanc -# Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/JavaSDK/be/uclouvain/orthanc/Callbacks.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,13 +1,13 @@ package be.uclouvain.orthanc; /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/JavaSDK/be/uclouvain/orthanc/OrthancException.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,13 +1,13 @@ package be.uclouvain.orthanc; /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/OrthancSDKVersion.cmake Wed Nov 26 21:08:59 2025 +0100 +++ b/OrthancSDKVersion.cmake Fri Jan 02 14:51:34 2026 +0100 @@ -1,8 +1,8 @@ -# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # Java plugin for Orthanc -# Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/CMakeLists.txt Fri Jan 02 14:51:34 2026 +0100 @@ -1,8 +1,8 @@ -# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # Java plugin for Orthanc -# Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/JavaBytes.cpp Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/JavaBytes.h Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/JavaEnvironment.cpp Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/JavaEnvironment.h Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/JavaGlobalReference.cpp Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/JavaGlobalReference.h Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/JavaLocalObject.cpp Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/JavaLocalObject.h Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/JavaString.cpp Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/JavaString.h Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/JavaVirtualMachine.cpp Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/JavaVirtualMachine.h Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/Mutex.cpp Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/Mutex.h Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/NonCopyable.h Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/OrthancBytes.cpp Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/OrthancBytes.h Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/OrthancString.cpp Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/OrthancString.h Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Plugin/Plugin.cpp Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/CodeModel-1.10.0.json.license Wed Nov 26 21:08:59 2025 +0100 +++ b/Resources/CodeModel-1.10.0.json.license Fri Jan 02 14:51:34 2026 +0100 @@ -1,2 +1,2 @@ -# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later
--- a/Resources/CodeModel-1.12.6.json.license Wed Nov 26 21:08:59 2025 +0100 +++ b/Resources/CodeModel-1.12.6.json.license Fri Jan 02 14:51:34 2026 +0100 @@ -1,2 +1,2 @@ -# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later
--- a/Resources/Orthanc/CMake/AutoGeneratedCode.cmake Wed Nov 26 21:08:59 2025 +0100 +++ b/Resources/Orthanc/CMake/AutoGeneratedCode.cmake Fri Jan 02 14:51:34 2026 +0100 @@ -2,8 +2,8 @@ # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium # Copyright (C) 2017-2023 Osimis S.A., Belgium -# Copyright (C) 2024-2025 Orthanc Team SRL, Belgium -# Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2024-2026 Orthanc Team SRL, Belgium +# Copyright (C) 2021-2026 Sebastien Jodogne, ICTEAM UCLouvain, 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Resources/Orthanc/CMake/Compiler.cmake Fri Jan 02 14:51:34 2026 +0100 @@ -2,8 +2,8 @@ # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium # Copyright (C) 2017-2023 Osimis S.A., Belgium -# Copyright (C) 2024-2025 Orthanc Team SRL, Belgium -# Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2024-2026 Orthanc Team SRL, Belgium +# Copyright (C) 2021-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License @@ -21,6 +21,8 @@ # This file sets all the compiler-related flags +message(STATUS "CMAKE_CXX_COMPILER_ID is ${CMAKE_CXX_COMPILER_ID}") +message(STATUS "CMAKE_SYSTEM_NAME is ${CMAKE_SYSTEM_NAME}") if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") # Since Orthanc 1.12.7 that allows CMake 4.0, builds for macOS
--- a/Resources/Orthanc/CMake/DownloadPackage.cmake Wed Nov 26 21:08:59 2025 +0100 +++ b/Resources/Orthanc/CMake/DownloadPackage.cmake Fri Jan 02 14:51:34 2026 +0100 @@ -2,8 +2,8 @@ # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium # Copyright (C) 2017-2023 Osimis S.A., Belgium -# Copyright (C) 2024-2025 Orthanc Team SRL, Belgium -# Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2024-2026 Orthanc Team SRL, Belgium +# Copyright (C) 2021-2026 Sebastien Jodogne, ICTEAM UCLouvain, 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/JsonCppConfiguration.cmake Wed Nov 26 21:08:59 2025 +0100 +++ b/Resources/Orthanc/CMake/JsonCppConfiguration.cmake Fri Jan 02 14:51:34 2026 +0100 @@ -2,8 +2,8 @@ # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium # Copyright (C) 2017-2023 Osimis S.A., Belgium -# Copyright (C) 2024-2025 Orthanc Team SRL, Belgium -# Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2024-2026 Orthanc Team SRL, Belgium +# Copyright (C) 2021-2026 Sebastien Jodogne, ICTEAM UCLouvain, 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/WindowsResources.py Wed Nov 26 21:08:59 2025 +0100 +++ b/Resources/Orthanc/CMake/WindowsResources.py Fri Jan 02 14:51:34 2026 +0100 @@ -4,8 +4,8 @@ # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium # Copyright (C) 2017-2023 Osimis S.A., Belgium -# Copyright (C) 2024-2025 Orthanc Team SRL, Belgium -# Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2024-2026 Orthanc Team SRL, Belgium +# Copyright (C) 2021-2026 Sebastien Jodogne, ICTEAM UCLouvain, 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/OrthancPluginsExports.cmake Wed Nov 26 21:08:59 2025 +0100 +++ b/Resources/Orthanc/Plugins/OrthancPluginsExports.cmake Fri Jan 02 14:51:34 2026 +0100 @@ -2,8 +2,8 @@ # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium # Copyright (C) 2017-2023 Osimis S.A., Belgium -# Copyright (C) 2024-2025 Orthanc Team SRL, Belgium -# Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2024-2026 Orthanc Team SRL, Belgium +# Copyright (C) 2021-2026 Sebastien Jodogne, ICTEAM 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/Orthanc/Toolchains/LinuxStandardBaseToolchain.cmake Wed Nov 26 21:08:59 2025 +0100 +++ b/Resources/Orthanc/Toolchains/LinuxStandardBaseToolchain.cmake Fri Jan 02 14:51:34 2026 +0100 @@ -2,8 +2,8 @@ # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium # Copyright (C) 2017-2023 Osimis S.A., Belgium -# Copyright (C) 2024-2025 Orthanc Team SRL, Belgium -# Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2024-2026 Orthanc Team SRL, Belgium +# Copyright (C) 2021-2026 Sebastien Jodogne, ICTEAM UCLouvain, 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/Toolchains/MinGW-W64-Toolchain32.cmake Wed Nov 26 21:08:59 2025 +0100 +++ b/Resources/Orthanc/Toolchains/MinGW-W64-Toolchain32.cmake Fri Jan 02 14:51:34 2026 +0100 @@ -2,8 +2,8 @@ # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium # Copyright (C) 2017-2023 Osimis S.A., Belgium -# Copyright (C) 2024-2025 Orthanc Team SRL, Belgium -# Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2024-2026 Orthanc Team SRL, Belgium +# Copyright (C) 2021-2026 Sebastien Jodogne, ICTEAM UCLouvain, 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/Toolchains/MinGW-W64-Toolchain64.cmake Wed Nov 26 21:08:59 2025 +0100 +++ b/Resources/Orthanc/Toolchains/MinGW-W64-Toolchain64.cmake Fri Jan 02 14:51:34 2026 +0100 @@ -2,8 +2,8 @@ # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium # Copyright (C) 2017-2023 Osimis S.A., Belgium -# Copyright (C) 2024-2025 Orthanc Team SRL, Belgium -# Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2024-2026 Orthanc Team SRL, Belgium +# Copyright (C) 2021-2026 Sebastien Jodogne, ICTEAM UCLouvain, 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/SyncOrthancFolder.py Wed Nov 26 21:08:59 2025 +0100 +++ b/Resources/SyncOrthancFolder.py Fri Jan 02 14:51:34 2026 +0100 @@ -1,10 +1,10 @@ #!/usr/bin/python3 -# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # Java plugin for Orthanc -# Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/Basic/configuration.json Fri Jan 02 14:51:34 2026 +0100 @@ -1,5 +1,5 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/
--- a/Samples/Basic/pom.xml Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/Basic/pom.xml Fri Jan 02 14:51:34 2026 +0100 @@ -2,7 +2,7 @@ <!-- - SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium SPDX-License-Identifier: GPL-3.0-or-later -->
--- a/Samples/Basic/src/main/java/Main.java Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/Basic/src/main/java/Main.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/Dcm4Che/configuration.json Fri Jan 02 14:51:34 2026 +0100 @@ -1,5 +1,5 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/
--- a/Samples/Dcm4Che/pom.xml Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/Dcm4Che/pom.xml Fri Jan 02 14:51:34 2026 +0100 @@ -2,7 +2,7 @@ <!-- - SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium SPDX-License-Identifier: GPL-3.0-or-later -->
--- a/Samples/Dcm4Che/src/main/java/Main.java Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/Dcm4Che/src/main/java/Main.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/configuration.json Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/FHIR/configuration.json Fri Jan 02 14:51:34 2026 +0100 @@ -1,5 +1,5 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/
--- a/Samples/FHIR/pom.xml Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/FHIR/pom.xml Fri Jan 02 14:51:34 2026 +0100 @@ -2,7 +2,7 @@ <!-- - SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium SPDX-License-Identifier: GPL-3.0-or-later -->
--- a/Samples/FHIR/src/main/java/EndpointProvider.java Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/FHIR/src/main/java/EndpointProvider.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/FHIR/src/main/java/FhirConfiguration.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/FHIR/src/main/java/FhirRequestHandler.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/FHIR/src/main/java/IOrthancConnection.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/FHIR/src/main/java/ImagingStudyProvider.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/FHIR/src/main/java/Main.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/FHIR/src/main/java/OrthancPluginConnection.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/FHIR/src/main/java/OrthancResource.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/FHIR/src/main/java/PatientProvider.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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 Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/FHIR/src/main/java/Toolbox.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/MammographyDeepLearning/configuration.json Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/MammographyDeepLearning/configuration.json Fri Jan 02 14:51:34 2026 +0100 @@ -1,5 +1,5 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/
--- a/Samples/MammographyDeepLearning/pom.xml Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/MammographyDeepLearning/pom.xml Fri Jan 02 14:51:34 2026 +0100 @@ -2,7 +2,7 @@ <!-- - SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium SPDX-License-Identifier: GPL-3.0-or-later -->
--- a/Samples/MammographyDeepLearning/src/main/java/Detection.java Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/MammographyDeepLearning/src/main/java/Detection.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/MammographyDeepLearning/src/main/java/DicomCode.java Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/MammographyDeepLearning/src/main/java/DicomCode.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/MammographyDeepLearning/src/main/java/DicomToolbox.java Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/MammographyDeepLearning/src/main/java/DicomToolbox.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/MammographyDeepLearning/src/main/java/ImageProcessing.java Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/MammographyDeepLearning/src/main/java/ImageProcessing.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/MammographyDeepLearning/src/main/java/Main.java Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/MammographyDeepLearning/src/main/java/Main.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/MammographyDeepLearning/src/main/java/OrthancConnection.java Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/MammographyDeepLearning/src/main/java/OrthancConnection.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/MammographyDeepLearning/src/main/java/Rectangle.java Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/MammographyDeepLearning/src/main/java/Rectangle.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/MammographyDeepLearning/src/main/java/RetinaNet.java Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/MammographyDeepLearning/src/main/java/RetinaNet.java Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/MammographyDeepLearning/src/main/resources/OrthancExplorer.js Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/MammographyDeepLearning/src/main/resources/OrthancExplorer.js Fri Jan 02 14:51:34 2026 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later **/ /** * Java plugin for Orthanc - * Copyright (C) 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * Copyright (C) 2023-2026 Sebastien Jodogne, ICTEAM 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/global.properties Wed Nov 26 21:08:59 2025 +0100 +++ b/Samples/global.properties Fri Jan 02 14:51:34 2026 +0100 @@ -1,5 +1,5 @@ <!-- - SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + SPDX-FileCopyrightText: 2023-2026 Sebastien Jodogne, ICTEAM UCLouvain, Belgium SPDX-License-Identifier: GPL-3.0-or-later -->
