Mercurial > hg > orthanc-volview
changeset 40:a382956b4a6c
updated year to 2026
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Fri, 02 Jan 2026 14:56:11 +0100 |
| parents | 41023c932805 |
| children | ebfbf95fb281 |
| files | .hgignore CMakeLists.txt Resources/CreateVolViewDist.sh Resources/CreateVolViewDist/Dockerfile Resources/CreateVolViewDist/build.sh Resources/EmbedStaticAssets.py Resources/SyncOrthancFolder.py Sources/OrthancExplorer.js Sources/Plugin.cpp VolView/.keep |
| diffstat | 10 files changed, 18 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Fri Jan 02 14:55:47 2026 +0100 +++ b/.hgignore Fri Jan 02 14:56:11 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/CMakeLists.txt Fri Jan 02 14:55:47 2026 +0100 +++ b/CMakeLists.txt Fri Jan 02 14:56:11 2026 +0100 @@ -1,9 +1,9 @@ -# 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 # Kitware's VolView 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/CreateVolViewDist.sh Fri Jan 02 14:55:47 2026 +0100 +++ b/Resources/CreateVolViewDist.sh Fri Jan 02 14:56:11 2026 +0100 @@ -1,10 +1,10 @@ #!/bin/bash -# 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 # Kitware's VolView 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/CreateVolViewDist/Dockerfile Fri Jan 02 14:55:47 2026 +0100 +++ b/Resources/CreateVolViewDist/Dockerfile Fri Jan 02 14:56:11 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 # Kitware's VolView 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/CreateVolViewDist/build.sh Fri Jan 02 14:55:47 2026 +0100 +++ b/Resources/CreateVolViewDist/build.sh Fri Jan 02 14:56:11 2026 +0100 @@ -1,10 +1,10 @@ #!/bin/bash -# 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 # Kitware's VolView 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/EmbedStaticAssets.py Fri Jan 02 14:55:47 2026 +0100 +++ b/Resources/EmbedStaticAssets.py Fri Jan 02 14:56:11 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 # Kitware's VolView 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/SyncOrthancFolder.py Fri Jan 02 14:55:47 2026 +0100 +++ b/Resources/SyncOrthancFolder.py Fri Jan 02 14:56:11 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 # Kitware's VolView 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/Sources/OrthancExplorer.js Fri Jan 02 14:55:47 2026 +0100 +++ b/Sources/OrthancExplorer.js Fri Jan 02 14:56:11 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 */ /** * Kitware's VolView 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/Sources/Plugin.cpp Fri Jan 02 14:55:47 2026 +0100 +++ b/Sources/Plugin.cpp Fri Jan 02 14:56:11 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 */ /** * Kitware's VolView 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/VolView/.keep Fri Jan 02 14:55:47 2026 +0100 +++ b/VolView/.keep Fri Jan 02 14:56:11 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: GPL-3.0-or-later Just a dummy file to keep the VolView folder in Mercurial \ No newline at end of file
