summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalman Siddiqui <sasiddiq@redhat.com>2019-04-09 11:21:47 -0400
committerRichard Hughes <richard@hughsie.com>2019-04-09 11:57:44 -0400
commitec6265d3ab0999db35ba43e60f4ee49efcd1b4b3 (patch)
tree1376ddb43910b960294df4e5a0c810c7365780ea
parent3149e93026ed98ff82f12ffa323c0de080fd54e3 (diff)
downloadappstream-glib-ec6265d3ab0999db35ba43e60f4ee49efcd1b4b3.tar.gz
add UPL short name to SPDX conversion
-rw-r--r--libappstream-glib/as-utils.c1
1 files changed, 1 insertions, 0 deletions
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" },