Added a new license: MIT with an advertising clause. This is mentioned on

http://en.wikipedia.org/wiki/MIT_License#Modified_versions_of_the_license
Updated AboutSystem to utilize them for libxml2, libxslt, & libexslt.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36100 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-04-10 04:51:29 +00:00
parent d2a0e98609
commit a7547a1c30
2 changed files with 26 additions and 4 deletions
+2 -4
View File
@@ -1330,17 +1330,15 @@ AboutView::_CreateCreditsView()
_AddPackageCredit(PackageCredit("libxml2, libxslt")
.SetCopyright(COPYRIGHT_STRING
"1998-2003 Daniel Veillard. All rights reserved.")
.SetLicense("MIT (advertising clause)")
.SetURL("http://xmlsoft.org"));
// TODO: License!
// NOTE: MIT license + cannot use author name for promotion
_AddPackageCredit(PackageCredit("libexslt")
.SetCopyright(COPYRIGHT_STRING
"2001-2002 Thomas Broyer, Charlie "
"Bozeman and Daniel Veillard. All rights reserved.")
.SetLicense("MIT (advertising clause)")
.SetURL("http://xmlsoft.org"));
// TODO: License!
// NOTE: MIT license + cannot use author name for promotion
// Xiph.org Foundation copyrights
_AddPackageCredit(PackageCredit("Xiph.org Foundation")