Skip to content

Commit 8d4a57e

Browse files
committed
update copyright year
1 parent 4b39d8f commit 8d4a57e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GCViewer helps you to analyse java garbage collection log files.
22

33
Copyright (c) 2002-2008 tagtraum industries incorporated.
4-
Copyright (c) 2011-2016 Joerg Wuethrich and contributors
4+
Copyright (c) 2011-2017 Joerg Wuethrich and contributors
55

66
LGPL
77
====

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

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

88-
JLabel copyright = new JLabel("\u00A9" + " 2011-2016: Joerg Wuethrich and contributors", JLabel.CENTER);
88+
JLabel copyright = new JLabel("\u00A9" + " 2011-2017: Joerg Wuethrich and contributors", JLabel.CENTER);
8989

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

0 commit comments

Comments
 (0)