]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: add spdx header to all-units.h
authorLennart Poettering <lennart@poettering.net>
Tue, 23 Jul 2019 06:38:21 +0000 (08:38 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 23 Jul 2019 20:06:21 +0000 (05:06 +0900)
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

index ed8350ebe0d9cbc9b419d64cb3f38753ef0bb0f5..23c1999b692f0ab7aaae28379e313cef0d10f75e 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 #include "unit.h"