summaryrefslogtreecommitdiffstats
path: root/tdecore/tdeaboutdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tdeaboutdata.cpp')
-rw-r--r--tdecore/tdeaboutdata.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tdecore/tdeaboutdata.cpp b/tdecore/tdeaboutdata.cpp
index 3a147842a..48f41645d 100644
--- a/tdecore/tdeaboutdata.cpp
+++ b/tdecore/tdeaboutdata.cpp
@@ -446,6 +446,10 @@ TDEAboutData::license() const
l = "QPL v1.0";
f = locate("data", "LICENSES/QPL_V1.0");
break;
+ case License_MIT:
+ l = "MIT";
+ f = locate("data", "LICENSES/MIT");
+ break;
case License_Custom:
if (mLicenseText && *mLicenseText)
return( i18n(mLicenseText) );