diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-21 03:44:49 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:23:04 +0100 |
commit | 1a8b4a95391f58967456e8e1c604829d4be23f25 (patch) | |
tree | 902e228b5f5275e8355062fd80a81fd04d6a76c7 /kdecore/kaboutdata.h | |
parent | d1a4ef36b17b99a1673a3481c7cf0503f6bbe875 (diff) | |
download | tdelibs-1a8b4a95391f58967456e8e1c604829d4be23f25.tar.gz tdelibs-1a8b4a95391f58967456e8e1c604829d4be23f25.zip |
Fix prior commits
(cherry picked from commit 6e6464537c7ee38d56b06846a93e18c26db83091)
Diffstat (limited to 'kdecore/kaboutdata.h')
-rw-r--r-- | kdecore/kaboutdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kaboutdata.h b/kdecore/kaboutdata.h index 00e0b73a5..9c56b03b0 100644 --- a/kdecore/kaboutdata.h +++ b/kdecore/kaboutdata.h @@ -199,7 +199,7 @@ class KDECORE_EXPORT KAboutData License_QPL = 5, License_QPL_V1_0 = 5, License_GPL_V3 = 6, - License_LGPL_V3 = 6 + License_LGPL_V3 = 7 }; public: |