Skip to content

Commit fd1439f

Browse files
committed
Add Keith Schulze as contributor & coauthor
1 parent 99f68f9 commit fd1439f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
<roles><role>founder</role></roles>
4646
<properties><id>dscho</id></properties>
4747
</contributor>
48+
<contributor>
49+
<name>Keith Schulze</name>
50+
<properties><id>keithschulze</id></properties>
51+
</contributor>
4852
</contributors>
4953

5054
<scm>

src/main/java/org/scijava/plugins/scripting/scala/ScalaScriptLanguage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
* An adapter of the Scala interpreter to the SciJava scripting interface.
5050
*
5151
* @author Curtis Rueden
52+
* @author Keith Schulze
5253
* @author Johannes Schindelin
5354
* @see ScriptEngine
5455
*/

0 commit comments

Comments
 (0)