Update copyright entries in the about window. Work done by scottmc. Thanks! This closes #1222.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25297 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f3ff69e413
commit
7218a9b2ea
@ -516,7 +516,7 @@ AboutView::AboutView(const BRect &rect)
|
|||||||
"released under the GPL and LGPL licences:\n"
|
"released under the GPL and LGPL licences:\n"
|
||||||
"GNU C Library, "
|
"GNU C Library, "
|
||||||
"GNU coretools, diffutils, findutils, "
|
"GNU coretools, diffutils, findutils, "
|
||||||
"gawk, bison, m4, make, "
|
"shareutils, gawk, bison, m4, make, "
|
||||||
"gdb, wget, ncurses, termcap, "
|
"gdb, wget, ncurses, termcap, "
|
||||||
"Bourne Again Shell.\n"
|
"Bourne Again Shell.\n"
|
||||||
"Copyright " B_UTF8_COPYRIGHT " The Free Software Foundation.",
|
"Copyright " B_UTF8_COPYRIGHT " The Free Software Foundation.",
|
||||||
@ -527,7 +527,8 @@ AboutView::AboutView(const BRect &rect)
|
|||||||
AddCopyrightEntry("The FreeBSD Project",
|
AddCopyrightEntry("The FreeBSD Project",
|
||||||
"Contains software from the FreeBSD Project, "
|
"Contains software from the FreeBSD Project, "
|
||||||
"released under the BSD licence:\n"
|
"released under the BSD licence:\n"
|
||||||
"ping, telnet, telnetd, traceroute\n"
|
"cal, ftpd, ping, telnet, "
|
||||||
|
"telnetd, traceroute\n"
|
||||||
"Copyright " B_UTF8_COPYRIGHT " 1994-2008 The FreeBSD Project. "
|
"Copyright " B_UTF8_COPYRIGHT " 1994-2008 The FreeBSD Project. "
|
||||||
"All rights reserved.",
|
"All rights reserved.",
|
||||||
"http://www.freebsd.org");
|
"http://www.freebsd.org");
|
||||||
@ -536,7 +537,7 @@ AboutView::AboutView(const BRect &rect)
|
|||||||
AddCopyrightEntry("The NetBSD Project",
|
AddCopyrightEntry("The NetBSD Project",
|
||||||
"Contains software developed by the NetBSD, "
|
"Contains software developed by the NetBSD, "
|
||||||
"Foundation, Inc. and its contributors:\n"
|
"Foundation, Inc. and its contributors:\n"
|
||||||
"ftp\n"
|
"ftp, tput\n"
|
||||||
"Copyright " B_UTF8_COPYRIGHT " 1996-2008 The NetBSD Foundation, Inc. "
|
"Copyright " B_UTF8_COPYRIGHT " 1996-2008 The NetBSD Foundation, Inc. "
|
||||||
"All rights reserved.",
|
"All rights reserved.",
|
||||||
"http://www.netbsd.org");
|
"http://www.netbsd.org");
|
||||||
@ -646,11 +647,24 @@ AboutView::AboutView(const BRect &rect)
|
|||||||
|
|
||||||
// acpica copyrights
|
// acpica copyrights
|
||||||
AddCopyrightEntry("acpica",
|
AddCopyrightEntry("acpica",
|
||||||
"Copyright " B_UTF8_COPYRIGHT " 1999 - 2006 Intel Corp.");
|
"Copyright " B_UTF8_COPYRIGHT " 1999-2006 Intel Corp.");
|
||||||
|
|
||||||
// unrar copyrights
|
// unrar copyrights
|
||||||
AddCopyrightEntry("unrar",
|
AddCopyrightEntry("unrar",
|
||||||
"Copyright " B_UTF8_COPYRIGHT " Alexander L. Roshal.");
|
"Copyright " B_UTF8_COPYRIGHT " 2002-2008 Alexander L. Roshal. "
|
||||||
|
"All rights reserved.",
|
||||||
|
"http://www.rarlab.com");
|
||||||
|
|
||||||
|
// p7zip copyrights
|
||||||
|
// AddCopyrightEntry("p7zip",
|
||||||
|
// "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
|
// libpng copyrights
|
||||||
AddCopyrightEntry("libpng",
|
AddCopyrightEntry("libpng",
|
||||||
@ -659,8 +673,8 @@ AboutView::AboutView(const BRect &rect)
|
|||||||
|
|
||||||
// libprint copyrights
|
// libprint copyrights
|
||||||
AddCopyrightEntry("libprint",
|
AddCopyrightEntry("libprint",
|
||||||
"Copyright " B_UTF8_COPYRIGHT " 1999-2000 Y.Takagi. All Rights "
|
"Copyright " B_UTF8_COPYRIGHT " 1999-2000 Y.Takagi. All rights "
|
||||||
"Reserved.");
|
"reserved.");
|
||||||
|
|
||||||
// cortex copyrights
|
// cortex copyrights
|
||||||
AddCopyrightEntry("Cortex",
|
AddCopyrightEntry("Cortex",
|
||||||
@ -676,24 +690,37 @@ AboutView::AboutView(const BRect &rect)
|
|||||||
|
|
||||||
// libxml2, libxslt, libexslt copyrights
|
// libxml2, libxslt, libexslt copyrights
|
||||||
AddCopyrightEntry("libxml2, libxslt",
|
AddCopyrightEntry("libxml2, libxslt",
|
||||||
"Copyright " B_UTF8_COPYRIGHT " 1998-2003 Daniel Veillard. All Rights "
|
"Copyright " B_UTF8_COPYRIGHT " 1998-2003 Daniel Veillard. "
|
||||||
"Reserved.");
|
"All rights reserved.");
|
||||||
|
|
||||||
AddCopyrightEntry("libexslt",
|
AddCopyrightEntry("libexslt",
|
||||||
"Copyright " B_UTF8_COPYRIGHT " 2001-2002 Thomas Broyer, Charlie "
|
"Copyright " B_UTF8_COPYRIGHT " 2001-2002 Thomas Broyer, Charlie "
|
||||||
"Bozeman and Daniel Veillard. All Rights Reserved.");
|
"Bozeman and Daniel Veillard. All rights reserved.");
|
||||||
|
|
||||||
// Xiph.org Foundation copyrights
|
// Xiph.org Foundation copyrights
|
||||||
AddCopyrightEntry("Xiph.org Foundation",
|
AddCopyrightEntry("Xiph.org Foundation",
|
||||||
"libvorbis, libogg, libtheora, libspeex"
|
"libvorbis, libogg, libtheora, libspeex"
|
||||||
"Copyright " B_UTF8_COPYRIGHT " 1994-2008 Xiph.Org. All rights "
|
"Copyright " B_UTF8_COPYRIGHT " 1994-2008 Xiph.Org. "
|
||||||
"reserved.", "http://www.xiph.org");
|
"All rights reserved.",
|
||||||
|
"http://www.xiph.org");
|
||||||
|
|
||||||
// The Tcpdump Group
|
// The Tcpdump Group
|
||||||
AddCopyrightEntry("The Tcpdump Group",
|
AddCopyrightEntry("The Tcpdump Group",
|
||||||
"tcpdump, libpcap",
|
"tcpdump, libpcap",
|
||||||
"http://www.tcpdump.org");
|
"http://www.tcpdump.org");
|
||||||
|
|
||||||
|
// Matroska
|
||||||
|
AddCopyrightEntry("libmatroska",
|
||||||
|
"Copyright " B_UTF8_COPYRIGHT " 2002-2003 Steve Lhomme. "
|
||||||
|
"All rights reserved.",
|
||||||
|
"http://www.matroska.org");
|
||||||
|
|
||||||
|
// OpenSound
|
||||||
|
// AddCopyrightEntry("OpenSound",
|
||||||
|
// "Copyright " B_UTF8_COPYRIGHT " 1996-2008 4Front Technologies ",
|
||||||
|
// "http://www.opensound.com");
|
||||||
|
// BSD license
|
||||||
|
|
||||||
_AddCopyrightsFromAttribute();
|
_AddCopyrightsFromAttribute();
|
||||||
|
|
||||||
// Build a list of installed applications and show their
|
// Build a list of installed applications and show their
|
||||||
|
Loading…
Reference in New Issue
Block a user