diff options
| author | mio <stigma@disroot.org> | 2025-01-11 16:56:23 +1000 |
|---|---|---|
| committer | mio <stigma@disroot.org> | 2025-01-12 09:39:39 +1000 |
| commit | f94954b65d6ba26da79ecfe40ebb7717072a796f (patch) | |
| tree | 39f66120bd660ec6ca759d436d9d1ec9af36103e | |
| parent | d10f2f992ee09e4d4669f073e2d20832bf164f08 (diff) | |
| download | pytde-f94954b65d6ba26da79ecfe40ebb7717072a796f.tar.gz pytde-f94954b65d6ba26da79ecfe40ebb7717072a796f.zip | |
Add missing licenses to TDEAboutData.LicenseKey
GPL_V3, LGPL_V3, and MIT.
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit 7c91bff18e7e0fa858c085b18a6816218a465efa)
| -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 }; |
