From 202d649d1f7e173bc48e19e7b741474a94f17018 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Tue, 2 Apr 2024 17:52:37 -0400 Subject: [PATCH] lxc.spec: Use SPDX MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- lxc.spec.in | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/lxc.spec.in b/lxc.spec.in index 03584a8a0..320de3a8d 100644 --- a/lxc.spec.in +++ b/lxc.spec.in @@ -1,24 +1,7 @@ # -# lxc: linux Container library -# -# (C) Copyright IBM Corp. 2007, 2008 -# -# Authors: -# Daniel Lezcano +# SPDX-License-Identifier: LGPL-2.1-or-later # -# This library 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. -# -# This library 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 -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# lxc: linux Container library # Set with_systemd on distros that use it, so we can install the service # file, otherwise the sysvinit script will be installed -- 2.47.2