* Added LibJPEG license file, updated AboutSystem

* Added a note for BRegion backend's license
 * These are the last planned license related commits
 * There's a few notes for ones that are uncertain


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36001 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-03-29 19:14:33 +00:00
parent bf2e237144
commit 063bb8051e
2 changed files with 82 additions and 2 deletions
+4 -2
View File
@@ -1199,6 +1199,7 @@ AboutView::_CreateCreditsView()
"All rights reserved.",
NULL));
// TODO: License!
// NOTE: headers/build/private/interface/RegionSupport.h
// VL-Gothic font
_AddPackageCredit(PackageCredit("VL-Gothic font")
@@ -1300,8 +1301,9 @@ AboutView::_CreateCreditsView()
_AddPackageCredit(PackageCredit("libjpeg")
.SetCopyright(COPYRIGHT_STRING " 1994-2009, Thomas G. Lane,"
" Guido Vollbeding. This software is based in part on the "
"work of the Independent JPEG Group"));
// TODO: License!
"work of the Independent JPEG Group")
.SetLicense("LibJPEG")
.SetURL("http://www.ijg.org"));
// libprint copyrights
_AddPackageCredit(PackageCredit("libprint")