projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28fea36
)
core: add spdx header to all-units.h
author
Lennart Poettering
<lennart@poettering.net>
Tue, 23 Jul 2019 06:38:21 +0000
(08:38 +0200)
committer
Yu 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
patch
|
blob
|
history
diff --git
a/src/core/all-units.h
b/src/core/all-units.h
index ed8350ebe0d9cbc9b419d64cb3f38753ef0bb0f5..23c1999b692f0ab7aaae28379e313cef0d10f75e 100644
(file)
--- 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"