From 44d497d68a5eb83da7b8484e2c94b63aea861ddf Mon Sep 17 00:00:00 2001 From: oburri Date: Thu, 30 May 2024 14:37:15 +0200 Subject: [PATCH] updates license files --- LICENSE.txt | 14 +++++++------- src/main/java/ch/epfl/biop/imaris/EasyXT.java | 2 +- .../ch/epfl/biop/imaris/ImarisCalibration.java | 2 +- src/main/java/ch/epfl/biop/imaris/ItemQuery.java | 2 +- src/main/java/ch/epfl/biop/imaris/ItemTracker.java | 2 +- src/main/java/ch/epfl/biop/imaris/ItemType.java | 2 +- .../java/ch/epfl/biop/imaris/SpotsDetector.java | 2 +- .../java/ch/epfl/biop/imaris/StatsCreator.java | 2 +- src/main/java/ch/epfl/biop/imaris/StatsQuery.java | 2 +- .../java/ch/epfl/biop/imaris/SurfacesDetector.java | 2 +- .../imaris/command/GetImarisDatasetCommand.java | 2 +- .../imaris/command/GetSpotStatisticsCommand.java | 2 +- .../biop/imaris/command/GetStatisticsCommand.java | 2 +- .../biop/imaris/command/GetSurfaceCommand.java | 2 +- .../command/GetSurfaceStatisticsCommand.java | 2 +- .../command/LabelsImageToSurfaceCommand.java | 2 +- .../biop/imaris/command/MakeSurfaceCommand.java | 2 +- .../biop/imaris/command/PutSurfaceCommand.java | 2 +- .../biop/imaris/demo/AddChannelsToDataset.java | 2 +- .../ch/epfl/biop/imaris/demo/AddChildObjects.java | 2 +- .../ch/epfl/biop/imaris/demo/AddStatsDemo.java | 2 +- .../ch/epfl/biop/imaris/demo/AllGettersDemo.java | 2 +- .../ch/epfl/biop/imaris/demo/CreateNewDataset.java | 2 +- .../demo/CreateSpotsAndSurfacesFromImageJDemo.java | 2 +- .../biop/imaris/demo/DetectAndFilterSpotsDemo.java | 2 +- .../imaris/demo/DetectSurfaceAndTrackDemo.java | 2 +- .../demo/FreshStartWithIJAndBIOPImsSample.java | 2 +- .../epfl/biop/imaris/demo/GetStatisticsDemo.java | 2 +- .../biop/imaris/demo/GetSurfaceLabel2DDemo.java | 2 +- .../epfl/biop/imaris/demo/GetSurfaceLabelDemo.java | 2 +- .../imaris/demo/GetSurfacesAndSpotsLabelsDemo.java | 2 +- .../ch/epfl/biop/imaris/demo/IJSimpleLaunch.java | 2 +- .../epfl/biop/imaris/demo/MakeAndGetSpotsDemo.java | 2 +- .../biop/imaris/demo/MakeAndGetSurfaceDemo.java | 2 +- .../biop/imaris/demo/MakeSurfaceFromMaskDemo.java | 2 +- .../ch/epfl/biop/imaris/demo/TrackSurfaceDemo.java | 2 +- src/test/java/TestDemos.java | 2 +- 37 files changed, 43 insertions(+), 43 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index d511905..d159169 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,12 +1,12 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public @@ -56,7 +56,7 @@ patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE + GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains @@ -255,7 +255,7 @@ make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN @@ -277,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS + END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it diff --git a/src/main/java/ch/epfl/biop/imaris/EasyXT.java b/src/main/java/ch/epfl/biop/imaris/EasyXT.java index e2fc8a7..cf9ed80 100644 --- a/src/main/java/ch/epfl/biop/imaris/EasyXT.java +++ b/src/main/java/ch/epfl/biop/imaris/EasyXT.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/ImarisCalibration.java b/src/main/java/ch/epfl/biop/imaris/ImarisCalibration.java index fdc0f4a..a1939ea 100644 --- a/src/main/java/ch/epfl/biop/imaris/ImarisCalibration.java +++ b/src/main/java/ch/epfl/biop/imaris/ImarisCalibration.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/ItemQuery.java b/src/main/java/ch/epfl/biop/imaris/ItemQuery.java index abf6505..4ba9386 100644 --- a/src/main/java/ch/epfl/biop/imaris/ItemQuery.java +++ b/src/main/java/ch/epfl/biop/imaris/ItemQuery.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/ItemTracker.java b/src/main/java/ch/epfl/biop/imaris/ItemTracker.java index 7e8ec0c..3390979 100644 --- a/src/main/java/ch/epfl/biop/imaris/ItemTracker.java +++ b/src/main/java/ch/epfl/biop/imaris/ItemTracker.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/ItemType.java b/src/main/java/ch/epfl/biop/imaris/ItemType.java index 38b6457..46c4de3 100644 --- a/src/main/java/ch/epfl/biop/imaris/ItemType.java +++ b/src/main/java/ch/epfl/biop/imaris/ItemType.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/SpotsDetector.java b/src/main/java/ch/epfl/biop/imaris/SpotsDetector.java index c96173c..236417a 100644 --- a/src/main/java/ch/epfl/biop/imaris/SpotsDetector.java +++ b/src/main/java/ch/epfl/biop/imaris/SpotsDetector.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/StatsCreator.java b/src/main/java/ch/epfl/biop/imaris/StatsCreator.java index 6c2746c..49a9045 100644 --- a/src/main/java/ch/epfl/biop/imaris/StatsCreator.java +++ b/src/main/java/ch/epfl/biop/imaris/StatsCreator.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/StatsQuery.java b/src/main/java/ch/epfl/biop/imaris/StatsQuery.java index bfe5101..f22fe43 100644 --- a/src/main/java/ch/epfl/biop/imaris/StatsQuery.java +++ b/src/main/java/ch/epfl/biop/imaris/StatsQuery.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/SurfacesDetector.java b/src/main/java/ch/epfl/biop/imaris/SurfacesDetector.java index 071e180..0c9adea 100644 --- a/src/main/java/ch/epfl/biop/imaris/SurfacesDetector.java +++ b/src/main/java/ch/epfl/biop/imaris/SurfacesDetector.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/command/GetImarisDatasetCommand.java b/src/main/java/ch/epfl/biop/imaris/command/GetImarisDatasetCommand.java index 67b1afe..4ce25d1 100644 --- a/src/main/java/ch/epfl/biop/imaris/command/GetImarisDatasetCommand.java +++ b/src/main/java/ch/epfl/biop/imaris/command/GetImarisDatasetCommand.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/command/GetSpotStatisticsCommand.java b/src/main/java/ch/epfl/biop/imaris/command/GetSpotStatisticsCommand.java index 119df69..b889b6f 100644 --- a/src/main/java/ch/epfl/biop/imaris/command/GetSpotStatisticsCommand.java +++ b/src/main/java/ch/epfl/biop/imaris/command/GetSpotStatisticsCommand.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/command/GetStatisticsCommand.java b/src/main/java/ch/epfl/biop/imaris/command/GetStatisticsCommand.java index 40cc124..c5abf0a 100644 --- a/src/main/java/ch/epfl/biop/imaris/command/GetStatisticsCommand.java +++ b/src/main/java/ch/epfl/biop/imaris/command/GetStatisticsCommand.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/command/GetSurfaceCommand.java b/src/main/java/ch/epfl/biop/imaris/command/GetSurfaceCommand.java index 97c2825..e96fb33 100644 --- a/src/main/java/ch/epfl/biop/imaris/command/GetSurfaceCommand.java +++ b/src/main/java/ch/epfl/biop/imaris/command/GetSurfaceCommand.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/command/GetSurfaceStatisticsCommand.java b/src/main/java/ch/epfl/biop/imaris/command/GetSurfaceStatisticsCommand.java index 3ffcd87..737b079 100644 --- a/src/main/java/ch/epfl/biop/imaris/command/GetSurfaceStatisticsCommand.java +++ b/src/main/java/ch/epfl/biop/imaris/command/GetSurfaceStatisticsCommand.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/command/LabelsImageToSurfaceCommand.java b/src/main/java/ch/epfl/biop/imaris/command/LabelsImageToSurfaceCommand.java index 36b2821..f66fab2 100644 --- a/src/main/java/ch/epfl/biop/imaris/command/LabelsImageToSurfaceCommand.java +++ b/src/main/java/ch/epfl/biop/imaris/command/LabelsImageToSurfaceCommand.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/command/MakeSurfaceCommand.java b/src/main/java/ch/epfl/biop/imaris/command/MakeSurfaceCommand.java index daaa2f5..3a60efa 100644 --- a/src/main/java/ch/epfl/biop/imaris/command/MakeSurfaceCommand.java +++ b/src/main/java/ch/epfl/biop/imaris/command/MakeSurfaceCommand.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/command/PutSurfaceCommand.java b/src/main/java/ch/epfl/biop/imaris/command/PutSurfaceCommand.java index bf15b34..9944f58 100644 --- a/src/main/java/ch/epfl/biop/imaris/command/PutSurfaceCommand.java +++ b/src/main/java/ch/epfl/biop/imaris/command/PutSurfaceCommand.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/AddChannelsToDataset.java b/src/main/java/ch/epfl/biop/imaris/demo/AddChannelsToDataset.java index fc2583c..4f7096c 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/AddChannelsToDataset.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/AddChannelsToDataset.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/AddChildObjects.java b/src/main/java/ch/epfl/biop/imaris/demo/AddChildObjects.java index a30c3a9..5686dc0 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/AddChildObjects.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/AddChildObjects.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/AddStatsDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/AddStatsDemo.java index 88457f1..c5f34d9 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/AddStatsDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/AddStatsDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/AllGettersDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/AllGettersDemo.java index b9c490c..7233c82 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/AllGettersDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/AllGettersDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/CreateNewDataset.java b/src/main/java/ch/epfl/biop/imaris/demo/CreateNewDataset.java index ac69eb9..550167f 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/CreateNewDataset.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/CreateNewDataset.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/CreateSpotsAndSurfacesFromImageJDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/CreateSpotsAndSurfacesFromImageJDemo.java index a2c3e5f..c63ecbb 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/CreateSpotsAndSurfacesFromImageJDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/CreateSpotsAndSurfacesFromImageJDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/DetectAndFilterSpotsDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/DetectAndFilterSpotsDemo.java index 284b44a..a0e56cf 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/DetectAndFilterSpotsDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/DetectAndFilterSpotsDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/DetectSurfaceAndTrackDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/DetectSurfaceAndTrackDemo.java index ce9c361..6b28e53 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/DetectSurfaceAndTrackDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/DetectSurfaceAndTrackDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/FreshStartWithIJAndBIOPImsSample.java b/src/main/java/ch/epfl/biop/imaris/demo/FreshStartWithIJAndBIOPImsSample.java index e485a55..2229e03 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/FreshStartWithIJAndBIOPImsSample.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/FreshStartWithIJAndBIOPImsSample.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/GetStatisticsDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/GetStatisticsDemo.java index 7dc8139..720575b 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/GetStatisticsDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/GetStatisticsDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/GetSurfaceLabel2DDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/GetSurfaceLabel2DDemo.java index 03fdde0..561f080 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/GetSurfaceLabel2DDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/GetSurfaceLabel2DDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/GetSurfaceLabelDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/GetSurfaceLabelDemo.java index 9355e12..9b4d990 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/GetSurfaceLabelDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/GetSurfaceLabelDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/GetSurfacesAndSpotsLabelsDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/GetSurfacesAndSpotsLabelsDemo.java index bbd4082..68b6608 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/GetSurfacesAndSpotsLabelsDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/GetSurfacesAndSpotsLabelsDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/IJSimpleLaunch.java b/src/main/java/ch/epfl/biop/imaris/demo/IJSimpleLaunch.java index 46f3446..acff480 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/IJSimpleLaunch.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/IJSimpleLaunch.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/MakeAndGetSpotsDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/MakeAndGetSpotsDemo.java index 39a447a..7a3cdd5 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/MakeAndGetSpotsDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/MakeAndGetSpotsDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/MakeAndGetSurfaceDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/MakeAndGetSurfaceDemo.java index 672a4dc..5c7cc68 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/MakeAndGetSurfaceDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/MakeAndGetSurfaceDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/MakeSurfaceFromMaskDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/MakeSurfaceFromMaskDemo.java index affafe7..7205bd1 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/MakeSurfaceFromMaskDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/MakeSurfaceFromMaskDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/ch/epfl/biop/imaris/demo/TrackSurfaceDemo.java b/src/main/java/ch/epfl/biop/imaris/demo/TrackSurfaceDemo.java index f308a06..921fde9 100644 --- a/src/main/java/ch/epfl/biop/imaris/demo/TrackSurfaceDemo.java +++ b/src/main/java/ch/epfl/biop/imaris/demo/TrackSurfaceDemo.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is 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/TestDemos.java b/src/test/java/TestDemos.java index 677c6cd..6253a8d 100644 --- a/src/test/java/TestDemos.java +++ b/src/test/java/TestDemos.java @@ -2,7 +2,7 @@ * #%L * API and commands to facilitate communication between Imaris and FIJI * %% - * Copyright (C) 2020 - 2023 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) + * Copyright (C) 2020 - 2024 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, BioImaging And Optics Platform (BIOP) * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as