From: Zbigniew Jędrzejewski-Szmek Date: Thu, 13 Apr 2023 15:58:52 +0000 (+0200) Subject: ukify: add missing header X-Git-Tag: v254-rc1~548^2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9c8f075af486791319fde78b5d7248195b6e5e3;p=thirdparty%2Fsystemd.git ukify: add missing header This file is installed, so it should have the long header. --- diff --git a/src/ukify/ukify.py b/src/ukify/ukify.py index fc9c4767b13..599f872bc1a 100755 --- a/src/ukify/ukify.py +++ b/src/ukify/ukify.py @@ -1,5 +1,20 @@ #!/usr/bin/env python3 # SPDX-License-Identifier: LGPL-2.1-or-later +# +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# systemd is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with systemd; If not, see . # pylint: disable=missing-docstring,invalid-name,import-outside-toplevel # pylint: disable=consider-using-with,unspecified-encoding,line-too-long