Skip to content

Commit 3f98302

Browse files
Copyright blurb updates
1 parent 61c99ff commit 3f98302

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/main/java/org/scijava/plugins/scripting/python/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*-
22
* #%L
3-
* Python scripting language plugin to be used with a conda environment.
3+
* Python scripting language plugin to be used with PyImageJ.
44
* %%
55
* Copyright (C) 2021 - 2022 SciJava developers.
66
* %%

src/main/java/org/scijava/plugins/scripting/python/PythonScriptEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* Python scripting language plugin to be used with a conda environment.
3+
* Python scripting language plugin to be used with PyImageJ.
44
* %%
55
* Copyright (C) 2021 - 2022 SciJava developers.
66
* %%

src/main/java/org/scijava/plugins/scripting/python/PythonScriptLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* Python scripting language plugin to be used with a conda environment.
3+
* Python scripting language plugin to be used with PyImageJ.
44
* %%
55
* Copyright (C) 2021 - 2022 SciJava developers.
66
* %%

src/main/java/org/scijava/plugins/scripting/python/PythonScriptRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* Python scripting language plugin to be used with a conda environment.
3+
* Python scripting language plugin to be used with PyImageJ.
44
* %%
55
* Copyright (C) 2021 - 2022 SciJava developers.
66
* %%

src/main/java/org/scijava/plugins/scripting/python/PythonScriptSyntaxHighlighter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* Python scripting language plugin to be used with a conda environment.
3+
* Python scripting language plugin to be used with PyImageJ.
44
* %%
55
* Copyright (C) 2021 - 2022 SciJava developers.
66
* %%

0 commit comments

Comments
 (0)