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:
1
man/rules/.gitattributes
vendored
Normal file
1
man/rules/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
meson.build generated
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user