From cca2da15c83fa633e265065b5b201e1938a43f46 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 10 Dec 2020 11:38:43 +0100 Subject: [PATCH] three spdx header fixes --- src/shared/initreq.h | 2 +- src/shared/net-condition.c | 2 +- src/shared/net-condition.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/initreq.h b/src/shared/initreq.h index 1bf5b8edd7..da9783c09d 100644 --- a/src/shared/initreq.h +++ b/src/shared/initreq.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: LGPL-2+ */ +/* SPDX-License-Identifier: LGPL-2.0-or-later */ /* * initreq.h Interface to talk to init through /dev/initctl. * diff --git a/src/shared/net-condition.c b/src/shared/net-condition.c index bdc8bc3fe4..174bb2a7ea 100644 --- a/src/shared/net-condition.c +++ b/src/shared/net-condition.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: LGPL-2.1+ */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ #include diff --git a/src/shared/net-condition.h b/src/shared/net-condition.h index 61058849a9..8d85fc8a7f 100644 --- a/src/shared/net-condition.h +++ b/src/shared/net-condition.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: LGPL-2.1+ */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once #include