There was an error while loading. Please reload this page.
1 parent 031ccc6 commit f6c51fbCopy full SHA for f6c51fb
app/src/main/java/org/jd/gui/view/AboutView.java
@@ -97,7 +97,7 @@ public AboutView(JFrame mainFrame) {
97
hbox.add(Box.createHorizontalGlue());
98
99
hbox = Box.createHorizontalBox();
100
- hbox.add(new JLabel("Copyright © 2008-2019 Emmanuel Dupuy"));
+ hbox.add(new JLabel("Copyright © 2008, 2019 Emmanuel Dupuy"));
101
102
subvbox.add(hbox);
103
0 commit comments