* added license for ICU

* added missing ICU copyright credit to AboutSystem

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35300 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2010-01-26 20:20:34 +00:00
parent 7fa3e4e68a
commit 5337f612fe
2 changed files with 43 additions and 0 deletions
+8
View File
@@ -1303,6 +1303,14 @@ AboutView::_CreateCreditsView()
// TODO: License!
#endif
// ICU copyrights
_AddPackageCredit(PackageCredit(
"ICU - International Components for Unicode")
.SetCopyright(COPYRIGHT_STRING
"1995-2009 International Business Machines Corporation and others")
.SetLicense("ICU")
.SetURL("http://www.icu-project.org"));
_AddCopyrightsFromAttribute();
_AddPackageCreditEntries();