Skip to content

Commit 598bfaa

Browse files
committed
Happy New Year 2022
1 parent 14af06d commit 598bfaa

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 - 2021, Board of Regents of the University of
1+
Copyright (c) 2015 - 2022, Board of Regents of the University of
22
Wisconsin-Madison.
33
All rights reserved.
44

src/test/java/net/imagej/scripting/AbstractScriptTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* ImageJ software for multidimensional image processing and analysis.
44
* %%
5-
* Copyright (C) 2015 - 2021 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2022 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/test/java/net/imagej/scripting/DeconvolutionScriptTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* ImageJ software for multidimensional image processing and analysis.
44
* %%
5-
* Copyright (C) 2015 - 2021 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2022 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/test/java/net/imagej/scripting/ImageJ2ScriptTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* ImageJ software for multidimensional image processing and analysis.
44
* %%
5-
* Copyright (C) 2015 - 2021 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2022 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/test/java/net/imagej/scripting/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* ImageJ software for multidimensional image processing and analysis.
44
* %%
5-
* Copyright (C) 2015 - 2021 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2022 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/test/java/net/imagej/scripting/ScriptTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* ImageJ software for multidimensional image processing and analysis.
44
* %%
5-
* Copyright (C) 2015 - 2021 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2022 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/test/java/net/imagej/scripting/TutorialsScriptTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* ImageJ software for multidimensional image processing and analysis.
44
* %%
5-
* Copyright (C) 2015 - 2021 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2022 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)