Skip to content

Commit ed80f91

Browse files
committed
Update license headers for 2025
1 parent 28fcdd4 commit ed80f91

File tree

997 files changed

+1053
-997
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

997 files changed

+1053
-997
lines changed

scijava-collections/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Java collections for efficient primitive storage.
44
* %%
5-
* Copyright (C) 2022 - 2024 SciJava developers.
5+
* Copyright (C) 2022 - 2025 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

scijava-collections/src/main/java/org/scijava/collections/AbstractPrimitiveArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Java collections for efficient primitive storage.
44
* %%
5-
* Copyright (C) 2022 - 2024 SciJava developers.
5+
* Copyright (C) 2022 - 2025 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

scijava-collections/src/main/java/org/scijava/collections/BoolArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Java collections for efficient primitive storage.
44
* %%
5-
* Copyright (C) 2022 - 2024 SciJava developers.
5+
* Copyright (C) 2022 - 2025 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

scijava-collections/src/main/java/org/scijava/collections/ByteArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Java collections for efficient primitive storage.
44
* %%
5-
* Copyright (C) 2022 - 2024 SciJava developers.
5+
* Copyright (C) 2022 - 2025 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

scijava-collections/src/main/java/org/scijava/collections/CharArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Java collections for efficient primitive storage.
44
* %%
5-
* Copyright (C) 2022 - 2024 SciJava developers.
5+
* Copyright (C) 2022 - 2025 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

scijava-collections/src/main/java/org/scijava/collections/DoubleArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Java collections for efficient primitive storage.
44
* %%
5-
* Copyright (C) 2022 - 2024 SciJava developers.
5+
* Copyright (C) 2022 - 2025 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

scijava-collections/src/main/java/org/scijava/collections/FloatArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Java collections for efficient primitive storage.
44
* %%
5-
* Copyright (C) 2022 - 2024 SciJava developers.
5+
* Copyright (C) 2022 - 2025 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

scijava-collections/src/main/java/org/scijava/collections/IntArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Java collections for efficient primitive storage.
44
* %%
5-
* Copyright (C) 2022 - 2024 SciJava developers.
5+
* Copyright (C) 2022 - 2025 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

scijava-collections/src/main/java/org/scijava/collections/LongArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Java collections for efficient primitive storage.
44
* %%
5-
* Copyright (C) 2022 - 2024 SciJava developers.
5+
* Copyright (C) 2022 - 2025 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

scijava-collections/src/main/java/org/scijava/collections/ObjectArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Java collections for efficient primitive storage.
44
* %%
5-
* Copyright (C) 2022 - 2024 SciJava developers.
5+
* Copyright (C) 2022 - 2025 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)