Skip to content

Commit 493253d

Browse files
committed
Update copyright headers for 2026
1 parent d3020c8 commit 493253d

36 files changed

Lines changed: 36 additions & 36 deletions

LICENSE.txt

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

src/main/java/org/scijava/parsington/ExpressionParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Parsington: the SciJava mathematical expression parser.
44
* %%
5-
* Copyright (C) 2015 - 2023 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2026 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/parsington/Function.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Parsington: the SciJava mathematical expression parser.
44
* %%
5-
* Copyright (C) 2015 - 2023 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2026 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/parsington/Group.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Parsington: the SciJava mathematical expression parser.
44
* %%
5-
* Copyright (C) 2015 - 2023 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2026 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/parsington/Literals.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Parsington: the SciJava mathematical expression parser.
44
* %%
5-
* Copyright (C) 2015 - 2023 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2026 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/parsington/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Parsington: the SciJava mathematical expression parser.
44
* %%
5-
* Copyright (C) 2015 - 2023 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2026 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/parsington/Operator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Parsington: the SciJava mathematical expression parser.
44
* %%
5-
* Copyright (C) 2015 - 2023 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2026 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/parsington/Operators.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Parsington: the SciJava mathematical expression parser.
44
* %%
5-
* Copyright (C) 2015 - 2023 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2026 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/parsington/ParseOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Parsington: the SciJava mathematical expression parser.
44
* %%
5-
* Copyright (C) 2015 - 2023 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2026 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/parsington/Position.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Parsington: the SciJava mathematical expression parser.
44
* %%
5-
* Copyright (C) 2015 - 2023 Board of Regents of the University of
5+
* Copyright (C) 2015 - 2026 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)