Skip to content

Commit 7da28cd

Browse files
committed
Happy New Year 2020
1 parent b8b2da6 commit 7da28cd

File tree

74 files changed

+133
-185
lines changed

Some content is hidden

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

74 files changed

+133
-185
lines changed

LICENSE.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Copyright (c) 2010 - 2017, Board of Regents of the University of
2-
Wisconsin-Madison.
1+
Copyright (c) 2010 - 2020, SciJava developers.
32
All rights reserved.
43

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

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999
<properties>
100100
<package-name>org.scijava.ui.swing</package-name>
101101
<license.licenseName>bsd_2</license.licenseName>
102-
<license.copyrightOwners>Board of Regents of the University of
103-
Wisconsin-Madison.</license.copyrightOwners>
102+
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
104103
<license.projectName>SciJava UI components for Java Swing.</license.projectName>
105104

106105
<!-- NB: Deploy releases to the SciJava Maven repository. -->

src/main/java/org/scijava/ui/swing/AbstractSwingUI.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/StaticSwingUtils.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/SwingApplicationFrame.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/SwingDialog.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/SwingIconService.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/SwingStatusBar.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/SwingToolBar.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/SwingUI.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/commands/CommandFinder.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/commands/CommandFinderPanel.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/commands/DialogPromptDemo.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/commands/InspectObjects.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/commands/WatchEvents.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/commands/WatchEventsFrame.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/console/ConsolePanel.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:
10-
*
9+
*
1110
* 1. Redistributions of source code must retain the above copyright notice,
1211
* this list of conditions and the following disclaimer.
1312
* 2. Redistributions in binary form must reproduce the above copyright notice,
1413
* this list of conditions and the following disclaimer in the documentation
1514
* and/or other materials provided with the distribution.
16-
*
15+
*
1716
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1817
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1918
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

src/main/java/org/scijava/ui/swing/console/ItemTextPane.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:
10-
*
9+
*
1110
* 1. Redistributions of source code must retain the above copyright notice,
1211
* this list of conditions and the following disclaimer.
1312
* 2. Redistributions in binary form must reproduce the above copyright notice,
1413
* this list of conditions and the following disclaimer in the documentation
1514
* and/or other materials provided with the distribution.
16-
*
15+
*
1716
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1817
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1918
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

src/main/java/org/scijava/ui/swing/console/LogFormatter.java

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*
22
* #%L
3-
* SciJava Common shared library for SciJava software.
3+
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2009 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
7-
* Institute of Molecular Cell Biology and Genetics.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
86
* %%
97
* Redistribution and use in source and binary forms, with or without
108
* modification, are permitted provided that the following conditions are met:
11-
*
9+
*
1210
* 1. Redistributions of source code must retain the above copyright notice,
1311
* this list of conditions and the following disclaimer.
1412
* 2. Redistributions in binary form must reproduce the above copyright notice,
1513
* this list of conditions and the following disclaimer in the documentation
1614
* and/or other materials provided with the distribution.
17-
*
15+
*
1816
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1917
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2018
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

src/main/java/org/scijava/ui/swing/console/LogRecorder.java

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*
22
* #%L
3-
* SciJava Common shared library for SciJava software.
3+
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2009 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
7-
* Institute of Molecular Cell Biology and Genetics.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
86
* %%
97
* Redistribution and use in source and binary forms, with or without
108
* modification, are permitted provided that the following conditions are met:
11-
*
9+
*
1210
* 1. Redistributions of source code must retain the above copyright notice,
1311
* this list of conditions and the following disclaimer.
1412
* 2. Redistributions in binary form must reproduce the above copyright notice,
1513
* this list of conditions and the following disclaimer in the documentation
1614
* and/or other materials provided with the distribution.
17-
*
15+
*
1816
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1917
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2018
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

src/main/java/org/scijava/ui/swing/console/LogSourcesPanel.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:
10-
*
9+
*
1110
* 1. Redistributions of source code must retain the above copyright notice,
1211
* this list of conditions and the following disclaimer.
1312
* 2. Redistributions in binary form must reproduce the above copyright notice,
1413
* this list of conditions and the following disclaimer in the documentation
1514
* and/or other materials provided with the distribution.
16-
*
15+
*
1716
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1817
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1918
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

src/main/java/org/scijava/ui/swing/console/LoggingPanel.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:
10-
*
9+
*
1110
* 1. Redistributions of source code must retain the above copyright notice,
1211
* this list of conditions and the following disclaimer.
1312
* 2. Redistributions in binary form must reproduce the above copyright notice,
1413
* this list of conditions and the following disclaimer in the documentation
1514
* and/or other materials provided with the distribution.
16-
*
15+
*
1716
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1817
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1918
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

src/main/java/org/scijava/ui/swing/console/ShowConsole.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/console/SwingConsolePane.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* #%L
44
* SciJava UI components for Java Swing.
55
* %%
6-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
7-
* Wisconsin-Madison.
6+
* Copyright (C) 2010 - 2020 SciJava developers.
87
* %%
98
* Redistribution and use in source and binary forms, with or without
109
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/console/TextFilterField.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:
10-
*
9+
*
1110
* 1. Redistributions of source code must retain the above copyright notice,
1211
* this list of conditions and the following disclaimer.
1312
* 2. Redistributions in binary form must reproduce the above copyright notice,
1413
* this list of conditions and the following disclaimer in the documentation
1514
* and/or other materials provided with the distribution.
16-
*
15+
*
1716
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1817
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1918
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

src/main/java/org/scijava/ui/swing/mdi/InternalFrameEventDispatcher.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/mdi/JMDIDesktopPane.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/mdi/ModalInternalFrame.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/mdi/SwingMdiDialogPrompt.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/mdi/SwingMdiUI.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/ui/swing/mdi/WindowsTileVertical.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* #%L
33
* SciJava UI components for Java Swing.
44
* %%
5-
* Copyright (C) 2010 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2020 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)