From 1bda3e83787e058ca937fc6c19cfcd5d44df5602 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Fri, 11 May 2018 14:09:26 -0700 Subject: [PATCH] Add translation for BSD-3-Clause The 'seaborn' package contains a PKG-INFO with 'BSD (3-clause)' declared as the license, so translate this to a proper SPDX identifier. Signed-off-by: Patrick McCarty --- autospec/license_translations | 1 + 1 file changed, 1 insertion(+) diff --git a/autospec/license_translations b/autospec/license_translations index 7885fc1..962823c 100644 --- a/autospec/license_translations +++ b/autospec/license_translations @@ -74,3 +74,4 @@ VIM, Vim CC0, CC0-1.0 GPL-2.0+LGPL-2.1, GPL-2.0 LGPL-2.1 Artistic-1.0+GPL-1.0, Artistic-1.0 GPL-1.0 +BSD(3-clause), BSD-3-Clause