Add libMicro copyright and license to the image when the respective
optional package is installed. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25314 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -32,6 +32,12 @@ if [ IsOptionalHaikuImagePackageAdded libMicro ] {
|
||||
write writev ;
|
||||
|
||||
AddSymlinkToHaikuImage home benchmarks libmicro : bin-BePC : bin ;
|
||||
|
||||
AddOptionalPackageDescriptionToHaikuImage
|
||||
<libmicro>.OptionalPackageDescription
|
||||
: $(HAIKU_TOP) src tests system benchmarks libMicro ;
|
||||
AddLicenseToHaikuImage <libmicro>OPENSOLARIS.LICENSE : OpenSolaris
|
||||
: $(HAIKU_TOP) src tests system benchmarks libMicro ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -660,12 +660,6 @@ AboutView::AboutView(const BRect &rect)
|
||||
// "Copyright " B_UTF8_COPYRIGHT " 2008 Igor Pavlov. "
|
||||
// "All rights reserved.");
|
||||
|
||||
// libMicros copyrights
|
||||
// AddCopyrightEntry("libMicro",
|
||||
// "Copyright " B_UTF8_COPYRIGHT " 2007 Sun Microsystems, Inc. "
|
||||
// "All rights reserved.");
|
||||
// Open Solaris License
|
||||
|
||||
// libpng copyrights
|
||||
AddCopyrightEntry("libpng",
|
||||
"Copyright " B_UTF8_COPYRIGHT " 2004, 2006-2008 Glenn "
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
Package: libMicro
|
||||
Copyright: 2007 Sun Microsystems, Inc. All rights reserved.
|
||||
License: OpenSolaris
|
||||
Reference in New Issue
Block a user