diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-21 03:42:24 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-10-02 02:51:39 +0200 |
commit | 61602b95cecf829463653d55fe7b376c97445b8c (patch) | |
tree | 4978bbf81bf617154b7b8056d3a4f208ddb0872b /tdecore/tdeaboutdata.h | |
parent | 38ed45d3b9c64d38888b967f63b92e6c69141211 (diff) | |
download | tdelibs-61602b95cecf829463653d55fe7b376c97445b8c.tar.gz tdelibs-61602b95cecf829463653d55fe7b376c97445b8c.zip |
Add GPL v3 license to TDEAboutData options
(cherry picked from commit 85c0e479c1d997b4127748ee6a2c749378940046)
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: |