From ac663bceb02e99d4a52a1e4d65064f0deac184c1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Feb 2020 14:53:48 +0100 Subject: core: Change printed license names. -- It is the GNU GPL, so print that and not jus the SPDX identifier. Signed-off-by: Werner Koch --- src/argparse.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/argparse.c b/src/argparse.c index 1ab4526..970499f 100644 --- a/src/argparse.c +++ b/src/argparse.c @@ -1863,11 +1863,11 @@ _gpgrt_strusage (int level) case 10: tmp = _gpgrt_strusage (9); if (tmp && !strcmp (tmp, "GPL-2.0-or-later")) - p = ("License GPL-2.0-or-later "); + p = ("License GNU GPL-2.0-or-later "); else if (tmp && !strcmp (tmp, "LGPL-2.1-or-later")) - p = ("License LGPL-2.1-or-later "); + p = ("License GNU LGPL-2.1-or-later "); else /* Default to GPLv3+. */ - p = ("License GPL-3.0-or-later "); + p = ("License GNU GPL-3.0-or-later "); break; case 11: p = "foo"; break; case 13: p = "0.0"; break; -- cgit v1.2.3