From a074b3d27c0de46ef07d3f9a71fc7cf80c65ef9e Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Tue, 2 Apr 2024 17:50:03 -0400 Subject: [PATCH] config/yum: Use SPDX header MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- config/yum/lxc-patch.py | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) 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 -- 2.47.2