From: Yu Watanabe Date: Tue, 5 Jan 2021 03:55:10 +0000 (+0900) Subject: meson: add missing license header X-Git-Tag: v248-rc1~304^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0e150b2f4933ae7546fce9a2773b0208b2dc269;p=thirdparty%2Fsystemd.git meson: add missing license header --- diff --git a/man/rules/meson.build b/man/rules/meson.build index 19238ec0333..b8cb96ac22f 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 a6462529aea..e1348d95d42 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 9e1660c1238..8221a37d9a9 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