]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: add missing license header
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 5 Jan 2021 03:55:10 +0000 (12:55 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 18 Jan 2021 22:06:32 +0000 (07:06 +0900)
man/rules/meson.build
src/shutdown/meson.build
tools/update-man-rules.py

index 19238ec033325e9d38db35aa3926bbd518a2f7f9..b8cb96ac22f0872b25da67b80023215f62cdf612 100644 (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
index a6462529aeae465ea9d35584187fe9e817802d4f..e1348d95d42b306afd6283bd8098035c127904a9 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 systemd_shutdown_sources = files('''
         shutdown.c
         umount.c
index 9e1660c1238e1cbf0b92f45bdc31f8019bfc7660..8221a37d9a9724e76765b131d65f8dfc2b8cc30d 100755 (executable)
@@ -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