Skip to content

Commit fdb2490

Browse files
committed
add Leslie Zhai to list of contributers
1 parent cdf5eb8 commit fdb2490

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@
183183
<developer>
184184
<name>Yin Xunjun</name>
185185
</developer>
186+
<developer>
187+
<name>Leslie Zhai</name>
188+
<url>https://github.com/xiangzhai</url>
189+
</developer>
186190
<developer>
187191
<name>Eugene Zimichev</name>
188192
<url>https://github.com/undefz</url>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public class AboutDialog extends ScreenCenteredDialog implements ActionListener
8080
"Kamil Szymanski",
8181
"Pierre Viret",
8282
"Yin Xunjun",
83+
"Leslie Zhai",
8384
"Eugene Zimichev"};
8485

8586
public AboutDialog(Frame f) {
@@ -94,7 +95,7 @@ public AboutDialog(Frame f) {
9495
versionPanel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
9596
versionPanel.setLayout(new GridBagLayout());
9697

97-
JLabel copyright = new JLabel("\u00A9" + " 2011-2021: Joerg Wuethrich and contributors", JLabel.CENTER);
98+
JLabel copyright = new JLabel("\u00A9" + " 2011-2022: Joerg Wuethrich and contributors", JLabel.CENTER);
9899

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

0 commit comments

Comments
 (0)