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.
This commit is contained in:
Lennart Poettering
2019-07-23 08:38:21 +02:00
committed by Yu Watanabe
parent 28fea36732
commit 623f20fb41

View File

@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include "unit.h"