Skip to content

Commit 7132e0e

Browse files
committed
add Nikolay Khramchenkov to list of contributors
1 parent b6a75a7 commit 7132e0e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

LICENSE.txt

+1-1
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-2020 Joerg Wuethrich and contributors
4+
Copyright (c) 2011-2021 Joerg Wuethrich and contributors
55

66
LGPL
77
====

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
<name>Johan Kaving</name>
7676
<url>https://github.com/jkaving/</url>
7777
</developer>
78+
<developer>
79+
<name>Nikolay Khramchenkov</name>
80+
<url>https://github.com/xnike</url>
81+
</developer>
7882
<developer>
7983
<name>Maciej Kwiecien</name>
8084
<url>https://github.com/xylu</url>

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public class AboutDialog extends ScreenCenteredDialog implements ActionListener
5151
"Roland Illig",
5252
"Mary Sunitha Joseph",
5353
"Johan Kaving",
54+
"Nikolay Khramchenkov",
5455
"Maciej Kwiecien",
5556
"Dennis Lawler",
5657
"Yanqi Li",
@@ -92,7 +93,7 @@ public AboutDialog(Frame f) {
9293
versionPanel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
9394
versionPanel.setLayout(new GridBagLayout());
9495

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

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

0 commit comments

Comments
 (0)