From 623f20fb413ee944eecf3f23f1dbb8b8e3f29b5a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Jul 2019 08:38:21 +0200 Subject: [PATCH] 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. --- src/core/all-units.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3