diff --git a/LICENSE.txt b/LICENSE.txt index 8aba810..602ab22 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2017 - 2023, Howard Hughes Medical Institute. +Copyright (c) 2017 - 2024, Howard Hughes Medical Institute. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/src/main/java/net/imglib2/converter/longaccess/ARGBConverter.java b/src/main/java/net/imglib2/converter/longaccess/ARGBConverter.java index 7ee3114..7ac57be 100644 --- a/src/main/java/net/imglib2/converter/longaccess/ARGBConverter.java +++ b/src/main/java/net/imglib2/converter/longaccess/ARGBConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/longaccess/FloatConverter.java b/src/main/java/net/imglib2/converter/longaccess/FloatConverter.java index c4d62ed..85d2776 100644 --- a/src/main/java/net/imglib2/converter/longaccess/FloatConverter.java +++ b/src/main/java/net/imglib2/converter/longaccess/FloatConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/ARGBLongAccessTypeARGBTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/ARGBLongAccessTypeARGBTypeConverter.java index 6de19b3..719a55b 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/ARGBLongAccessTypeARGBTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/ARGBLongAccessTypeARGBTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/ByteLongAccessTypeByteTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/ByteLongAccessTypeByteTypeConverter.java index 5e90272..b6d65c0 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/ByteLongAccessTypeByteTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/ByteLongAccessTypeByteTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/ByteLongAccessTypeNativeBoolTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/ByteLongAccessTypeNativeBoolTypeConverter.java index 902876e..4ec610d 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/ByteLongAccessTypeNativeBoolTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/ByteLongAccessTypeNativeBoolTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/ComplexDoubleLongAccessTypeComplexDoubleTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/ComplexDoubleLongAccessTypeComplexDoubleTypeConverter.java index a049561..97a2f43 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/ComplexDoubleLongAccessTypeComplexDoubleTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/ComplexDoubleLongAccessTypeComplexDoubleTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/ComplexFloatLongAccessTypeComplexFloatTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/ComplexFloatLongAccessTypeComplexFloatTypeConverter.java index ef9bb30..043a64a 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/ComplexFloatLongAccessTypeComplexFloatTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/ComplexFloatLongAccessTypeComplexFloatTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/DoubleLongAccessTypeDoubleTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/DoubleLongAccessTypeDoubleTypeConverter.java index 0e561c1..5807ed1 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/DoubleLongAccessTypeDoubleTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/DoubleLongAccessTypeDoubleTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/FloatLongAccessTypeFloatTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/FloatLongAccessTypeFloatTypeConverter.java index 922350b..fd01396 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/FloatLongAccessTypeFloatTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/FloatLongAccessTypeFloatTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/IntLongAccessTypeIntTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/IntLongAccessTypeIntTypeConverter.java index 8d572d2..85d1f80 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/IntLongAccessTypeIntTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/IntLongAccessTypeIntTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/LongLongAccessTypeLongTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/LongLongAccessTypeLongTypeConverter.java index 27dd391..ff51c31 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/LongLongAccessTypeLongTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/LongLongAccessTypeLongTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/ShortLongAccessTypeShortTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/ShortLongAccessTypeShortTypeConverter.java index b44040d..afbc208 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/ShortLongAccessTypeShortTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/ShortLongAccessTypeShortTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/UnsignedByteLongAccessTypeUnsignedByteTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/UnsignedByteLongAccessTypeUnsignedByteTypeConverter.java index f906a43..f2adfb2 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/UnsignedByteLongAccessTypeUnsignedByteTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/UnsignedByteLongAccessTypeUnsignedByteTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/UnsignedIntLongAccessTypeUnsignedIntTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/UnsignedIntLongAccessTypeUnsignedIntTypeConverter.java index 3d40529..03ade33 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/UnsignedIntLongAccessTypeUnsignedIntTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/UnsignedIntLongAccessTypeUnsignedIntTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/UnsignedLongLongAccessTypeUnsignedLongTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/UnsignedLongLongAccessTypeUnsignedLongTypeConverter.java index 3b891b4..fedcbab 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/UnsignedLongLongAccessTypeUnsignedLongTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/UnsignedLongLongAccessTypeUnsignedLongTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/converter/readwrite/longaccess/UnsignedShortLongAccessTypeUnsignedShortTypeConverter.java b/src/main/java/net/imglib2/converter/readwrite/longaccess/UnsignedShortLongAccessTypeUnsignedShortTypeConverter.java index 5ea078f..d3aa359 100644 --- a/src/main/java/net/imglib2/converter/readwrite/longaccess/UnsignedShortLongAccessTypeUnsignedShortTypeConverter.java +++ b/src/main/java/net/imglib2/converter/readwrite/longaccess/UnsignedShortLongAccessTypeUnsignedShortTypeConverter.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/AbstractNativeLongAccessImg.java b/src/main/java/net/imglib2/img/AbstractNativeLongAccessImg.java index 7c1d9d0..c9be325 100644 --- a/src/main/java/net/imglib2/img/AbstractNativeLongAccessImg.java +++ b/src/main/java/net/imglib2/img/AbstractNativeLongAccessImg.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/NativeLongAccessImg.java b/src/main/java/net/imglib2/img/NativeLongAccessImg.java index a05b6ed..828b631 100644 --- a/src/main/java/net/imglib2/img/NativeLongAccessImg.java +++ b/src/main/java/net/imglib2/img/NativeLongAccessImg.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/NativeLongAccessImgFactory.java b/src/main/java/net/imglib2/img/NativeLongAccessImgFactory.java index d66df58..d9d1ac6 100644 --- a/src/main/java/net/imglib2/img/NativeLongAccessImgFactory.java +++ b/src/main/java/net/imglib2/img/NativeLongAccessImgFactory.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypeaccess/Accesses.java b/src/main/java/net/imglib2/img/basictypeaccess/Accesses.java index ea5cd52..0723cec 100644 --- a/src/main/java/net/imglib2/img/basictypeaccess/Accesses.java +++ b/src/main/java/net/imglib2/img/basictypeaccess/Accesses.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/BooleanLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/BooleanLongAccess.java index c5efc68..d7505a3 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/BooleanLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/BooleanLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/ByteLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/ByteLongAccess.java index 0b7b476..232ce41 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/ByteLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/ByteLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/CharLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/CharLongAccess.java index 83e2008..e76a647 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/CharLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/CharLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/DoubleLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/DoubleLongAccess.java index f762497..16a9148 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/DoubleLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/DoubleLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/FloatLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/FloatLongAccess.java index 7bc62b7..f64f25d 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/FloatLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/FloatLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/IntLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/IntLongAccess.java index 1a23009..580cedb 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/IntLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/IntLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/LongLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/LongLongAccess.java index 7701665..b87f43f 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/LongLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/LongLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/ShortLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/ShortLongAccess.java index 393b270..0bbe06f 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/ShortLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/ShortLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/AbstractStridedUnsafeLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/AbstractStridedUnsafeLongAccess.java index 8c2d0ff..79cf370 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/AbstractStridedUnsafeLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/AbstractStridedUnsafeLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/BooleanUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/BooleanUnsafe.java index 6564b7b..4f554d4 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/BooleanUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/BooleanUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/ByteUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/ByteUnsafe.java index e690121..8c55172 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/ByteUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/ByteUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/CharUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/CharUnsafe.java index 2a14c2e..4957a6c 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/CharUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/CharUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/DoubleUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/DoubleUnsafe.java index f1c0d98..51cd301 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/DoubleUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/DoubleUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/FloatUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/FloatUnsafe.java index 9550c07..d7ae2e3 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/FloatUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/FloatUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/IntUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/IntUnsafe.java index b05fcc2..f89af47 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/IntUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/IntUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/LongUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/LongUnsafe.java index f471f11..af3fb0b 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/LongUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/LongUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/NativeBooleanUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/NativeBooleanUnsafe.java index f50c455..021d8e6 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/NativeBooleanUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/NativeBooleanUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/ShortUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/ShortUnsafe.java index 5d0d148..656ec34 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/ShortUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/ShortUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/UnsafeAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/UnsafeAccess.java index bd624be..51be4e7 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/UnsafeAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/UnsafeAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/UnsafeAccessFactory.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/UnsafeAccessFactory.java index 0597d10..bc1580f 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/UnsafeAccessFactory.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/UnsafeAccessFactory.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/UnsafeUtil.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/UnsafeUtil.java index eee0167..db04bc4 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/UnsafeUtil.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/UnsafeUtil.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/owning/AbstractOwningUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/AbstractOwningUnsafe.java index fc73b04..de08f3f 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/AbstractOwningUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/AbstractOwningUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/owning/OwningBooleanUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningBooleanUnsafe.java index 08497bd..b4a36b3 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningBooleanUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningBooleanUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/owning/OwningByteUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningByteUnsafe.java index 37dde0d..7b824fd 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningByteUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningByteUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/owning/OwningCharUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningCharUnsafe.java index e424488..2ac6438 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningCharUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningCharUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/owning/OwningDoubleUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningDoubleUnsafe.java index 0a2fca0..9367e3d 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningDoubleUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningDoubleUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/owning/OwningFloatUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningFloatUnsafe.java index 7d1020a..5a7683e 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningFloatUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningFloatUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/owning/OwningIntUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningIntUnsafe.java index 1ec7966..f5d97b4 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningIntUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningIntUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/owning/OwningLongUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningLongUnsafe.java index 107e814..5b8e120 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningLongUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningLongUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/owning/OwningNativeBooleanUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningNativeBooleanUnsafe.java index 8d117b6..f25fb5c 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningNativeBooleanUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningNativeBooleanUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/unsafe/owning/OwningShortUnsafe.java b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningShortUnsafe.java index 394cab7..84f7d20 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningShortUnsafe.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/unsafe/owning/OwningShortUnsafe.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/wrapped/WrappedBooleanLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedBooleanLongAccess.java index 8b5dd46..c636bed 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedBooleanLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedBooleanLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/wrapped/WrappedByteLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedByteLongAccess.java index 01832d3..1db7594 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedByteLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedByteLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/wrapped/WrappedCharLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedCharLongAccess.java index c2ef668..cc3e690 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedCharLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedCharLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/wrapped/WrappedDoubleLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedDoubleLongAccess.java index 45d143d..0cf6e0c 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedDoubleLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedDoubleLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/wrapped/WrappedFloatLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedFloatLongAccess.java index a399ca6..f88de64 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedFloatLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedFloatLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/wrapped/WrappedIntLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedIntLongAccess.java index d2fc7cf..ad64f6c 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedIntLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedIntLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/wrapped/WrappedLongLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedLongLongAccess.java index b65a6d7..f4a3d25 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedLongLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedLongLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/basictypelongaccess/wrapped/WrappedShortLongAccess.java b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedShortLongAccess.java index 93772fe..f15440b 100644 --- a/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedShortLongAccess.java +++ b/src/main/java/net/imglib2/img/basictypelongaccess/wrapped/WrappedShortLongAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/unsafe/AbstractUnsafeCursor.java b/src/main/java/net/imglib2/img/unsafe/AbstractUnsafeCursor.java index 4ac39f2..01e7aa3 100644 --- a/src/main/java/net/imglib2/img/unsafe/AbstractUnsafeCursor.java +++ b/src/main/java/net/imglib2/img/unsafe/AbstractUnsafeCursor.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/unsafe/AbstractUnsafeLocalizingCursor.java b/src/main/java/net/imglib2/img/unsafe/AbstractUnsafeLocalizingCursor.java index ccea8c8..19a875c 100644 --- a/src/main/java/net/imglib2/img/unsafe/AbstractUnsafeLocalizingCursor.java +++ b/src/main/java/net/imglib2/img/unsafe/AbstractUnsafeLocalizingCursor.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/unsafe/UnsafeCursor.java b/src/main/java/net/imglib2/img/unsafe/UnsafeCursor.java index 110f459..af99631 100644 --- a/src/main/java/net/imglib2/img/unsafe/UnsafeCursor.java +++ b/src/main/java/net/imglib2/img/unsafe/UnsafeCursor.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/unsafe/UnsafeImg.java b/src/main/java/net/imglib2/img/unsafe/UnsafeImg.java index 8cd374c..f687278 100644 --- a/src/main/java/net/imglib2/img/unsafe/UnsafeImg.java +++ b/src/main/java/net/imglib2/img/unsafe/UnsafeImg.java @@ -2,17 +2,17 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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 diff --git a/src/main/java/net/imglib2/img/unsafe/UnsafeImgFactory.java b/src/main/java/net/imglib2/img/unsafe/UnsafeImgFactory.java index ddf95b5..02af87e 100644 --- a/src/main/java/net/imglib2/img/unsafe/UnsafeImgFactory.java +++ b/src/main/java/net/imglib2/img/unsafe/UnsafeImgFactory.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/unsafe/UnsafeImgs.java b/src/main/java/net/imglib2/img/unsafe/UnsafeImgs.java index 9411556..0a2197d 100644 --- a/src/main/java/net/imglib2/img/unsafe/UnsafeImgs.java +++ b/src/main/java/net/imglib2/img/unsafe/UnsafeImgs.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/unsafe/UnsafeLocalizingCursor.java b/src/main/java/net/imglib2/img/unsafe/UnsafeLocalizingCursor.java index 2efa72d..4a46e14 100644 --- a/src/main/java/net/imglib2/img/unsafe/UnsafeLocalizingCursor.java +++ b/src/main/java/net/imglib2/img/unsafe/UnsafeLocalizingCursor.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/unsafe/UnsafeLocalizingSubIntervalCursor.java b/src/main/java/net/imglib2/img/unsafe/UnsafeLocalizingSubIntervalCursor.java index c43784b..3bf8d95 100644 --- a/src/main/java/net/imglib2/img/unsafe/UnsafeLocalizingSubIntervalCursor.java +++ b/src/main/java/net/imglib2/img/unsafe/UnsafeLocalizingSubIntervalCursor.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/unsafe/UnsafeRandomAccess.java b/src/main/java/net/imglib2/img/unsafe/UnsafeRandomAccess.java index 3af69a4..c5ea8a7 100644 --- a/src/main/java/net/imglib2/img/unsafe/UnsafeRandomAccess.java +++ b/src/main/java/net/imglib2/img/unsafe/UnsafeRandomAccess.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/img/unsafe/UnsafeSubIntervalCursor.java b/src/main/java/net/imglib2/img/unsafe/UnsafeSubIntervalCursor.java index e048633..c5f4105 100644 --- a/src/main/java/net/imglib2/img/unsafe/UnsafeSubIntervalCursor.java +++ b/src/main/java/net/imglib2/img/unsafe/UnsafeSubIntervalCursor.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/AbstractNativeLongAccessType.java b/src/main/java/net/imglib2/type/AbstractNativeLongAccessType.java index 6c20b5f..10f33a9 100644 --- a/src/main/java/net/imglib2/type/AbstractNativeLongAccessType.java +++ b/src/main/java/net/imglib2/type/AbstractNativeLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/NativeLongAccessType.java b/src/main/java/net/imglib2/type/NativeLongAccessType.java index db28214..1ea33c4 100644 --- a/src/main/java/net/imglib2/type/NativeLongAccessType.java +++ b/src/main/java/net/imglib2/type/NativeLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/NativeLongAccessTypeFactory.java b/src/main/java/net/imglib2/type/NativeLongAccessTypeFactory.java index 80bacd1..ae94d10 100644 --- a/src/main/java/net/imglib2/type/NativeLongAccessTypeFactory.java +++ b/src/main/java/net/imglib2/type/NativeLongAccessTypeFactory.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/ARGBLongAccessType.java b/src/main/java/net/imglib2/type/numeric/ARGBLongAccessType.java index 8e3333d..6fe9e29 100644 --- a/src/main/java/net/imglib2/type/numeric/ARGBLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/ARGBLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/complex/ComplexDoubleLongAccessType.java b/src/main/java/net/imglib2/type/numeric/complex/ComplexDoubleLongAccessType.java index a2410f1..4cb4b3b 100644 --- a/src/main/java/net/imglib2/type/numeric/complex/ComplexDoubleLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/complex/ComplexDoubleLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/complex/ComplexFloatLongAccessType.java b/src/main/java/net/imglib2/type/numeric/complex/ComplexFloatLongAccessType.java index 7b3dff8..02e0832 100644 --- a/src/main/java/net/imglib2/type/numeric/complex/ComplexFloatLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/complex/ComplexFloatLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/integer/ByteLongAccessType.java b/src/main/java/net/imglib2/type/numeric/integer/ByteLongAccessType.java index 690396a..8ccd3f3 100644 --- a/src/main/java/net/imglib2/type/numeric/integer/ByteLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/integer/ByteLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/integer/GenericByteLongAccessType.java b/src/main/java/net/imglib2/type/numeric/integer/GenericByteLongAccessType.java index 079fdae..f124294 100644 --- a/src/main/java/net/imglib2/type/numeric/integer/GenericByteLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/integer/GenericByteLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/integer/GenericIntLongAccessType.java b/src/main/java/net/imglib2/type/numeric/integer/GenericIntLongAccessType.java index 3e89e47..9e50217 100644 --- a/src/main/java/net/imglib2/type/numeric/integer/GenericIntLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/integer/GenericIntLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/integer/GenericLongLongAccessType.java b/src/main/java/net/imglib2/type/numeric/integer/GenericLongLongAccessType.java index 6b74977..b98383a 100644 --- a/src/main/java/net/imglib2/type/numeric/integer/GenericLongLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/integer/GenericLongLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/integer/GenericShortLongAccessType.java b/src/main/java/net/imglib2/type/numeric/integer/GenericShortLongAccessType.java index 85ca5c1..b450ffa 100644 --- a/src/main/java/net/imglib2/type/numeric/integer/GenericShortLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/integer/GenericShortLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/integer/IntLongAccessType.java b/src/main/java/net/imglib2/type/numeric/integer/IntLongAccessType.java index be632f3..00f4747 100644 --- a/src/main/java/net/imglib2/type/numeric/integer/IntLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/integer/IntLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/integer/LongLongAccessType.java b/src/main/java/net/imglib2/type/numeric/integer/LongLongAccessType.java index abb6479..f38c8f1 100644 --- a/src/main/java/net/imglib2/type/numeric/integer/LongLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/integer/LongLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/integer/ShortLongAccessType.java b/src/main/java/net/imglib2/type/numeric/integer/ShortLongAccessType.java index df5fe19..fff78fc 100644 --- a/src/main/java/net/imglib2/type/numeric/integer/ShortLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/integer/ShortLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/integer/UnsignedByteLongAccessType.java b/src/main/java/net/imglib2/type/numeric/integer/UnsignedByteLongAccessType.java index 7f250ae..fff394a 100644 --- a/src/main/java/net/imglib2/type/numeric/integer/UnsignedByteLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/integer/UnsignedByteLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/integer/UnsignedIntLongAccessType.java b/src/main/java/net/imglib2/type/numeric/integer/UnsignedIntLongAccessType.java index c507c66..b40689f 100644 --- a/src/main/java/net/imglib2/type/numeric/integer/UnsignedIntLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/integer/UnsignedIntLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/integer/UnsignedLongLongAccessType.java b/src/main/java/net/imglib2/type/numeric/integer/UnsignedLongLongAccessType.java index 3440caf..13ae8ba 100644 --- a/src/main/java/net/imglib2/type/numeric/integer/UnsignedLongLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/integer/UnsignedLongLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/integer/UnsignedShortLongAccessType.java b/src/main/java/net/imglib2/type/numeric/integer/UnsignedShortLongAccessType.java index 3b63f5c..3d039f6 100644 --- a/src/main/java/net/imglib2/type/numeric/integer/UnsignedShortLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/integer/UnsignedShortLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/real/DoubleLongAccessType.java b/src/main/java/net/imglib2/type/numeric/real/DoubleLongAccessType.java index 8a72c74..c07928d 100644 --- a/src/main/java/net/imglib2/type/numeric/real/DoubleLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/real/DoubleLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/type/numeric/real/FloatLongAccessType.java b/src/main/java/net/imglib2/type/numeric/real/FloatLongAccessType.java index 81f1df0..cab72db 100644 --- a/src/main/java/net/imglib2/type/numeric/real/FloatLongAccessType.java +++ b/src/main/java/net/imglib2/type/numeric/real/FloatLongAccessType.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/net/imglib2/converter/readwrite/longaccess/LongAccessTypeToTypeConverterTest.java b/src/test/java/net/imglib2/converter/readwrite/longaccess/LongAccessTypeToTypeConverterTest.java index e172e96..f9251e9 100644 --- a/src/test/java/net/imglib2/converter/readwrite/longaccess/LongAccessTypeToTypeConverterTest.java +++ b/src/test/java/net/imglib2/converter/readwrite/longaccess/LongAccessTypeToTypeConverterTest.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/net/imglib2/img/basictypeaccess/unsafe/BooleanUnsafeTest.java b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/BooleanUnsafeTest.java index 7b4c97f..35babc9 100644 --- a/src/test/java/net/imglib2/img/basictypeaccess/unsafe/BooleanUnsafeTest.java +++ b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/BooleanUnsafeTest.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/net/imglib2/img/basictypeaccess/unsafe/ByteUnsafeTest.java b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/ByteUnsafeTest.java index be90709..6d5a9b3 100644 --- a/src/test/java/net/imglib2/img/basictypeaccess/unsafe/ByteUnsafeTest.java +++ b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/ByteUnsafeTest.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/net/imglib2/img/basictypeaccess/unsafe/CharUnsafeTest.java b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/CharUnsafeTest.java index 6e1999d..e7db18f 100644 --- a/src/test/java/net/imglib2/img/basictypeaccess/unsafe/CharUnsafeTest.java +++ b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/CharUnsafeTest.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/net/imglib2/img/basictypeaccess/unsafe/DoubleUnsafeTest.java b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/DoubleUnsafeTest.java index dd8b538..0525504 100644 --- a/src/test/java/net/imglib2/img/basictypeaccess/unsafe/DoubleUnsafeTest.java +++ b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/DoubleUnsafeTest.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/net/imglib2/img/basictypeaccess/unsafe/FloatUnsafeTest.java b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/FloatUnsafeTest.java index 4478252..c6b0f2d 100644 --- a/src/test/java/net/imglib2/img/basictypeaccess/unsafe/FloatUnsafeTest.java +++ b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/FloatUnsafeTest.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/net/imglib2/img/basictypeaccess/unsafe/IntUnsafeTest.java b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/IntUnsafeTest.java index a8d96a6..802879f 100644 --- a/src/test/java/net/imglib2/img/basictypeaccess/unsafe/IntUnsafeTest.java +++ b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/IntUnsafeTest.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/net/imglib2/img/basictypeaccess/unsafe/LongUnsafeTest.java b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/LongUnsafeTest.java index b2f626e..8d1dc93 100644 --- a/src/test/java/net/imglib2/img/basictypeaccess/unsafe/LongUnsafeTest.java +++ b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/LongUnsafeTest.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/net/imglib2/img/basictypeaccess/unsafe/NativeBooleanUnsafeTest.java b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/NativeBooleanUnsafeTest.java index 14160b4..0f1dfdf 100644 --- a/src/test/java/net/imglib2/img/basictypeaccess/unsafe/NativeBooleanUnsafeTest.java +++ b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/NativeBooleanUnsafeTest.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * 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/net/imglib2/img/basictypeaccess/unsafe/ShortUnsafeTest.java b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/ShortUnsafeTest.java index 391d556..805082d 100644 --- a/src/test/java/net/imglib2/img/basictypeaccess/unsafe/ShortUnsafeTest.java +++ b/src/test/java/net/imglib2/img/basictypeaccess/unsafe/ShortUnsafeTest.java @@ -2,7 +2,7 @@ * #%L * ImgLib2 data structures using Unsafe. * %% - * Copyright (C) 2017 - 2023 Howard Hughes Medical Institute. + * Copyright (C) 2017 - 2024 Howard Hughes Medical Institute. * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: