Skip to content

Commit b839ed0

Browse files
committed
Happy New Year 2021
1 parent 43abbe1 commit b839ed0

File tree

76 files changed

+103
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+103
-75
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) 2010 - 2020, SciJava developers.
1+
Copyright (c) 2010 - 2021, 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/ui/swing/AbstractSwingUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 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/ui/swing/StaticSwingUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 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/ui/swing/SwingApplicationFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 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/ui/swing/SwingDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 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/ui/swing/SwingIconService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 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/ui/swing/SwingStatusBar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 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/ui/swing/SwingToolBar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 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/ui/swing/SwingUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 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/ui/swing/commands/CommandFinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2020 SciJava developers.
5+
* Copyright (C) 2010 - 2021 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)