Skip to content

Commit e269fea

Browse files
committed
update copyright information
1 parent 1075435 commit e269fea

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-2019 Joerg Wuethrich and contributors
4+
Copyright (c) 2011-2020 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
@@ -92,7 +92,7 @@ public AboutDialog(Frame f) {
9292
versionPanel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
9393
versionPanel.setLayout(new GridBagLayout());
9494

95-
JLabel copyright = new JLabel("\u00A9" + " 2011-2019: Joerg Wuethrich and contributors", JLabel.CENTER);
95+
JLabel copyright = new JLabel("\u00A9" + " 2011-2020: Joerg Wuethrich and contributors", JLabel.CENTER);
9696

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

0 commit comments

Comments
 (0)