Skip to content

Commit a454b45

Browse files
committed
Copyright blurbs update.
1 parent 8859dd5 commit a454b45

10 files changed

Lines changed: 10 additions & 10 deletions

src/main/java/sc/fiji/jython/autocompletion/ClassDotAutocompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Autocompletion for the jython language in the Script Editor
44
* %%
5-
* Copyright (C) 2020 - 2021 Albert Cardona
5+
* Copyright (C) 2020 - 2022 Albert Cardona
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/main/java/sc/fiji/jython/autocompletion/DefVarDotAutocompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Autocompletion for the jython language in the Script Editor
44
* %%
5-
* Copyright (C) 2020 - 2021 Albert Cardona
5+
* Copyright (C) 2020 - 2022 Albert Cardona
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/main/java/sc/fiji/jython/autocompletion/DotAutocompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Autocompletion for the jython language in the Script Editor
44
* %%
5-
* Copyright (C) 2020 - 2021 Albert Cardona
5+
* Copyright (C) 2020 - 2022 Albert Cardona
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/main/java/sc/fiji/jython/autocompletion/EmptyDotAutocompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Autocompletion for the jython language in the Script Editor
44
* %%
5-
* Copyright (C) 2020 - 2021 Albert Cardona
5+
* Copyright (C) 2020 - 2022 Albert Cardona
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/main/java/sc/fiji/jython/autocompletion/JythonAutoCompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Autocompletion for the jython language in the Script Editor
44
* %%
5-
* Copyright (C) 2020 - 2021 Albert Cardona
5+
* Copyright (C) 2020 - 2022 Albert Cardona
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/main/java/sc/fiji/jython/autocompletion/JythonScriptParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Autocompletion for the jython language in the Script Editor
44
* %%
5-
* Copyright (C) 2020 - 2021 Albert Cardona
5+
* Copyright (C) 2020 - 2022 Albert Cardona
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/main/java/sc/fiji/jython/autocompletion/Scope.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Autocompletion for the jython language in the Script Editor
44
* %%
5-
* Copyright (C) 2020 - 2021 Albert Cardona
5+
* Copyright (C) 2020 - 2022 Albert Cardona
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/main/java/sc/fiji/jython/autocompletion/StaticDotAutocompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Autocompletion for the jython language in the Script Editor
44
* %%
5-
* Copyright (C) 2020 - 2021 Albert Cardona
5+
* Copyright (C) 2020 - 2022 Albert Cardona
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/main/java/sc/fiji/jython/autocompletion/VarDotAutocompletions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Autocompletion for the jython language in the Script Editor
44
* %%
5-
* Copyright (C) 2020 - 2021 Albert Cardona
5+
* Copyright (C) 2020 - 2022 Albert Cardona
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

src/test/java/sc/fiji/jython/autocompletion/JythoScriptParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Autocompletion for the jython language in the Script Editor
44
* %%
5-
* Copyright (C) 2020 - 2021 Albert Cardona
5+
* Copyright (C) 2020 - 2022 Albert Cardona
66
* %%
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as

0 commit comments

Comments
 (0)