Skip to content

Commit c3e496e

Browse files
committed
Update license
1 parent 0d4110f commit c3e496e

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

LICENSE.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
Copyright (c) 2009 - 2019, Board of Regents of the University of
2-
Wisconsin-Madison, Broad Institute of MIT and Harvard, Max Planck
3-
Institute of Molecular Cell Biology and Genetics, University of
4-
Konstanz, and KNIME GmbH.
1+
Copyright (c) 2016 - 2021, Board of Regents of the University of
2+
Wisconsin-Madison.
53
All rights reserved.
64

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

src/main/kotlin/org/scijava/plugins/scripting/kotlin/KotlinScriptLanguage.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* JSR-223-compliant Kotlin scripting language plugin.
44
* %%
5-
* Copyright (C) 2016 - 2019 Board of Regents of the University of
5+
* Copyright (C) 2016 - 2021 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without
@@ -107,4 +107,4 @@ class KotlinScriptLanguage : AdaptedScriptLanguage(Factory()) {
107107
@Synchronized
108108
override fun getFactory(): ScriptEngineFactory = delegate.factory
109109
}
110-
}
110+
}

src/test/kotlin/org/scijava/plugins/scripting/kotlin/KotlinTest.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
* #%L
33
* JSR-223-compliant Kotlin scripting language plugin.
44
* %%
5-
* Copyright (C) 2016 - 2019 Board of Regents of the University of
5+
* Copyright (C) 2016 - 2021 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:
10-
*
10+
*
1111
* 1. Redistributions of source code must retain the above copyright notice,
1212
* this list of conditions and the following disclaimer.
1313
* 2. Redistributions in binary form must reproduce the above copyright notice,
1414
* this list of conditions and the following disclaimer in the documentation
1515
* and/or other materials provided with the distribution.
16-
*
16+
*
1717
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1818
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1919
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -90,4 +90,4 @@ class KotlinTest : AbstractScriptLanguageTest() {
9090
private lateinit var _engine: ScriptEngine
9191
val engine get() = _engine
9292
}
93-
}
93+
}

0 commit comments

Comments
 (0)