From d9c8f075af486791319fde78b5d7248195b6e5e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 13 Apr 2023 17:58:52 +0200 Subject: [PATCH] ukify: add missing header This file is installed, so it should have the long header. --- src/ukify/ukify.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- 2.47.3