diff options
author | Richard Hughes <richard@hughsie.com> | 2014-08-28 12:56:03 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-08-28 12:57:10 +0100 |
commit | a741ee5ec105eee12803c20d485647f9e460ac8b (patch) | |
tree | ea5f4e32d57dd864272220e6d59f28a6f11ccd49 | |
parent | 55ff8746700e0daecb18dd4c9a672f1d1d622aa5 (diff) | |
download | appstream-glib-a741ee5ec105eee12803c20d485647f9e460ac8b.tar.gz |
trivial: Remove invalid entries from the Fedora license converter
-rw-r--r-- | libappstream-builder/asb-package-rpm.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libappstream-builder/asb-package-rpm.c b/libappstream-builder/asb-package-rpm.c index f577479..f75ed28 100644 --- a/libappstream-builder/asb-package-rpm.c +++ b/libappstream-builder/asb-package-rpm.c @@ -90,14 +90,11 @@ asb_package_rpm_set_license (AsbPackage *pkg, const gchar *license) { "AGPLv3+", "AGPL-3.0" }, { "AGPLv3 with exceptions", "AGPL-3.0" }, { "AGPLv3+ with exceptions", "AGPL-3.0" }, - { "Array", NULL }, { "Artistic 2.0", "Artistic-2.0" }, { "Artistic", "Artistic-1.0" }, { "Artistic clarified", "Artistic-2.0" }, { "ASL 1.1", "Apache-1.1" }, { "ASL 2.0", "Apache-2.0" }, - { "Baekmuk", NULL }, - { "Bitstream Vera", NULL }, { "Boost", "BSL-1.0" }, { "BSD", "BSD-3-Clause" }, { "BSD with advertising", "BSD-3-Clause" }, @@ -107,11 +104,8 @@ asb_package_rpm_set_license (AsbPackage *pkg, const gchar *license) { "CDDL", "CDDL-1.0" }, { "CeCILL-C", "CECILL-C" }, { "CeCILL", "CECILL-2.0" }, - { "Copyright only", NULL }, - { "Crystal Stacker", NULL }, { "EPL", "EPL-1.0" }, { "Free Art", "ClArtistic" }, - { "Freely redistributable without restriction", NULL }, { "GFDL", "GFDL-1.3" }, { "GPL+", "GPL-1.0+" }, { "GPLv2", "GPL-2.0" }, @@ -134,18 +128,13 @@ asb_package_rpm_set_license (AsbPackage *pkg, const gchar *license) { "LGPLv2+ with exceptions", "LGPL-2.0+" }, { "LGPLv3", "LGPL-3.0" }, { "LGPLv3+", "LGPL-3.0+" }, - { "Liberation", NULL }, { "LPPL", "LPPL-1.3c" }, - { "MgOpen", NULL }, { "MIT with advertising", "MIT" }, - { "mplus", NULL }, { "MPLv1.0", "MPL-1.0" }, { "MPLv1.1", "MPL-1.1" }, { "MPLv2.0", "MPL-2.0" }, { "Netscape", "NPL-1.1" }, { "OFL", "OFL-1.1" }, - { "Public domain", NULL }, - { "Public Domain", NULL }, { "Python", "Python-2.0" }, { "QPL", "QPL-1.0" }, { "QPL with exceptions", "QPL-1.0" }, |