diff options
Diffstat (limited to 'tdecore/tdeaboutdata.h')
-rw-r--r-- | tdecore/tdeaboutdata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdecore/tdeaboutdata.h b/tdecore/tdeaboutdata.h index dc758824e..11c27cfd3 100644 --- a/tdecore/tdeaboutdata.h +++ b/tdecore/tdeaboutdata.h @@ -198,6 +198,8 @@ class TDECORE_EXPORT TDEAboutData License_Artistic = 4, License_QPL = 5, License_QPL_V1_0 = 5 + License_GPL_V3 = 6, + License_LGPL_V3 = 6, }; public: |