Ticket #11696: 0002-Add-Bitstream-Charter-license-and-copyright-to-About.patch

File 0002-Add-Bitstream-Charter-license-and-copyright-to-About.patch, 1.1 KB (added by luroh, 9 years ago)
  • src/apps/aboutsystem/AboutSystem.cpp

    From 13c577ff1e753336921a57686bd54a66f288b3fc Mon Sep 17 00:00:00 2001
    From: luroh <lurohh@gmail.com>
    Date: Sat, 3 Jan 2015 17:21:32 +0100
    Subject: [PATCH 2/5] Add Bitstream Charter license and copyright to
     AboutSystem.
    
    ---
     src/apps/aboutsystem/AboutSystem.cpp | 8 ++++++++
     1 file changed, 8 insertions(+)
    
    diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp
    index 9bc6ea7..2171dff 100644
    a b AboutView::_CreateCreditsView()  
    11131113        .SetLicenses("OpenGroup", "DEC", NULL));
    11141114            // TODO: URL
    11151115
     1116    // Bitstream Charter font
     1117    _AddPackageCredit(PackageCredit("Bitstream Charter font")
     1118        .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1989-1992 Bitstream Inc.,"
     1119            " Cambridge, MA.\n"
     1120            "BITSTREAM CHARTER is a registered trademark of Bitstream Inc."))
     1121        .SetLicense("Bitstream Charter")
     1122        .SetURL("http://www.bitstream.com/"));
     1123
    11161124    // VL-Gothic font
    11171125    _AddPackageCredit(PackageCredit("VL-Gothic font")
    11181126        .SetCopyrights(B_TRANSLATE(COPYRIGHT_STRING "1990-2003 Wada Laboratory,"