From: Zbigniew Jędrzejewski-Szmek Date: Fri, 3 Oct 2025 14:10:03 +0000 (+0200) Subject: Stop specifying license for generated file, instead mark as generated X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=675bfef837d2fb44785ca32faa93e9cabc044ab8;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/rules/.gitattributes b/man/rules/.gitattributes new file mode 100644 index 00000000000..cea4b952595 --- /dev/null +++ b/man/rules/.gitattributes @@ -0,0 +1 @@ +meson.build generated diff --git a/man/rules/meson.build b/man/rules/meson.build index 76aa77ff872..92dab90478d 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -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 diff --git a/tools/update-man-rules.py b/tools/update-man-rules.py index 3f10a29c473..2ac8dae5604 100755 --- a/tools/update-man-rules.py +++ b/tools/update-man-rules.py @@ -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