From 85c0e479c1d997b4127748ee6a2c749378940046 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Sep 2015 03:42:24 -0500 Subject: Add GPL v3 license to TDEAboutData options --- tdecore/tdeaboutdata.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tdecore/tdeaboutdata.cpp') diff --git a/tdecore/tdeaboutdata.cpp b/tdecore/tdeaboutdata.cpp index bf8538152..d337db945 100644 --- a/tdecore/tdeaboutdata.cpp +++ b/tdecore/tdeaboutdata.cpp @@ -424,6 +424,14 @@ TDEAboutData::license() const l = "LGPL v2"; f = locate("data", "LICENSES/LGPL_V2"); break; + case License_GPL_V3: + l = "GPL v3"; + f = locate("data", "LICENSES/GPL_V3"); + break; + case License_LGPL_V3: + l = "LGPL v3"; + f = locate("data", "LICENSES/LGPL_V3"); + break; case License_BSD: l = "BSD License"; f = locate("data", "LICENSES/BSD"); -- cgit v1.2.1