]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Stop specifying license for generated file, instead mark as generated
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 3 Oct 2025 14:10:03 +0000 (16:10 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 4 Oct 2025 16:13:27 +0000 (18:13 +0200)
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.

man/rules/.gitattributes [new file with mode: 0644]
man/rules/meson.build
tools/update-man-rules.py

diff --git a/man/rules/.gitattributes b/man/rules/.gitattributes
new file mode 100644 (file)
index 0000000..cea4b95
--- /dev/null
@@ -0,0 +1 @@
+meson.build generated
index 76aa77ff872ee81fc25311d575a3d7fa6483287f..92dab90478da171a54e9674b363b1ca1ca0efdd2 100644 (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
index 3f10a29c473897cffa087d2cf98467ce275f590a..2ac8dae56042c88700de4d15ce1188f4c28d44c6 100755 (executable)
@@ -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