Skip to content

Commit

Permalink
add Nikolay Khramchenkov to list of contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
chewiebug committed Jan 10, 2021
1 parent b6a75a7 commit 7132e0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GCViewer helps you to analyse java garbage collection log files.

Copyright (c) 2002-2008 tagtraum industries incorporated.
Copyright (c) 2011-2020 Joerg Wuethrich and contributors
Copyright (c) 2011-2021 Joerg Wuethrich and contributors

LGPL
====
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
<name>Johan Kaving</name>
<url>https://github.com/jkaving/</url>
</developer>
<developer>
<name>Nikolay Khramchenkov</name>
<url>https://github.com/xnike</url>
</developer>
<developer>
<name>Maciej Kwiecien</name>
<url>https://github.com/xylu</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public class AboutDialog extends ScreenCenteredDialog implements ActionListener
"Roland Illig",
"Mary Sunitha Joseph",
"Johan Kaving",
"Nikolay Khramchenkov",
"Maciej Kwiecien",
"Dennis Lawler",
"Yanqi Li",
Expand Down Expand Up @@ -92,7 +93,7 @@ public AboutDialog(Frame f) {
versionPanel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
versionPanel.setLayout(new GridBagLayout());

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

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

0 comments on commit 7132e0e

Please sign in to comment.