Skip to content

Commit c3fecc7

Browse files
committed
Update copyright blurbs for 2025
1 parent b72274b commit c3fecc7

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) 2008 - 2017, Board of Regents of the University of
1+
Copyright (c) 2008 - 2025, Board of Regents of the University of
22
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
33
Institute of Molecular Cell Biology and Genetics.
44
All rights reserved.

src/main/java/org/scijava/plugins/scripting/java/JavaEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* JSR-223-compliant Java scripting language plugin.
44
* %%
5-
* Copyright (C) 2008 - 2017 Board of Regents of the University of
5+
* Copyright (C) 2008 - 2025 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
77
* Institute of Molecular Cell Biology and Genetics.
88
* %%

src/main/java/org/scijava/plugins/scripting/java/JavaEngineBindings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* JSR-223-compliant Java scripting language plugin.
44
* %%
5-
* Copyright (C) 2008 - 2017 Board of Regents of the University of
5+
* Copyright (C) 2008 - 2025 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
77
* Institute of Molecular Cell Biology and Genetics.
88
* %%

src/main/java/org/scijava/plugins/scripting/java/JavaScriptLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* JSR-223-compliant Java scripting language plugin.
44
* %%
5-
* Copyright (C) 2008 - 2017 Board of Regents of the University of
5+
* Copyright (C) 2008 - 2025 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
77
* Institute of Molecular Cell Biology and Genetics.
88
* %%

src/test/java/org/scijava/plugins/scripting/java/JavaEngineTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* JSR-223-compliant Java scripting language plugin.
44
* %%
5-
* Copyright (C) 2008 - 2017 Board of Regents of the University of
5+
* Copyright (C) 2008 - 2025 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
77
* Institute of Molecular Cell Biology and Genetics.
88
* %%

src/test/java/org/scijava/plugins/scripting/java/MakeJarTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* JSR-223-compliant Java scripting language plugin.
44
* %%
5-
* Copyright (C) 2008 - 2017 Board of Regents of the University of
5+
* Copyright (C) 2008 - 2025 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
77
* Institute of Molecular Cell Biology and Genetics.
88
* %%

src/test/resources/Dummy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* JSR-223-compliant Java scripting language plugin.
44
* %%
5-
* Copyright (C) 2008 - 2017 Board of Regents of the University of
5+
* Copyright (C) 2008 - 2025 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
77
* Institute of Molecular Cell Biology and Genetics.
88
* %%

0 commit comments

Comments
 (0)