From e0b13da00d34b9cff9c1948ba9591dac13e6471c Mon Sep 17 00:00:00 2001 From: tpietzsch Date: Mon, 4 Mar 2024 13:25:00 +0100 Subject: [PATCH] update license blurbs --- LICENSE.txt | 8 ++++---- src/main/java/bdv/ij/BigDataBrowserPlugIn.java | 2 +- src/main/java/bdv/ij/BigDataViewerPlugIn.java | 2 +- src/main/java/bdv/ij/CreateXmlForImarisPlugIn.java | 6 +++--- src/main/java/bdv/ij/ExportCellVoyagerPlugIn.java | 2 +- src/main/java/bdv/ij/ExportImagePlusAsN5PlugIn.java | 2 +- src/main/java/bdv/ij/ExportImagePlusPlugIn.java | 2 +- src/main/java/bdv/ij/ExportSpimFusionPlugIn.java | 2 +- src/main/java/bdv/ij/ExportSpimSequencePlugIn.java | 2 +- src/main/java/bdv/ij/ImportPlugIn.java | 2 +- src/main/java/bdv/ij/OpenImagePlusPlugIn.java | 2 +- src/main/java/bdv/ij/OpenImarisPlugIn.java | 2 +- .../bdv/ij/export/FixAbsolutePathsInHdf5Partitions.java | 2 +- src/main/java/bdv/ij/export/FusionResult.java | 2 +- src/main/java/bdv/ij/export/Scripting.java | 2 +- src/main/java/bdv/ij/export/SetupAggregator.java | 2 +- src/main/java/bdv/ij/export/SpimRegistrationSequence.java | 2 +- src/main/java/bdv/ij/export/ViewSetupWrapper.java | 2 +- .../java/bdv/ij/export/imgloader/FusionImageLoader.java | 2 +- .../java/bdv/ij/export/imgloader/HuiskenImageLoader.java | 2 +- .../java/bdv/ij/export/imgloader/ImagePlusImgLoader.java | 2 +- .../bdv/ij/export/imgloader/LegacyStackImageLoader.java | 2 +- .../java/bdv/ij/export/imgloader/StackImageLoader.java | 2 +- .../java/bdv/ij/export/tiles/CellVoyagerDataExporter.java | 2 +- .../java/bdv/ij/export/tiles/LegacyTileImgLoader.java | 2 +- src/main/java/bdv/ij/export/tiles/TileImgLoader.java | 2 +- src/main/java/bdv/ij/util/PluginHelper.java | 2 +- src/main/java/bdv/ij/util/ProgressWriterIJ.java | 2 +- .../java/bdv/img/imagestack/ImageStackImageLoader.java | 2 +- .../bdv/img/virtualstack/VirtualStackImageLoader.java | 2 +- 30 files changed, 35 insertions(+), 35 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 94a9ed0..f288702 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/bdv/ij/BigDataBrowserPlugIn.java b/src/main/java/bdv/ij/BigDataBrowserPlugIn.java index 3407edd..4ac4d29 100644 --- a/src/main/java/bdv/ij/BigDataBrowserPlugIn.java +++ b/src/main/java/bdv/ij/BigDataBrowserPlugIn.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/BigDataViewerPlugIn.java b/src/main/java/bdv/ij/BigDataViewerPlugIn.java index 9c050a7..fa5662b 100644 --- a/src/main/java/bdv/ij/BigDataViewerPlugIn.java +++ b/src/main/java/bdv/ij/BigDataViewerPlugIn.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/CreateXmlForImarisPlugIn.java b/src/main/java/bdv/ij/CreateXmlForImarisPlugIn.java index aea4626..5f61331 100644 --- a/src/main/java/bdv/ij/CreateXmlForImarisPlugIn.java +++ b/src/main/java/bdv/ij/CreateXmlForImarisPlugIn.java @@ -2,18 +2,18 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer 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 * . diff --git a/src/main/java/bdv/ij/ExportCellVoyagerPlugIn.java b/src/main/java/bdv/ij/ExportCellVoyagerPlugIn.java index c2f05b1..c44c891 100644 --- a/src/main/java/bdv/ij/ExportCellVoyagerPlugIn.java +++ b/src/main/java/bdv/ij/ExportCellVoyagerPlugIn.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/ExportImagePlusAsN5PlugIn.java b/src/main/java/bdv/ij/ExportImagePlusAsN5PlugIn.java index 5de6f27..acef1bc 100644 --- a/src/main/java/bdv/ij/ExportImagePlusAsN5PlugIn.java +++ b/src/main/java/bdv/ij/ExportImagePlusAsN5PlugIn.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/ExportImagePlusPlugIn.java b/src/main/java/bdv/ij/ExportImagePlusPlugIn.java index a100e5d..89aefdd 100644 --- a/src/main/java/bdv/ij/ExportImagePlusPlugIn.java +++ b/src/main/java/bdv/ij/ExportImagePlusPlugIn.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/ExportSpimFusionPlugIn.java b/src/main/java/bdv/ij/ExportSpimFusionPlugIn.java index 0fa0a39..41f3e56 100644 --- a/src/main/java/bdv/ij/ExportSpimFusionPlugIn.java +++ b/src/main/java/bdv/ij/ExportSpimFusionPlugIn.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/ExportSpimSequencePlugIn.java b/src/main/java/bdv/ij/ExportSpimSequencePlugIn.java index f65675c..9fc6140 100644 --- a/src/main/java/bdv/ij/ExportSpimSequencePlugIn.java +++ b/src/main/java/bdv/ij/ExportSpimSequencePlugIn.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/ImportPlugIn.java b/src/main/java/bdv/ij/ImportPlugIn.java index ca4b7bc..c350a5f 100644 --- a/src/main/java/bdv/ij/ImportPlugIn.java +++ b/src/main/java/bdv/ij/ImportPlugIn.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/OpenImagePlusPlugIn.java b/src/main/java/bdv/ij/OpenImagePlusPlugIn.java index ec65d72..f301139 100644 --- a/src/main/java/bdv/ij/OpenImagePlusPlugIn.java +++ b/src/main/java/bdv/ij/OpenImagePlusPlugIn.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/OpenImarisPlugIn.java b/src/main/java/bdv/ij/OpenImarisPlugIn.java index ebaf600..9a77089 100644 --- a/src/main/java/bdv/ij/OpenImarisPlugIn.java +++ b/src/main/java/bdv/ij/OpenImarisPlugIn.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/FixAbsolutePathsInHdf5Partitions.java b/src/main/java/bdv/ij/export/FixAbsolutePathsInHdf5Partitions.java index 26ccb0c..9373268 100644 --- a/src/main/java/bdv/ij/export/FixAbsolutePathsInHdf5Partitions.java +++ b/src/main/java/bdv/ij/export/FixAbsolutePathsInHdf5Partitions.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/FusionResult.java b/src/main/java/bdv/ij/export/FusionResult.java index ef1e57c..b11fdbf 100644 --- a/src/main/java/bdv/ij/export/FusionResult.java +++ b/src/main/java/bdv/ij/export/FusionResult.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/Scripting.java b/src/main/java/bdv/ij/export/Scripting.java index 3748d66..40f2a59 100644 --- a/src/main/java/bdv/ij/export/Scripting.java +++ b/src/main/java/bdv/ij/export/Scripting.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/SetupAggregator.java b/src/main/java/bdv/ij/export/SetupAggregator.java index d38a546..52634f2 100644 --- a/src/main/java/bdv/ij/export/SetupAggregator.java +++ b/src/main/java/bdv/ij/export/SetupAggregator.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/SpimRegistrationSequence.java b/src/main/java/bdv/ij/export/SpimRegistrationSequence.java index 353370e..e080f00 100644 --- a/src/main/java/bdv/ij/export/SpimRegistrationSequence.java +++ b/src/main/java/bdv/ij/export/SpimRegistrationSequence.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/ViewSetupWrapper.java b/src/main/java/bdv/ij/export/ViewSetupWrapper.java index 54449fc..e934d9d 100644 --- a/src/main/java/bdv/ij/export/ViewSetupWrapper.java +++ b/src/main/java/bdv/ij/export/ViewSetupWrapper.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/imgloader/FusionImageLoader.java b/src/main/java/bdv/ij/export/imgloader/FusionImageLoader.java index 34cd114..2a82c0d 100644 --- a/src/main/java/bdv/ij/export/imgloader/FusionImageLoader.java +++ b/src/main/java/bdv/ij/export/imgloader/FusionImageLoader.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/imgloader/HuiskenImageLoader.java b/src/main/java/bdv/ij/export/imgloader/HuiskenImageLoader.java index a17232b..529c1e0 100644 --- a/src/main/java/bdv/ij/export/imgloader/HuiskenImageLoader.java +++ b/src/main/java/bdv/ij/export/imgloader/HuiskenImageLoader.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/imgloader/ImagePlusImgLoader.java b/src/main/java/bdv/ij/export/imgloader/ImagePlusImgLoader.java index 32dcd5a..44eb4d7 100644 --- a/src/main/java/bdv/ij/export/imgloader/ImagePlusImgLoader.java +++ b/src/main/java/bdv/ij/export/imgloader/ImagePlusImgLoader.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/imgloader/LegacyStackImageLoader.java b/src/main/java/bdv/ij/export/imgloader/LegacyStackImageLoader.java index 2523d46..c17d1af 100644 --- a/src/main/java/bdv/ij/export/imgloader/LegacyStackImageLoader.java +++ b/src/main/java/bdv/ij/export/imgloader/LegacyStackImageLoader.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/imgloader/StackImageLoader.java b/src/main/java/bdv/ij/export/imgloader/StackImageLoader.java index 45f69ca..1fd6c34 100644 --- a/src/main/java/bdv/ij/export/imgloader/StackImageLoader.java +++ b/src/main/java/bdv/ij/export/imgloader/StackImageLoader.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/tiles/CellVoyagerDataExporter.java b/src/main/java/bdv/ij/export/tiles/CellVoyagerDataExporter.java index bc6dc0e..b75f87f 100644 --- a/src/main/java/bdv/ij/export/tiles/CellVoyagerDataExporter.java +++ b/src/main/java/bdv/ij/export/tiles/CellVoyagerDataExporter.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/tiles/LegacyTileImgLoader.java b/src/main/java/bdv/ij/export/tiles/LegacyTileImgLoader.java index 26a801a..6056f88 100644 --- a/src/main/java/bdv/ij/export/tiles/LegacyTileImgLoader.java +++ b/src/main/java/bdv/ij/export/tiles/LegacyTileImgLoader.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/export/tiles/TileImgLoader.java b/src/main/java/bdv/ij/export/tiles/TileImgLoader.java index a349d34..f8b8e0c 100644 --- a/src/main/java/bdv/ij/export/tiles/TileImgLoader.java +++ b/src/main/java/bdv/ij/export/tiles/TileImgLoader.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/util/PluginHelper.java b/src/main/java/bdv/ij/util/PluginHelper.java index f43a61b..f53706e 100644 --- a/src/main/java/bdv/ij/util/PluginHelper.java +++ b/src/main/java/bdv/ij/util/PluginHelper.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/ij/util/ProgressWriterIJ.java b/src/main/java/bdv/ij/util/ProgressWriterIJ.java index 0fb24b7..6da8126 100644 --- a/src/main/java/bdv/ij/util/ProgressWriterIJ.java +++ b/src/main/java/bdv/ij/util/ProgressWriterIJ.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/img/imagestack/ImageStackImageLoader.java b/src/main/java/bdv/img/imagestack/ImageStackImageLoader.java index 9c17b9f..0cb5ad0 100644 --- a/src/main/java/bdv/img/imagestack/ImageStackImageLoader.java +++ b/src/main/java/bdv/img/imagestack/ImageStackImageLoader.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/bdv/img/virtualstack/VirtualStackImageLoader.java b/src/main/java/bdv/img/virtualstack/VirtualStackImageLoader.java index f06eea6..a26bf92 100644 --- a/src/main/java/bdv/img/virtualstack/VirtualStackImageLoader.java +++ b/src/main/java/bdv/img/virtualstack/VirtualStackImageLoader.java @@ -2,7 +2,7 @@ * #%L * Fiji plugins for starting BigDataViewer and exporting data. * %% - * Copyright (C) 2014 - 2023 BigDataViewer developers. + * Copyright (C) 2014 - 2024 BigDataViewer developers. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as