Skip to content

Commit 15c412b

Browse files
committed
Happy New Year 2024
1 parent 56f3886 commit 15c412b

19 files changed

+19
-19
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) 2020 - 2023, SciJava developers.
1+
Copyright (c) 2020 - 2024, 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/scripteditor/jython/ClassDotAutocompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Jython language support for SciJava Script Editor.
44
* %%
5-
* Copyright (C) 2020 - 2023 SciJava developers.
5+
* Copyright (C) 2020 - 2024 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/scripteditor/jython/ConstructorAutocompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Jython language support for SciJava Script Editor.
44
* %%
5-
* Copyright (C) 2020 - 2023 SciJava developers.
5+
* Copyright (C) 2020 - 2024 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/scripteditor/jython/CustomFunctionCompletion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Jython language support for SciJava Script Editor.
44
* %%
5-
* Copyright (C) 2020 - 2023 SciJava developers.
5+
* Copyright (C) 2020 - 2024 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/scripteditor/jython/DefVarDotAutocompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Jython language support for SciJava Script Editor.
44
* %%
5-
* Copyright (C) 2020 - 2023 SciJava developers.
5+
* Copyright (C) 2020 - 2024 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/scripteditor/jython/DotAutocompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Jython language support for SciJava Script Editor.
44
* %%
5-
* Copyright (C) 2020 - 2023 SciJava developers.
5+
* Copyright (C) 2020 - 2024 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/scripteditor/jython/EmptyDotAutocompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Jython language support for SciJava Script Editor.
44
* %%
5-
* Copyright (C) 2020 - 2023 SciJava developers.
5+
* Copyright (C) 2020 - 2024 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/scripteditor/jython/JythonAutoCompletion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Jython language support for SciJava Script Editor.
44
* %%
5-
* Copyright (C) 2020 - 2023 SciJava developers.
5+
* Copyright (C) 2020 - 2024 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/scripteditor/jython/JythonAutoCompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Jython language support for SciJava Script Editor.
44
* %%
5-
* Copyright (C) 2020 - 2023 SciJava developers.
5+
* Copyright (C) 2020 - 2024 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/scripteditor/jython/JythonAutocompletionProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Jython language support for SciJava Script Editor.
44
* %%
5-
* Copyright (C) 2020 - 2023 SciJava developers.
5+
* Copyright (C) 2020 - 2024 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)