From: Simon McVittie Date: Tue, 29 Nov 2022 19:34:32 +0000 (+0000) Subject: Fix some stray filename references for GPL-2.0-or-later X-Git-Tag: dbus-1.15.4~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e4bac0151b01707dd958145f78ddc7ffa6216f;p=thirdparty%2Fdbus.git 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 --- diff --git a/COPYING b/COPYING index b38bdbd88..d0afa71b3 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 96573858e..e8b38dc90 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 *