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.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/aboutdialog.h') diff --git a/src/aboutdialog.h b/src/aboutdialog.h index 9c0901a8..c3b38c10 100644 --- a/src/aboutdialog.h +++ b/src/aboutdialog.h @@ -48,7 +48,8 @@ private: LICENSE_BSD3, LICENSE_BOOST, LICENSE_CCBY3, - LICENSE_ZLIB + LICENSE_ZLIB, + LICENSE_APACHE2 }; private: -- cgit v1.3.1