From 4712a05874689dd6d6b1856f29116a49a078b98e Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 26 May 2022 11:47:58 +0200 Subject: [PATCH] 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. --- dbus/dbus-macros-internal.h | 2 +- test/test-platform-mutex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbus/dbus-macros-internal.h b/dbus/dbus-macros-internal.h index 5da73c26..c8df79f2 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 ba2cb35f..03bac3b9 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 *