From: Stéphane Graber Date: Tue, 2 Apr 2024 21:50:03 +0000 (-0400) Subject: config/yum: Use SPDX header X-Git-Tag: v6.0.0~1^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a074b3d27c0de46ef07d3f9a71fc7cf80c65ef9e;p=thirdparty%2Flxc.git config/yum: Use SPDX header Signed-off-by: Stéphane Graber --- diff --git a/config/yum/lxc-patch.py b/config/yum/lxc-patch.py index fd48298d6..70811fd9d 100644 --- a/config/yum/lxc-patch.py +++ b/config/yum/lxc-patch.py @@ -1,25 +1,6 @@ -# Yum plugin to re-patch container rootfs after a yum update is done -# -# Copyright (C) 2012 Oracle -# -# Authors: -# Dwight Engen -# -# 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 +# SPDX-License-Identifier: LGPL-2.1+ # +# Yum plugin to re-patch container rootfs after a yum update is done import os from fnmatch import fnmatch