Skip to content

Commit 910e734

Browse files
committed
update copyright year
1 parent 559eeb8 commit 910e734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/tagtraum/perf/gcviewer/view/AboutDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public AboutDialog(Frame f) {
8989
versionPanel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
9090
versionPanel.setLayout(new GridBagLayout());
9191

92-
JLabel copyright = new JLabel("\u00A9" + " 2011-2018: Joerg Wuethrich and contributors", JLabel.CENTER);
92+
JLabel copyright = new JLabel("\u00A9" + " 2011-2019: Joerg Wuethrich and contributors", JLabel.CENTER);
9393

9494
JLabel contributorsLabel = new JLabel("contributors (alphabetically ordered):", JLabel.CENTER);
9595
contributorsLabel.setForeground(Color.GRAY);

0 commit comments

Comments
 (0)