diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-01 12:21:09 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-01 14:45:00 +0200 |
commit | ed77c2de1fc4918a2dfb2be2ae364a32348d7a40 (patch) | |
tree | 74293e8fcb07007706e6ec86a03fde0e138103dd /po/POTFILES.in | |
parent | licensing: add missing license headers on translation files (diff) | |
download | systemd-ed77c2de1fc4918a2dfb2be2ae364a32348d7a40.tar.xz systemd-ed77c2de1fc4918a2dfb2be2ae364a32348d7a40.zip |
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.
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 0346a19c82..e045852443 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 |