Skip to content

Commit 7118905

Browse files
committed
add "mayswind" as contributor
1 parent ba5c9b8 commit 7118905

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
111111
<name>Tony Mancill</name>
112112
<url>https://github.com/tmancill</url>
113113
</developer>
114+
<developer>
115+
<name>mayswind</name>
116+
<url>https://github.com/mayswind</url>
117+
</developer>
114118
<developer>
115119
<name>Auston McReynolds</name>
116120
<url>https://github.com/amcrn</url>

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public class AboutDialog extends ScreenCenteredDialog implements ActionListener
6060
"James Livingston",
6161
"Mart Mägi",
6262
"Tony Mancill",
63+
"mayswind",
6364
"Auston McReynolds",
6465
"Samuel Mendenhall",
6566
"Carl Meyer",
@@ -97,7 +98,7 @@ public AboutDialog(Frame f) {
9798
versionPanel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
9899
versionPanel.setLayout(new GridBagLayout());
99100

100-
JLabel copyright = new JLabel("\u00A9" + " 2011-2022: Joerg Wuethrich and contributors", JLabel.CENTER);
101+
JLabel copyright = new JLabel("\u00A9" + " 2011-2025: Joerg Wuethrich and contributors", JLabel.CENTER);
101102

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

0 commit comments

Comments
 (0)