From 64eced4614657f22b22ba565df497a010499bf30 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 13 Dec 2014 16:47:11 +0100 Subject: - NCC installer can now discover files in other mods (thanks Reunion!) and knows the script extender version --- src/aboutdialog.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/aboutdialog.cpp') diff --git a/src/aboutdialog.cpp b/src/aboutdialog.cpp index a8f9b4db..fba9c94f 100644 --- a/src/aboutdialog.cpp +++ b/src/aboutdialog.cpp @@ -35,6 +35,7 @@ AboutDialog::AboutDialog(const QString &version, QWidget *parent) m_LicenseFiles[LICENSE_BOOST] = "boost.txt"; m_LicenseFiles[LICENSE_CCBY3] = "by-sa3.txt"; m_LicenseFiles[LICENSE_ZLIB] = "zlib.txt"; + m_LicenseFiles[LICENSE_APACHE2] = "apache-license-2.0.txt"; addLicense("Qt 4.8.5", LICENSE_LGPL3); addLicense("Qt Json", LICENSE_GPL3); @@ -46,6 +47,7 @@ AboutDialog::AboutDialog(const QString &version, QWidget *parent) addLicense("NIF File Format Library", LICENSE_BSD3); addLicense("BOSS (modified)", LICENSE_GPL3); addLicense("Alphanum Algorithm", LICENSE_ZLIB); + addLicense("Castle Core", LICENSE_APACHE2); ui->nameLabel->setText(QString("%1 %2").arg(ui->nameLabel->text()).arg(version)); #ifdef HGID -- cgit v1.3.1