diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-21 03:43:39 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-21 03:43:39 -0500 |
commit | 4e04b0a438c17fc33d3424f810dbc0fb5e8666d9 (patch) | |
tree | e92abdc053d9a6a3166137672b4a4aaf69810854 | |
parent | 85c0e479c1d997b4127748ee6a2c749378940046 (diff) | |
download | tdelibs-4e04b0a438c17fc33d3424f810dbc0fb5e8666d9.tar.gz tdelibs-4e04b0a438c17fc33d3424f810dbc0fb5e8666d9.zip |
Fix prior commit
-rw-r--r-- | tdecore/tdeaboutdata.h | 4 |
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: |