# HG changeset patch # User Sebastien Jodogne # Date 1737115375 -3600 # Node ID 3a0acc581aca3e4e3e9c0e03ff7a82fa17db865e # Parent 6a7a924e31efcb043e44b15d607b8e9db84b0297 update year to 2025 diff -r 6a7a924e31ef -r 3a0acc581aca .hgignore --- a/.hgignore Fri Jan 17 13:01:27 2025 +0100 +++ b/.hgignore Fri Jan 17 13:02:55 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 6a7a924e31ef -r 3a0acc581aca CMakeLists.txt --- a/CMakeLists.txt Fri Jan 17 13:01:27 2025 +0100 +++ b/CMakeLists.txt Fri Jan 17 13:02:55 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 # Kitware's VolView 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 6a7a924e31ef -r 3a0acc581aca Resources/CreateVolViewDist.sh --- a/Resources/CreateVolViewDist.sh Fri Jan 17 13:01:27 2025 +0100 +++ b/Resources/CreateVolViewDist.sh Fri Jan 17 13:02:55 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 # Kitware's VolView 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 6a7a924e31ef -r 3a0acc581aca Resources/CreateVolViewDist/Dockerfile --- a/Resources/CreateVolViewDist/Dockerfile Fri Jan 17 13:01:27 2025 +0100 +++ b/Resources/CreateVolViewDist/Dockerfile Fri Jan 17 13:02:55 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 # Kitware's VolView 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 6a7a924e31ef -r 3a0acc581aca Resources/CreateVolViewDist/build.sh --- a/Resources/CreateVolViewDist/build.sh Fri Jan 17 13:01:27 2025 +0100 +++ b/Resources/CreateVolViewDist/build.sh Fri Jan 17 13:02:55 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 # Kitware's VolView 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 6a7a924e31ef -r 3a0acc581aca Resources/EmbedStaticAssets.py --- a/Resources/EmbedStaticAssets.py Fri Jan 17 13:01:27 2025 +0100 +++ b/Resources/EmbedStaticAssets.py Fri Jan 17 13:02:55 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 # Kitware's VolView 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 6a7a924e31ef -r 3a0acc581aca Resources/SyncOrthancFolder.py --- a/Resources/SyncOrthancFolder.py Fri Jan 17 13:01:27 2025 +0100 +++ b/Resources/SyncOrthancFolder.py Fri Jan 17 13:02:55 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 # Kitware's VolView 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 6a7a924e31ef -r 3a0acc581aca Sources/OrthancExplorer.js --- a/Sources/OrthancExplorer.js Fri Jan 17 13:01:27 2025 +0100 +++ b/Sources/OrthancExplorer.js Fri Jan 17 13:02:55 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 */ /** * Kitware's VolView 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 6a7a924e31ef -r 3a0acc581aca Sources/Plugin.cpp --- a/Sources/Plugin.cpp Fri Jan 17 13:01:27 2025 +0100 +++ b/Sources/Plugin.cpp Fri Jan 17 13:02:55 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 */ /** * Kitware's VolView 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 6a7a924e31ef -r 3a0acc581aca VolView/VolView-4.3.0.patch.license --- a/VolView/VolView-4.3.0.patch.license Fri Jan 17 13:01:27 2025 +0100 +++ b/VolView/VolView-4.3.0.patch.license Fri Jan 17 13:02:55 2025 +0100 @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023-2024 Sebastien Jodogne, UCLouvain, Belgium -# SPDX-FileCopyrightText: 1999-2024 Kitware, USA +# SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium +# SPDX-FileCopyrightText: 1999-2025 Kitware, USA # # SPDX-License-Identifier: Apache-2.0