diff --git a/build/jam/OptionalTestPackages b/build/jam/OptionalTestPackages index 29071a1fd3..984b7a7591 100644 --- a/build/jam/OptionalTestPackages +++ b/build/jam/OptionalTestPackages @@ -32,6 +32,12 @@ if [ IsOptionalHaikuImagePackageAdded libMicro ] { write writev ; AddSymlinkToHaikuImage home benchmarks libmicro : bin-BePC : bin ; + + AddOptionalPackageDescriptionToHaikuImage + .OptionalPackageDescription + : $(HAIKU_TOP) src tests system benchmarks libMicro ; + AddLicenseToHaikuImage OPENSOLARIS.LICENSE : OpenSolaris + : $(HAIKU_TOP) src tests system benchmarks libMicro ; } diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 97574bed42..3d901d1c3d 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -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 " diff --git a/src/tests/system/benchmarks/libMicro/.OptionalPackageDescription b/src/tests/system/benchmarks/libMicro/.OptionalPackageDescription new file mode 100644 index 0000000000..f8d6f5dbde --- /dev/null +++ b/src/tests/system/benchmarks/libMicro/.OptionalPackageDescription @@ -0,0 +1,3 @@ +Package: libMicro +Copyright: 2007 Sun Microsystems, Inc. All rights reserved. +License: OpenSolaris