From 7058df3593fbd72d843b2c23d4c0595b4969bce2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 27 Jan 2021 12:57:16 +0100 Subject: [PATCH] udev.pc: add license header All other .pc files have the same header. Not sure why this one was forgotten. --- src/udev/udev.pc.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/udev/udev.pc.in b/src/udev/udev.pc.in index 7b4f4006b56..05caca0ca92 100644 --- a/src/udev/udev.pc.in +++ b/src/udev/udev.pc.in @@ -1,3 +1,12 @@ +# 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. + Name: udev Description: udev Version: @PROJECT_VERSION@ -- 2.47.3