From: Lennart Poettering Date: Tue, 23 Jul 2019 06:38:21 +0000 (+0200) Subject: core: add spdx header to all-units.h X-Git-Tag: v243-rc1~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=623f20fb413ee944eecf3f23f1dbb8b8e3f29b5a;p=thirdparty%2Fsystemd.git core: add spdx header to all-units.h The specific header file is probably not copyrightable anyway, since it's so trivial, but let's still add the SPDX header line so that a systematic check for the line does't spit out this header needlessly. --- diff --git a/src/core/all-units.h b/src/core/all-units.h index ed8350ebe0d..23c1999b692 100644 --- a/src/core/all-units.h +++ b/src/core/all-units.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #include "unit.h"