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