diff --git a/data/system/data/licenses/MIT (advertising clause) b/data/system/data/licenses/MIT (no promotion) similarity index 100% rename from data/system/data/licenses/MIT (advertising clause) rename to data/system/data/licenses/MIT (no promotion) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 45b88ef254..2e77caf817 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1330,14 +1330,14 @@ AboutView::_CreateCreditsView() _AddPackageCredit(PackageCredit("libxml2, libxslt") .SetCopyright(COPYRIGHT_STRING "1998-2003 Daniel Veillard. All rights reserved.") - .SetLicense("MIT (advertising clause)") + .SetLicense("MIT (no promotion)") .SetURL("http://xmlsoft.org")); _AddPackageCredit(PackageCredit("libexslt") .SetCopyright(COPYRIGHT_STRING "2001-2002 Thomas Broyer, Charlie " "Bozeman and Daniel Veillard. All rights reserved.") - .SetLicense("MIT (advertising clause)") + .SetLicense("MIT (no promotion)") .SetURL("http://xmlsoft.org")); // Xiph.org Foundation copyrights