From: Ralf Habacker Date: Thu, 26 May 2022 09:47:58 +0000 (+0200) Subject: dbus/dbus-macros-internal, test/test-platform-mutex.c: Use upper case for SPDX licens... X-Git-Tag: dbus-1.15.4~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4712a05874689dd6d6b1856f29116a49a078b98e;p=thirdparty%2Fdbus.git dbus/dbus-macros-internal, test/test-platform-mutex.c: Use upper case for SPDX license operator https://spdx.github.io/spdx-spec/SPDX-license-expressions/ says that using upper-case operators is canonical. --- diff --git a/dbus/dbus-macros-internal.h b/dbus/dbus-macros-internal.h index 5da73c26e..c8df79f2d 100644 --- a/dbus/dbus-macros-internal.h +++ b/dbus/dbus-macros-internal.h @@ -1,7 +1,7 @@ /* * Copyright © 2010-2015 Ralf Habacker * Copyright © 2015-2019 Collabora Ltd. - * SPDX-License-Identifier: AFL-2.1 or GPL-2.0-or-later + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later * * Licensed under the Academic Free License version 2.1 * diff --git a/test/test-platform-mutex.c b/test/test-platform-mutex.c index ba2cb35f8..03bac3b99 100644 --- a/test/test-platform-mutex.c +++ b/test/test-platform-mutex.c @@ -2,7 +2,7 @@ /* test-platform-mutex.c * * Copyright © 2022 Ralf Habacker - * SPDX-License-Identifier: AFL-2.1 or GPL-2.0-or-later + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later * Licensed under the Academic Free License version 2.1 *