From: Lennart Poettering Date: Thu, 10 Dec 2020 10:38:43 +0000 (+0100) Subject: three spdx header fixes X-Git-Tag: v248-rc1~539 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cca2da15c83fa633e265065b5b201e1938a43f46;p=thirdparty%2Fsystemd.git three spdx header fixes --- diff --git a/src/shared/initreq.h b/src/shared/initreq.h index 1bf5b8edd7f..da9783c09d4 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 bdc8bc3fe42..174bb2a7ea0 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 61058849a9b..8d85fc8a7f8 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