1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2025-02-16 01:41:22 +01:00

GH-532 Fix license name in About dialog

Closes #532.
This commit is contained in:
Henry Le Grys 2024-11-30 00:22:39 +00:00
parent 6e2e17cfa2
commit ebaddaa014

View File

@ -29,7 +29,7 @@ public class AboutDialog extends JDialog {
JPanel container = new JPanel();
container.setLayout(new MigLayout("insets dialog"));
container.add(new JLabel("<html>Licensed under GNU General Public License, version 3."), "wrap, gapbottom unrel");
container.add(new JLabel("<html>Licensed under the GNU Lesser General Public License, version 3."), "wrap, gapbottom unrel");
container.add(new JLabel("<html>You are using SKCraft Launcher, an open-source customizable<br>" +
"launcher platform that anyone can use."), "wrap, gapbottom unrel");
container.add(new JLabel("<html>SKCraft does not necessarily endorse the version of<br>" +