licenses, AboutSystem: Add credits for netresolv.

* Add the ISC license; it's similar to the MIT license but isn't
   worded identically, and it's referenced from netresolv.

 * Drop the "Berkeley" license, it was used for an older version
   of the NetBSD credits, and is just the 3-clause BSD anyway, it appears.
This commit is contained in:
Augustin Cavalier
2025-01-13 14:15:20 -05:00
parent 25534c1907
commit 1c45ac1e20
3 changed files with 26 additions and 27 deletions
+13
View File
@@ -1806,6 +1806,19 @@ AboutView::_CreateCreditsView()
StringVector(),
"https://www.freebsd.org");
// NetBSD copyrights
AddCopyrightEntry("The NetBSD Project",
B_TRANSLATE("Contains software developed by the NetBSD "
"Foundation, Inc. and its contributors:\n"
"netresolv\n"
COPYRIGHT_STRING "1998-2023 The NetBSD Project, "
COPYRIGHT_STRING "2004-2009 by Internet Systems Consortium, Inc. (\"ISC\"), "
COPYRIGHT_STRING "1996-2003 by Internet Software Consortium. "
"All rights reserved."),
StringVector("ISC", kBSDTwoClause, kBSDThreeClause, NULL),
StringVector(),
"https://www.netbsd.org");
// FFmpeg copyrights
_AddPackageCredit(PackageCredit("FFmpeg")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2000-2019 Fabrice "