From 6601abcaa73fc7ea2e8b38c58b81a6fdb50ce711 Mon Sep 17 00:00:00 2001 From: tpietzsch Date: Wed, 8 May 2024 12:26:51 +0200 Subject: [PATCH] update license headers --- LICENSE.txt | 2 +- .../java/net/imglib2/python/ArrayImgWithUnsafeStoreFactory.java | 2 +- src/main/java/net/imglib2/python/BdvWindowClosedCheck.java | 2 +- src/main/java/net/imglib2/python/CacheLoaderFromFunction.java | 2 +- src/main/java/net/imglib2/python/Helpers.java | 2 +- src/main/java/net/imglib2/python/NumpyToImgLibConversions.java | 2 +- .../net/imglib2/python/NumpyToImgLibConversionsWithStride.java | 2 +- src/main/java/net/imglib2/python/PythonCommandInfo.java | 2 +- .../python/ReferenceGuardingRandomAccessibleInterval.java | 2 +- src/main/java/net/imglib2/python/img/strided/StridedImg.java | 2 +- .../java/net/imglib2/python/img/strided/StridedImgFactory.java | 2 +- .../net/imglib2/python/img/strided/StridedRandomAccess.java | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) 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/python/ArrayImgWithUnsafeStoreFactory.java b/src/main/java/net/imglib2/python/ArrayImgWithUnsafeStoreFactory.java index 289180d..bb13807 100644 --- a/src/main/java/net/imglib2/python/ArrayImgWithUnsafeStoreFactory.java +++ b/src/main/java/net/imglib2/python/ArrayImgWithUnsafeStoreFactory.java @@ -2,7 +2,7 @@ * #%L * Utility and helper methods to facilitate python imglib2 interaction with shared memory. * %% - * 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/python/BdvWindowClosedCheck.java b/src/main/java/net/imglib2/python/BdvWindowClosedCheck.java index 2352b12..fe06c9a 100644 --- a/src/main/java/net/imglib2/python/BdvWindowClosedCheck.java +++ b/src/main/java/net/imglib2/python/BdvWindowClosedCheck.java @@ -2,7 +2,7 @@ * #%L * Utility and helper methods to facilitate python imglib2 interaction with shared memory. * %% - * 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/python/CacheLoaderFromFunction.java b/src/main/java/net/imglib2/python/CacheLoaderFromFunction.java index 754b76d..844f8ea 100644 --- a/src/main/java/net/imglib2/python/CacheLoaderFromFunction.java +++ b/src/main/java/net/imglib2/python/CacheLoaderFromFunction.java @@ -2,7 +2,7 @@ * #%L * Utility and helper methods to facilitate python imglib2 interaction with shared memory. * %% - * 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/python/Helpers.java b/src/main/java/net/imglib2/python/Helpers.java index 24daeb4..8141e69 100644 --- a/src/main/java/net/imglib2/python/Helpers.java +++ b/src/main/java/net/imglib2/python/Helpers.java @@ -2,7 +2,7 @@ * #%L * Utility and helper methods to facilitate python imglib2 interaction with shared memory. * %% - * 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/python/NumpyToImgLibConversions.java b/src/main/java/net/imglib2/python/NumpyToImgLibConversions.java index 113c56f..8e721d6 100644 --- a/src/main/java/net/imglib2/python/NumpyToImgLibConversions.java +++ b/src/main/java/net/imglib2/python/NumpyToImgLibConversions.java @@ -2,7 +2,7 @@ * #%L * Utility and helper methods to facilitate python imglib2 interaction with shared memory. * %% - * 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/python/NumpyToImgLibConversionsWithStride.java b/src/main/java/net/imglib2/python/NumpyToImgLibConversionsWithStride.java index d818cb6..030729c 100644 --- a/src/main/java/net/imglib2/python/NumpyToImgLibConversionsWithStride.java +++ b/src/main/java/net/imglib2/python/NumpyToImgLibConversionsWithStride.java @@ -2,7 +2,7 @@ * #%L * Utility and helper methods to facilitate python imglib2 interaction with shared memory. * %% - * 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/python/PythonCommandInfo.java b/src/main/java/net/imglib2/python/PythonCommandInfo.java index 937ecf3..c85b734 100644 --- a/src/main/java/net/imglib2/python/PythonCommandInfo.java +++ b/src/main/java/net/imglib2/python/PythonCommandInfo.java @@ -2,7 +2,7 @@ * #%L * Utility and helper methods to facilitate python imglib2 interaction with shared memory. * %% - * 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/python/ReferenceGuardingRandomAccessibleInterval.java b/src/main/java/net/imglib2/python/ReferenceGuardingRandomAccessibleInterval.java index 84a2833..833d060 100644 --- a/src/main/java/net/imglib2/python/ReferenceGuardingRandomAccessibleInterval.java +++ b/src/main/java/net/imglib2/python/ReferenceGuardingRandomAccessibleInterval.java @@ -2,7 +2,7 @@ * #%L * Utility and helper methods to facilitate python imglib2 interaction with shared memory. * %% - * 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/python/img/strided/StridedImg.java b/src/main/java/net/imglib2/python/img/strided/StridedImg.java index 46af0d5..79d3610 100644 --- a/src/main/java/net/imglib2/python/img/strided/StridedImg.java +++ b/src/main/java/net/imglib2/python/img/strided/StridedImg.java @@ -2,7 +2,7 @@ * #%L * Utility and helper methods to facilitate python imglib2 interaction with shared memory. * %% - * 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/python/img/strided/StridedImgFactory.java b/src/main/java/net/imglib2/python/img/strided/StridedImgFactory.java index 80f9b3d..ebef08f 100644 --- a/src/main/java/net/imglib2/python/img/strided/StridedImgFactory.java +++ b/src/main/java/net/imglib2/python/img/strided/StridedImgFactory.java @@ -2,7 +2,7 @@ * #%L * Utility and helper methods to facilitate python imglib2 interaction with shared memory. * %% - * 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/python/img/strided/StridedRandomAccess.java b/src/main/java/net/imglib2/python/img/strided/StridedRandomAccess.java index 1797229..b4a7978 100644 --- a/src/main/java/net/imglib2/python/img/strided/StridedRandomAccess.java +++ b/src/main/java/net/imglib2/python/img/strided/StridedRandomAccess.java @@ -2,7 +2,7 @@ * #%L * Utility and helper methods to facilitate python imglib2 interaction with shared memory. * %% - * 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: