changeset 22:3a0acc581aca

update year to 2025
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 17 Jan 2025 13:02:55 +0100
parents 6a7a924e31ef
children ab153d5d0dc0
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/VolView-4.3.0.patch.license
diffstat 10 files changed, 19 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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