summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-01-05 12:55:10 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-19 07:06:32 +0900
commita0e150b2f4933ae7546fce9a2773b0208b2dc269 (patch)
treed2c127e01a7e1aa4559c435cdd827b6dfe473e2e
parente025c9dfe36b54ce9df893c64689c5477a440fac (diff)
downloadsystemd-a0e150b2f4933ae7546fce9a2773b0208b2dc269.tar.gz
meson: add missing license header
-rw-r--r--man/rules/meson.build2
-rw-r--r--src/shutdown/meson.build2
-rwxr-xr-xtools/update-man-rules.py2
3 files changed, 6 insertions, 0 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 19238ec033..b8cb96ac22 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
# Do not edit. Generated by update-man-rules.py.
# Update with:
# ninja -C build man/update-man-rules
diff --git a/src/shutdown/meson.build b/src/shutdown/meson.build
index a6462529ae..e1348d95d4 100644
--- a/src/shutdown/meson.build
+++ b/src/shutdown/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
systemd_shutdown_sources = files('''
shutdown.c
umount.c
diff --git a/tools/update-man-rules.py b/tools/update-man-rules.py
index 9e1660c123..8221a37d9a 100755
--- a/tools/update-man-rules.py
+++ b/tools/update-man-rules.py
@@ -47,6 +47,8 @@ def mjoin(files):
return ' \\\n\t'.join(sorted(files) or '#')
MESON_HEADER = '''\
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
# Do not edit. Generated by update-man-rules.py.
# Update with:
# ninja -C build man/update-man-rules