summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/tdeaboutdata.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore/tdeaboutdata.sip')
-rw-r--r--sip/tdecore/tdeaboutdata.sip25
1 files changed, 14 insertions, 11 deletions
diff --git a/sip/tdecore/tdeaboutdata.sip b/sip/tdecore/tdeaboutdata.sip
index 20a19c5..0bdcc60 100644
--- a/sip/tdecore/tdeaboutdata.sip
+++ b/sip/tdecore/tdeaboutdata.sip
@@ -68,17 +68,20 @@ public:
enum LicenseKey
{
- License_Custom,
- License_File,
- License_Unknown,
- License_GPL,
- License_GPL_V2,
- License_LGPL,
- License_LGPL_V2,
- License_BSD,
- License_Artistic,
- License_QPL,
- License_QPL_V1_0
+ License_Custom,
+ License_File,
+ License_Unknown,
+ License_GPL,
+ License_GPL_V2,
+ License_LGPL,
+ License_LGPL_V2,
+ License_BSD,
+ License_Artistic,
+ License_QPL,
+ License_QPL_V1_0,
+ License_GPL_V3,
+ License_LGPL_V3,
+ License_MIT
};