# HG changeset patch # User Sebastien Jodogne # Date 1737115168 -3600 # Node ID 820ffa309c3406abbdb0350c036b17d2d06437ac # Parent 31d5e11a19af4c77a6f87207ce83fe5c89f65504 update year to 2025 diff -r 31d5e11a19af -r 820ffa309c34 .hgignore --- a/.hgignore Fri Jan 17 12:49:02 2025 +0100 +++ b/.hgignore Fri Jan 17 12:59:28 2025 +0100 @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: CC0-1.0 syntax: glob diff -r 31d5e11a19af -r 820ffa309c34 CMakeLists.txt --- a/CMakeLists.txt Fri Jan 17 12:49:02 2025 +0100 +++ b/CMakeLists.txt Fri Jan 17 12:59:28 2025 +0100 @@ -1,9 +1,9 @@ -# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # OHIF plugin for Orthanc -# Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# Copyright (C) 2023-2025 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 diff -r 31d5e11a19af -r 820ffa309c34 Resources/ClearMetadataCache.py --- a/Resources/ClearMetadataCache.py Fri Jan 17 12:49:02 2025 +0100 +++ b/Resources/ClearMetadataCache.py Fri Jan 17 12:59:28 2025 +0100 @@ -1,10 +1,10 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # OHIF plugin for Orthanc -# Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# Copyright (C) 2023-2025 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 diff -r 31d5e11a19af -r 820ffa309c34 Resources/CreateOHIFDist.sh --- a/Resources/CreateOHIFDist.sh Fri Jan 17 12:49:02 2025 +0100 +++ b/Resources/CreateOHIFDist.sh Fri Jan 17 12:59:28 2025 +0100 @@ -1,10 +1,10 @@ #!/bin/bash -# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # OHIF plugin for Orthanc -# Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# Copyright (C) 2023-2025 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 diff -r 31d5e11a19af -r 820ffa309c34 Resources/CreateOHIFDist/Dockerfile --- a/Resources/CreateOHIFDist/Dockerfile Fri Jan 17 12:49:02 2025 +0100 +++ b/Resources/CreateOHIFDist/Dockerfile Fri Jan 17 12:59:28 2025 +0100 @@ -1,8 +1,8 @@ -# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # OHIF plugin for Orthanc -# Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# Copyright (C) 2023-2025 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 diff -r 31d5e11a19af -r 820ffa309c34 Resources/CreateOHIFDist/build.sh --- a/Resources/CreateOHIFDist/build.sh Fri Jan 17 12:49:02 2025 +0100 +++ b/Resources/CreateOHIFDist/build.sh Fri Jan 17 12:59:28 2025 +0100 @@ -1,10 +1,10 @@ #!/bin/bash -# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # OHIF plugin for Orthanc -# Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# Copyright (C) 2023-2025 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 diff -r 31d5e11a19af -r 820ffa309c34 Resources/EmbedStaticAssets.py --- a/Resources/EmbedStaticAssets.py Fri Jan 17 12:49:02 2025 +0100 +++ b/Resources/EmbedStaticAssets.py Fri Jan 17 12:59:28 2025 +0100 @@ -1,10 +1,10 @@ #!/usr/bin/python3 -# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # OHIF plugin for Orthanc -# Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# Copyright (C) 2023-2025 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 diff -r 31d5e11a19af -r 820ffa309c34 Resources/SyncOrthancFolder.py --- a/Resources/SyncOrthancFolder.py Fri Jan 17 12:49:02 2025 +0100 +++ b/Resources/SyncOrthancFolder.py Fri Jan 17 12:59:28 2025 +0100 @@ -1,10 +1,10 @@ #!/usr/bin/python3 -# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # SPDX-License-Identifier: GPL-3.0-or-later # OHIF plugin for Orthanc -# Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, Belgium +# Copyright (C) 2023-2025 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 diff -r 31d5e11a19af -r 820ffa309c34 Sources/OrthancExplorer.js --- a/Sources/OrthancExplorer.js Fri Jan 17 12:49:02 2025 +0100 +++ b/Sources/OrthancExplorer.js Fri Jan 17 12:59:28 2025 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * OHIF plugin for Orthanc - * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, Belgium + * Copyright (C) 2023-2025 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 diff -r 31d5e11a19af -r 820ffa309c34 Sources/Plugin.cpp --- a/Sources/Plugin.cpp Fri Jan 17 12:49:02 2025 +0100 +++ b/Sources/Plugin.cpp Fri Jan 17 12:59:28 2025 +0100 @@ -1,11 +1,11 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium + * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * SPDX-License-Identifier: GPL-3.0-or-later */ /** * OHIF plugin for Orthanc - * Copyright (C) 2023-2024 Sebastien Jodogne, UCLouvain, Belgium + * Copyright (C) 2023-2025 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 diff -r 31d5e11a19af -r 820ffa309c34 Sources/app-config-system.js --- a/Sources/app-config-system.js Fri Jan 17 12:49:02 2025 +0100 +++ b/Sources/app-config-system.js Fri Jan 17 12:59:28 2025 +0100 @@ -1,6 +1,6 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium, - * and 2018-2024 Open Health Imaging Foundation + * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium, + * and 2018-2025 Open Health Imaging Foundation * SPDX-License-Identifier: MIT */ diff -r 31d5e11a19af -r 820ffa309c34 Sources/app-config-user.js --- a/Sources/app-config-user.js Fri Jan 17 12:49:02 2025 +0100 +++ b/Sources/app-config-user.js Fri Jan 17 12:59:28 2025 +0100 @@ -1,6 +1,6 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium, - * and 2018-2024 Open Health Imaging Foundation + * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium, + * and 2018-2025 Open Health Imaging Foundation * SPDX-License-Identifier: MIT */