diff options
author | mio <[email protected]> | 2025-01-11 16:56:23 +1000 |
---|---|---|
committer | mio <[email protected]> | 2025-01-11 16:58:51 +1000 |
commit | 7c91bff18e7e0fa858c085b18a6816218a465efa (patch) | |
tree | 3967eb63d0833d5217bab339e962dec40ee9aa92 | |
parent | c5b2965f52083d161ba9f05792be8dbb97ba064e (diff) | |
download | pytde-7c91bff18e7e0fa858c085b18a6816218a465efa.tar.gz pytde-7c91bff18e7e0fa858c085b18a6816218a465efa.zip |
Add missing licenses to TDEAboutData.LicenseKey
GPL_V3, LGPL_V3, and MIT.
Signed-off-by: mio <[email protected]>
-rw-r--r-- | sip/tdecore/tdeaboutdata.sip | 25 |
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 }; |