From 91f6742493f8a3e196861e0c6a360595ce370f72 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Thu, 11 Mar 2021 07:31:06 +0100 Subject: [PATCH] Use LGPL not GPL This file GPL notice conflicts with the the top level assertion that this LGPL. This is fixing this See https://github.com/release-depot/toolchest/commit/16d7692218b379b6d7ed8af18b06187b5190864e#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7R25 Signed-off-by: Philippe Ombredanne --- toolchest/rpm/rpmvercmp.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toolchest/rpm/rpmvercmp.py b/toolchest/rpm/rpmvercmp.py index cd63016..65ddb7e 100644 --- a/toolchest/rpm/rpmvercmp.py +++ b/toolchest/rpm/rpmvercmp.py @@ -1,8 +1,7 @@ #!/usr/bin/env python # (C) 2018 Red Hat, Inc. -# License: Same as librpm: GPL version 2, or at your option, -# any later version. +# License: Same as librpm: LGPL version 2 # Python copy of rpmvercmp() from rpmvercmp.c