Skip to content

Commit 742e424

Browse files
committed
Happy New Year 2023
1 parent c2ffa6a commit 742e424

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021 - 2022, SciJava developers.
1+
Copyright (c) 2021 - 2023, SciJava developers.
22
All rights reserved.
33

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Python scripting language plugin to be used with PyImageJ.
44
* %%
5-
* Copyright (C) 2021 - 2022 SciJava developers.
5+
* Copyright (C) 2021 - 2023 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Python scripting language plugin to be used with PyImageJ.
44
* %%
5-
* Copyright (C) 2021 - 2022 SciJava developers.
5+
* Copyright (C) 2021 - 2023 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Python scripting language plugin to be used with PyImageJ.
44
* %%
5-
* Copyright (C) 2021 - 2022 SciJava developers.
5+
* Copyright (C) 2021 - 2023 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Python scripting language plugin to be used with PyImageJ.
44
* %%
5-
* Copyright (C) 2021 - 2022 SciJava developers.
5+
* Copyright (C) 2021 - 2023 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)