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:
Ingo Weinhold
2008-05-04 16:08:30 +00:00
parent 5f78d261a2
commit c5174c0a7e
3 changed files with 9 additions and 6 deletions
+6
View File
@@ -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 ;
}
-6
View File
@@ -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