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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user