JLabel version = new JLabel(_("Version") + ": " + Application.VERSION + " (" + Application.BUILD_DATE + ")");
version.setBounds(167, 77, 235, 21);
contentPanel.add(version);
MultiLineLabel license = new MultiLineLabel(_("Distributed under the terms of GNU Affero General Public License version 3"));
license.setBounds(167, 123, 235, 37);
license.setRows(3);
contentPanel.add(license);
JLabel lblAuthor = new JLabel("Roman KrejĨík <farin@farin.cz>");
lblAuthor.setVerticalAlignment(SwingConstants.TOP);
lblAuthor.setBounds(167, 98, 267, 26);