summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/tdeaboutdata.sip
diff options
context:
space:
mode:
authormio <stigma@disroot.org>2025-01-11 16:56:23 +1000
committermio <stigma@disroot.org>2025-01-11 16:58:51 +1000
commit7c91bff18e7e0fa858c085b18a6816218a465efa (patch)
tree3967eb63d0833d5217bab339e962dec40ee9aa92 /sip/tdecore/tdeaboutdata.sip
parentc5b2965f52083d161ba9f05792be8dbb97ba064e (diff)
downloadpytde-master.tar.gz
pytde-master.zip
Add missing licenses to TDEAboutData.LicenseKeyHEADmaster
GPL_V3, LGPL_V3, and MIT. Signed-off-by: mio <stigma@disroot.org>
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
};