From a7e4bac0151b01707dd958145f78ddc7ffa6216f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 29 Nov 2022 19:34:32 +0000 Subject: [PATCH] Fix some stray filename references for GPL-2.0-or-later The SPDX name for this license includes the `.0`. Signed-off-by: Simon McVittie --- COPYING | 2 +- test/bus/common.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/COPYING b/COPYING index b38bdbd8..d0afa71b 100644 --- a/COPYING +++ b/COPYING @@ -2,7 +2,7 @@ dbus is licensed to you under your choice of the Academic Free License version 2.1, or the GNU General Public License version 2 (or, at your option any later version). The full text of these licenses can be found in LICENSES/AFL-2.1.txt -and LICENSES/GPL-2-or-later.txt. +and LICENSES/GPL-2.0-or-later.txt. Some source files are under more permissive BSD-/MIT-style licenses that are compatible with the AFL and GPL. diff --git a/test/bus/common.c b/test/bus/common.c index 96573858..e8b38dc9 100644 --- a/test/bus/common.c +++ b/test/bus/common.c @@ -2,7 +2,7 @@ /* * Copyright 2003-2009 Red Hat, Inc. * Copyright 2011-2022 Collabora Ltd. - * SPDX-License-Identifier: AFL-2.1 or GPL-2-or-later + * SPDX-License-Identifier: AFL-2.1 or GPL-2.0-or-later * * Licensed under the Academic Free License version 2.1 *