Skip to content

Commit 1d47462

Browse files
committed
Happy belated New Year 2015
1 parent 04c36ad commit 1d47462

Some content is hidden

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

53 files changed

+53
-53
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 - 2014, Board of Regents of the University of
1+
Copyright (c) 2010 - 2015, Board of Regents of the University of
22
Wisconsin-Madison.
33
All rights reserved.
44

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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/commands/CommandFinderPanel.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/commands/DialogPromptDemo.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/commands/InspectObjects.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/commands/WatchEvents.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/commands/WatchEventsFrame.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/mdi/InternalFrameEventDispatcher.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/mdi/JMDIDesktopPane.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/mdi/ModalInternalFrame.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/mdi/SwingMdiDialogPrompt.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/mdi/SwingMdiUI.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/mdi/WindowsTileVertical.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/mdi/viewer/SwingMdiDisplayWindow.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/menu/AbstractSwingMenuCreator.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/menu/SwingJMenuBarCreator.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/menu/SwingJMenuCreator.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/menu/SwingJPopupMenuCreator.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/options/OptionsLookAndFeel.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/sdi/SwingDialogPrompt.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/sdi/SwingSDIUI.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/viewer/SwingDisplayPanel.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/viewer/SwingDisplayWindow.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/viewer/text/SwingTextDisplayPanel.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/viewer/text/SwingTextDisplayViewer.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/widget/DocumentSizeFilter.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/widget/SpinnerBigDecimalModel.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/widget/SpinnerBigIntegerModel.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/widget/SpinnerNumberModelFactory.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/widget/SpinnerTypedNumberModel.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/widget/SwingButtonWidget.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/widget/SwingChoiceRadioWidget.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/widget/SwingChoiceWidget.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/widget/SwingColorWidget.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/widget/SwingDateWidget.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

src/main/java/org/scijava/ui/swing/widget/SwingFileWidget.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 - 2014 Board of Regents of the University of
5+
* Copyright (C) 2010 - 2015 Board of Regents of the University of
66
* Wisconsin-Madison.
77
* %%
88
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)