Skip to content

Commit 7454ec8

Browse files
committed
Happy New Year 2023
1 parent c220853 commit 7454ec8

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

LICENSE.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Copyright (c) 2008 - 2017, Board of Regents of the University of
2-
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
3-
Institute of Molecular Cell Biology and Genetics.
1+
Copyright (c) 2008 - 2023, SciJava developers.
42
All rights reserved.
53

64
Redistribution and use in source and binary forms, with or without modification,

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@
8585
<package-name>org.scijava.plugins.scripting.jython</package-name>
8686

8787
<license.licenseName>bsd_2</license.licenseName>
88-
<license.copyrightOwners>Board of Regents of the University of
89-
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
90-
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
88+
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
9189
<license.excludes>**/script_templates/**</license.excludes>
9290

9391
<!-- NB: Deploy releases to the SciJava Maven repository. -->

src/main/java/org/scijava/plugins/scripting/jython/JythonScriptLanguage.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
* #%L
33
* JSR-223-compliant Jython scripting language plugin.
44
* %%
5-
* Copyright (C) 2008 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
7-
* Institute of Molecular Cell Biology and Genetics.
5+
* Copyright (C) 2008 - 2023 SciJava developers.
86
* %%
97
* Redistribution and use in source and binary forms, with or without
108
* modification, are permitted provided that the following conditions are met:

src/test/java/org/scijava/plugins/scripting/jython/JythonTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
* #%L
33
* JSR-223-compliant Jython scripting language plugin.
44
* %%
5-
* Copyright (C) 2008 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
7-
* Institute of Molecular Cell Biology and Genetics.
5+
* Copyright (C) 2008 - 2023 SciJava developers.
86
* %%
97
* Redistribution and use in source and binary forms, with or without
108
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)