Ticket #1222: AboutSystem.cpp.diff

File AboutSystem.cpp.diff, 5.2 KB (added by scottmc, 16 years ago)

Here is my first .diff for this ticket.

  • src/apps/aboutsystem/AboutSystem.cpp

     
    492492       fCreditsView->Insert("\nCopyrights\n\n");
    493493
    494494       // GNU copyrights
    495        AddCopyrightEntry("The GNU Project", 
     495       AddCopyrightEntry("The GNU Project",
    496496               "Contains software from the GNU Project, "
    497497               "released under the GPL and LGPL licences:\n"
    498                "       - GNU C Library,\n"
    499                "       - GNU coretools, diffutils, findutils, gawk, bison, m4, make,\n"
    500                "       - Bourne Again Shell.\n"
    501                "Copyright " B_UTF8_COPYRIGHT " The Free Software Foundation.",
     498               "GNU C Library, "
     499               "GNU coretools, diffutils, findutils, "
     500               "gawk, bison, m4, make, "
     501               "gdb, wget, ncurses, termcap, "
     502               "Bourne Again Shell.\n"
     503               "Copyright " B_UTF8_COPYRIGHT " The Free Software Foundation.",
    502504               "www.gnu.org");
    503505
     506       // FreeBSD copyrights
     507       AddCopyrightEntry("The FreeBSD Project",
     508               "Contains software from the FreeBSD Project, "
     509               "released under the BSD licence:\n"
     510               "ping, telnet, telnetd, traceroute\n"
     511               "Copyright " B_UTF8_COPYRIGHT " 1994-2008 The FreeBSD Project.  All rights reserved.",
     512               "www.freebsd.org");
     513
     514       // NetBSD copyrights
     515       AddCopyrightEntry("The NetBSD Project",
     516               "Contains software developed by the NetBSD, "
     517               "Foundation, Inc. and its contributors:\n"
     518               "ftp\n"
     519               "Copyright " B_UTF8_COPYRIGHT " 1996-2008 The NetBSD Foundation, Inc.  All rights reserved.",
     520               "www.netbsd.org");
     521
    504522       // FFMpeg copyrights
    505523       AddCopyrightEntry("FFMpeg libavcodec",
    506524               "Copyright " B_UTF8_COPYRIGHT " 2000-2007 Fabrice Bellard, et al.",
     
    515533       AddCopyrightEntry("PDFLib",
    516534               "Copyright " B_UTF8_COPYRIGHT " 1997-2006 PDFlib GmbH and Thomas Merz. "
    517535               "All rights reserved.\n"
    518                "PDFlib and the PDFlib logo are registered trademarks of PDFlib GmbH.",
     536               "PDFlib and PDFlib logo are registered trademarks of PDFlib GmbH.",
    519537               "www.pdflib.com");
    520538
    521539       // FreeType copyrights
     
    582600
    583601       // OpenEXR copyrights
    584602       AddCopyrightEntry("OpenEXR",
    585                "Copyright " B_UTF8_COPYRIGHT " 2002-2005, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC.");
     603               "Copyright " B_UTF8_COPYRIGHT " 2002-2005 Industrial Light & Magic, a division of Lucas Digital Ltd. LLC.");
    586604               
    587605       // Bullet copyrights
    588606       AddCopyrightEntry("Bullet",
    589607               "Copyright " B_UTF8_COPYRIGHT " 2003-2008 Erwin Coumans",
    590608               "www.bulletphysics.com");
     609               
     610       // atftp copyrights
     611       AddCopyrightEntry("atftp",
     612               "Copyright " B_UTF8_COPYRIGHT " 2000 Jean-Pierre Lefebvre and Remi Lefebvre");
    591613
     614       // Netcat copyrights
     615       AddCopyrightEntry("Netcat",
     616               "Copyright " B_UTF8_COPYRIGHT " 1996 Hobbit");
     617
     618       // acpica copyrights
     619       AddCopyrightEntry("acpica",
     620               "Copyright " B_UTF8_COPYRIGHT " 1999 - 2006 Intel Corp.");
     621
     622       // unrar copyrights
     623       AddCopyrightEntry("unrar",
     624               "Copyright " B_UTF8_COPYRIGHT " Alexander L. Roshal.");
     625
     626       // libpng copyrights
     627       AddCopyrightEntry("libpng",
     628               "Copyright " B_UTF8_COPYRIGHT " 2004, 2006-2008 Glenn Randers-Pehrson.");
     629
     630       // libprint copyrights
     631       AddCopyrightEntry("libprint",
     632               "Copyright " B_UTF8_COPYRIGHT " 1999-2000 Y.Takagi. All Rights Reserved.");
     633
     634       // cortex copyrights
     635       AddCopyrightEntry("Cortex",
     636               "Copyright " B_UTF8_COPYRIGHT " 1999-2000 Eric Moon.");
     637
     638       // FluidSynth copyrights
     639       AddCopyrightEntry("FluidSynth",
     640               "Copyright " B_UTF8_COPYRIGHT " 2003 Peter Hanappe and others.");
     641
     642       // CannaIM copyrights
     643       AddCopyrightEntry("CannaIM",
     644               "Copyright " B_UTF8_COPYRIGHT " 1999 Masao Kawamura.");
     645
     646       // libxml2, libxslt, libexslt copyrights
     647       AddCopyrightEntry("libxml2, libxslt",
     648               "Copyright " B_UTF8_COPYRIGHT " 1998-2003 Daniel Veillard.  All Rights Reserved.");
     649
     650       AddCopyrightEntry("libexslt",
     651               "Copyright " B_UTF8_COPYRIGHT " 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard.  All Rights Reserved.");
     652
     653       // Xiph.org Foundation copyrights
     654       AddCopyrightEntry("Xiph.org Foundation",
     655               "libvorbis, libogg, libtheora, libspeex"
     656               "Copyright " B_UTF8_COPYRIGHT " 1994-2008 Xiph.Org.  All rights reserved.",
     657               "www.xiph.org");
     658
     659       // The Tcpdump Group
     660       AddCopyrightEntry("The Tcpdump Group",
     661               "tcpdump, libpcap",
     662               "www.tcpdump.org");             
     663
    592664       // Build a list of installed applications and show their
    593665       // long version info. Well-behaved apps usually give
    594666       // copyright info there.