From 26d79d37f95c73c119ab0a7653bb12f69698f2c0 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Sun, 11 Apr 2010 10:56:08 +0000 Subject: [PATCH] Renamed the variant MIT license & updated AboutSystem accordingly. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36141 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../licenses/{MIT (advertising clause) => MIT (no promotion)} | 0 src/apps/aboutsystem/AboutSystem.cpp | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename data/system/data/licenses/{MIT (advertising clause) => MIT (no promotion)} (100%) 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