summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-21 03:43:39 -0500
committerSlávek Banko <slavek.banko@axis.cz>2015-10-02 02:51:40 +0200
commit269cebc715d2a46c92d05dcb501d34abb377d1b2 (patch)
tree5958276a1aa6090c25045149fc2009f7cfc5ac2f
parent61602b95cecf829463653d55fe7b376c97445b8c (diff)
downloadtdelibs-269cebc715d2a46c92d05dcb501d34abb377d1b2.tar.gz
tdelibs-269cebc715d2a46c92d05dcb501d34abb377d1b2.zip
Fix prior commit
(cherry picked from commit 4e04b0a438c17fc33d3424f810dbc0fb5e8666d9)
-rw-r--r--tdecore/tdeaboutdata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdeaboutdata.h b/tdecore/tdeaboutdata.h
index 11c27cfd3..c025dbedd 100644
--- a/tdecore/tdeaboutdata.h
+++ b/tdecore/tdeaboutdata.h
@@ -197,9 +197,9 @@ class TDECORE_EXPORT TDEAboutData
License_BSD = 3,
License_Artistic = 4,
License_QPL = 5,
- License_QPL_V1_0 = 5
+ License_QPL_V1_0 = 5,
License_GPL_V3 = 6,
- License_LGPL_V3 = 6,
+ License_LGPL_V3 = 6
};
public: