Renamed the variant MIT license & updated AboutSystem accordingly.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36141 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1330,14 +1330,14 @@ AboutView::_CreateCreditsView()
|
|||||||
_AddPackageCredit(PackageCredit("libxml2, libxslt")
|
_AddPackageCredit(PackageCredit("libxml2, libxslt")
|
||||||
.SetCopyright(COPYRIGHT_STRING
|
.SetCopyright(COPYRIGHT_STRING
|
||||||
"1998-2003 Daniel Veillard. All rights reserved.")
|
"1998-2003 Daniel Veillard. All rights reserved.")
|
||||||
.SetLicense("MIT (advertising clause)")
|
.SetLicense("MIT (no promotion)")
|
||||||
.SetURL("http://xmlsoft.org"));
|
.SetURL("http://xmlsoft.org"));
|
||||||
|
|
||||||
_AddPackageCredit(PackageCredit("libexslt")
|
_AddPackageCredit(PackageCredit("libexslt")
|
||||||
.SetCopyright(COPYRIGHT_STRING
|
.SetCopyright(COPYRIGHT_STRING
|
||||||
"2001-2002 Thomas Broyer, Charlie "
|
"2001-2002 Thomas Broyer, Charlie "
|
||||||
"Bozeman and Daniel Veillard. All rights reserved.")
|
"Bozeman and Daniel Veillard. All rights reserved.")
|
||||||
.SetLicense("MIT (advertising clause)")
|
.SetLicense("MIT (no promotion)")
|
||||||
.SetURL("http://xmlsoft.org"));
|
.SetURL("http://xmlsoft.org"));
|
||||||
|
|
||||||
// Xiph.org Foundation copyrights
|
// Xiph.org Foundation copyrights
|
||||||
|
|||||||
Reference in New Issue
Block a user