diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2018-03-20 17:11:00 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2018-03-20 17:11:00 -0500 |
| commit | 192b0bafa5ade0e8f9f36fe8ce0f1de137d72e3a (patch) | |
| tree | f989ba743eb8bfee4b8842207412040f23288ca9 /src/aboutdialog.h | |
| parent | 0c792d548f44f71cdd358b5811f5ed06196430d9 (diff) | |
Update about dialogue and licenses
Diffstat (limited to 'src/aboutdialog.h')
| -rw-r--r-- | src/aboutdialog.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/aboutdialog.h b/src/aboutdialog.h index 103a0d2f..adf8d2c7 100644 --- a/src/aboutdialog.h +++ b/src/aboutdialog.h @@ -45,12 +45,23 @@ private: enum Licenses {
LICENSE_NONE,
LICENSE_LGPL3,
+ LICENSE_LGPL21,
LICENSE_GPL3,
- LICENSE_BSD3,
+ LICENSE_GPL2,
LICENSE_BOOST,
LICENSE_CCBY3,
+ LICENSE_PYTHON,
+ LICENSE_SSL,
+ LICENSE_CPPTOML,
+ LICENSE_7ZIP,
LICENSE_ZLIB,
- LICENSE_APACHE2
+ LICENSE_UDIS,
+ LICENSE_SPDLOG,
+ LICENSE_FMT,
+ LICENSE_SIP,
+ LICENSE_CASTLE,
+ LICENSE_ANTLR,
+ LICENSE_WIX
};
private:
|
