From e5f919640d57a5f0853d79900997543dc8a278e4 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 14 Jul 2021 11:10:32 +0900 Subject: [PATCH] Fix license at spec "Apache-2.0 and MIT" -> "Apache-2.0 or BSD-3-Clause" --- packaging/python3-dateutil.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/python3-dateutil.spec b/packaging/python3-dateutil.spec index 069e8f7..e6bdedb 100644 --- a/packaging/python3-dateutil.spec +++ b/packaging/python3-dateutil.spec @@ -2,7 +2,7 @@ Name: python3-dateutil Version: 2.7.3 Release: 1 Summary: Extensions to the standard Python datetime module -License: Apache-2.0 and MIT +License: Apache-2.0 or BSD-3-Clause Group: Development/Languages/Python Source: python-dateutil-%{version}.tar.gz Source1001: %{name}.manifest -- 2.34.1