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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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)