]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
config/yum: Use SPDX header
authorStéphane Graber <stgraber@stgraber.org>
Tue, 2 Apr 2024 21:50:03 +0000 (17:50 -0400)
committerStéphane Graber <stgraber@stgraber.org>
Tue, 2 Apr 2024 21:50:03 +0000 (17:50 -0400)
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
config/yum/lxc-patch.py

index fd48298d6cd8526fbdb26b86b3bd533385957e7a..70811fd9db6db79ad3566f1447c632a74acbca36 100644 (file)
@@ -1,25 +1,6 @@
-# Yum plugin to re-patch container rootfs after a yum update is done
-#
-# Copyright (C) 2012 Oracle
-#
-# Authors:
-# Dwight Engen <dwight.engen@oracle.com>
-#
-# 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