From a620965dbedec9c076dcd6bcb39db4dfb6116152 Mon Sep 17 00:00:00 2001 From: Michael Doube Date: Tue, 9 May 2023 10:06:43 +0800 Subject: [PATCH] Update copyright text - Change year to 2023 - remove old BSD 2-clause licence --- LICENCE.md | 25 ---------- LICENSE.txt | 2 +- Legacy/bonej/LICENSE.txt | 2 +- .../main/java/org/bonej/DebugLauncher.java | 2 +- .../bonej/menuWrappers/ThicknessHelper.java | 25 +--------- .../bonej/plugins/ConnectedComponents.java | 25 +--------- .../java/org/bonej/plugins/Connectivity.java | 25 +--------- .../org/bonej/plugins/DeleteSliceRange.java | 25 +--------- .../org/bonej/plugins/DensityCalibrator.java | 25 +--------- .../main/java/org/bonej/plugins/Moments.java | 25 +--------- .../java/org/bonej/plugins/Orienteer.java | 25 +--------- .../org/bonej/plugins/ParticleAnalysis.java | 25 +--------- .../org/bonej/plugins/ParticleCounter.java | 25 +--------- .../org/bonej/plugins/ParticleDisplay.java | 25 +--------- .../main/java/org/bonej/plugins/Purify.java | 25 +--------- .../org/bonej/plugins/ReporterOptions.java | 25 +--------- .../java/org/bonej/plugins/SliceGeometry.java | 25 +--------- .../java/org/bonej/plugins/SphereFitter.java | 25 +--------- .../java/org/bonej/plugins/UsageReporter.java | 25 +--------- .../org/bonej/plugins/VoxelDepthChecker.java | 25 +--------- .../bonej/src/main/resources/plugins.config | 46 +++++++++---------- .../plugins/ConnectedComponentsTest.java | 2 +- .../org/bonej/plugins/ConnectivityTest.java | 25 +--------- .../java/org/bonej/plugins/MomentsTest.java | 25 +--------- .../java/org/bonej/plugins/PurifyTest.java | 2 +- .../bonej/plugins/ThicknessHelperTest.java | 25 +--------- Legacy/util/LICENSE.txt | 2 +- .../java/org/bonej/geometry/Centroid.java | 25 +--------- .../java/org/bonej/geometry/Ellipsoid.java | 25 +--------- .../java/org/bonej/geometry/FitEllipsoid.java | 25 +--------- .../java/org/bonej/geometry/FitSphere.java | 25 +--------- .../main/java/org/bonej/geometry/Trig.java | 25 +--------- .../main/java/org/bonej/geometry/Vectors.java | 25 +--------- .../main/java/org/bonej/util/BoneList.java | 25 +--------- .../java/org/bonej/util/DialogModifier.java | 25 +--------- .../main/java/org/bonej/util/ImageCheck.java | 25 +--------- .../main/java/org/bonej/util/MatrixUtils.java | 25 +--------- .../java/org/bonej/util/Multithreader.java | 25 +--------- .../java/org/bonej/util/ResultInserter.java | 25 +--------- .../java/org/bonej/util/SkeletonUtils.java | 25 +--------- .../java/org/bonej/util/ThresholdGuesser.java | 25 +--------- .../java/org/bonej/geometry/CentroidTest.java | 2 +- .../org/bonej/geometry/EllipsoidTest.java | 2 +- .../org/bonej/geometry/FitEllipsoidTest.java | 2 +- .../org/bonej/geometry/FitSphereTest.java | 2 +- .../java/org/bonej/geometry/TrigTest.java | 2 +- .../java/org/bonej/geometry/VectorsTest.java | 2 +- .../java/org/bonej/util/ImageCheckTest.java | 2 +- Modern/ops/LICENSE.txt | 2 +- .../DistanceFromEllipsoidSurfaceOp.java | 24 +--------- .../org/bonej/ops/ellipsoid/Ellipsoid.java | 24 +--------- .../EllipsoidFactorErrorTracking.java | 2 +- .../EllipsoidFactorOutputGenerator.java | 2 +- .../EllipsoidOptimisationStrategy.java | 2 +- .../bonej/ops/ellipsoid/EllipsoidPoints.java | 24 +--------- .../ops/ellipsoid/OptimisationParameters.java | 2 +- .../ops/ellipsoid/QuadricToEllipsoid.java | 24 +--------- .../bonej/ops/ellipsoid/QuickEllipsoid.java | 2 +- .../constrain/AnchorEllipsoidConstrain.java | 2 +- .../constrain/EllipsoidConstrainStrategy.java | 2 +- .../constrain/NoEllipsoidConstrain.java | 2 +- .../bonej/ops/mil/ParallelLineGenerator.java | 2 +- .../org/bonej/ops/mil/ParallelLineMIL.java | 24 +--------- .../ops/mil/PlaneParallelLineGenerator.java | 24 +--------- .../ops/skeletonize/FindRidgePoints.java | 2 +- .../DistanceFromEllipsoidSurfaceOpTest.java | 24 +--------- .../EllipsoidFactorErrorTrackingTest.java | 2 +- .../EllipsoidFactorOutputGeneratorTest.java | 2 +- .../EllipsoidOptimisationStrategyTest.java | 2 +- .../ops/ellipsoid/EllipsoidPointsPOC.java | 24 +--------- .../ops/ellipsoid/EllipsoidPointsTest.java | 24 +--------- .../bonej/ops/ellipsoid/EllipsoidTest.java | 24 +--------- .../ops/ellipsoid/QuadricToEllipsoidTest.java | 24 +--------- .../ops/ellipsoid/QuickEllipsoidTest.java | 2 +- .../bonej/ops/mil/ParallelLineMILTest.java | 24 +--------- .../mil/PlaneParallelLineGeneratorTest.java | 24 +--------- .../ops/skeletonize/FindRidgePointsTest.java | 2 +- Modern/utilities/LICENSE.txt | 2 +- .../java/org/bonej/utilities/AxisUtils.java | 25 +--------- .../java/org/bonej/utilities/ElementUtil.java | 25 +--------- .../org/bonej/utilities/ImageBoundsUtil.java | 2 +- .../org/bonej/utilities/ImagePlusUtil.java | 25 +--------- .../org/bonej/utilities/RoiManagerUtil.java | 25 +--------- .../java/org/bonej/utilities/SharedTable.java | 25 +--------- .../java/org/bonej/utilities/Streamers.java | 25 +--------- .../java/org/bonej/utilities/Visualiser.java | 25 +--------- .../org/bonej/utilities/AxisUtilsTest.java | 25 +--------- .../org/bonej/utilities/ElementUtilTest.java | 25 +--------- .../bonej/utilities/ImageBoundsUtilTest.java | 2 +- .../bonej/utilities/ImagePlusUtilTest.java | 25 +--------- .../bonej/utilities/RoiManagerUtilTest.java | 25 +--------- .../org/bonej/utilities/SharedTableTest.java | 25 +--------- .../org/bonej/utilities/StreamersTest.java | 25 +--------- Modern/wrapperPlugins/LICENSE.txt | 2 +- .../AnalyseSkeletonWrapper.java | 2 +- .../wrapperPlugins/AnisotropyWrapper.java | 2 +- .../bonej/wrapperPlugins/BoneJCommand.java | 2 +- .../org/bonej/wrapperPlugins/BoneJMain.java | 2 +- .../bonej/wrapperPlugins/CommonMessages.java | 2 +- .../wrapperPlugins/ConnectivityWrapper.java | 2 +- .../ElementFractionWrapper.java | 2 +- .../EllipsoidFactorWrapper.java | 2 +- .../wrapperPlugins/FitEllipsoidWrapper.java | 2 +- .../FractalDimensionWrapper.java | 2 +- .../IntertrabecularAngleWrapper.java | 2 +- .../wrapperPlugins/SkeletoniseWrapper.java | 2 +- .../wrapperPlugins/SurfaceAreaWrapper.java | 2 +- .../SurfaceFractionWrapper.java | 2 +- .../wrapperPlugins/ThicknessWrapper.java | 2 +- .../tableTools/SharedTableCleaner.java | 2 +- .../wrapperPlugins/wrapperUtils/Common.java | 2 +- .../wrapperUtils/HyperstackUtils.java | 2 +- .../wrapperUtils/ResultUtils.java | 2 +- .../wrapperUtils/UsageReporter.java | 2 +- .../wrapperUtils/UsageReporterOptions.java | 2 +- .../wrapperPlugins/AbstractWrapperTest.java | 24 +--------- .../AnalyseSkeletonWrapperTest.java | 2 +- .../wrapperPlugins/AnisotropyWrapperTest.java | 2 +- .../org/bonej/wrapperPlugins/BundleTest.java | 2 +- .../wrapperPlugins/CommonWrapperTests.java | 2 +- .../ConnectivityWrapperTest.java | 2 +- .../ElementFractionWrapperTest.java | 2 +- .../EllipsoidFactorWrapperTest.java | 2 +- .../FitEllipsoidWrapperTest.java | 2 +- .../FractalDimensionWrapperTest.java | 2 +- .../IntertrabecularAngleWrapperTest.java | 2 +- .../SkeletoniseWrapperTest.java | 2 +- .../bonej/wrapperPlugins/SlowWrapperTest.java | 2 +- .../SurfaceAreaWrapperTest.java | 2 +- .../SurfaceFractionWrapperTest.java | 2 +- .../wrapperPlugins/ThicknessWrapperTest.java | 2 +- .../headless/AbstractWrapperHeadlessTest.java | 2 +- ...ertrabecularAnglesWrapperHeadlessTest.java | 28 +++++++++++ .../tableTools/SharedTableCleanerTest.java | 2 +- .../wrapperUtils/CommonTest.java | 2 +- .../wrapperUtils/HyperstackUtilsTest.java | 2 +- .../wrapperUtils/ResultUtilsTest.java | 2 +- .../wrapperUtils/UsageReporterTest.java | 2 +- 138 files changed, 232 insertions(+), 1503 deletions(-) delete mode 100644 LICENCE.md diff --git a/LICENCE.md b/LICENCE.md deleted file mode 100644 index 7ebe099f5..000000000 --- a/LICENCE.md +++ /dev/null @@ -1,25 +0,0 @@ -BSD 2-Clause License - -Copyright (c) 2018, BoneJ developers -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSE.txt b/LICENSE.txt index 4cb7fb7bb..67d7a668f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2016 - 2022, Michael Doube, BoneJ developers +Copyright (c) 2016 - 2023, Michael Doube, BoneJ developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Legacy/bonej/LICENSE.txt b/Legacy/bonej/LICENSE.txt index a9574bc84..a44722897 100644 --- a/Legacy/bonej/LICENSE.txt +++ b/Legacy/bonej/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 - 2022, Michael Doube, BoneJ developers +Copyright (c) 2015 - 2023, Michael Doube, BoneJ developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Legacy/bonej/src/main/java/org/bonej/DebugLauncher.java b/Legacy/bonej/src/main/java/org/bonej/DebugLauncher.java index e6ab16b27..5771e68ef 100644 --- a/Legacy/bonej/src/main/java/org/bonej/DebugLauncher.java +++ b/Legacy/bonej/src/main/java/org/bonej/DebugLauncher.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Legacy/bonej/src/main/java/org/bonej/menuWrappers/ThicknessHelper.java b/Legacy/bonej/src/main/java/org/bonej/menuWrappers/ThicknessHelper.java index d30996509..2fea62475 100644 --- a/Legacy/bonej/src/main/java/org/bonej/menuWrappers/ThicknessHelper.java +++ b/Legacy/bonej/src/main/java/org/bonej/menuWrappers/ThicknessHelper.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.menuWrappers; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/ConnectedComponents.java b/Legacy/bonej/src/main/java/org/bonej/plugins/ConnectedComponents.java index 603fa5457..8c7c8e2ad 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/ConnectedComponents.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/ConnectedComponents.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2020, Michael Doube -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/Connectivity.java b/Legacy/bonej/src/main/java/org/bonej/plugins/Connectivity.java index d6fdb41c3..2ea99f59b 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/Connectivity.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/Connectivity.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; import java.util.Arrays; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/DeleteSliceRange.java b/Legacy/bonej/src/main/java/org/bonej/plugins/DeleteSliceRange.java index bd495a03b..5247033ec 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/DeleteSliceRange.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/DeleteSliceRange.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/DensityCalibrator.java b/Legacy/bonej/src/main/java/org/bonej/plugins/DensityCalibrator.java index 71dc15cab..6a8a9d6ce 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/DensityCalibrator.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/DensityCalibrator.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/Moments.java b/Legacy/bonej/src/main/java/org/bonej/plugins/Moments.java index ec74fd434..58e722d58 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/Moments.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/Moments.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/Orienteer.java b/Legacy/bonej/src/main/java/org/bonej/plugins/Orienteer.java index 309ddec91..90456fcce 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/Orienteer.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/Orienteer.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/ParticleAnalysis.java b/Legacy/bonej/src/main/java/org/bonej/plugins/ParticleAnalysis.java index 4629bd827..60a721310 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/ParticleAnalysis.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/ParticleAnalysis.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2020, Michael Doube -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/ParticleCounter.java b/Legacy/bonej/src/main/java/org/bonej/plugins/ParticleCounter.java index 520a18dd8..1949a4b17 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/ParticleCounter.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/ParticleCounter.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/ParticleDisplay.java b/Legacy/bonej/src/main/java/org/bonej/plugins/ParticleDisplay.java index 11b0c357e..757ac3ba1 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/ParticleDisplay.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/ParticleDisplay.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2020, Michael Doube -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/Purify.java b/Legacy/bonej/src/main/java/org/bonej/plugins/Purify.java index b60c6b127..b95cf6a83 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/Purify.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/Purify.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/ReporterOptions.java b/Legacy/bonej/src/main/java/org/bonej/plugins/ReporterOptions.java index 574cd96ca..b02782cf2 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/ReporterOptions.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/ReporterOptions.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/SliceGeometry.java b/Legacy/bonej/src/main/java/org/bonej/plugins/SliceGeometry.java index 042611cca..2e28e3d3d 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/SliceGeometry.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/SliceGeometry.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/SphereFitter.java b/Legacy/bonej/src/main/java/org/bonej/plugins/SphereFitter.java index 365c9a185..b274b8327 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/SphereFitter.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/SphereFitter.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/UsageReporter.java b/Legacy/bonej/src/main/java/org/bonej/plugins/UsageReporter.java index 3d4459f54..e8da269f9 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/UsageReporter.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/UsageReporter.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/java/org/bonej/plugins/VoxelDepthChecker.java b/Legacy/bonej/src/main/java/org/bonej/plugins/VoxelDepthChecker.java index c4ba26ea6..357b84d16 100644 --- a/Legacy/bonej/src/main/java/org/bonej/plugins/VoxelDepthChecker.java +++ b/Legacy/bonej/src/main/java/org/bonej/plugins/VoxelDepthChecker.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/main/resources/plugins.config b/Legacy/bonej/src/main/resources/plugins.config index dbeaf8c38..452273bf0 100644 --- a/Legacy/bonej/src/main/resources/plugins.config +++ b/Legacy/bonej/src/main/resources/plugins.config @@ -1,32 +1,32 @@ ### # #%L -# BoneJ: open source tools for trabecular geometry and whole bone shape analysis. +# Mavenized version of the BoneJ1 plugins # %% -#Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder. -#See also individual class @authors. +# Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers # %% -#BSD 2-Clause License -# -#All rights reserved. -#Redistribution and use in source and binary forms, with or without -#modification, are permitted provided that the following conditions are met: -#* Redistributions of source code must retain the above copyright notice, this -# list of conditions and the following disclaimer. -#* Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -#THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -#AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -#IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -#DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -#FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -#DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -#SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -#CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -#OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -#OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# +# 1. Redistributions of source code must retain the above copyright notice, +# this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright notice, +# this list of conditions and the following disclaimer in the documentation +# and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. # #L% ### + # Author: Michael Doube Plugins>BoneJ>Analyze, "Calibrate SCANCO", org.bonej.plugins.DensityCalibrator("scanco") diff --git a/Legacy/bonej/src/test/java/org/bonej/plugins/ConnectedComponentsTest.java b/Legacy/bonej/src/test/java/org/bonej/plugins/ConnectedComponentsTest.java index 46a136d1c..c784a0feb 100644 --- a/Legacy/bonej/src/test/java/org/bonej/plugins/ConnectedComponentsTest.java +++ b/Legacy/bonej/src/test/java/org/bonej/plugins/ConnectedComponentsTest.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Legacy/bonej/src/test/java/org/bonej/plugins/ConnectivityTest.java b/Legacy/bonej/src/test/java/org/bonej/plugins/ConnectivityTest.java index b41d04442..251ef5931 100644 --- a/Legacy/bonej/src/test/java/org/bonej/plugins/ConnectivityTest.java +++ b/Legacy/bonej/src/test/java/org/bonej/plugins/ConnectivityTest.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/test/java/org/bonej/plugins/MomentsTest.java b/Legacy/bonej/src/test/java/org/bonej/plugins/MomentsTest.java index e02590a6f..85b9eb624 100644 --- a/Legacy/bonej/src/test/java/org/bonej/plugins/MomentsTest.java +++ b/Legacy/bonej/src/test/java/org/bonej/plugins/MomentsTest.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/bonej/src/test/java/org/bonej/plugins/PurifyTest.java b/Legacy/bonej/src/test/java/org/bonej/plugins/PurifyTest.java index f94d7c1e9..36ceb8e1c 100644 --- a/Legacy/bonej/src/test/java/org/bonej/plugins/PurifyTest.java +++ b/Legacy/bonej/src/test/java/org/bonej/plugins/PurifyTest.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Legacy/bonej/src/test/java/org/bonej/plugins/ThicknessHelperTest.java b/Legacy/bonej/src/test/java/org/bonej/plugins/ThicknessHelperTest.java index cc5a32f4e..f65bfdc2c 100644 --- a/Legacy/bonej/src/test/java/org/bonej/plugins/ThicknessHelperTest.java +++ b/Legacy/bonej/src/test/java/org/bonej/plugins/ThicknessHelperTest.java @@ -2,7 +2,7 @@ * #%L * Mavenized version of the BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.plugins; diff --git a/Legacy/util/LICENSE.txt b/Legacy/util/LICENSE.txt index a9574bc84..a44722897 100644 --- a/Legacy/util/LICENSE.txt +++ b/Legacy/util/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 - 2022, Michael Doube, BoneJ developers +Copyright (c) 2015 - 2023, Michael Doube, BoneJ developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Legacy/util/src/main/java/org/bonej/geometry/Centroid.java b/Legacy/util/src/main/java/org/bonej/geometry/Centroid.java index b208f534a..296d52c9a 100644 --- a/Legacy/util/src/main/java/org/bonej/geometry/Centroid.java +++ b/Legacy/util/src/main/java/org/bonej/geometry/Centroid.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.geometry; diff --git a/Legacy/util/src/main/java/org/bonej/geometry/Ellipsoid.java b/Legacy/util/src/main/java/org/bonej/geometry/Ellipsoid.java index e4b1cd279..80e662967 100644 --- a/Legacy/util/src/main/java/org/bonej/geometry/Ellipsoid.java +++ b/Legacy/util/src/main/java/org/bonej/geometry/Ellipsoid.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.geometry; diff --git a/Legacy/util/src/main/java/org/bonej/geometry/FitEllipsoid.java b/Legacy/util/src/main/java/org/bonej/geometry/FitEllipsoid.java index 9d138017f..5d338c757 100644 --- a/Legacy/util/src/main/java/org/bonej/geometry/FitEllipsoid.java +++ b/Legacy/util/src/main/java/org/bonej/geometry/FitEllipsoid.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.geometry; diff --git a/Legacy/util/src/main/java/org/bonej/geometry/FitSphere.java b/Legacy/util/src/main/java/org/bonej/geometry/FitSphere.java index 040552acc..7f2beccd1 100644 --- a/Legacy/util/src/main/java/org/bonej/geometry/FitSphere.java +++ b/Legacy/util/src/main/java/org/bonej/geometry/FitSphere.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.geometry; diff --git a/Legacy/util/src/main/java/org/bonej/geometry/Trig.java b/Legacy/util/src/main/java/org/bonej/geometry/Trig.java index cb0753b9c..e75ec2613 100644 --- a/Legacy/util/src/main/java/org/bonej/geometry/Trig.java +++ b/Legacy/util/src/main/java/org/bonej/geometry/Trig.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.geometry; diff --git a/Legacy/util/src/main/java/org/bonej/geometry/Vectors.java b/Legacy/util/src/main/java/org/bonej/geometry/Vectors.java index 5a71e9a86..b2df0c99a 100644 --- a/Legacy/util/src/main/java/org/bonej/geometry/Vectors.java +++ b/Legacy/util/src/main/java/org/bonej/geometry/Vectors.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.geometry; diff --git a/Legacy/util/src/main/java/org/bonej/util/BoneList.java b/Legacy/util/src/main/java/org/bonej/util/BoneList.java index d5bbeb306..277e02418 100644 --- a/Legacy/util/src/main/java/org/bonej/util/BoneList.java +++ b/Legacy/util/src/main/java/org/bonej/util/BoneList.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.util; diff --git a/Legacy/util/src/main/java/org/bonej/util/DialogModifier.java b/Legacy/util/src/main/java/org/bonej/util/DialogModifier.java index 624ec0b80..3c96158ea 100644 --- a/Legacy/util/src/main/java/org/bonej/util/DialogModifier.java +++ b/Legacy/util/src/main/java/org/bonej/util/DialogModifier.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.util; diff --git a/Legacy/util/src/main/java/org/bonej/util/ImageCheck.java b/Legacy/util/src/main/java/org/bonej/util/ImageCheck.java index 39b40a16b..a8dc7c2cc 100644 --- a/Legacy/util/src/main/java/org/bonej/util/ImageCheck.java +++ b/Legacy/util/src/main/java/org/bonej/util/ImageCheck.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.util; diff --git a/Legacy/util/src/main/java/org/bonej/util/MatrixUtils.java b/Legacy/util/src/main/java/org/bonej/util/MatrixUtils.java index 3274c90c5..c6d00bdb8 100644 --- a/Legacy/util/src/main/java/org/bonej/util/MatrixUtils.java +++ b/Legacy/util/src/main/java/org/bonej/util/MatrixUtils.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.util; diff --git a/Legacy/util/src/main/java/org/bonej/util/Multithreader.java b/Legacy/util/src/main/java/org/bonej/util/Multithreader.java index 7685be00e..d62356694 100644 --- a/Legacy/util/src/main/java/org/bonej/util/Multithreader.java +++ b/Legacy/util/src/main/java/org/bonej/util/Multithreader.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.util; diff --git a/Legacy/util/src/main/java/org/bonej/util/ResultInserter.java b/Legacy/util/src/main/java/org/bonej/util/ResultInserter.java index 088e11dd8..52d0a2bb5 100644 --- a/Legacy/util/src/main/java/org/bonej/util/ResultInserter.java +++ b/Legacy/util/src/main/java/org/bonej/util/ResultInserter.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.util; diff --git a/Legacy/util/src/main/java/org/bonej/util/SkeletonUtils.java b/Legacy/util/src/main/java/org/bonej/util/SkeletonUtils.java index 4e07d676e..1d62c373d 100644 --- a/Legacy/util/src/main/java/org/bonej/util/SkeletonUtils.java +++ b/Legacy/util/src/main/java/org/bonej/util/SkeletonUtils.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.util; diff --git a/Legacy/util/src/main/java/org/bonej/util/ThresholdGuesser.java b/Legacy/util/src/main/java/org/bonej/util/ThresholdGuesser.java index d79ee81f0..97e3036ff 100644 --- a/Legacy/util/src/main/java/org/bonej/util/ThresholdGuesser.java +++ b/Legacy/util/src/main/java/org/bonej/util/ThresholdGuesser.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.util; diff --git a/Legacy/util/src/test/java/org/bonej/geometry/CentroidTest.java b/Legacy/util/src/test/java/org/bonej/geometry/CentroidTest.java index 2f292f86d..e2a0a19d5 100644 --- a/Legacy/util/src/test/java/org/bonej/geometry/CentroidTest.java +++ b/Legacy/util/src/test/java/org/bonej/geometry/CentroidTest.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Legacy/util/src/test/java/org/bonej/geometry/EllipsoidTest.java b/Legacy/util/src/test/java/org/bonej/geometry/EllipsoidTest.java index 63fa2a37e..7f9cd1bc7 100644 --- a/Legacy/util/src/test/java/org/bonej/geometry/EllipsoidTest.java +++ b/Legacy/util/src/test/java/org/bonej/geometry/EllipsoidTest.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Legacy/util/src/test/java/org/bonej/geometry/FitEllipsoidTest.java b/Legacy/util/src/test/java/org/bonej/geometry/FitEllipsoidTest.java index 98be1357b..1af3eba48 100644 --- a/Legacy/util/src/test/java/org/bonej/geometry/FitEllipsoidTest.java +++ b/Legacy/util/src/test/java/org/bonej/geometry/FitEllipsoidTest.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Legacy/util/src/test/java/org/bonej/geometry/FitSphereTest.java b/Legacy/util/src/test/java/org/bonej/geometry/FitSphereTest.java index 415e84ffd..b07ce3767 100644 --- a/Legacy/util/src/test/java/org/bonej/geometry/FitSphereTest.java +++ b/Legacy/util/src/test/java/org/bonej/geometry/FitSphereTest.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Legacy/util/src/test/java/org/bonej/geometry/TrigTest.java b/Legacy/util/src/test/java/org/bonej/geometry/TrigTest.java index 3345e133e..b5749ca48 100644 --- a/Legacy/util/src/test/java/org/bonej/geometry/TrigTest.java +++ b/Legacy/util/src/test/java/org/bonej/geometry/TrigTest.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Legacy/util/src/test/java/org/bonej/geometry/VectorsTest.java b/Legacy/util/src/test/java/org/bonej/geometry/VectorsTest.java index fdedf0633..76d39519d 100644 --- a/Legacy/util/src/test/java/org/bonej/geometry/VectorsTest.java +++ b/Legacy/util/src/test/java/org/bonej/geometry/VectorsTest.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Legacy/util/src/test/java/org/bonej/util/ImageCheckTest.java b/Legacy/util/src/test/java/org/bonej/util/ImageCheckTest.java index a89e6bc57..ab5c48a19 100644 --- a/Legacy/util/src/test/java/org/bonej/util/ImageCheckTest.java +++ b/Legacy/util/src/test/java/org/bonej/util/ImageCheckTest.java @@ -2,7 +2,7 @@ * #%L * Utility classes for BoneJ1 plugins * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/LICENSE.txt b/Modern/ops/LICENSE.txt index a9574bc84..a44722897 100644 --- a/Modern/ops/LICENSE.txt +++ b/Modern/ops/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 - 2022, Michael Doube, BoneJ developers +Copyright (c) 2015 - 2023, Michael Doube, BoneJ developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/DistanceFromEllipsoidSurfaceOp.java b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/DistanceFromEllipsoidSurfaceOp.java index e38a51205..b6e223804 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/DistanceFromEllipsoidSurfaceOp.java +++ b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/DistanceFromEllipsoidSurfaceOp.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.ellipsoid; diff --git a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/Ellipsoid.java b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/Ellipsoid.java index 713033edc..438c883c6 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/Ellipsoid.java +++ b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/Ellipsoid.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.ellipsoid; diff --git a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidFactorErrorTracking.java b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidFactorErrorTracking.java index a689f0bda..30249ee04 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidFactorErrorTracking.java +++ b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidFactorErrorTracking.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidFactorOutputGenerator.java b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidFactorOutputGenerator.java index 7532438b2..8bb01e249 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidFactorOutputGenerator.java +++ b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidFactorOutputGenerator.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidOptimisationStrategy.java b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidOptimisationStrategy.java index d95d6acbc..1ac6b2195 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidOptimisationStrategy.java +++ b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidOptimisationStrategy.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidPoints.java b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidPoints.java index 48ab15063..4eff99b0d 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidPoints.java +++ b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/EllipsoidPoints.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.ellipsoid; diff --git a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/OptimisationParameters.java b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/OptimisationParameters.java index 52efe9f1a..8e47e1756 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/OptimisationParameters.java +++ b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/OptimisationParameters.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/QuadricToEllipsoid.java b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/QuadricToEllipsoid.java index 464665327..e41d89f08 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/QuadricToEllipsoid.java +++ b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/QuadricToEllipsoid.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.ellipsoid; diff --git a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/QuickEllipsoid.java b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/QuickEllipsoid.java index e6f11ce0e..71ffd8170 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/QuickEllipsoid.java +++ b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/QuickEllipsoid.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/constrain/AnchorEllipsoidConstrain.java b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/constrain/AnchorEllipsoidConstrain.java index 43a8330f5..f88c0f994 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/constrain/AnchorEllipsoidConstrain.java +++ b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/constrain/AnchorEllipsoidConstrain.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/constrain/EllipsoidConstrainStrategy.java b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/constrain/EllipsoidConstrainStrategy.java index 62607070e..6f202e32f 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/constrain/EllipsoidConstrainStrategy.java +++ b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/constrain/EllipsoidConstrainStrategy.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/constrain/NoEllipsoidConstrain.java b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/constrain/NoEllipsoidConstrain.java index d08a7d905..8448b3488 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/constrain/NoEllipsoidConstrain.java +++ b/Modern/ops/src/main/java/org/bonej/ops/ellipsoid/constrain/NoEllipsoidConstrain.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/main/java/org/bonej/ops/mil/ParallelLineGenerator.java b/Modern/ops/src/main/java/org/bonej/ops/mil/ParallelLineGenerator.java index 2eec417ff..6ab8389c8 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/mil/ParallelLineGenerator.java +++ b/Modern/ops/src/main/java/org/bonej/ops/mil/ParallelLineGenerator.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/main/java/org/bonej/ops/mil/ParallelLineMIL.java b/Modern/ops/src/main/java/org/bonej/ops/mil/ParallelLineMIL.java index 0f272f211..dbd6170fc 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/mil/ParallelLineMIL.java +++ b/Modern/ops/src/main/java/org/bonej/ops/mil/ParallelLineMIL.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.mil; diff --git a/Modern/ops/src/main/java/org/bonej/ops/mil/PlaneParallelLineGenerator.java b/Modern/ops/src/main/java/org/bonej/ops/mil/PlaneParallelLineGenerator.java index d98ed65d8..2ac8dcf0e 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/mil/PlaneParallelLineGenerator.java +++ b/Modern/ops/src/main/java/org/bonej/ops/mil/PlaneParallelLineGenerator.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.mil; diff --git a/Modern/ops/src/main/java/org/bonej/ops/skeletonize/FindRidgePoints.java b/Modern/ops/src/main/java/org/bonej/ops/skeletonize/FindRidgePoints.java index 48fbbee0a..f639fa3e2 100644 --- a/Modern/ops/src/main/java/org/bonej/ops/skeletonize/FindRidgePoints.java +++ b/Modern/ops/src/main/java/org/bonej/ops/skeletonize/FindRidgePoints.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/DistanceFromEllipsoidSurfaceOpTest.java b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/DistanceFromEllipsoidSurfaceOpTest.java index cf6a2756b..a93d372d9 100644 --- a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/DistanceFromEllipsoidSurfaceOpTest.java +++ b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/DistanceFromEllipsoidSurfaceOpTest.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.ellipsoid; diff --git a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidFactorErrorTrackingTest.java b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidFactorErrorTrackingTest.java index 39ac48f9e..42fcc5982 100644 --- a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidFactorErrorTrackingTest.java +++ b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidFactorErrorTrackingTest.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidFactorOutputGeneratorTest.java b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidFactorOutputGeneratorTest.java index e56b68b87..2541a2c79 100644 --- a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidFactorOutputGeneratorTest.java +++ b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidFactorOutputGeneratorTest.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidOptimisationStrategyTest.java b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidOptimisationStrategyTest.java index 3c05e8f1d..19a39d54e 100644 --- a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidOptimisationStrategyTest.java +++ b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidOptimisationStrategyTest.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidPointsPOC.java b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidPointsPOC.java index f76e6cfe9..c87330cf6 100644 --- a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidPointsPOC.java +++ b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidPointsPOC.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.ellipsoid; diff --git a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidPointsTest.java b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidPointsTest.java index 54259108b..e28c4556f 100644 --- a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidPointsTest.java +++ b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidPointsTest.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.ellipsoid; diff --git a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidTest.java b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidTest.java index 90c2a24b5..95486752a 100644 --- a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidTest.java +++ b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/EllipsoidTest.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.ellipsoid; diff --git a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/QuadricToEllipsoidTest.java b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/QuadricToEllipsoidTest.java index a37cd1750..d384218dc 100644 --- a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/QuadricToEllipsoidTest.java +++ b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/QuadricToEllipsoidTest.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.ellipsoid; diff --git a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/QuickEllipsoidTest.java b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/QuickEllipsoidTest.java index ba8eda7f8..17900762f 100644 --- a/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/QuickEllipsoidTest.java +++ b/Modern/ops/src/test/java/org/bonej/ops/ellipsoid/QuickEllipsoidTest.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/ops/src/test/java/org/bonej/ops/mil/ParallelLineMILTest.java b/Modern/ops/src/test/java/org/bonej/ops/mil/ParallelLineMILTest.java index 9d23bffc1..43a542c1f 100644 --- a/Modern/ops/src/test/java/org/bonej/ops/mil/ParallelLineMILTest.java +++ b/Modern/ops/src/test/java/org/bonej/ops/mil/ParallelLineMILTest.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.mil; diff --git a/Modern/ops/src/test/java/org/bonej/ops/mil/PlaneParallelLineGeneratorTest.java b/Modern/ops/src/test/java/org/bonej/ops/mil/PlaneParallelLineGeneratorTest.java index 63323f5a0..7562c4d07 100644 --- a/Modern/ops/src/test/java/org/bonej/ops/mil/PlaneParallelLineGeneratorTest.java +++ b/Modern/ops/src/test/java/org/bonej/ops/mil/PlaneParallelLineGeneratorTest.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.ops.mil; diff --git a/Modern/ops/src/test/java/org/bonej/ops/skeletonize/FindRidgePointsTest.java b/Modern/ops/src/test/java/org/bonej/ops/skeletonize/FindRidgePointsTest.java index 1cdc97d9d..d7741e812 100644 --- a/Modern/ops/src/test/java/org/bonej/ops/skeletonize/FindRidgePointsTest.java +++ b/Modern/ops/src/test/java/org/bonej/ops/skeletonize/FindRidgePointsTest.java @@ -2,7 +2,7 @@ * #%L * Ops created for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/utilities/LICENSE.txt b/Modern/utilities/LICENSE.txt index a9574bc84..a44722897 100644 --- a/Modern/utilities/LICENSE.txt +++ b/Modern/utilities/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 - 2022, Michael Doube, BoneJ developers +Copyright (c) 2015 - 2023, Michael Doube, BoneJ developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Modern/utilities/src/main/java/org/bonej/utilities/AxisUtils.java b/Modern/utilities/src/main/java/org/bonej/utilities/AxisUtils.java index 53430f840..6f1e1c36a 100644 --- a/Modern/utilities/src/main/java/org/bonej/utilities/AxisUtils.java +++ b/Modern/utilities/src/main/java/org/bonej/utilities/AxisUtils.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; diff --git a/Modern/utilities/src/main/java/org/bonej/utilities/ElementUtil.java b/Modern/utilities/src/main/java/org/bonej/utilities/ElementUtil.java index 0037e3c7e..880af13e1 100644 --- a/Modern/utilities/src/main/java/org/bonej/utilities/ElementUtil.java +++ b/Modern/utilities/src/main/java/org/bonej/utilities/ElementUtil.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; diff --git a/Modern/utilities/src/main/java/org/bonej/utilities/ImageBoundsUtil.java b/Modern/utilities/src/main/java/org/bonej/utilities/ImageBoundsUtil.java index 0f45a1278..c717c3b06 100644 --- a/Modern/utilities/src/main/java/org/bonej/utilities/ImageBoundsUtil.java +++ b/Modern/utilities/src/main/java/org/bonej/utilities/ImageBoundsUtil.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/utilities/src/main/java/org/bonej/utilities/ImagePlusUtil.java b/Modern/utilities/src/main/java/org/bonej/utilities/ImagePlusUtil.java index c49f6a4df..174909c3c 100644 --- a/Modern/utilities/src/main/java/org/bonej/utilities/ImagePlusUtil.java +++ b/Modern/utilities/src/main/java/org/bonej/utilities/ImagePlusUtil.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; diff --git a/Modern/utilities/src/main/java/org/bonej/utilities/RoiManagerUtil.java b/Modern/utilities/src/main/java/org/bonej/utilities/RoiManagerUtil.java index 0a863533e..bcb094a37 100644 --- a/Modern/utilities/src/main/java/org/bonej/utilities/RoiManagerUtil.java +++ b/Modern/utilities/src/main/java/org/bonej/utilities/RoiManagerUtil.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; diff --git a/Modern/utilities/src/main/java/org/bonej/utilities/SharedTable.java b/Modern/utilities/src/main/java/org/bonej/utilities/SharedTable.java index 6d541430b..0170c39cb 100644 --- a/Modern/utilities/src/main/java/org/bonej/utilities/SharedTable.java +++ b/Modern/utilities/src/main/java/org/bonej/utilities/SharedTable.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; diff --git a/Modern/utilities/src/main/java/org/bonej/utilities/Streamers.java b/Modern/utilities/src/main/java/org/bonej/utilities/Streamers.java index b0609f2c5..b15fb0848 100644 --- a/Modern/utilities/src/main/java/org/bonej/utilities/Streamers.java +++ b/Modern/utilities/src/main/java/org/bonej/utilities/Streamers.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; diff --git a/Modern/utilities/src/main/java/org/bonej/utilities/Visualiser.java b/Modern/utilities/src/main/java/org/bonej/utilities/Visualiser.java index f8049bfab..3625bda8c 100644 --- a/Modern/utilities/src/main/java/org/bonej/utilities/Visualiser.java +++ b/Modern/utilities/src/main/java/org/bonej/utilities/Visualiser.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2019, Michael Doube -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; import java.util.Collection; diff --git a/Modern/utilities/src/test/java/org/bonej/utilities/AxisUtilsTest.java b/Modern/utilities/src/test/java/org/bonej/utilities/AxisUtilsTest.java index cf66b5fe0..fbfffdc62 100644 --- a/Modern/utilities/src/test/java/org/bonej/utilities/AxisUtilsTest.java +++ b/Modern/utilities/src/test/java/org/bonej/utilities/AxisUtilsTest.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; diff --git a/Modern/utilities/src/test/java/org/bonej/utilities/ElementUtilTest.java b/Modern/utilities/src/test/java/org/bonej/utilities/ElementUtilTest.java index af07549ff..fba2d792d 100644 --- a/Modern/utilities/src/test/java/org/bonej/utilities/ElementUtilTest.java +++ b/Modern/utilities/src/test/java/org/bonej/utilities/ElementUtilTest.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; diff --git a/Modern/utilities/src/test/java/org/bonej/utilities/ImageBoundsUtilTest.java b/Modern/utilities/src/test/java/org/bonej/utilities/ImageBoundsUtilTest.java index 5469704fd..2935cc770 100644 --- a/Modern/utilities/src/test/java/org/bonej/utilities/ImageBoundsUtilTest.java +++ b/Modern/utilities/src/test/java/org/bonej/utilities/ImageBoundsUtilTest.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/utilities/src/test/java/org/bonej/utilities/ImagePlusUtilTest.java b/Modern/utilities/src/test/java/org/bonej/utilities/ImagePlusUtilTest.java index fa1ed012f..2d4e3c638 100644 --- a/Modern/utilities/src/test/java/org/bonej/utilities/ImagePlusUtilTest.java +++ b/Modern/utilities/src/test/java/org/bonej/utilities/ImagePlusUtilTest.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; diff --git a/Modern/utilities/src/test/java/org/bonej/utilities/RoiManagerUtilTest.java b/Modern/utilities/src/test/java/org/bonej/utilities/RoiManagerUtilTest.java index dfd9d1104..e8c92c4d2 100644 --- a/Modern/utilities/src/test/java/org/bonej/utilities/RoiManagerUtilTest.java +++ b/Modern/utilities/src/test/java/org/bonej/utilities/RoiManagerUtilTest.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; diff --git a/Modern/utilities/src/test/java/org/bonej/utilities/SharedTableTest.java b/Modern/utilities/src/test/java/org/bonej/utilities/SharedTableTest.java index 495b531d0..3590aebed 100644 --- a/Modern/utilities/src/test/java/org/bonej/utilities/SharedTableTest.java +++ b/Modern/utilities/src/test/java/org/bonej/utilities/SharedTableTest.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; diff --git a/Modern/utilities/src/test/java/org/bonej/utilities/StreamersTest.java b/Modern/utilities/src/test/java/org/bonej/utilities/StreamersTest.java index 84e878971..8ccef7800 100644 --- a/Modern/utilities/src/test/java/org/bonej/utilities/StreamersTest.java +++ b/Modern/utilities/src/test/java/org/bonej/utilities/StreamersTest.java @@ -2,7 +2,7 @@ * #%L * Utility methods for BoneJ2 * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2018, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ + package org.bonej.utilities; diff --git a/Modern/wrapperPlugins/LICENSE.txt b/Modern/wrapperPlugins/LICENSE.txt index a9574bc84..a44722897 100644 --- a/Modern/wrapperPlugins/LICENSE.txt +++ b/Modern/wrapperPlugins/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 - 2022, Michael Doube, BoneJ developers +Copyright (c) 2015 - 2023, Michael Doube, BoneJ developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/AnalyseSkeletonWrapper.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/AnalyseSkeletonWrapper.java index 869d773b6..d7e7de757 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/AnalyseSkeletonWrapper.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/AnalyseSkeletonWrapper.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/AnisotropyWrapper.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/AnisotropyWrapper.java index a9b6bb1dd..2bceabb11 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/AnisotropyWrapper.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/AnisotropyWrapper.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/BoneJCommand.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/BoneJCommand.java index 20da49ab6..e7b32c09a 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/BoneJCommand.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/BoneJCommand.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/BoneJMain.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/BoneJMain.java index 86d21e702..a7016d1dc 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/BoneJMain.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/BoneJMain.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/CommonMessages.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/CommonMessages.java index 7695842e2..0cd6bcb69 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/CommonMessages.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/CommonMessages.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/ConnectivityWrapper.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/ConnectivityWrapper.java index 579d9048c..fb4876f3e 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/ConnectivityWrapper.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/ConnectivityWrapper.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/ElementFractionWrapper.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/ElementFractionWrapper.java index 723d7011f..aaf99658a 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/ElementFractionWrapper.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/ElementFractionWrapper.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/EllipsoidFactorWrapper.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/EllipsoidFactorWrapper.java index 3912e6802..6716205a9 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/EllipsoidFactorWrapper.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/EllipsoidFactorWrapper.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/FitEllipsoidWrapper.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/FitEllipsoidWrapper.java index ea28196e3..1090eafb6 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/FitEllipsoidWrapper.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/FitEllipsoidWrapper.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/FractalDimensionWrapper.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/FractalDimensionWrapper.java index 924438418..12b73c0b8 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/FractalDimensionWrapper.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/FractalDimensionWrapper.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/IntertrabecularAngleWrapper.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/IntertrabecularAngleWrapper.java index 9f9fa1aa1..c48d61b3b 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/IntertrabecularAngleWrapper.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/IntertrabecularAngleWrapper.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/SkeletoniseWrapper.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/SkeletoniseWrapper.java index 871025571..dd61eafa4 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/SkeletoniseWrapper.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/SkeletoniseWrapper.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/SurfaceAreaWrapper.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/SurfaceAreaWrapper.java index 0178b0539..cdb342bb3 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/SurfaceAreaWrapper.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/SurfaceAreaWrapper.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/SurfaceFractionWrapper.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/SurfaceFractionWrapper.java index a73b0068f..7fe18a308 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/SurfaceFractionWrapper.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/SurfaceFractionWrapper.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/ThicknessWrapper.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/ThicknessWrapper.java index 24c46be57..d4bb6c705 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/ThicknessWrapper.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/ThicknessWrapper.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/tableTools/SharedTableCleaner.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/tableTools/SharedTableCleaner.java index 4205af5fd..95b940708 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/tableTools/SharedTableCleaner.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/tableTools/SharedTableCleaner.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/Common.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/Common.java index 66941c96a..9fc00cd2b 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/Common.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/Common.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/HyperstackUtils.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/HyperstackUtils.java index 67a25d399..b8b22cac6 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/HyperstackUtils.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/HyperstackUtils.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/ResultUtils.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/ResultUtils.java index 3225d0f4a..37c34ce28 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/ResultUtils.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/ResultUtils.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/UsageReporter.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/UsageReporter.java index 8c882d116..e18c448db 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/UsageReporter.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/UsageReporter.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/UsageReporterOptions.java b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/UsageReporterOptions.java index d2c42efe6..25b058f54 100644 --- a/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/UsageReporterOptions.java +++ b/Modern/wrapperPlugins/src/main/java/org/bonej/wrapperPlugins/wrapperUtils/UsageReporterOptions.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/AbstractWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/AbstractWrapperTest.java index 1ccf4fda9..9f072c3d3 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/AbstractWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/AbstractWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,28 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * #L% */ -/* -BSD 2-Clause License -Copyright (c) 2020, Michael Doube, Richard Domander, Alessandro Felder -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ package org.bonej.wrapperPlugins; diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/AnalyseSkeletonWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/AnalyseSkeletonWrapperTest.java index 256264b29..669c8009a 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/AnalyseSkeletonWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/AnalyseSkeletonWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/AnisotropyWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/AnisotropyWrapperTest.java index 0b28f418c..24fd96edb 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/AnisotropyWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/AnisotropyWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/BundleTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/BundleTest.java index 26ec9b440..23afe7bda 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/BundleTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/BundleTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/CommonWrapperTests.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/CommonWrapperTests.java index 8f7f5ec46..d54e79711 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/CommonWrapperTests.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/CommonWrapperTests.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/ConnectivityWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/ConnectivityWrapperTest.java index b14d2c86a..cb28405b7 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/ConnectivityWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/ConnectivityWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/ElementFractionWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/ElementFractionWrapperTest.java index d42696c5e..09715b7c1 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/ElementFractionWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/ElementFractionWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/EllipsoidFactorWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/EllipsoidFactorWrapperTest.java index 17c06de4b..65d76281b 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/EllipsoidFactorWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/EllipsoidFactorWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/FitEllipsoidWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/FitEllipsoidWrapperTest.java index 0bfe7bfcd..7fc591c63 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/FitEllipsoidWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/FitEllipsoidWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/FractalDimensionWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/FractalDimensionWrapperTest.java index db01e6c3c..f012d32a5 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/FractalDimensionWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/FractalDimensionWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/IntertrabecularAngleWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/IntertrabecularAngleWrapperTest.java index 5cf4c3dfb..ad9cb73c0 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/IntertrabecularAngleWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/IntertrabecularAngleWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SkeletoniseWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SkeletoniseWrapperTest.java index 64afa0171..3bd9f445a 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SkeletoniseWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SkeletoniseWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SlowWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SlowWrapperTest.java index c61945d64..aa0cce44a 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SlowWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SlowWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SurfaceAreaWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SurfaceAreaWrapperTest.java index 32e8dc1eb..059082cd0 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SurfaceAreaWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SurfaceAreaWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SurfaceFractionWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SurfaceFractionWrapperTest.java index c45343910..06bb550bf 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SurfaceFractionWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/SurfaceFractionWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/ThicknessWrapperTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/ThicknessWrapperTest.java index 584fcb048..61ab7622a 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/ThicknessWrapperTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/ThicknessWrapperTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/headless/AbstractWrapperHeadlessTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/headless/AbstractWrapperHeadlessTest.java index 9529e906b..0a0ea43c2 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/headless/AbstractWrapperHeadlessTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/headless/AbstractWrapperHeadlessTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2020 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/headless/IntertrabecularAnglesWrapperHeadlessTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/headless/IntertrabecularAnglesWrapperHeadlessTest.java index e021dd5ad..a18a6b24f 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/headless/IntertrabecularAnglesWrapperHeadlessTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/headless/IntertrabecularAnglesWrapperHeadlessTest.java @@ -1,3 +1,31 @@ +/*- + * #%L + * High-level BoneJ2 commands. + * %% + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers + * %% + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * #L% + */ package org.bonej.wrapperPlugins.headless; import static org.junit.Assert.assertEquals; diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/tableTools/SharedTableCleanerTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/tableTools/SharedTableCleanerTest.java index 732751e60..269032c76 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/tableTools/SharedTableCleanerTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/tableTools/SharedTableCleanerTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/CommonTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/CommonTest.java index a5cf1e567..b37728f90 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/CommonTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/CommonTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/HyperstackUtilsTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/HyperstackUtilsTest.java index 5a0715cd9..e856ae7b7 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/HyperstackUtilsTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/HyperstackUtilsTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/ResultUtilsTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/ResultUtilsTest.java index d70dbdd07..b5e4b15ca 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/ResultUtilsTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/ResultUtilsTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/UsageReporterTest.java b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/UsageReporterTest.java index 0fec9d6e0..74a7ab829 100644 --- a/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/UsageReporterTest.java +++ b/Modern/wrapperPlugins/src/test/java/org/bonej/wrapperPlugins/wrapperUtils/UsageReporterTest.java @@ -2,7 +2,7 @@ * #%L * High-level BoneJ2 commands. * %% - * Copyright (C) 2015 - 2022 Michael Doube, BoneJ developers + * Copyright (C) 2015 - 2023 Michael Doube, BoneJ developers * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: