From ec6265d3ab0999db35ba43e60f4ee49efcd1b4b3 Mon Sep 17 00:00:00 2001 From: Salman Siddiqui Date: Tue, 9 Apr 2019 11:21:47 -0400 Subject: add UPL short name to SPDX conversion --- libappstream-glib/as-utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libappstream-glib/as-utils.c b/libappstream-glib/as-utils.c index f43a9bb..366bff9 100644 --- a/libappstream-glib/as-utils.c +++ b/libappstream-glib/as-utils.c @@ -613,6 +613,7 @@ as_utils_license_to_spdx (const gchar *license) { "Python", "Python-2.0" }, { "QPL", "QPL-1.0" }, { "SPL", "SPL-1.0" }, + { "UPL", "UPL-1.0" }, { "zlib", "Zlib" }, { "ZPLv2.0", "ZPL-2.0" }, { "Unlicense", "CC0-1.0" }, -- cgit v1.2.1