1
0
mirror of https://github.com/systemd/systemd synced 2025-10-05 16:03:15 +02:00

Stop specifying license for generated file, instead mark as generated

I exclude generated files from license check, and I noticed
that this file was marked with a license header, which doesn't
make much sense, it is not copyrightable.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2025-10-03 16:10:03 +02:00
parent ea44302b29
commit 675bfef837
3 changed files with 1 additions and 4 deletions

1
man/rules/.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
meson.build generated

View File

@@ -1,5 +1,3 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# Do not edit. Generated by update-man-rules.py.
# Update with:
# ninja -C build update-man-rules

View File

@@ -49,8 +49,6 @@ 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 update-man-rules