From ed77c2de1fc4918a2dfb2be2ae364a32348d7a40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 1 Oct 2021 12:21:09 +0200 Subject: [PATCH] licensing: add header to POTFILES.in This is just a stupid file list, but without the header the file shows up on the list of files without a header. I checked that 'systemd-update-po' still works, so I think it's OK to add this. --- po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/po/POTFILES.in b/po/POTFILES.in index 0346a19c82e..e0458524434 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + src/core/org.freedesktop.systemd1.policy.in src/home/org.freedesktop.home1.policy src/hostname/org.freedesktop.hostname1.policy -- 2.47.3