Skip to content

Commit 1bab7ec

Browse files
committed
add amcrn to list of contributors
1 parent 109b2c8 commit 1bab7ec

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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-2017 Joerg Wuethrich and contributors
4+
Copyright (c) 2011-2018 Joerg Wuethrich and contributors
55

66
LGPL
77
====

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<developer>
2020
<name>Jörg Wüthrich</name>
2121
<email>gcviewer@gmx.ch</email>
22-
<url>http://github.com/chewiebug/GCViewer</url>
22+
<url>http://github.com/chewiebug</url>
2323
</developer>
2424
<developer>
2525
<name>Hans Bausewein</name>
@@ -86,6 +86,10 @@
8686
<name>Tony Mancill</name>
8787
<url>https://github.com/tmancill</url>
8888
</developer>
89+
<developer>
90+
<name>Auston McReynolds</name>
91+
<url>https://github.com/amcrn</url>
92+
</developer>
8993
<developer>
9094
<name>Samuel Mendenhall</name>
9195
<url>http://engineersamuel.github.io/dbits/</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
@@ -54,6 +54,7 @@ public class AboutDialog extends ScreenCenteredDialog implements ActionListener
5454
"James Livingston",
5555
"Mart Mägi",
5656
"Tony Mancill",
57+
"Auston McReynolds",
5758
"Samuel Mendenhall",
5859
"Carl Meyer",
5960
"Ondrej Mihályi",
@@ -86,7 +87,7 @@ public AboutDialog(Frame f) {
8687
versionPanel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
8788
versionPanel.setLayout(new GridBagLayout());
8889

89-
JLabel copyright = new JLabel("\u00A9" + " 2011-2017: Joerg Wuethrich and contributors", JLabel.CENTER);
90+
JLabel copyright = new JLabel("\u00A9" + " 2011-2018: Joerg Wuethrich and contributors", JLabel.CENTER);
9091

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

0 commit comments

Comments
 (0)