diff --git a/LICENSE.txt b/LICENSE.txt
index 94a9ed024..f288702d2 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see .
+ along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
-.
+.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
-.
+.
diff --git a/src/main/java/fiji/plugin/trackmate/Dimension.java b/src/main/java/fiji/plugin/trackmate/Dimension.java
index 52fe604b1..ece2b7d00 100644
--- a/src/main/java/fiji/plugin/trackmate/Dimension.java
+++ b/src/main/java/fiji/plugin/trackmate/Dimension.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/FeatureModel.java b/src/main/java/fiji/plugin/trackmate/FeatureModel.java
index 22df2b0e0..7359fb211 100644
--- a/src/main/java/fiji/plugin/trackmate/FeatureModel.java
+++ b/src/main/java/fiji/plugin/trackmate/FeatureModel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/LoadTrackMatePlugIn.java b/src/main/java/fiji/plugin/trackmate/LoadTrackMatePlugIn.java
index d2fa2950a..ea3443db0 100644
--- a/src/main/java/fiji/plugin/trackmate/LoadTrackMatePlugIn.java
+++ b/src/main/java/fiji/plugin/trackmate/LoadTrackMatePlugIn.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/Logger.java b/src/main/java/fiji/plugin/trackmate/Logger.java
index effb1820d..2f28abc44 100644
--- a/src/main/java/fiji/plugin/trackmate/Logger.java
+++ b/src/main/java/fiji/plugin/trackmate/Logger.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/ManualTrackingPlugIn.java b/src/main/java/fiji/plugin/trackmate/ManualTrackingPlugIn.java
index 20f40ddd3..b9b5fec2d 100644
--- a/src/main/java/fiji/plugin/trackmate/ManualTrackingPlugIn.java
+++ b/src/main/java/fiji/plugin/trackmate/ManualTrackingPlugIn.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/Model.java b/src/main/java/fiji/plugin/trackmate/Model.java
index 04d07b3bf..d17b965ff 100644
--- a/src/main/java/fiji/plugin/trackmate/Model.java
+++ b/src/main/java/fiji/plugin/trackmate/Model.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/ModelChangeEvent.java b/src/main/java/fiji/plugin/trackmate/ModelChangeEvent.java
index e901f7911..4228b5dd3 100644
--- a/src/main/java/fiji/plugin/trackmate/ModelChangeEvent.java
+++ b/src/main/java/fiji/plugin/trackmate/ModelChangeEvent.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/ModelChangeListener.java b/src/main/java/fiji/plugin/trackmate/ModelChangeListener.java
index 411921e55..35b6c3bd3 100644
--- a/src/main/java/fiji/plugin/trackmate/ModelChangeListener.java
+++ b/src/main/java/fiji/plugin/trackmate/ModelChangeListener.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/SelectionChangeEvent.java b/src/main/java/fiji/plugin/trackmate/SelectionChangeEvent.java
index 341dd81e0..f95f1b60d 100644
--- a/src/main/java/fiji/plugin/trackmate/SelectionChangeEvent.java
+++ b/src/main/java/fiji/plugin/trackmate/SelectionChangeEvent.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/SelectionChangeListener.java b/src/main/java/fiji/plugin/trackmate/SelectionChangeListener.java
index 44ddfb37c..aef1b4cf5 100644
--- a/src/main/java/fiji/plugin/trackmate/SelectionChangeListener.java
+++ b/src/main/java/fiji/plugin/trackmate/SelectionChangeListener.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/SelectionModel.java b/src/main/java/fiji/plugin/trackmate/SelectionModel.java
index 648b9709d..fbc80e611 100644
--- a/src/main/java/fiji/plugin/trackmate/SelectionModel.java
+++ b/src/main/java/fiji/plugin/trackmate/SelectionModel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/Settings.java b/src/main/java/fiji/plugin/trackmate/Settings.java
index a49bba84c..22cad10fa 100644
--- a/src/main/java/fiji/plugin/trackmate/Settings.java
+++ b/src/main/java/fiji/plugin/trackmate/Settings.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/Spot.java b/src/main/java/fiji/plugin/trackmate/Spot.java
index 956ac62f2..00bb2f5bd 100644
--- a/src/main/java/fiji/plugin/trackmate/Spot.java
+++ b/src/main/java/fiji/plugin/trackmate/Spot.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/SpotCollection.java b/src/main/java/fiji/plugin/trackmate/SpotCollection.java
index 6b399b681..89178c41d 100644
--- a/src/main/java/fiji/plugin/trackmate/SpotCollection.java
+++ b/src/main/java/fiji/plugin/trackmate/SpotCollection.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/SpotRoi.java b/src/main/java/fiji/plugin/trackmate/SpotRoi.java
index 19cb03454..00d2556e6 100644
--- a/src/main/java/fiji/plugin/trackmate/SpotRoi.java
+++ b/src/main/java/fiji/plugin/trackmate/SpotRoi.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/TrackMate.java b/src/main/java/fiji/plugin/trackmate/TrackMate.java
index 87dd132a1..dde8efcc1 100644
--- a/src/main/java/fiji/plugin/trackmate/TrackMate.java
+++ b/src/main/java/fiji/plugin/trackmate/TrackMate.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/TrackMateModule.java b/src/main/java/fiji/plugin/trackmate/TrackMateModule.java
index 4173b28ff..4cd5b8dde 100644
--- a/src/main/java/fiji/plugin/trackmate/TrackMateModule.java
+++ b/src/main/java/fiji/plugin/trackmate/TrackMateModule.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/TrackMatePlugIn.java b/src/main/java/fiji/plugin/trackmate/TrackMatePlugIn.java
index 84b81a184..868319c14 100644
--- a/src/main/java/fiji/plugin/trackmate/TrackMatePlugIn.java
+++ b/src/main/java/fiji/plugin/trackmate/TrackMatePlugIn.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/TrackMateRunner.java b/src/main/java/fiji/plugin/trackmate/TrackMateRunner.java
index f1783f45a..9cce8b78a 100644
--- a/src/main/java/fiji/plugin/trackmate/TrackMateRunner.java
+++ b/src/main/java/fiji/plugin/trackmate/TrackMateRunner.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/TrackMateService.java b/src/main/java/fiji/plugin/trackmate/TrackMateService.java
index 04fccdb83..b604a19c8 100644
--- a/src/main/java/fiji/plugin/trackmate/TrackMateService.java
+++ b/src/main/java/fiji/plugin/trackmate/TrackMateService.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/TrackModel.java b/src/main/java/fiji/plugin/trackmate/TrackModel.java
index 4f36e5332..3ba9a76af 100644
--- a/src/main/java/fiji/plugin/trackmate/TrackModel.java
+++ b/src/main/java/fiji/plugin/trackmate/TrackModel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/AbstractTMAction.java b/src/main/java/fiji/plugin/trackmate/action/AbstractTMAction.java
index 496841d0a..3769a878a 100644
--- a/src/main/java/fiji/plugin/trackmate/action/AbstractTMAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/AbstractTMAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/CTCExporter.java b/src/main/java/fiji/plugin/trackmate/action/CTCExporter.java
index 676372af7..26d8fbcef 100644
--- a/src/main/java/fiji/plugin/trackmate/action/CTCExporter.java
+++ b/src/main/java/fiji/plugin/trackmate/action/CTCExporter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/CTCExporterAction.java b/src/main/java/fiji/plugin/trackmate/action/CTCExporterAction.java
index da449d214..607a97f85 100644
--- a/src/main/java/fiji/plugin/trackmate/action/CTCExporterAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/CTCExporterAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/CaptureOverlayAction.java b/src/main/java/fiji/plugin/trackmate/action/CaptureOverlayAction.java
index e46001374..b6560ded4 100644
--- a/src/main/java/fiji/plugin/trackmate/action/CaptureOverlayAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/CaptureOverlayAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/CaptureOverlayPanel.java b/src/main/java/fiji/plugin/trackmate/action/CaptureOverlayPanel.java
index 021422351..2948ce4aa 100644
--- a/src/main/java/fiji/plugin/trackmate/action/CaptureOverlayPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/action/CaptureOverlayPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/ComputeDistanceToRoiAction.java b/src/main/java/fiji/plugin/trackmate/action/ComputeDistanceToRoiAction.java
index 612e7888d..2fb868545 100644
--- a/src/main/java/fiji/plugin/trackmate/action/ComputeDistanceToRoiAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/ComputeDistanceToRoiAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/ExportAllSpotsStatsAction.java b/src/main/java/fiji/plugin/trackmate/action/ExportAllSpotsStatsAction.java
index 62d9e1f2b..55edbe017 100644
--- a/src/main/java/fiji/plugin/trackmate/action/ExportAllSpotsStatsAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/ExportAllSpotsStatsAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/ExportStatsTablesAction.java b/src/main/java/fiji/plugin/trackmate/action/ExportStatsTablesAction.java
index bea9045bf..82f0942cc 100644
--- a/src/main/java/fiji/plugin/trackmate/action/ExportStatsTablesAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/ExportStatsTablesAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/ExportTracksToXML.java b/src/main/java/fiji/plugin/trackmate/action/ExportTracksToXML.java
index cb6b58a07..25d876b8d 100644
--- a/src/main/java/fiji/plugin/trackmate/action/ExportTracksToXML.java
+++ b/src/main/java/fiji/plugin/trackmate/action/ExportTracksToXML.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/ExtractTrackStackAction.java b/src/main/java/fiji/plugin/trackmate/action/ExtractTrackStackAction.java
index f676f485a..2f4152ce7 100644
--- a/src/main/java/fiji/plugin/trackmate/action/ExtractTrackStackAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/ExtractTrackStackAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/IJRoiExporter.java b/src/main/java/fiji/plugin/trackmate/action/IJRoiExporter.java
index dbfcae07f..d1c18e4ea 100644
--- a/src/main/java/fiji/plugin/trackmate/action/IJRoiExporter.java
+++ b/src/main/java/fiji/plugin/trackmate/action/IJRoiExporter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/ISBIChallengeExporter.java b/src/main/java/fiji/plugin/trackmate/action/ISBIChallengeExporter.java
index bd9194f87..82fe047e6 100644
--- a/src/main/java/fiji/plugin/trackmate/action/ISBIChallengeExporter.java
+++ b/src/main/java/fiji/plugin/trackmate/action/ISBIChallengeExporter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/IcyTrackExporter.java b/src/main/java/fiji/plugin/trackmate/action/IcyTrackExporter.java
index 0df374ec7..ddb5f0b6d 100644
--- a/src/main/java/fiji/plugin/trackmate/action/IcyTrackExporter.java
+++ b/src/main/java/fiji/plugin/trackmate/action/IcyTrackExporter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/LabelImgExporter.java b/src/main/java/fiji/plugin/trackmate/action/LabelImgExporter.java
index 6174c3c0c..399f93b98 100644
--- a/src/main/java/fiji/plugin/trackmate/action/LabelImgExporter.java
+++ b/src/main/java/fiji/plugin/trackmate/action/LabelImgExporter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/LabelImgExporterPanel.java b/src/main/java/fiji/plugin/trackmate/action/LabelImgExporterPanel.java
index 0bb268c37..9aebd3688 100644
--- a/src/main/java/fiji/plugin/trackmate/action/LabelImgExporterPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/action/LabelImgExporterPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/MergeFileAction.java b/src/main/java/fiji/plugin/trackmate/action/MergeFileAction.java
index 6c2e5c643..af0027b9f 100644
--- a/src/main/java/fiji/plugin/trackmate/action/MergeFileAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/MergeFileAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/MotilityLabExporter.java b/src/main/java/fiji/plugin/trackmate/action/MotilityLabExporter.java
index 31cb3d5b2..840a5629d 100644
--- a/src/main/java/fiji/plugin/trackmate/action/MotilityLabExporter.java
+++ b/src/main/java/fiji/plugin/trackmate/action/MotilityLabExporter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/PlotNSpotsVsTimeAction.java b/src/main/java/fiji/plugin/trackmate/action/PlotNSpotsVsTimeAction.java
index 94aeabbe5..9a0a1aef7 100644
--- a/src/main/java/fiji/plugin/trackmate/action/PlotNSpotsVsTimeAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/PlotNSpotsVsTimeAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/RecomputeFeatureAction.java b/src/main/java/fiji/plugin/trackmate/action/RecomputeFeatureAction.java
index 1aa62a065..d0779dc67 100644
--- a/src/main/java/fiji/plugin/trackmate/action/RecomputeFeatureAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/RecomputeFeatureAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/ResetSpotTimeFeatureAction.java b/src/main/java/fiji/plugin/trackmate/action/ResetSpotTimeFeatureAction.java
index 51beddae6..237e0f284 100644
--- a/src/main/java/fiji/plugin/trackmate/action/ResetSpotTimeFeatureAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/ResetSpotTimeFeatureAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/TrackBranchAnalysis.java b/src/main/java/fiji/plugin/trackmate/action/TrackBranchAnalysis.java
index bcdee4be4..1f0b0ede4 100644
--- a/src/main/java/fiji/plugin/trackmate/action/TrackBranchAnalysis.java
+++ b/src/main/java/fiji/plugin/trackmate/action/TrackBranchAnalysis.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/TrackMateAction.java b/src/main/java/fiji/plugin/trackmate/action/TrackMateAction.java
index 46dbcaa2f..c7838ff14 100644
--- a/src/main/java/fiji/plugin/trackmate/action/TrackMateAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/TrackMateAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/TrackMateActionFactory.java b/src/main/java/fiji/plugin/trackmate/action/TrackMateActionFactory.java
index 70867ef4e..30a6d5186 100644
--- a/src/main/java/fiji/plugin/trackmate/action/TrackMateActionFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/action/TrackMateActionFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/TrimNotVisibleAction.java b/src/main/java/fiji/plugin/trackmate/action/TrimNotVisibleAction.java
index db19d496a..70a3f8b03 100644
--- a/src/main/java/fiji/plugin/trackmate/action/TrimNotVisibleAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/TrimNotVisibleAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingAction.java b/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingAction.java
index a9899a591..13555be67 100644
--- a/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingController.java b/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingController.java
index a5b911b98..533e70ed0 100644
--- a/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingController.java
+++ b/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingController.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingPanel.java b/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingPanel.java
index d86f5ed48..b69187731 100644
--- a/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingPerformer.java b/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingPerformer.java
index c0ea80dc5..f5e3dfb65 100644
--- a/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingPerformer.java
+++ b/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingPerformer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingRule.java b/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingRule.java
index 0d08149fe..8921d43ea 100644
--- a/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingRule.java
+++ b/src/main/java/fiji/plugin/trackmate/action/autonaming/AutoNamingRule.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/autonaming/CopyTrackNameNamingRule.java b/src/main/java/fiji/plugin/trackmate/action/autonaming/CopyTrackNameNamingRule.java
index a2aa5436e..a9e127de5 100644
--- a/src/main/java/fiji/plugin/trackmate/action/autonaming/CopyTrackNameNamingRule.java
+++ b/src/main/java/fiji/plugin/trackmate/action/autonaming/CopyTrackNameNamingRule.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/autonaming/DefaultAutoNamingRule.java b/src/main/java/fiji/plugin/trackmate/action/autonaming/DefaultAutoNamingRule.java
index 2f63d3f0b..07a62d67c 100644
--- a/src/main/java/fiji/plugin/trackmate/action/autonaming/DefaultAutoNamingRule.java
+++ b/src/main/java/fiji/plugin/trackmate/action/autonaming/DefaultAutoNamingRule.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsAction.java b/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsAction.java
index d5fca2af1..094a044e7 100644
--- a/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsByDetection.java b/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsByDetection.java
index 3ff2faf22..f4382a29a 100644
--- a/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsByDetection.java
+++ b/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsByDetection.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsByLinearInterpolation.java b/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsByLinearInterpolation.java
index e9cf697d1..b858c913d 100644
--- a/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsByLinearInterpolation.java
+++ b/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsByLinearInterpolation.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsController.java b/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsController.java
index 031b4361d..3d49f51fa 100644
--- a/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsController.java
+++ b/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsController.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsPanel.java b/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsPanel.java
index 3ca215bfa..7ad32586c 100644
--- a/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/action/closegaps/CloseGapsPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/closegaps/GapClosingMethod.java b/src/main/java/fiji/plugin/trackmate/action/closegaps/GapClosingMethod.java
index 53ce1bc47..17b8d2b15 100644
--- a/src/main/java/fiji/plugin/trackmate/action/closegaps/GapClosingMethod.java
+++ b/src/main/java/fiji/plugin/trackmate/action/closegaps/GapClosingMethod.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/fit/AbstractSpotFitter.java b/src/main/java/fiji/plugin/trackmate/action/fit/AbstractSpotFitter.java
index 3b9122d62..d329725e3 100644
--- a/src/main/java/fiji/plugin/trackmate/action/fit/AbstractSpotFitter.java
+++ b/src/main/java/fiji/plugin/trackmate/action/fit/AbstractSpotFitter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/fit/SpotFitter.java b/src/main/java/fiji/plugin/trackmate/action/fit/SpotFitter.java
index b4c557dd9..36c913338 100644
--- a/src/main/java/fiji/plugin/trackmate/action/fit/SpotFitter.java
+++ b/src/main/java/fiji/plugin/trackmate/action/fit/SpotFitter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/fit/SpotFitterController.java b/src/main/java/fiji/plugin/trackmate/action/fit/SpotFitterController.java
index 6f0c086a9..2c32df536 100644
--- a/src/main/java/fiji/plugin/trackmate/action/fit/SpotFitterController.java
+++ b/src/main/java/fiji/plugin/trackmate/action/fit/SpotFitterController.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/fit/SpotFitterPanel.java b/src/main/java/fiji/plugin/trackmate/action/fit/SpotFitterPanel.java
index 4efdd15b9..c432dc5ce 100644
--- a/src/main/java/fiji/plugin/trackmate/action/fit/SpotFitterPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/action/fit/SpotFitterPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter2D.java b/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter2D.java
index d6aee706d..e94506cb0 100644
--- a/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter2D.java
+++ b/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter2D.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter2DFixedRadius.java b/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter2DFixedRadius.java
index 5f963a1bc..5a50cb300 100644
--- a/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter2DFixedRadius.java
+++ b/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter2DFixedRadius.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter3D.java b/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter3D.java
index 2cb7ce4a4..ebac36398 100644
--- a/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter3D.java
+++ b/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter3D.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter3DFixedRadius.java b/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter3DFixedRadius.java
index 749a4b1a0..757b4b90e 100644
--- a/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter3DFixedRadius.java
+++ b/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFitter3DFixedRadius.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFittingAction.java b/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFittingAction.java
index 788097acd..202264f1d 100644
--- a/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFittingAction.java
+++ b/src/main/java/fiji/plugin/trackmate/action/fit/SpotGaussianFittingAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/DetectionUtils.java b/src/main/java/fiji/plugin/trackmate/detection/DetectionUtils.java
index ccf954477..b01746bf7 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/DetectionUtils.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/DetectionUtils.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/DetectorKeys.java b/src/main/java/fiji/plugin/trackmate/detection/DetectorKeys.java
index 59cf5075d..2f5db885e 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/DetectorKeys.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/DetectorKeys.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/DogDetector.java b/src/main/java/fiji/plugin/trackmate/detection/DogDetector.java
index 14e1071c5..eec3adca7 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/DogDetector.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/DogDetector.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/DogDetectorFactory.java b/src/main/java/fiji/plugin/trackmate/detection/DogDetectorFactory.java
index c3d18ec5e..38e10b69b 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/DogDetectorFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/DogDetectorFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/HessianDetector.java b/src/main/java/fiji/plugin/trackmate/detection/HessianDetector.java
index 8a0bd4559..05990cf77 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/HessianDetector.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/HessianDetector.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/HessianDetectorFactory.java b/src/main/java/fiji/plugin/trackmate/detection/HessianDetectorFactory.java
index 7e7f9f8d9..175555b77 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/HessianDetectorFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/HessianDetectorFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/LabelImageDetector.java b/src/main/java/fiji/plugin/trackmate/detection/LabelImageDetector.java
index 036f7228f..39ec68d35 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/LabelImageDetector.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/LabelImageDetector.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/LabelImageDetectorFactory.java b/src/main/java/fiji/plugin/trackmate/detection/LabelImageDetectorFactory.java
index c2fd0dbc4..13738452a 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/LabelImageDetectorFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/LabelImageDetectorFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/LogDetector.java b/src/main/java/fiji/plugin/trackmate/detection/LogDetector.java
index 5a740d1fb..4afac85e7 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/LogDetector.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/LogDetector.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/LogDetectorFactory.java b/src/main/java/fiji/plugin/trackmate/detection/LogDetectorFactory.java
index eed8561d6..537ada62e 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/LogDetectorFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/LogDetectorFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/ManualDetectorFactory.java b/src/main/java/fiji/plugin/trackmate/detection/ManualDetectorFactory.java
index a48dec1d1..c5419e3ef 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/ManualDetectorFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/ManualDetectorFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/MaskDetectorFactory.java b/src/main/java/fiji/plugin/trackmate/detection/MaskDetectorFactory.java
index c2e1e5696..54675018a 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/MaskDetectorFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/MaskDetectorFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/MaskUtils.java b/src/main/java/fiji/plugin/trackmate/detection/MaskUtils.java
index a926145bd..53cf70fd8 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/MaskUtils.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/MaskUtils.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/SpotDetector.java b/src/main/java/fiji/plugin/trackmate/detection/SpotDetector.java
index 03ecc4282..8578ecc08 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/SpotDetector.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/SpotDetector.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/SpotDetectorFactory.java b/src/main/java/fiji/plugin/trackmate/detection/SpotDetectorFactory.java
index 949c3fafa..0800908dd 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/SpotDetectorFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/SpotDetectorFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/SpotDetectorFactoryBase.java b/src/main/java/fiji/plugin/trackmate/detection/SpotDetectorFactoryBase.java
index c946a330f..d4a9bf41f 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/SpotDetectorFactoryBase.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/SpotDetectorFactoryBase.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/SpotGlobalDetector.java b/src/main/java/fiji/plugin/trackmate/detection/SpotGlobalDetector.java
index 3bbcc0e19..f5ac47d84 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/SpotGlobalDetector.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/SpotGlobalDetector.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/SpotGlobalDetectorFactory.java b/src/main/java/fiji/plugin/trackmate/detection/SpotGlobalDetectorFactory.java
index c3b31c95a..2793d46e9 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/SpotGlobalDetectorFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/SpotGlobalDetectorFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/ThresholdDetector.java b/src/main/java/fiji/plugin/trackmate/detection/ThresholdDetector.java
index fc4add534..1fea44b66 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/ThresholdDetector.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/ThresholdDetector.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/ThresholdDetectorFactory.java b/src/main/java/fiji/plugin/trackmate/detection/ThresholdDetectorFactory.java
index 37bd46ea5..289043950 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/ThresholdDetectorFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/ThresholdDetectorFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/semiauto/AbstractSemiAutoTracker.java b/src/main/java/fiji/plugin/trackmate/detection/semiauto/AbstractSemiAutoTracker.java
index 9d4f3df19..5c10f82cf 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/semiauto/AbstractSemiAutoTracker.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/semiauto/AbstractSemiAutoTracker.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/semiauto/SemiAutoTracker.java b/src/main/java/fiji/plugin/trackmate/detection/semiauto/SemiAutoTracker.java
index f5571da75..db871d4ae 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/semiauto/SemiAutoTracker.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/semiauto/SemiAutoTracker.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/util/MedianFilter2D.java b/src/main/java/fiji/plugin/trackmate/detection/util/MedianFilter2D.java
index 131031a18..00c62224c 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/util/MedianFilter2D.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/util/MedianFilter2D.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/util/SquareNeighborhood3x3.java b/src/main/java/fiji/plugin/trackmate/detection/util/SquareNeighborhood3x3.java
index 2fcd3334c..61698a0bf 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/util/SquareNeighborhood3x3.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/util/SquareNeighborhood3x3.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/detection/util/SquareNeighborhoodCursor3x3.java b/src/main/java/fiji/plugin/trackmate/detection/util/SquareNeighborhoodCursor3x3.java
index 8993c01d6..378144a65 100644
--- a/src/main/java/fiji/plugin/trackmate/detection/util/SquareNeighborhoodCursor3x3.java
+++ b/src/main/java/fiji/plugin/trackmate/detection/util/SquareNeighborhoodCursor3x3.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/AbstractFeatureGrapher.java b/src/main/java/fiji/plugin/trackmate/features/AbstractFeatureGrapher.java
index e1e3bb778..1aaab9571 100644
--- a/src/main/java/fiji/plugin/trackmate/features/AbstractFeatureGrapher.java
+++ b/src/main/java/fiji/plugin/trackmate/features/AbstractFeatureGrapher.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/EdgeCollectionDataset.java b/src/main/java/fiji/plugin/trackmate/features/EdgeCollectionDataset.java
index b39778200..b43518b25 100644
--- a/src/main/java/fiji/plugin/trackmate/features/EdgeCollectionDataset.java
+++ b/src/main/java/fiji/plugin/trackmate/features/EdgeCollectionDataset.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/EdgeFeatureCalculator.java b/src/main/java/fiji/plugin/trackmate/features/EdgeFeatureCalculator.java
index f26660ad8..a0eaf79c0 100644
--- a/src/main/java/fiji/plugin/trackmate/features/EdgeFeatureCalculator.java
+++ b/src/main/java/fiji/plugin/trackmate/features/EdgeFeatureCalculator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/EdgeFeatureGrapher.java b/src/main/java/fiji/plugin/trackmate/features/EdgeFeatureGrapher.java
index e52e5de82..3adc95e15 100644
--- a/src/main/java/fiji/plugin/trackmate/features/EdgeFeatureGrapher.java
+++ b/src/main/java/fiji/plugin/trackmate/features/EdgeFeatureGrapher.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/FeatureAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/FeatureAnalyzer.java
index bbc911945..a84cf174b 100644
--- a/src/main/java/fiji/plugin/trackmate/features/FeatureAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/FeatureAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/FeatureFilter.java b/src/main/java/fiji/plugin/trackmate/features/FeatureFilter.java
index 7695bb8c4..6d2ca0142 100644
--- a/src/main/java/fiji/plugin/trackmate/features/FeatureFilter.java
+++ b/src/main/java/fiji/plugin/trackmate/features/FeatureFilter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/FeatureUtils.java b/src/main/java/fiji/plugin/trackmate/features/FeatureUtils.java
index 30243a53d..733fbd0d5 100644
--- a/src/main/java/fiji/plugin/trackmate/features/FeatureUtils.java
+++ b/src/main/java/fiji/plugin/trackmate/features/FeatureUtils.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/ModelDataset.java b/src/main/java/fiji/plugin/trackmate/features/ModelDataset.java
index b2feaf57f..170f8f1d5 100644
--- a/src/main/java/fiji/plugin/trackmate/features/ModelDataset.java
+++ b/src/main/java/fiji/plugin/trackmate/features/ModelDataset.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/ModelFeatureUpdater.java b/src/main/java/fiji/plugin/trackmate/features/ModelFeatureUpdater.java
index 9a688c8b1..ed8282f13 100644
--- a/src/main/java/fiji/plugin/trackmate/features/ModelFeatureUpdater.java
+++ b/src/main/java/fiji/plugin/trackmate/features/ModelFeatureUpdater.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/SpotCollectionDataset.java b/src/main/java/fiji/plugin/trackmate/features/SpotCollectionDataset.java
index ffbd95455..58fa02176 100644
--- a/src/main/java/fiji/plugin/trackmate/features/SpotCollectionDataset.java
+++ b/src/main/java/fiji/plugin/trackmate/features/SpotCollectionDataset.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/SpotFeatureCalculator.java b/src/main/java/fiji/plugin/trackmate/features/SpotFeatureCalculator.java
index 5e117d5d1..18e109500 100644
--- a/src/main/java/fiji/plugin/trackmate/features/SpotFeatureCalculator.java
+++ b/src/main/java/fiji/plugin/trackmate/features/SpotFeatureCalculator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/SpotFeatureGrapher.java b/src/main/java/fiji/plugin/trackmate/features/SpotFeatureGrapher.java
index 217563d8a..713ad483c 100644
--- a/src/main/java/fiji/plugin/trackmate/features/SpotFeatureGrapher.java
+++ b/src/main/java/fiji/plugin/trackmate/features/SpotFeatureGrapher.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/TrackCollectionDataset.java b/src/main/java/fiji/plugin/trackmate/features/TrackCollectionDataset.java
index 1b3cd9207..77b3e1736 100644
--- a/src/main/java/fiji/plugin/trackmate/features/TrackCollectionDataset.java
+++ b/src/main/java/fiji/plugin/trackmate/features/TrackCollectionDataset.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/TrackFeatureCalculator.java b/src/main/java/fiji/plugin/trackmate/features/TrackFeatureCalculator.java
index f0ed775d3..0b3136040 100644
--- a/src/main/java/fiji/plugin/trackmate/features/TrackFeatureCalculator.java
+++ b/src/main/java/fiji/plugin/trackmate/features/TrackFeatureCalculator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/TrackFeatureGrapher.java b/src/main/java/fiji/plugin/trackmate/features/TrackFeatureGrapher.java
index f0ad2e1bf..6a600a968 100644
--- a/src/main/java/fiji/plugin/trackmate/features/TrackFeatureGrapher.java
+++ b/src/main/java/fiji/plugin/trackmate/features/TrackFeatureGrapher.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/edges/AbstractEdgeAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/edges/AbstractEdgeAnalyzer.java
index 36a6b0a20..dd66ae6a9 100644
--- a/src/main/java/fiji/plugin/trackmate/features/edges/AbstractEdgeAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/edges/AbstractEdgeAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/edges/DirectionalChangeAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/edges/DirectionalChangeAnalyzer.java
index 1fa27c2ec..5a1f8c96e 100644
--- a/src/main/java/fiji/plugin/trackmate/features/edges/DirectionalChangeAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/edges/DirectionalChangeAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/edges/EdgeAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/edges/EdgeAnalyzer.java
index 39c362e24..5c33d038f 100644
--- a/src/main/java/fiji/plugin/trackmate/features/edges/EdgeAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/edges/EdgeAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/edges/EdgeSpeedAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/edges/EdgeSpeedAnalyzer.java
index 8f1304cef..56416749e 100644
--- a/src/main/java/fiji/plugin/trackmate/features/edges/EdgeSpeedAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/edges/EdgeSpeedAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/edges/EdgeTargetAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/edges/EdgeTargetAnalyzer.java
index 38bfea0b5..26e95d53c 100644
--- a/src/main/java/fiji/plugin/trackmate/features/edges/EdgeTargetAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/edges/EdgeTargetAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/edges/EdgeTimeLocationAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/edges/EdgeTimeLocationAnalyzer.java
index fa75706ce..971664d48 100644
--- a/src/main/java/fiji/plugin/trackmate/features/edges/EdgeTimeLocationAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/edges/EdgeTimeLocationAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/edges/package-info.java b/src/main/java/fiji/plugin/trackmate/features/edges/package-info.java
index 5699c1fee..9855fdb25 100644
--- a/src/main/java/fiji/plugin/trackmate/features/edges/package-info.java
+++ b/src/main/java/fiji/plugin/trackmate/features/edges/package-info.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/manual/ManualEdgeColorAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/manual/ManualEdgeColorAnalyzer.java
index 4c4207cff..4ece2da51 100644
--- a/src/main/java/fiji/plugin/trackmate/features/manual/ManualEdgeColorAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/manual/ManualEdgeColorAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/manual/ManualSpotColorAnalyzerFactory.java b/src/main/java/fiji/plugin/trackmate/features/manual/ManualSpotColorAnalyzerFactory.java
index f3a0de960..5e1a8f183 100644
--- a/src/main/java/fiji/plugin/trackmate/features/manual/ManualSpotColorAnalyzerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/features/manual/ManualSpotColorAnalyzerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/AbstractSpotFeatureAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/spot/AbstractSpotFeatureAnalyzer.java
index ee5493ac6..f521a8518 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/AbstractSpotFeatureAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/AbstractSpotFeatureAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/ConvexHull.java b/src/main/java/fiji/plugin/trackmate/features/spot/ConvexHull.java
index b25d894bf..b1387fed5 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/ConvexHull.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/ConvexHull.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/SpotAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/spot/SpotAnalyzer.java
index e733d2ac2..ddbfe9352 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/SpotAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/SpotAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/SpotAnalyzerFactory.java b/src/main/java/fiji/plugin/trackmate/features/spot/SpotAnalyzerFactory.java
index f4f682428..8851eaa2d 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/SpotAnalyzerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/SpotAnalyzerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/SpotAnalyzerFactoryBase.java b/src/main/java/fiji/plugin/trackmate/features/spot/SpotAnalyzerFactoryBase.java
index 1b0db8649..4b36ee8fa 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/SpotAnalyzerFactoryBase.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/SpotAnalyzerFactoryBase.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/SpotContrastAndSNRAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/spot/SpotContrastAndSNRAnalyzer.java
index f914ce3df..2bd128663 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/SpotContrastAndSNRAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/SpotContrastAndSNRAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/SpotContrastAndSNRAnalyzerFactory.java b/src/main/java/fiji/plugin/trackmate/features/spot/SpotContrastAndSNRAnalyzerFactory.java
index 7302ed9c2..676604e3a 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/SpotContrastAndSNRAnalyzerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/SpotContrastAndSNRAnalyzerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/SpotFitEllipseAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/spot/SpotFitEllipseAnalyzer.java
index 5a6589d4d..992856912 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/SpotFitEllipseAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/SpotFitEllipseAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/SpotFitEllipseAnalyzerFactory.java b/src/main/java/fiji/plugin/trackmate/features/spot/SpotFitEllipseAnalyzerFactory.java
index 77698668e..23f8f1462 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/SpotFitEllipseAnalyzerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/SpotFitEllipseAnalyzerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/SpotIntensityMultiCAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/spot/SpotIntensityMultiCAnalyzer.java
index 9e9ed2fd3..a09b38a51 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/SpotIntensityMultiCAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/SpotIntensityMultiCAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/SpotIntensityMultiCAnalyzerFactory.java b/src/main/java/fiji/plugin/trackmate/features/spot/SpotIntensityMultiCAnalyzerFactory.java
index 2d214ee25..2ca941fef 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/SpotIntensityMultiCAnalyzerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/SpotIntensityMultiCAnalyzerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/SpotMorphologyAnalyzerFactory.java b/src/main/java/fiji/plugin/trackmate/features/spot/SpotMorphologyAnalyzerFactory.java
index 9d90aa5fd..5becf6b1d 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/SpotMorphologyAnalyzerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/SpotMorphologyAnalyzerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/SpotShapeAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/spot/SpotShapeAnalyzer.java
index e7b68c109..3e7004e56 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/SpotShapeAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/SpotShapeAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/spot/SpotShapeAnalyzerFactory.java b/src/main/java/fiji/plugin/trackmate/features/spot/SpotShapeAnalyzerFactory.java
index c761d92c6..25c2d3bf2 100644
--- a/src/main/java/fiji/plugin/trackmate/features/spot/SpotShapeAnalyzerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/features/spot/SpotShapeAnalyzerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/track/AbstractTrackAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/track/AbstractTrackAnalyzer.java
index 0133a49f1..93206aa70 100644
--- a/src/main/java/fiji/plugin/trackmate/features/track/AbstractTrackAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/track/AbstractTrackAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/track/TrackAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/track/TrackAnalyzer.java
index cbcc29bb7..74cd391cc 100644
--- a/src/main/java/fiji/plugin/trackmate/features/track/TrackAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/track/TrackAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/track/TrackBranchingAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/track/TrackBranchingAnalyzer.java
index f82b2299c..fe570fcdb 100644
--- a/src/main/java/fiji/plugin/trackmate/features/track/TrackBranchingAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/track/TrackBranchingAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/track/TrackDurationAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/track/TrackDurationAnalyzer.java
index 0e0223043..bcd4f7989 100644
--- a/src/main/java/fiji/plugin/trackmate/features/track/TrackDurationAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/track/TrackDurationAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/track/TrackIndexAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/track/TrackIndexAnalyzer.java
index ffb974910..177347a0c 100644
--- a/src/main/java/fiji/plugin/trackmate/features/track/TrackIndexAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/track/TrackIndexAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/track/TrackLocationAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/track/TrackLocationAnalyzer.java
index 3de672ada..e4bbd3ec8 100644
--- a/src/main/java/fiji/plugin/trackmate/features/track/TrackLocationAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/track/TrackLocationAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/track/TrackMotilityAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/track/TrackMotilityAnalyzer.java
index 4df88f0f8..b02c5287d 100644
--- a/src/main/java/fiji/plugin/trackmate/features/track/TrackMotilityAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/track/TrackMotilityAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/track/TrackSpeedStatisticsAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/track/TrackSpeedStatisticsAnalyzer.java
index 21bd0e2ce..aeaba1316 100644
--- a/src/main/java/fiji/plugin/trackmate/features/track/TrackSpeedStatisticsAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/track/TrackSpeedStatisticsAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/features/track/TrackSpotQualityFeatureAnalyzer.java b/src/main/java/fiji/plugin/trackmate/features/track/TrackSpotQualityFeatureAnalyzer.java
index b9277b093..1bc8c6c09 100644
--- a/src/main/java/fiji/plugin/trackmate/features/track/TrackSpotQualityFeatureAnalyzer.java
+++ b/src/main/java/fiji/plugin/trackmate/features/track/TrackSpotQualityFeatureAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/ConvexBranchesDecomposition.java b/src/main/java/fiji/plugin/trackmate/graph/ConvexBranchesDecomposition.java
index 1b8d95dff..a922948ce 100644
--- a/src/main/java/fiji/plugin/trackmate/graph/ConvexBranchesDecomposition.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/ConvexBranchesDecomposition.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/FromContinuousBranches.java b/src/main/java/fiji/plugin/trackmate/graph/FromContinuousBranches.java
index 73f517fa6..6c67462cf 100755
--- a/src/main/java/fiji/plugin/trackmate/graph/FromContinuousBranches.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/FromContinuousBranches.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/Function1.java b/src/main/java/fiji/plugin/trackmate/graph/Function1.java
index e341a1d7d..293b0e7f4 100644
--- a/src/main/java/fiji/plugin/trackmate/graph/Function1.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/Function1.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/Function2.java b/src/main/java/fiji/plugin/trackmate/graph/Function2.java
index d08ec5049..e120345f0 100644
--- a/src/main/java/fiji/plugin/trackmate/graph/Function2.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/Function2.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/GraphUtils.java b/src/main/java/fiji/plugin/trackmate/graph/GraphUtils.java
index 0c0cc76a6..2bfbee9f9 100644
--- a/src/main/java/fiji/plugin/trackmate/graph/GraphUtils.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/GraphUtils.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/OutputFunction.java b/src/main/java/fiji/plugin/trackmate/graph/OutputFunction.java
index b1af9aa79..e6f89c6c6 100644
--- a/src/main/java/fiji/plugin/trackmate/graph/OutputFunction.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/OutputFunction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/RecursiveCumSum.java b/src/main/java/fiji/plugin/trackmate/graph/RecursiveCumSum.java
index 24606f0f2..d41f38207 100644
--- a/src/main/java/fiji/plugin/trackmate/graph/RecursiveCumSum.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/RecursiveCumSum.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/SortedDepthFirstIterator.java b/src/main/java/fiji/plugin/trackmate/graph/SortedDepthFirstIterator.java
index bdf8dddaa..c176c36f6 100644
--- a/src/main/java/fiji/plugin/trackmate/graph/SortedDepthFirstIterator.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/SortedDepthFirstIterator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/StringFormater.java b/src/main/java/fiji/plugin/trackmate/graph/StringFormater.java
index 2b5c2c706..cef4b94bf 100644
--- a/src/main/java/fiji/plugin/trackmate/graph/StringFormater.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/StringFormater.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/TimeDirectedDepthFirstIterator.java b/src/main/java/fiji/plugin/trackmate/graph/TimeDirectedDepthFirstIterator.java
index f4280b324..76d752ee2 100644
--- a/src/main/java/fiji/plugin/trackmate/graph/TimeDirectedDepthFirstIterator.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/TimeDirectedDepthFirstIterator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/TimeDirectedNeighborIndex.java b/src/main/java/fiji/plugin/trackmate/graph/TimeDirectedNeighborIndex.java
index c66f2f2c7..c35517e09 100644
--- a/src/main/java/fiji/plugin/trackmate/graph/TimeDirectedNeighborIndex.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/TimeDirectedNeighborIndex.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/TimeDirectedSortedDepthFirstIterator.java b/src/main/java/fiji/plugin/trackmate/graph/TimeDirectedSortedDepthFirstIterator.java
index a403e4512..e0bc14aed 100644
--- a/src/main/java/fiji/plugin/trackmate/graph/TimeDirectedSortedDepthFirstIterator.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/TimeDirectedSortedDepthFirstIterator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/graph/package-info.java b/src/main/java/fiji/plugin/trackmate/graph/package-info.java
index cef0895b3..3fd30489d 100644
--- a/src/main/java/fiji/plugin/trackmate/graph/package-info.java
+++ b/src/main/java/fiji/plugin/trackmate/graph/package-info.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/Fonts.java b/src/main/java/fiji/plugin/trackmate/gui/Fonts.java
index 1f66fbedc..ffa313188 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/Fonts.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/Fonts.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/GuiUtils.java b/src/main/java/fiji/plugin/trackmate/gui/GuiUtils.java
index c7b1a84df..c26044bf2 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/GuiUtils.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/GuiUtils.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/Icons.java b/src/main/java/fiji/plugin/trackmate/gui/Icons.java
index dcc36246f..d05a1499a 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/Icons.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/Icons.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/ActionChooserPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/ActionChooserPanel.java
index 934595c80..2694287c9 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/ActionChooserPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/ActionChooserPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/CategoryJComboBox.java b/src/main/java/fiji/plugin/trackmate/gui/components/CategoryJComboBox.java
index 19114702a..5dbe8031c 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/CategoryJComboBox.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/CategoryJComboBox.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/ConfigurationPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/ConfigurationPanel.java
index df0039c14..694daa0bf 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/ConfigurationPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/ConfigurationPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/ConfigureViewsPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/ConfigureViewsPanel.java
index 5dd9e340a..57a48197d 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/ConfigureViewsPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/ConfigureViewsPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/FeatureDisplaySelector.java b/src/main/java/fiji/plugin/trackmate/gui/components/FeatureDisplaySelector.java
index b7cfc5086..519168ad1 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/FeatureDisplaySelector.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/FeatureDisplaySelector.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/FeaturePlotSelectionPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/FeaturePlotSelectionPanel.java
index c8a5df28c..e1cc6530e 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/FeaturePlotSelectionPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/FeaturePlotSelectionPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/FilterGuiPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/FilterGuiPanel.java
index f5790ab38..b473be9d5 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/FilterGuiPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/FilterGuiPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/FilterPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/FilterPanel.java
index 7083ed193..0d61c975c 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/FilterPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/FilterPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/GrapherPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/GrapherPanel.java
index 6aee926ad..68ba51a86 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/GrapherPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/GrapherPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/InitFilterPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/InitFilterPanel.java
index 511015915..7c8e0da9b 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/InitFilterPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/InitFilterPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/LogHistogramDataset.java b/src/main/java/fiji/plugin/trackmate/gui/components/LogHistogramDataset.java
index f3f35627b..6b63f2753 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/LogHistogramDataset.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/LogHistogramDataset.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/LogPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/LogPanel.java
index 95ecd2650..0d1dc6fe9 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/LogPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/LogPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/ModuleChooserPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/ModuleChooserPanel.java
index ab8c3ded9..cd7333fb8 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/ModuleChooserPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/ModuleChooserPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/XYTextSimpleAnnotation.java b/src/main/java/fiji/plugin/trackmate/gui/components/XYTextSimpleAnnotation.java
index b403aa1c1..5d5bb51fc 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/XYTextSimpleAnnotation.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/XYTextSimpleAnnotation.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/detector/DogDetectorConfigurationPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/detector/DogDetectorConfigurationPanel.java
index b36c9deef..8b1fe9c50 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/detector/DogDetectorConfigurationPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/detector/DogDetectorConfigurationPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/detector/HessianDetectorConfigurationPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/detector/HessianDetectorConfigurationPanel.java
index 6ae927c77..bbdd134a4 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/detector/HessianDetectorConfigurationPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/detector/HessianDetectorConfigurationPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/detector/LabelImageDetectorConfigurationPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/detector/LabelImageDetectorConfigurationPanel.java
index f4e5093e6..7fff2eff7 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/detector/LabelImageDetectorConfigurationPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/detector/LabelImageDetectorConfigurationPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/detector/LogDetectorConfigurationPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/detector/LogDetectorConfigurationPanel.java
index 79ae9d634..9e5051d69 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/detector/LogDetectorConfigurationPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/detector/LogDetectorConfigurationPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/detector/ManualDetectorConfigurationPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/detector/ManualDetectorConfigurationPanel.java
index 06db6506e..5bfe641ca 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/detector/ManualDetectorConfigurationPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/detector/ManualDetectorConfigurationPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/detector/MaskDetectorConfigurationPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/detector/MaskDetectorConfigurationPanel.java
index 24891e063..83090bb8b 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/detector/MaskDetectorConfigurationPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/detector/MaskDetectorConfigurationPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/detector/ThresholdDetectorConfigurationPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/detector/ThresholdDetectorConfigurationPanel.java
index e82ae43f2..c77183971 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/detector/ThresholdDetectorConfigurationPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/detector/ThresholdDetectorConfigurationPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/AdvancedKalmanTrackerSettingsPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/AdvancedKalmanTrackerSettingsPanel.java
index 59af892a6..f00589dfe 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/AdvancedKalmanTrackerSettingsPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/AdvancedKalmanTrackerSettingsPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelAdvancedKalmanTrackerSettingsMain.java b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelAdvancedKalmanTrackerSettingsMain.java
index 04d50abb9..3e1da6e82 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelAdvancedKalmanTrackerSettingsMain.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelAdvancedKalmanTrackerSettingsMain.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelFeaturePenalty.java b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelFeaturePenalty.java
index 31e2bfda8..ce5735fbb 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelFeaturePenalty.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelFeaturePenalty.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelFeatureSelectionGui.java b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelFeatureSelectionGui.java
index 064ef4eb8..fab2155f4 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelFeatureSelectionGui.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelFeatureSelectionGui.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelTrackerSettingsMain.java b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelTrackerSettingsMain.java
index adac343fe..2b826e904 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelTrackerSettingsMain.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/JPanelTrackerSettingsMain.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/KalmanTrackerConfigPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/KalmanTrackerConfigPanel.java
index 7231f3c82..eb4c5ee3f 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/KalmanTrackerConfigPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/KalmanTrackerConfigPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/LAPTrackerSettingsPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/LAPTrackerSettingsPanel.java
index e01ccfc3f..b4c8d8cf1 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/LAPTrackerSettingsPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/LAPTrackerSettingsPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/NearestNeighborTrackerSettingsPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/NearestNeighborTrackerSettingsPanel.java
index f851af28b..379accbbb 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/NearestNeighborTrackerSettingsPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/NearestNeighborTrackerSettingsPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/OverlapTrackerSettingsPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/OverlapTrackerSettingsPanel.java
index 49693fcb0..7756f757f 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/OverlapTrackerSettingsPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/OverlapTrackerSettingsPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/SimpleLAPTrackerSettingsPanel.java b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/SimpleLAPTrackerSettingsPanel.java
index 96bf63a71..7f34e7d31 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/components/tracker/SimpleLAPTrackerSettingsPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/components/tracker/SimpleLAPTrackerSettingsPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/BoundedValue.java b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/BoundedValue.java
index 3d96a867e..4d1597a7f 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/BoundedValue.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/BoundedValue.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/BoundedValueDouble.java b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/BoundedValueDouble.java
index 59bcfae48..33407f19c 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/BoundedValueDouble.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/BoundedValueDouble.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/ColorIcon.java b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/ColorIcon.java
index 0a7421a3d..13eee358b 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/ColorIcon.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/ColorIcon.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/Colormap.java b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/Colormap.java
index f8f9a0931..1e4862069 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/Colormap.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/Colormap.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/ColormapIO.java b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/ColormapIO.java
index 9a297a46c..625f9b9de 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/ColormapIO.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/ColormapIO.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/ConfigTrackMateDisplaySettings.java b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/ConfigTrackMateDisplaySettings.java
index 72ca44384..dc1f9fc80 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/ConfigTrackMateDisplaySettings.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/ConfigTrackMateDisplaySettings.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/DisplaySettings.java b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/DisplaySettings.java
index 62109028c..e9c875cbc 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/DisplaySettings.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/DisplaySettings.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/DisplaySettingsIO.java b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/DisplaySettingsIO.java
index 1c941d939..5550381d4 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/DisplaySettingsIO.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/DisplaySettingsIO.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/DisplaySettingsPanel.java b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/DisplaySettingsPanel.java
index 55f155c7b..3a4848078 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/DisplaySettingsPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/DisplaySettingsPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/SliderPanel.java b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/SliderPanel.java
index 4e35103c5..7abc891d3 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/SliderPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/SliderPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/SliderPanelDouble.java b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/SliderPanelDouble.java
index a58fcc5c9..0b831a328 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/SliderPanelDouble.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/SliderPanelDouble.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/StyleElements.java b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/StyleElements.java
index 91d358955..f674c6f69 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/displaysettings/StyleElements.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/displaysettings/StyleElements.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/AbstractAnimator.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/AbstractAnimator.java
index 3feb861f6..e29f0275b 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/AbstractAnimator.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/AbstractAnimator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/TrackMateWizardSequence.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/TrackMateWizardSequence.java
index 8f6796ac4..cff8bea50 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/TrackMateWizardSequence.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/TrackMateWizardSequence.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/TransitionAnimator.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/TransitionAnimator.java
index 773708678..fc5835aa5 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/TransitionAnimator.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/TransitionAnimator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardController.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardController.java
index 7e2812876..7fd221ed1 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardController.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardController.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardPanel.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardPanel.java
index 37f2198d8..3f45e8c44 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardPanelDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardPanelDescriptor.java
index 36d297cd2..b69b9c60e 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardPanelDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardPanelDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardSequence.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardSequence.java
index 9cba1e713..ba8b9fb23 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardSequence.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/WizardSequence.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ActionChooserDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ActionChooserDescriptor.java
index 927d313a7..e992ee736 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ActionChooserDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ActionChooserDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ChooseDetectorDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ChooseDetectorDescriptor.java
index 7b63a4914..394c7832e 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ChooseDetectorDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ChooseDetectorDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ChooseTrackerDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ChooseTrackerDescriptor.java
index 607bad7d6..7e01dbe10 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ChooseTrackerDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ChooseTrackerDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ConfigureViewsDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ConfigureViewsDescriptor.java
index 2e7e08c14..1d849386c 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ConfigureViewsDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ConfigureViewsDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ExecuteDetectionDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ExecuteDetectionDescriptor.java
index 8641135ae..06dfb36a2 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ExecuteDetectionDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ExecuteDetectionDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ExecuteTrackingDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ExecuteTrackingDescriptor.java
index 38baa2b3a..551a864e4 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ExecuteTrackingDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/ExecuteTrackingDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/GrapherDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/GrapherDescriptor.java
index 4447c9840..f4e50b687 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/GrapherDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/GrapherDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/InitFilterDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/InitFilterDescriptor.java
index 4a6458cce..b90b319c3 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/InitFilterDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/InitFilterDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/LogPanelDescriptor2.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/LogPanelDescriptor2.java
index 649f44c3c..11b602906 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/LogPanelDescriptor2.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/LogPanelDescriptor2.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SaveDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SaveDescriptor.java
index 324ae247a..72413f4b4 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SaveDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SaveDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SpotDetectorDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SpotDetectorDescriptor.java
index 072b42197..3e8500ca5 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SpotDetectorDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SpotDetectorDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SpotFilterDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SpotFilterDescriptor.java
index 5ac18565d..4d628b893 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SpotFilterDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SpotFilterDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SpotTrackerDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SpotTrackerDescriptor.java
index 05c89bbc6..2f00d30b4 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SpotTrackerDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/SpotTrackerDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/StartDialogDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/StartDialogDescriptor.java
index 49109290e..88256ca28 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/StartDialogDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/StartDialogDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/TrackFilterDescriptor.java b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/TrackFilterDescriptor.java
index 4815ed0ce..679639b67 100644
--- a/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/TrackFilterDescriptor.java
+++ b/src/main/java/fiji/plugin/trackmate/gui/wizard/descriptors/TrackFilterDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/io/IOUtils.java b/src/main/java/fiji/plugin/trackmate/io/IOUtils.java
index e36247e71..327d92cdd 100644
--- a/src/main/java/fiji/plugin/trackmate/io/IOUtils.java
+++ b/src/main/java/fiji/plugin/trackmate/io/IOUtils.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/io/IcyTrackFormatWriter.java b/src/main/java/fiji/plugin/trackmate/io/IcyTrackFormatWriter.java
index a17f96a45..974fe363e 100644
--- a/src/main/java/fiji/plugin/trackmate/io/IcyTrackFormatWriter.java
+++ b/src/main/java/fiji/plugin/trackmate/io/IcyTrackFormatWriter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/io/SettingsPersistence.java b/src/main/java/fiji/plugin/trackmate/io/SettingsPersistence.java
index eab36e9e4..e03ec85ab 100644
--- a/src/main/java/fiji/plugin/trackmate/io/SettingsPersistence.java
+++ b/src/main/java/fiji/plugin/trackmate/io/SettingsPersistence.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/io/TGMMImporter.java b/src/main/java/fiji/plugin/trackmate/io/TGMMImporter.java
index 3cb44e641..bb02c1803 100644
--- a/src/main/java/fiji/plugin/trackmate/io/TGMMImporter.java
+++ b/src/main/java/fiji/plugin/trackmate/io/TGMMImporter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/io/TmXmlKeys.java b/src/main/java/fiji/plugin/trackmate/io/TmXmlKeys.java
index 0ceee0f9d..d38711f2b 100644
--- a/src/main/java/fiji/plugin/trackmate/io/TmXmlKeys.java
+++ b/src/main/java/fiji/plugin/trackmate/io/TmXmlKeys.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/io/TmXmlReader.java b/src/main/java/fiji/plugin/trackmate/io/TmXmlReader.java
index 0ec0c0681..dbd1092fd 100644
--- a/src/main/java/fiji/plugin/trackmate/io/TmXmlReader.java
+++ b/src/main/java/fiji/plugin/trackmate/io/TmXmlReader.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/io/TmXmlWriter.java b/src/main/java/fiji/plugin/trackmate/io/TmXmlWriter.java
index 1cd3b88c5..79d0bf9ef 100644
--- a/src/main/java/fiji/plugin/trackmate/io/TmXmlWriter.java
+++ b/src/main/java/fiji/plugin/trackmate/io/TmXmlWriter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/providers/AbstractProvider.java b/src/main/java/fiji/plugin/trackmate/providers/AbstractProvider.java
index 13bb9bc34..7781cb599 100755
--- a/src/main/java/fiji/plugin/trackmate/providers/AbstractProvider.java
+++ b/src/main/java/fiji/plugin/trackmate/providers/AbstractProvider.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/providers/ActionProvider.java b/src/main/java/fiji/plugin/trackmate/providers/ActionProvider.java
index 24bb31d32..8cda7e635 100644
--- a/src/main/java/fiji/plugin/trackmate/providers/ActionProvider.java
+++ b/src/main/java/fiji/plugin/trackmate/providers/ActionProvider.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/providers/DetectorProvider.java b/src/main/java/fiji/plugin/trackmate/providers/DetectorProvider.java
index 1d255c478..92772b76c 100644
--- a/src/main/java/fiji/plugin/trackmate/providers/DetectorProvider.java
+++ b/src/main/java/fiji/plugin/trackmate/providers/DetectorProvider.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/providers/EdgeAnalyzerProvider.java b/src/main/java/fiji/plugin/trackmate/providers/EdgeAnalyzerProvider.java
index 6a1c41d45..1e6d6f42c 100644
--- a/src/main/java/fiji/plugin/trackmate/providers/EdgeAnalyzerProvider.java
+++ b/src/main/java/fiji/plugin/trackmate/providers/EdgeAnalyzerProvider.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/providers/SpotAnalyzerProvider.java b/src/main/java/fiji/plugin/trackmate/providers/SpotAnalyzerProvider.java
index 4b7330bb5..4507591d0 100644
--- a/src/main/java/fiji/plugin/trackmate/providers/SpotAnalyzerProvider.java
+++ b/src/main/java/fiji/plugin/trackmate/providers/SpotAnalyzerProvider.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/providers/SpotMorphologyAnalyzerProvider.java b/src/main/java/fiji/plugin/trackmate/providers/SpotMorphologyAnalyzerProvider.java
index c144c252b..6f36f99c8 100644
--- a/src/main/java/fiji/plugin/trackmate/providers/SpotMorphologyAnalyzerProvider.java
+++ b/src/main/java/fiji/plugin/trackmate/providers/SpotMorphologyAnalyzerProvider.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/providers/TrackAnalyzerProvider.java b/src/main/java/fiji/plugin/trackmate/providers/TrackAnalyzerProvider.java
index 8d8c21eae..e93e27725 100644
--- a/src/main/java/fiji/plugin/trackmate/providers/TrackAnalyzerProvider.java
+++ b/src/main/java/fiji/plugin/trackmate/providers/TrackAnalyzerProvider.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/providers/TrackerProvider.java b/src/main/java/fiji/plugin/trackmate/providers/TrackerProvider.java
index c40996642..7e4b2375d 100644
--- a/src/main/java/fiji/plugin/trackmate/providers/TrackerProvider.java
+++ b/src/main/java/fiji/plugin/trackmate/providers/TrackerProvider.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/providers/ViewProvider.java b/src/main/java/fiji/plugin/trackmate/providers/ViewProvider.java
index 13c862670..3b6b29856 100644
--- a/src/main/java/fiji/plugin/trackmate/providers/ViewProvider.java
+++ b/src/main/java/fiji/plugin/trackmate/providers/ViewProvider.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/SpotTracker.java b/src/main/java/fiji/plugin/trackmate/tracking/SpotTracker.java
index deef897a8..90fec35aa 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/SpotTracker.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/SpotTracker.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/SpotTrackerFactory.java b/src/main/java/fiji/plugin/trackmate/tracking/SpotTrackerFactory.java
index 7cb1fed8e..c867b045a 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/SpotTrackerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/SpotTrackerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/TrackerKeys.java b/src/main/java/fiji/plugin/trackmate/tracking/TrackerKeys.java
index b18a17916..5c45912a1 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/TrackerKeys.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/TrackerKeys.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/JaqamanLinker.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/JaqamanLinker.java
index 887542d58..8f7ac99fd 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/JaqamanLinker.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/JaqamanLinker.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/LAPUtils.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/LAPUtils.java
index b60c144a3..195498918 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/LAPUtils.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/LAPUtils.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SegmentTracker.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SegmentTracker.java
index c604f73af..d793ffd4e 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SegmentTracker.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SegmentTracker.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SegmentTrackerFactory.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SegmentTrackerFactory.java
index fb966a72d..bbf3dc39c 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SegmentTrackerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SegmentTrackerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SimpleSparseLAPTrackerFactory.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SimpleSparseLAPTrackerFactory.java
index 475b1388a..ae5c79636 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SimpleSparseLAPTrackerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SimpleSparseLAPTrackerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SparseLAPFrameToFrameTracker.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SparseLAPFrameToFrameTracker.java
index 6eca0930d..5da1d6b53 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SparseLAPFrameToFrameTracker.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SparseLAPFrameToFrameTracker.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SparseLAPTracker.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SparseLAPTracker.java
index 3c3ff83b4..5956d41f9 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SparseLAPTracker.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SparseLAPTracker.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SparseLAPTrackerFactory.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SparseLAPTrackerFactory.java
index 89f4c93e2..57342f0af 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SparseLAPTrackerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/SparseLAPTrackerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costfunction/CostFunction.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costfunction/CostFunction.java
index c8f5fc5d4..80689f3a3 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costfunction/CostFunction.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costfunction/CostFunction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costfunction/FeaturePenaltyCostFunction.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costfunction/FeaturePenaltyCostFunction.java
index 66ecbf00e..33c3ba62e 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costfunction/FeaturePenaltyCostFunction.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costfunction/FeaturePenaltyCostFunction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costfunction/SquareDistCostFunction.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costfunction/SquareDistCostFunction.java
index 2859f63b8..bf396b2cd 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costfunction/SquareDistCostFunction.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costfunction/SquareDistCostFunction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/CostMatrixCreator.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/CostMatrixCreator.java
index e99362982..a46115ddf 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/CostMatrixCreator.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/CostMatrixCreator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/DefaultCostMatrixCreator.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/DefaultCostMatrixCreator.java
index 0642fb421..13099bee9 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/DefaultCostMatrixCreator.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/DefaultCostMatrixCreator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/GraphSegmentSplitter.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/GraphSegmentSplitter.java
index b6fe26d02..82745b3f8 100755
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/GraphSegmentSplitter.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/GraphSegmentSplitter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/JaqamanLinkingCostMatrixCreator.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/JaqamanLinkingCostMatrixCreator.java
index 78cb499bb..e9586b238 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/JaqamanLinkingCostMatrixCreator.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/JaqamanLinkingCostMatrixCreator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/JaqamanSegmentCostMatrixCreator.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/JaqamanSegmentCostMatrixCreator.java
index bd3fa209b..8a03bcdb3 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/JaqamanSegmentCostMatrixCreator.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/JaqamanSegmentCostMatrixCreator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/LAPJV.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/LAPJV.java
index 4d328fc65..e47c420f0 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/LAPJV.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/LAPJV.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/ResizableDoubleArray.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/ResizableDoubleArray.java
index 0f9e2e434..092b6f5c3 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/ResizableDoubleArray.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/ResizableDoubleArray.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/SparseCostMatrix.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/SparseCostMatrix.java
index 5f9ab4799..e214eabe2 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/SparseCostMatrix.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/SparseCostMatrix.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/package-info.java b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/package-info.java
index 64ab647b0..b97157216 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/package-info.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/jaqaman/package-info.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/kalman/AdvancedKalmanTracker.java b/src/main/java/fiji/plugin/trackmate/tracking/kalman/AdvancedKalmanTracker.java
index 809d4fb90..17c74dcac 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/kalman/AdvancedKalmanTracker.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/kalman/AdvancedKalmanTracker.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/kalman/AdvancedKalmanTrackerFactory.java b/src/main/java/fiji/plugin/trackmate/tracking/kalman/AdvancedKalmanTrackerFactory.java
index 3a4bbf769..3184c2073 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/kalman/AdvancedKalmanTrackerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/kalman/AdvancedKalmanTrackerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/kalman/CVMKalmanFilter.java b/src/main/java/fiji/plugin/trackmate/tracking/kalman/CVMKalmanFilter.java
index fe5f3ec75..635696b48 100755
--- a/src/main/java/fiji/plugin/trackmate/tracking/kalman/CVMKalmanFilter.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/kalman/CVMKalmanFilter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/kalman/KalmanTracker.java b/src/main/java/fiji/plugin/trackmate/tracking/kalman/KalmanTracker.java
index 807306030..7477b9609 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/kalman/KalmanTracker.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/kalman/KalmanTracker.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerFactory.java b/src/main/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerFactory.java
index a4c7cac91..f62c191f0 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/kdtree/FlagNode.java b/src/main/java/fiji/plugin/trackmate/tracking/kdtree/FlagNode.java
index edbd8dcd0..7694cff9f 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/kdtree/FlagNode.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/kdtree/FlagNode.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/kdtree/NearestNeighborFlagSearchOnKDTree.java b/src/main/java/fiji/plugin/trackmate/tracking/kdtree/NearestNeighborFlagSearchOnKDTree.java
index 91e01f0b7..b5e639341 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/kdtree/NearestNeighborFlagSearchOnKDTree.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/kdtree/NearestNeighborFlagSearchOnKDTree.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/kdtree/NearestNeighborTracker.java b/src/main/java/fiji/plugin/trackmate/tracking/kdtree/NearestNeighborTracker.java
index 98e268a60..c2b1fc489 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/kdtree/NearestNeighborTracker.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/kdtree/NearestNeighborTracker.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/kdtree/NearestNeighborTrackerFactory.java b/src/main/java/fiji/plugin/trackmate/tracking/kdtree/NearestNeighborTrackerFactory.java
index e455bb160..655afb5be 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/kdtree/NearestNeighborTrackerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/kdtree/NearestNeighborTrackerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/manual/ManualTrackerFactory.java b/src/main/java/fiji/plugin/trackmate/tracking/manual/ManualTrackerFactory.java
index 3f2103c08..7c262879d 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/manual/ManualTrackerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/manual/ManualTrackerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/manual/package-info.java b/src/main/java/fiji/plugin/trackmate/tracking/manual/package-info.java
index 1988723bc..86f191b21 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/manual/package-info.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/manual/package-info.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/overlap/OverlapTracker.java b/src/main/java/fiji/plugin/trackmate/tracking/overlap/OverlapTracker.java
index bc773989f..628560a96 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/overlap/OverlapTracker.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/overlap/OverlapTracker.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/tracking/overlap/OverlapTrackerFactory.java b/src/main/java/fiji/plugin/trackmate/tracking/overlap/OverlapTrackerFactory.java
index 8ee5d44e9..a1420fa27 100644
--- a/src/main/java/fiji/plugin/trackmate/tracking/overlap/OverlapTrackerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/tracking/overlap/OverlapTrackerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/AlphanumComparator.java b/src/main/java/fiji/plugin/trackmate/util/AlphanumComparator.java
index 69100e2c3..09a0fa5e8 100644
--- a/src/main/java/fiji/plugin/trackmate/util/AlphanumComparator.java
+++ b/src/main/java/fiji/plugin/trackmate/util/AlphanumComparator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/ChartExporter.java b/src/main/java/fiji/plugin/trackmate/util/ChartExporter.java
index 7dc6b8d85..97f58371d 100644
--- a/src/main/java/fiji/plugin/trackmate/util/ChartExporter.java
+++ b/src/main/java/fiji/plugin/trackmate/util/ChartExporter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/DefaultFileFilter.java b/src/main/java/fiji/plugin/trackmate/util/DefaultFileFilter.java
index 832cfbd40..6d7196b75 100644
--- a/src/main/java/fiji/plugin/trackmate/util/DefaultFileFilter.java
+++ b/src/main/java/fiji/plugin/trackmate/util/DefaultFileFilter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/DetectionPreview.java b/src/main/java/fiji/plugin/trackmate/util/DetectionPreview.java
index 6b33a96b9..d0edab222 100644
--- a/src/main/java/fiji/plugin/trackmate/util/DetectionPreview.java
+++ b/src/main/java/fiji/plugin/trackmate/util/DetectionPreview.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/DetectionPreviewPanel.java b/src/main/java/fiji/plugin/trackmate/util/DetectionPreviewPanel.java
index 81179bbc0..f3adad062 100644
--- a/src/main/java/fiji/plugin/trackmate/util/DetectionPreviewPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/util/DetectionPreviewPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/EverythingDisablerAndReenabler.java b/src/main/java/fiji/plugin/trackmate/util/EverythingDisablerAndReenabler.java
index fffdc6d06..21f5c0fe6 100644
--- a/src/main/java/fiji/plugin/trackmate/util/EverythingDisablerAndReenabler.java
+++ b/src/main/java/fiji/plugin/trackmate/util/EverythingDisablerAndReenabler.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/ExportableChartPanel.java b/src/main/java/fiji/plugin/trackmate/util/ExportableChartPanel.java
index 041b69129..c6427e5a2 100644
--- a/src/main/java/fiji/plugin/trackmate/util/ExportableChartPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/util/ExportableChartPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/ExportableChartValueTable.java b/src/main/java/fiji/plugin/trackmate/util/ExportableChartValueTable.java
index dc7534724..f146596a4 100644
--- a/src/main/java/fiji/plugin/trackmate/util/ExportableChartValueTable.java
+++ b/src/main/java/fiji/plugin/trackmate/util/ExportableChartValueTable.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/FileChooser.java b/src/main/java/fiji/plugin/trackmate/util/FileChooser.java
index d968e2d01..ea5c03ca5 100644
--- a/src/main/java/fiji/plugin/trackmate/util/FileChooser.java
+++ b/src/main/java/fiji/plugin/trackmate/util/FileChooser.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/ImageHelper.java b/src/main/java/fiji/plugin/trackmate/util/ImageHelper.java
index 92059281e..b212b1f65 100644
--- a/src/main/java/fiji/plugin/trackmate/util/ImageHelper.java
+++ b/src/main/java/fiji/plugin/trackmate/util/ImageHelper.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/JLabelLogger.java b/src/main/java/fiji/plugin/trackmate/util/JLabelLogger.java
index 5882084ae..5e18c813a 100644
--- a/src/main/java/fiji/plugin/trackmate/util/JLabelLogger.java
+++ b/src/main/java/fiji/plugin/trackmate/util/JLabelLogger.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/LogRecorder.java b/src/main/java/fiji/plugin/trackmate/util/LogRecorder.java
index 4febd6184..1f6dbcb95 100644
--- a/src/main/java/fiji/plugin/trackmate/util/LogRecorder.java
+++ b/src/main/java/fiji/plugin/trackmate/util/LogRecorder.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/ModelTools.java b/src/main/java/fiji/plugin/trackmate/util/ModelTools.java
index 165a73e20..5ffc5d6df 100644
--- a/src/main/java/fiji/plugin/trackmate/util/ModelTools.java
+++ b/src/main/java/fiji/plugin/trackmate/util/ModelTools.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/OnRequestUpdater.java b/src/main/java/fiji/plugin/trackmate/util/OnRequestUpdater.java
index 83ab811fb..cc98c862c 100644
--- a/src/main/java/fiji/plugin/trackmate/util/OnRequestUpdater.java
+++ b/src/main/java/fiji/plugin/trackmate/util/OnRequestUpdater.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/PainterThread.java b/src/main/java/fiji/plugin/trackmate/util/PainterThread.java
index d13d079bd..1e8380a56 100644
--- a/src/main/java/fiji/plugin/trackmate/util/PainterThread.java
+++ b/src/main/java/fiji/plugin/trackmate/util/PainterThread.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/QualityHistogramChart.java b/src/main/java/fiji/plugin/trackmate/util/QualityHistogramChart.java
index 0a121b55f..0af0ed24d 100644
--- a/src/main/java/fiji/plugin/trackmate/util/QualityHistogramChart.java
+++ b/src/main/java/fiji/plugin/trackmate/util/QualityHistogramChart.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/SpotNeighborhood.java b/src/main/java/fiji/plugin/trackmate/util/SpotNeighborhood.java
index d68183246..5efdc98dd 100644
--- a/src/main/java/fiji/plugin/trackmate/util/SpotNeighborhood.java
+++ b/src/main/java/fiji/plugin/trackmate/util/SpotNeighborhood.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/SpotNeighborhoodCursor.java b/src/main/java/fiji/plugin/trackmate/util/SpotNeighborhoodCursor.java
index 11680ba5f..168e6da30 100644
--- a/src/main/java/fiji/plugin/trackmate/util/SpotNeighborhoodCursor.java
+++ b/src/main/java/fiji/plugin/trackmate/util/SpotNeighborhoodCursor.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/SpotUtil.java b/src/main/java/fiji/plugin/trackmate/util/SpotUtil.java
index 4aee9baf5..1fc72fc4c 100644
--- a/src/main/java/fiji/plugin/trackmate/util/SpotUtil.java
+++ b/src/main/java/fiji/plugin/trackmate/util/SpotUtil.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/TMUtils.java b/src/main/java/fiji/plugin/trackmate/util/TMUtils.java
index 25f707e45..4d9463503 100644
--- a/src/main/java/fiji/plugin/trackmate/util/TMUtils.java
+++ b/src/main/java/fiji/plugin/trackmate/util/TMUtils.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/Threads.java b/src/main/java/fiji/plugin/trackmate/util/Threads.java
index 0086a26f5..bbbebb834 100644
--- a/src/main/java/fiji/plugin/trackmate/util/Threads.java
+++ b/src/main/java/fiji/plugin/trackmate/util/Threads.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/util/TrackNavigator.java b/src/main/java/fiji/plugin/trackmate/util/TrackNavigator.java
index 0a27bad44..7f9eb2295 100644
--- a/src/main/java/fiji/plugin/trackmate/util/TrackNavigator.java
+++ b/src/main/java/fiji/plugin/trackmate/util/TrackNavigator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/AbstractTrackMateModelView.java b/src/main/java/fiji/plugin/trackmate/visualization/AbstractTrackMateModelView.java
index 92aa200f6..2ee518a86 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/AbstractTrackMateModelView.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/AbstractTrackMateModelView.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/FeatureColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/FeatureColorGenerator.java
index a42b12654..e4b9e4deb 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/FeatureColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/FeatureColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/GlasbeyLut.java b/src/main/java/fiji/plugin/trackmate/visualization/GlasbeyLut.java
index 8ec78a1cf..0602b1264 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/GlasbeyLut.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/GlasbeyLut.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/ManualEdgeColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/ManualEdgeColorGenerator.java
index 533d14090..571c4c99a 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/ManualEdgeColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/ManualEdgeColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/ManualEdgePerSpotColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/ManualEdgePerSpotColorGenerator.java
index 058a87386..31955ad6d 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/ManualEdgePerSpotColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/ManualEdgePerSpotColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/ManualSpotColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/ManualSpotColorGenerator.java
index 1c8eee14d..861f7d2b9 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/ManualSpotColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/ManualSpotColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/ManualSpotPerEdgeColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/ManualSpotPerEdgeColorGenerator.java
index f220a8dbd..9b3b09cfd 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/ManualSpotPerEdgeColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/ManualSpotPerEdgeColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/PerEdgeFeatureColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/PerEdgeFeatureColorGenerator.java
index d262145b1..a5fff3bbb 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/PerEdgeFeatureColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/PerEdgeFeatureColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/PerSpotFeatureColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/PerSpotFeatureColorGenerator.java
index 1018be164..ee2f998e4 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/PerSpotFeatureColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/PerSpotFeatureColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/PerTrackFeatureColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/PerTrackFeatureColorGenerator.java
index e3c6a2447..9f1ee1c10 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/PerTrackFeatureColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/PerTrackFeatureColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/RandomSpotColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/RandomSpotColorGenerator.java
index 8bec9b28e..594ff8061 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/RandomSpotColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/RandomSpotColorGenerator.java
@@ -1,3 +1,24 @@
+/*-
+ * #%L
+ * TrackMate: your buddy for everyday tracking.
+ * %%
+ * Copyright (C) 2010 - 2024 TrackMate developers.
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * .
+ * #L%
+ */
package fiji.plugin.trackmate.visualization;
import java.awt.Color;
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/SpotColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/SpotColorGenerator.java
index b66db907b..4536a672d 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/SpotColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/SpotColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/SpotColorGeneratorPerEdgeFeature.java b/src/main/java/fiji/plugin/trackmate/visualization/SpotColorGeneratorPerEdgeFeature.java
index 23583829d..958b4fc5c 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/SpotColorGeneratorPerEdgeFeature.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/SpotColorGeneratorPerEdgeFeature.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/SpotColorGeneratorPerTrackFeature.java b/src/main/java/fiji/plugin/trackmate/visualization/SpotColorGeneratorPerTrackFeature.java
index 0a2e290f8..544f8adec 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/SpotColorGeneratorPerTrackFeature.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/SpotColorGeneratorPerTrackFeature.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/TrackColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/TrackColorGenerator.java
index f0666d845..4fef0fd80 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/TrackColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/TrackColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/TrackMateModelView.java b/src/main/java/fiji/plugin/trackmate/visualization/TrackMateModelView.java
index e0ec0913d..488e329a6 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/TrackMateModelView.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/TrackMateModelView.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/UniformSpotColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/UniformSpotColorGenerator.java
index d370579c0..d289c2a43 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/UniformSpotColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/UniformSpotColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/UniformTrackColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/UniformTrackColorGenerator.java
index 6f4709c4d..970b053c6 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/UniformTrackColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/UniformTrackColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/ViewFactory.java b/src/main/java/fiji/plugin/trackmate/visualization/ViewFactory.java
index d91dd0a2f..f5d6aceba 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/ViewFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/ViewFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/ViewUtils.java b/src/main/java/fiji/plugin/trackmate/visualization/ViewUtils.java
index 29a1cee04..bf7e1723f 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/ViewUtils.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/ViewUtils.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/WholeTrackFeatureColorGenerator.java b/src/main/java/fiji/plugin/trackmate/visualization/WholeTrackFeatureColorGenerator.java
index 8dfd79c60..9d9c33b9c 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/WholeTrackFeatureColorGenerator.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/WholeTrackFeatureColorGenerator.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/HyperStackDisplayer.java b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/HyperStackDisplayer.java
index bd31881b6..0400ace50 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/HyperStackDisplayer.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/HyperStackDisplayer.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/HyperStackDisplayerFactory.java b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/HyperStackDisplayerFactory.java
index 836a95546..157dcb63e 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/HyperStackDisplayerFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/HyperStackDisplayerFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/ModelEditActions.java b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/ModelEditActions.java
index 53e1408f0..671cd839a 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/ModelEditActions.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/ModelEditActions.java
@@ -1,3 +1,24 @@
+/*-
+ * #%L
+ * TrackMate: your buddy for everyday tracking.
+ * %%
+ * Copyright (C) 2010 - 2024 TrackMate developers.
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * .
+ * #L%
+ */
package fiji.plugin.trackmate.visualization.hyperstack;
import java.awt.MouseInfo;
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/SpotEditTool.java b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/SpotEditTool.java
index b30980bee..1fc20c149 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/SpotEditTool.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/SpotEditTool.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/SpotEditToolConfigPanel.java b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/SpotEditToolConfigPanel.java
index dab829d52..cf03bf825 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/SpotEditToolConfigPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/SpotEditToolConfigPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/SpotOverlay.java b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/SpotOverlay.java
index 9dd14e161..041b12bcd 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/SpotOverlay.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/SpotOverlay.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/TrackOverlay.java b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/TrackOverlay.java
index cd204d8b5..077456d15 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/TrackOverlay.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/hyperstack/TrackOverlay.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/table/AllSpotsTableView.java b/src/main/java/fiji/plugin/trackmate/visualization/table/AllSpotsTableView.java
index f4e261130..5229e1bd7 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/table/AllSpotsTableView.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/table/AllSpotsTableView.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/table/BranchTableView.java b/src/main/java/fiji/plugin/trackmate/visualization/table/BranchTableView.java
index fa1b36e75..6ae65a64b 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/table/BranchTableView.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/table/BranchTableView.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/table/TablePanel.java b/src/main/java/fiji/plugin/trackmate/visualization/table/TablePanel.java
index dd26fffdd..828a3d827 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/table/TablePanel.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/table/TablePanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/table/TrackTableView.java b/src/main/java/fiji/plugin/trackmate/visualization/table/TrackTableView.java
index da5812647..6845946f1 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/table/TrackTableView.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/table/TrackTableView.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/InfoPane.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/InfoPane.java
index 7e6cdcb83..92bc2faf7 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/InfoPane.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/InfoPane.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/JGraphXAdapter.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/JGraphXAdapter.java
index 32bc06070..e5beb03cc 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/JGraphXAdapter.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/JGraphXAdapter.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SaveAction.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SaveAction.java
index c4aec2ab2..8c737051d 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SaveAction.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SaveAction.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SmallFeaturePlotSelectionPanel.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SmallFeaturePlotSelectionPanel.java
index 86334379c..bbe869082 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SmallFeaturePlotSelectionPanel.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SmallFeaturePlotSelectionPanel.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SpotIconGrabber.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SpotIconGrabber.java
index 4088e54ab..a9115544b 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SpotIconGrabber.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SpotIconGrabber.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SpotImageUpdater.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SpotImageUpdater.java
index 4dc09c5fd..8f18b1893 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SpotImageUpdater.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/SpotImageUpdater.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackScheme.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackScheme.java
index d5f5c0cdd..4f75c9391 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackScheme.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackScheme.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeActions.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeActions.java
index 2a49f0de5..696c503d6 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeActions.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeActions.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeFactory.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeFactory.java
index 9de225f5f..245543c9f 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeFactory.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeFactory.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeFrame.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeFrame.java
index a1bbe90ac..46119c712 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeFrame.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeFrame.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeGraphComponent.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeGraphComponent.java
index 88f6bd687..c04e4d12e 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeGraphComponent.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeGraphComponent.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeGraphLayout.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeGraphLayout.java
index 0000a7ab1..b3d03c4eb 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeGraphLayout.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeGraphLayout.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeKeyboardHandler.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeKeyboardHandler.java
index 337778738..d927df640 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeKeyboardHandler.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeKeyboardHandler.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemePopupMenu.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemePopupMenu.java
index dff4f5471..bc4ec65aa 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemePopupMenu.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemePopupMenu.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeStylist.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeStylist.java
index 57eabd5e6..8588baa6c 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeStylist.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeStylist.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeSvgCanvas.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeSvgCanvas.java
index 46b9440ad..1f9743d95 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeSvgCanvas.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeSvgCanvas.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeToolbar.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeToolbar.java
index 05b225f25..05b50df7e 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeToolbar.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/TrackSchemeToolbar.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/mxScaledLabelShape.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/mxScaledLabelShape.java
index afccad348..adbd52571 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/mxScaledLabelShape.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/mxScaledLabelShape.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/utils/SearchBar.java b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/utils/SearchBar.java
index 4b8c34ca4..9c600c942 100644
--- a/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/utils/SearchBar.java
+++ b/src/main/java/fiji/plugin/trackmate/visualization/trackscheme/utils/SearchBar.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/main/resources/plugins.config b/src/main/resources/plugins.config
index a17fa1648..54a6188c3 100644
--- a/src/main/resources/plugins.config
+++ b/src/main/resources/plugins.config
@@ -2,7 +2,7 @@
# #%L
# TrackMate: your buddy for everyday tracking.
# %%
-# Copyright (C) 2010 - 2023 TrackMate developers.
+# Copyright (C) 2010 - 2024 TrackMate developers.
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/ModelTest.java b/src/test/java/fiji/plugin/trackmate/ModelTest.java
index a7376cd32..b7ee8b6bd 100644
--- a/src/test/java/fiji/plugin/trackmate/ModelTest.java
+++ b/src/test/java/fiji/plugin/trackmate/ModelTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/SpotCollectionTest.java b/src/test/java/fiji/plugin/trackmate/SpotCollectionTest.java
index 02999a498..0e7fce526 100644
--- a/src/test/java/fiji/plugin/trackmate/SpotCollectionTest.java
+++ b/src/test/java/fiji/plugin/trackmate/SpotCollectionTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/TestCopy.java b/src/test/java/fiji/plugin/trackmate/TestCopy.java
index 9bcf33c53..1059e5b19 100644
--- a/src/test/java/fiji/plugin/trackmate/TestCopy.java
+++ b/src/test/java/fiji/plugin/trackmate/TestCopy.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/TrackMatePluginTest.java b/src/test/java/fiji/plugin/trackmate/TrackMatePluginTest.java
index c8f957017..68e56be4b 100644
--- a/src/test/java/fiji/plugin/trackmate/TrackMatePluginTest.java
+++ b/src/test/java/fiji/plugin/trackmate/TrackMatePluginTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/TrackModelTest.java b/src/test/java/fiji/plugin/trackmate/TrackModelTest.java
index 7f2f1bba8..5731fb74b 100644
--- a/src/test/java/fiji/plugin/trackmate/TrackModelTest.java
+++ b/src/test/java/fiji/plugin/trackmate/TrackModelTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/action/CTCExporterTestDrive.java b/src/test/java/fiji/plugin/trackmate/action/CTCExporterTestDrive.java
index 490452a55..c94e9d563 100644
--- a/src/test/java/fiji/plugin/trackmate/action/CTCExporterTestDrive.java
+++ b/src/test/java/fiji/plugin/trackmate/action/CTCExporterTestDrive.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/action/CloseGapsByLinearInterpolationActionTest.java b/src/test/java/fiji/plugin/trackmate/action/CloseGapsByLinearInterpolationActionTest.java
index 523921769..795e3cd27 100644
--- a/src/test/java/fiji/plugin/trackmate/action/CloseGapsByLinearInterpolationActionTest.java
+++ b/src/test/java/fiji/plugin/trackmate/action/CloseGapsByLinearInterpolationActionTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/action/SpotGaussianFitterExample.java b/src/test/java/fiji/plugin/trackmate/action/SpotGaussianFitterExample.java
index 8c3ece2c6..92490bb91 100644
--- a/src/test/java/fiji/plugin/trackmate/action/SpotGaussianFitterExample.java
+++ b/src/test/java/fiji/plugin/trackmate/action/SpotGaussianFitterExample.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/detection/HessianDetectorTestDrive1.java b/src/test/java/fiji/plugin/trackmate/detection/HessianDetectorTestDrive1.java
index 50aa3d7dd..4a954868c 100644
--- a/src/test/java/fiji/plugin/trackmate/detection/HessianDetectorTestDrive1.java
+++ b/src/test/java/fiji/plugin/trackmate/detection/HessianDetectorTestDrive1.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/detection/HessianDetectorTestDrive2.java b/src/test/java/fiji/plugin/trackmate/detection/HessianDetectorTestDrive2.java
index 30069cf9c..94628e71e 100644
--- a/src/test/java/fiji/plugin/trackmate/detection/HessianDetectorTestDrive2.java
+++ b/src/test/java/fiji/plugin/trackmate/detection/HessianDetectorTestDrive2.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/features/SpotFeatureComputationBenchmark.java b/src/test/java/fiji/plugin/trackmate/features/SpotFeatureComputationBenchmark.java
index a1c7268c7..a89e1b3a4 100644
--- a/src/test/java/fiji/plugin/trackmate/features/SpotFeatureComputationBenchmark.java
+++ b/src/test/java/fiji/plugin/trackmate/features/SpotFeatureComputationBenchmark.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/features/edge/EdgeTargetAnalyzerTest.java b/src/test/java/fiji/plugin/trackmate/features/edge/EdgeTargetAnalyzerTest.java
index 662dbf70d..b41f66811 100644
--- a/src/test/java/fiji/plugin/trackmate/features/edge/EdgeTargetAnalyzerTest.java
+++ b/src/test/java/fiji/plugin/trackmate/features/edge/EdgeTargetAnalyzerTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/features/edge/EdgeTimeAndLocationAnalyzerTest.java b/src/test/java/fiji/plugin/trackmate/features/edge/EdgeTimeAndLocationAnalyzerTest.java
index 323a67814..500ae7464 100644
--- a/src/test/java/fiji/plugin/trackmate/features/edge/EdgeTimeAndLocationAnalyzerTest.java
+++ b/src/test/java/fiji/plugin/trackmate/features/edge/EdgeTimeAndLocationAnalyzerTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/features/edge/EdgeVelocityAnalyzerTest.java b/src/test/java/fiji/plugin/trackmate/features/edge/EdgeVelocityAnalyzerTest.java
index 1e5a8bf32..4b70968b2 100644
--- a/src/test/java/fiji/plugin/trackmate/features/edge/EdgeVelocityAnalyzerTest.java
+++ b/src/test/java/fiji/plugin/trackmate/features/edge/EdgeVelocityAnalyzerTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/features/spot/SpotIntensityAnalyzerTest.java b/src/test/java/fiji/plugin/trackmate/features/spot/SpotIntensityAnalyzerTest.java
index 097a6d7e9..9556f6380 100644
--- a/src/test/java/fiji/plugin/trackmate/features/spot/SpotIntensityAnalyzerTest.java
+++ b/src/test/java/fiji/plugin/trackmate/features/spot/SpotIntensityAnalyzerTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/features/track/TrackBranchingAnalyzerTest.java b/src/test/java/fiji/plugin/trackmate/features/track/TrackBranchingAnalyzerTest.java
index 9dbd52c3b..86d2f6cea 100644
--- a/src/test/java/fiji/plugin/trackmate/features/track/TrackBranchingAnalyzerTest.java
+++ b/src/test/java/fiji/plugin/trackmate/features/track/TrackBranchingAnalyzerTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/features/track/TrackDurationAnalyzerTest.java b/src/test/java/fiji/plugin/trackmate/features/track/TrackDurationAnalyzerTest.java
index 0e0236d75..07ed099fe 100644
--- a/src/test/java/fiji/plugin/trackmate/features/track/TrackDurationAnalyzerTest.java
+++ b/src/test/java/fiji/plugin/trackmate/features/track/TrackDurationAnalyzerTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/features/track/TrackIndexAnalyzerTest.java b/src/test/java/fiji/plugin/trackmate/features/track/TrackIndexAnalyzerTest.java
index 243616fcc..096b887a1 100644
--- a/src/test/java/fiji/plugin/trackmate/features/track/TrackIndexAnalyzerTest.java
+++ b/src/test/java/fiji/plugin/trackmate/features/track/TrackIndexAnalyzerTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/features/track/TrackLocationAnalyzerTest.java b/src/test/java/fiji/plugin/trackmate/features/track/TrackLocationAnalyzerTest.java
index f70142e11..4111c4696 100644
--- a/src/test/java/fiji/plugin/trackmate/features/track/TrackLocationAnalyzerTest.java
+++ b/src/test/java/fiji/plugin/trackmate/features/track/TrackLocationAnalyzerTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/features/track/TrackSpeedStatisticsAnalyzerTest.java b/src/test/java/fiji/plugin/trackmate/features/track/TrackSpeedStatisticsAnalyzerTest.java
index fb247f4bf..10b04a7a3 100644
--- a/src/test/java/fiji/plugin/trackmate/features/track/TrackSpeedStatisticsAnalyzerTest.java
+++ b/src/test/java/fiji/plugin/trackmate/features/track/TrackSpeedStatisticsAnalyzerTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/graph/ConvexBranchDecompositionDebug.java b/src/test/java/fiji/plugin/trackmate/graph/ConvexBranchDecompositionDebug.java
index 20329e42f..5f0b8cea0 100644
--- a/src/test/java/fiji/plugin/trackmate/graph/ConvexBranchDecompositionDebug.java
+++ b/src/test/java/fiji/plugin/trackmate/graph/ConvexBranchDecompositionDebug.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/graph/RecursiveCumSumTest.java b/src/test/java/fiji/plugin/trackmate/graph/RecursiveCumSumTest.java
index 7adeee50a..43c4d5cf4 100644
--- a/src/test/java/fiji/plugin/trackmate/graph/RecursiveCumSumTest.java
+++ b/src/test/java/fiji/plugin/trackmate/graph/RecursiveCumSumTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/graph/SortedDepthFirstIteratorTest.java b/src/test/java/fiji/plugin/trackmate/graph/SortedDepthFirstIteratorTest.java
index bd80eee18..86c6a1d33 100644
--- a/src/test/java/fiji/plugin/trackmate/graph/SortedDepthFirstIteratorTest.java
+++ b/src/test/java/fiji/plugin/trackmate/graph/SortedDepthFirstIteratorTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/interactivetests/ConcurrentSpotTestDrive.java b/src/test/java/fiji/plugin/trackmate/interactivetests/ConcurrentSpotTestDrive.java
index d341247a5..9cbf6f28a 100644
--- a/src/test/java/fiji/plugin/trackmate/interactivetests/ConcurrentSpotTestDrive.java
+++ b/src/test/java/fiji/plugin/trackmate/interactivetests/ConcurrentSpotTestDrive.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/interactivetests/DogDetectorPerformance.java b/src/test/java/fiji/plugin/trackmate/interactivetests/DogDetectorPerformance.java
index d172256b3..2503fa0a8 100644
--- a/src/test/java/fiji/plugin/trackmate/interactivetests/DogDetectorPerformance.java
+++ b/src/test/java/fiji/plugin/trackmate/interactivetests/DogDetectorPerformance.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/interactivetests/GraphTest.java b/src/test/java/fiji/plugin/trackmate/interactivetests/GraphTest.java
index 81faaa31b..a6c55615f 100644
--- a/src/test/java/fiji/plugin/trackmate/interactivetests/GraphTest.java
+++ b/src/test/java/fiji/plugin/trackmate/interactivetests/GraphTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/interactivetests/HyperStackDisplayerTestDrive.java b/src/test/java/fiji/plugin/trackmate/interactivetests/HyperStackDisplayerTestDrive.java
index 2d39c2934..b94d71dce 100644
--- a/src/test/java/fiji/plugin/trackmate/interactivetests/HyperStackDisplayerTestDrive.java
+++ b/src/test/java/fiji/plugin/trackmate/interactivetests/HyperStackDisplayerTestDrive.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/interactivetests/LogDetectorPerformance.java b/src/test/java/fiji/plugin/trackmate/interactivetests/LogDetectorPerformance.java
index 64e2e5c0d..06f7a1072 100644
--- a/src/test/java/fiji/plugin/trackmate/interactivetests/LogDetectorPerformance.java
+++ b/src/test/java/fiji/plugin/trackmate/interactivetests/LogDetectorPerformance.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/interactivetests/NNTrackerTest.java b/src/test/java/fiji/plugin/trackmate/interactivetests/NNTrackerTest.java
index a2abdbc2a..1d826b211 100644
--- a/src/test/java/fiji/plugin/trackmate/interactivetests/NNTrackerTest.java
+++ b/src/test/java/fiji/plugin/trackmate/interactivetests/NNTrackerTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/interactivetests/SpotFeatureGrapherExample.java b/src/test/java/fiji/plugin/trackmate/interactivetests/SpotFeatureGrapherExample.java
index 615b3bf8b..3acc2b682 100644
--- a/src/test/java/fiji/plugin/trackmate/interactivetests/SpotFeatureGrapherExample.java
+++ b/src/test/java/fiji/plugin/trackmate/interactivetests/SpotFeatureGrapherExample.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/interactivetests/SpotNeighborhoodTest.java b/src/test/java/fiji/plugin/trackmate/interactivetests/SpotNeighborhoodTest.java
index b9b2d981b..c26273c44 100644
--- a/src/test/java/fiji/plugin/trackmate/interactivetests/SpotNeighborhoodTest.java
+++ b/src/test/java/fiji/plugin/trackmate/interactivetests/SpotNeighborhoodTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/interactivetests/SubpixelLocalizationBugTest.java b/src/test/java/fiji/plugin/trackmate/interactivetests/SubpixelLocalizationBugTest.java
index 729e73e34..48b6b12d5 100644
--- a/src/test/java/fiji/plugin/trackmate/interactivetests/SubpixelLocalizationBugTest.java
+++ b/src/test/java/fiji/plugin/trackmate/interactivetests/SubpixelLocalizationBugTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/interactivetests/TmXmlReaderTestDrive.java b/src/test/java/fiji/plugin/trackmate/interactivetests/TmXmlReaderTestDrive.java
index 9b65e214e..8ad49b2e9 100644
--- a/src/test/java/fiji/plugin/trackmate/interactivetests/TmXmlReaderTestDrive.java
+++ b/src/test/java/fiji/plugin/trackmate/interactivetests/TmXmlReaderTestDrive.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/interactivetests/TrackLayoutTest.java b/src/test/java/fiji/plugin/trackmate/interactivetests/TrackLayoutTest.java
index 09edea42b..1877786a5 100644
--- a/src/test/java/fiji/plugin/trackmate/interactivetests/TrackLayoutTest.java
+++ b/src/test/java/fiji/plugin/trackmate/interactivetests/TrackLayoutTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/interactivetests/TrackSchemeTestDrive.java b/src/test/java/fiji/plugin/trackmate/interactivetests/TrackSchemeTestDrive.java
index 429d3740b..962efac41 100644
--- a/src/test/java/fiji/plugin/trackmate/interactivetests/TrackSchemeTestDrive.java
+++ b/src/test/java/fiji/plugin/trackmate/interactivetests/TrackSchemeTestDrive.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/SparseCostMatrixTest.java b/src/test/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/SparseCostMatrixTest.java
index 97f034d21..44bd3d30a 100644
--- a/src/test/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/SparseCostMatrixTest.java
+++ b/src/test/java/fiji/plugin/trackmate/tracking/jaqaman/costmatrix/SparseCostMatrixTest.java
@@ -3,7 +3,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerInteractiveTest.java b/src/test/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerInteractiveTest.java
index 269498e94..d07627e35 100644
--- a/src/test/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerInteractiveTest.java
+++ b/src/test/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerInteractiveTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerInteractiveTest2.java b/src/test/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerInteractiveTest2.java
index fffe27081..35ebed9d6 100644
--- a/src/test/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerInteractiveTest2.java
+++ b/src/test/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerInteractiveTest2.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerInteractiveTest3.java b/src/test/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerInteractiveTest3.java
index 9f7afe568..ae55af4bd 100755
--- a/src/test/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerInteractiveTest3.java
+++ b/src/test/java/fiji/plugin/trackmate/tracking/kalman/KalmanTrackerInteractiveTest3.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/tracking/sparselap/DefaultCostMatrixCreatorExample.java b/src/test/java/fiji/plugin/trackmate/tracking/sparselap/DefaultCostMatrixCreatorExample.java
index 082e00457..a4f2e7a24 100755
--- a/src/test/java/fiji/plugin/trackmate/tracking/sparselap/DefaultCostMatrixCreatorExample.java
+++ b/src/test/java/fiji/plugin/trackmate/tracking/sparselap/DefaultCostMatrixCreatorExample.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/tracking/sparselap/SparseLAPTrackerExample.java b/src/test/java/fiji/plugin/trackmate/tracking/sparselap/SparseLAPTrackerExample.java
index 6dc77f06a..00d4e5a97 100755
--- a/src/test/java/fiji/plugin/trackmate/tracking/sparselap/SparseLAPTrackerExample.java
+++ b/src/test/java/fiji/plugin/trackmate/tracking/sparselap/SparseLAPTrackerExample.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/util/ChartEporterExample.java b/src/test/java/fiji/plugin/trackmate/util/ChartEporterExample.java
index 9c1f7f01e..e1045c042 100644
--- a/src/test/java/fiji/plugin/trackmate/util/ChartEporterExample.java
+++ b/src/test/java/fiji/plugin/trackmate/util/ChartEporterExample.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/util/SpotRoiIterableTest.java b/src/test/java/fiji/plugin/trackmate/util/SpotRoiIterableTest.java
index 493ec57b3..74b27db3d 100644
--- a/src/test/java/fiji/plugin/trackmate/util/SpotRoiIterableTest.java
+++ b/src/test/java/fiji/plugin/trackmate/util/SpotRoiIterableTest.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/java/fiji/plugin/trackmate/visualization/table/ExportTableToCSVExample.java b/src/test/java/fiji/plugin/trackmate/visualization/table/ExportTableToCSVExample.java
index 48a361907..f34de8662 100644
--- a/src/test/java/fiji/plugin/trackmate/visualization/table/ExportTableToCSVExample.java
+++ b/src/test/java/fiji/plugin/trackmate/visualization/table/ExportTableToCSVExample.java
@@ -1,3 +1,24 @@
+/*-
+ * #%L
+ * TrackMate: your buddy for everyday tracking.
+ * %%
+ * Copyright (C) 2010 - 2024 TrackMate developers.
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * .
+ * #L%
+ */
package fiji.plugin.trackmate.visualization.table;
import java.io.File;
diff --git a/src/test/java/fiji/plugin/trackmate/visualization/table/TrackMateTableExample.java b/src/test/java/fiji/plugin/trackmate/visualization/table/TrackMateTableExample.java
index cbf39f811..cd633f342 100644
--- a/src/test/java/fiji/plugin/trackmate/visualization/table/TrackMateTableExample.java
+++ b/src/test/java/fiji/plugin/trackmate/visualization/table/TrackMateTableExample.java
@@ -2,7 +2,7 @@
* #%L
* TrackMate: your buddy for everyday tracking.
* %%
- * Copyright (C) 2010 - 2023 TrackMate developers.
+ * Copyright (C) 2010 - 2024 TrackMate developers.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
diff --git a/src/test/resources/fiji/plugin/trackmate/features/LabelImage.xml b/src/test/resources/fiji/plugin/trackmate/features/LabelImage.xml
index 3a7be9d8a..2c6a44e88 100644
--- a/src/test/resources/fiji/plugin/trackmate/features/LabelImage.xml
+++ b/src/test/resources/fiji/plugin/trackmate/features/LabelImage.xml
@@ -3,7 +3,7 @@
#%L
TrackMate: your buddy for everyday tracking.
%%
- Copyright (C) 2010 - 2023 TrackMate developers.
+ Copyright (C) 2010 - 2024 TrackMate developers.
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as