* Added UnRAR, Intel (ACPICA), & LibPNG licenses

* Updated AboutSystem to utilize them
 * Added a note, netcat allows us to choose the license


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36000 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-03-29 18:39:45 +00:00
parent 61fb53ddc5
commit bf2e237144
4 changed files with 268 additions and 5 deletions
+9 -5
View File
@@ -1268,6 +1268,8 @@ AboutView::_CreateCreditsView()
.SetCopyright(COPYRIGHT_STRING
"2000 Jean-Pierre Lefebvre and Remi Lefebvre"));
// TODO: License!
// NOTE: Choice of GPL v2 or any later version.
// see src/bin/network/atftpd/tftpd.h
// Netcat copyrights
_AddPackageCredit(PackageCredit("Netcat")
@@ -1276,21 +1278,23 @@ AboutView::_CreateCreditsView()
// acpica copyrights
_AddPackageCredit(PackageCredit("acpica")
.SetCopyright(COPYRIGHT_STRING "1999-2006 Intel Corp."));
// TODO: License!
.SetCopyright(COPYRIGHT_STRING "1999-2006 Intel Corp.")
.SetLicense("Intel (ACPICA)")
.SetURL("http://www.acpica.org"));
// unrar copyrights
_AddPackageCredit(PackageCredit("unrar")
.SetCopyright(COPYRIGHT_STRING "2002-2008 Alexander L. Roshal. "
"All rights reserved.")
.SetLicense("UnRAR")
.SetURL("http://www.rarlab.com"));
// TODO: License!
// libpng copyrights
_AddPackageCredit(PackageCredit("libpng")
.SetCopyright(COPYRIGHT_STRING "2004, 2006-2008 Glenn "
"Randers-Pehrson."));
// TODO: License!
"Randers-Pehrson.")
.SetLicense("LibPNG")
.SetURL("http://www.libpng.org"));
// libjpeg copyrights
_AddPackageCredit(PackageCredit("libjpeg")