Fixed some licensing mistakes from over the weekend. Mistakenly grouped cortex,

xiph, and tcpdump with mkdepend's license.
 * Re-added MkDepend as a license
 * Removed BSD (Alternate 3-clause)
 * Modified BSD licenses to match http://en.wikipedia.org/wiki/BSD_license


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35995 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-03-29 16:47:57 +00:00
parent 42581cdc8c
commit c98bab29e9
5 changed files with 86 additions and 90 deletions
+5 -4
View File
@@ -1172,6 +1172,7 @@ AboutView::_CreateCreditsView()
"Mesa3D Project. All rights reserved.")
.SetURL("http://www.mesa3d.org"));
// TODO: License!
// NOTE: http://www.mesa3d.org/license.html
// SGI's GLU implementation copyrights
_AddPackageCredit(PackageCredit("GLU")
@@ -1306,7 +1307,7 @@ AboutView::_CreateCreditsView()
// cortex copyrights
_AddPackageCredit(PackageCredit("Cortex")
.SetCopyright(COPYRIGHT_STRING "1999-2000 Eric Moon.")
.SetLicense("BSD (Alternate 3-clause)")
.SetLicense("BSD (3-clause)")
.SetURL("http://cortex.sourceforge.net/documentation"));
// FluidSynth copyrights
@@ -1342,13 +1343,13 @@ AboutView::_CreateCreditsView()
COPYRIGHT_STRING "1994-2008 Xiph.Org. "
"All rights reserved.",
NULL)
.SetLicense("BSD (Alternate 3-clause)")
.SetLicense("BSD (3-clause)")
.SetURL("http://www.xiph.org"));
// The Tcpdump Group
_AddPackageCredit(PackageCredit("The Tcpdump Group")
.SetCopyright("tcpdump, libpcap")
.SetLicense("BSD (Alternate 3-clause)")
.SetLicense("BSD (3-clause)")
.SetURL("http://www.tcpdump.org"));
// Matroska
@@ -1376,7 +1377,7 @@ AboutView::_CreateCreditsView()
_AddPackageCredit(PackageCredit("MkDepend")
.SetCopyright(COPYRIGHT_STRING "1995-2001 Lars Düning. "
"All rights reserved.")
.SetLicense("BSD (Alternate 3-clause)")
.SetLicense("MkDepend")
.SetURL("http://bearnip.com/lars/be"));
// libhttpd copyright (used as Poorman backend)