meson: add missing license header

This commit is contained in:
Yu Watanabe 2021-01-05 12:55:10 +09:00
parent e025c9dfe3
commit a0e150b2f4
3 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
systemd_shutdown_sources = files('''
shutdown.c
umount.c

View file

@ -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