From 6770b381d150ca864d45ff98e46021ced707bad7 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Tue, 1 Oct 2024 11:29:24 -0500 Subject: [PATCH] Update license blurbs for 2024 --- LICENSE.txt | 2 +- .../labeling/DefaultLabelingIOService.java | 2 +- .../io/scif/labeling/LabelingIOService.java | 2 +- .../java/io/scif/labeling/data/Container.java | 2 +- .../io/scif/labeling/utils/LabelingUtil.java | 2 +- .../imglib2/labeling/data/LabelingData.java | 2 +- .../labeling/data/TypeTokenWrapper.java | 2 +- .../java/io/scif/labeling/LabelingIOTest.java | 2 +- .../labeling/tutorials/E01_LoadLabeling.java | 2 +- .../labeling/tutorials/E02_SaveLabeling.java | 2 +- .../io/scif/labeling/tutorials/Example.java | 2 +- src/test/resources/labeling/example1_sav.tif | Bin 1894 -> 1897 bytes .../labeling/labelSaveTestComplexMeta.tif | Bin 443 -> 447 bytes .../labeling/labelSaveTestSimple.tif | Bin 479 -> 480 bytes src/test/resources/labeling/test2.tif | Bin 1703 -> 1767 bytes 15 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 389f2da..f4ce55e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2020 - 2022, SCIFIO developers. +Copyright (c) 2020 - 2024, SCIFIO developers. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/src/main/java/io/scif/labeling/DefaultLabelingIOService.java b/src/main/java/io/scif/labeling/DefaultLabelingIOService.java index 3f10c1a..8d8a933 100644 --- a/src/main/java/io/scif/labeling/DefaultLabelingIOService.java +++ b/src/main/java/io/scif/labeling/DefaultLabelingIOService.java @@ -2,7 +2,7 @@ * #%L * SCIFIO library for reading and converting scientific file formats. * %% - * Copyright (C) 2020 - 2022 SCIFIO developers. + * Copyright (C) 2020 - 2024 SCIFIO 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/src/main/java/io/scif/labeling/LabelingIOService.java b/src/main/java/io/scif/labeling/LabelingIOService.java index cc75cf1..7d1b34a 100644 --- a/src/main/java/io/scif/labeling/LabelingIOService.java +++ b/src/main/java/io/scif/labeling/LabelingIOService.java @@ -2,7 +2,7 @@ * #%L * SCIFIO library for reading and converting scientific file formats. * %% - * Copyright (C) 2020 - 2022 SCIFIO developers. + * Copyright (C) 2020 - 2024 SCIFIO 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/src/main/java/io/scif/labeling/data/Container.java b/src/main/java/io/scif/labeling/data/Container.java index 2f09bf5..501e41f 100644 --- a/src/main/java/io/scif/labeling/data/Container.java +++ b/src/main/java/io/scif/labeling/data/Container.java @@ -2,7 +2,7 @@ * #%L * SCIFIO library for reading and converting scientific file formats. * %% - * Copyright (C) 2020 - 2022 SCIFIO developers. + * Copyright (C) 2020 - 2024 SCIFIO 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/src/main/java/io/scif/labeling/utils/LabelingUtil.java b/src/main/java/io/scif/labeling/utils/LabelingUtil.java index b5635c4..b777c95 100644 --- a/src/main/java/io/scif/labeling/utils/LabelingUtil.java +++ b/src/main/java/io/scif/labeling/utils/LabelingUtil.java @@ -2,7 +2,7 @@ * #%L * SCIFIO library for reading and converting scientific file formats. * %% - * Copyright (C) 2020 - 2022 SCIFIO developers. + * Copyright (C) 2020 - 2024 SCIFIO 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/src/main/java/net/imglib2/labeling/data/LabelingData.java b/src/main/java/net/imglib2/labeling/data/LabelingData.java index 7972076..31dd160 100644 --- a/src/main/java/net/imglib2/labeling/data/LabelingData.java +++ b/src/main/java/net/imglib2/labeling/data/LabelingData.java @@ -2,7 +2,7 @@ * #%L * SCIFIO library for reading and converting scientific file formats. * %% - * Copyright (C) 2020 - 2022 SCIFIO developers. + * Copyright (C) 2020 - 2024 SCIFIO 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/src/main/java/net/imglib2/labeling/data/TypeTokenWrapper.java b/src/main/java/net/imglib2/labeling/data/TypeTokenWrapper.java index 71eb234..c61e507 100644 --- a/src/main/java/net/imglib2/labeling/data/TypeTokenWrapper.java +++ b/src/main/java/net/imglib2/labeling/data/TypeTokenWrapper.java @@ -2,7 +2,7 @@ * #%L * SCIFIO library for reading and converting scientific file formats. * %% - * Copyright (C) 2020 - 2022 SCIFIO developers. + * Copyright (C) 2020 - 2024 SCIFIO 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/src/test/java/io/scif/labeling/LabelingIOTest.java b/src/test/java/io/scif/labeling/LabelingIOTest.java index 0cd65fd..ceae747 100644 --- a/src/test/java/io/scif/labeling/LabelingIOTest.java +++ b/src/test/java/io/scif/labeling/LabelingIOTest.java @@ -2,7 +2,7 @@ * #%L * SCIFIO library for reading and converting scientific file formats. * %% - * Copyright (C) 2020 - 2022 SCIFIO developers. + * Copyright (C) 2020 - 2024 SCIFIO 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/src/test/java/io/scif/labeling/tutorials/E01_LoadLabeling.java b/src/test/java/io/scif/labeling/tutorials/E01_LoadLabeling.java index 62dc2db..18fdb9a 100644 --- a/src/test/java/io/scif/labeling/tutorials/E01_LoadLabeling.java +++ b/src/test/java/io/scif/labeling/tutorials/E01_LoadLabeling.java @@ -2,7 +2,7 @@ * #%L * SCIFIO library for reading and converting scientific file formats. * %% - * Copyright (C) 2020 - 2022 SCIFIO developers. + * Copyright (C) 2020 - 2024 SCIFIO 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/src/test/java/io/scif/labeling/tutorials/E02_SaveLabeling.java b/src/test/java/io/scif/labeling/tutorials/E02_SaveLabeling.java index 2328dc3..118722a 100644 --- a/src/test/java/io/scif/labeling/tutorials/E02_SaveLabeling.java +++ b/src/test/java/io/scif/labeling/tutorials/E02_SaveLabeling.java @@ -2,7 +2,7 @@ * #%L * SCIFIO library for reading and converting scientific file formats. * %% - * Copyright (C) 2020 - 2022 SCIFIO developers. + * Copyright (C) 2020 - 2024 SCIFIO 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/src/test/java/io/scif/labeling/tutorials/Example.java b/src/test/java/io/scif/labeling/tutorials/Example.java index e00dfcd..883aec1 100644 --- a/src/test/java/io/scif/labeling/tutorials/Example.java +++ b/src/test/java/io/scif/labeling/tutorials/Example.java @@ -2,7 +2,7 @@ * #%L * SCIFIO library for reading and converting scientific file formats. * %% - * Copyright (C) 2020 - 2022 SCIFIO developers. + * Copyright (C) 2020 - 2024 SCIFIO 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/src/test/resources/labeling/example1_sav.tif b/src/test/resources/labeling/example1_sav.tif index f70de472fbdaed64142343c09b863c115f283524..ae69aa95e3893488138c4e5c166385500884b034 100644 GIT binary patch delta 18 ZcmaFH_mXczF(YHz<`TwFtjvrI3;;vk1)2Z= delta 14 VcmaFK_l$2tF(YI0<`TwFtN<-*1(N^( diff --git a/src/test/resources/labeling/labelSaveTestComplexMeta.tif b/src/test/resources/labeling/labelSaveTestComplexMeta.tif index 4249515bedf05eafd8f3c45f86f057b8175fa3f3..dc64b17cf9da7bcfdf6c1b90bf6b70350bbc2c59 100644 GIT binary patch delta 17 YcmdnZyq|eOEaUEtaj}dn3=9m605;nMoB#j- delta 12 TcmdnbyqkGKEaUc#aj}d5AIAif diff --git a/src/test/resources/labeling/labelSaveTestSimple.tif b/src/test/resources/labeling/labelSaveTestSimple.tif index 742bb1f92da2a2e2ecef19775972a2f273eb8410..2061dd07f301c18b3c472bd2cc8626b1f5f50911 100644 GIT binary patch delta 14 Vcmcc5{D65vEaUx+agB_Oi~uea1ttIh delta 12 TcmaFBe4lwjEaSb6agB@sBgO?I diff --git a/src/test/resources/labeling/test2.tif b/src/test/resources/labeling/test2.tif index 3ae95b44f5f83b6220b86de5d822af23ef60e913..6e1e390b2e41d708b73ac2e945a3750de89f0cc8 100644 GIT binary patch delta 30 jcmZ3^`Z|}@Z3ajH