Skip to content

Commit

Permalink
Update copyright for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Oct 15, 2024
1 parent c7ad179 commit 92574b1
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009 - 2023, ImageJ2 developers.
Copyright (c) 2009 - 2024, ImageJ2 developers.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/main/assembly/all.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#%L
ImageJ2 software for multidimensional image processing and analysis.
%%
Copyright (C) 2009 - 2023 ImageJ2 developers.
Copyright (C) 2009 - 2024 ImageJ2 developers.
%%
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/main/assembly/application.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#%L
ImageJ2 software for multidimensional image processing and analysis.
%%
Copyright (C) 2009 - 2023 ImageJ2 developers.
Copyright (C) 2009 - 2024 ImageJ2 developers.
%%
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/main/assembly/dir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#%L
ImageJ2 software for multidimensional image processing and analysis.
%%
Copyright (C) 2009 - 2023 ImageJ2 developers.
Copyright (C) 2009 - 2024 ImageJ2 developers.
%%
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/main/assembly/zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#%L
ImageJ2 software for multidimensional image processing and analysis.
%%
Copyright (C) 2009 - 2023 ImageJ2 developers.
Copyright (C) 2009 - 2024 ImageJ2 developers.
%%
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/imagej/ImageJ.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* ImageJ2 software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2023 ImageJ2 developers.
* Copyright (C) 2009 - 2024 ImageJ2 developers.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/imagej/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* ImageJ2 software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2023 ImageJ2 developers.
* Copyright (C) 2009 - 2024 ImageJ2 developers.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/imagej/app/ToplevelImageJApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* ImageJ2 software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2023 ImageJ2 developers.
* Copyright (C) 2009 - 2024 ImageJ2 developers.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/net/imagej/app/MainTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* ImageJ2 software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2023 ImageJ2 developers.
* Copyright (C) 2009 - 2024 ImageJ2 developers.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/net/imagej/app/ServiceCompletenessTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* ImageJ2 software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2023 ImageJ2 developers.
* Copyright (C) 2009 - 2024 ImageJ2 developers.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/net/imagej/app/ToplevelImageJAppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* ImageJ2 software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2023 ImageJ2 developers.
* Copyright (C) 2009 - 2024 ImageJ2 developers.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/net/imagej/debug/TypeHierarchy.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* ImageJ2 software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2023 ImageJ2 developers.
* Copyright (C) 2009 - 2024 ImageJ2 developers.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down

0 comments on commit 92574b1

Please sign in to comment.