[Bug 278335] Mk/bsd.licenses.db.mk: add BSD One Clause License to BSD group of licenses

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 12 Apr 2024 19:44:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278335

            Bug ID: 278335
           Summary: Mk/bsd.licenses.db.mk: add BSD One Clause License to
                    BSD group of licenses
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: easy, patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: portmaster@bsdforge.com
                CC: portmgr@FreeBSD.org

Created attachment 249939
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=249939&action=edit
git diff to add BSD One Clause License to Mk/bsd.licenses.db.mk

I have, and have run across a number of ports that
utilize the BSD One Clause License. But it's absence
among the other accepted BSD license variants seems odd to me.
Let's include it. :)
The patch attached to this pr(1) adds this license.

Files affected:
Mk/bsd.licenses.db.mk

tl,dr;
LICENSE_NAME_BSD1CLAUSE=        BSD One Clause License
LICENSE_GROUPS_BSD1CLAUSE=      FSF OSI

References:
1. https://spdx.org/licenses/BSD-1-Clause.html
2. https://en.wikipedia.org/wiki/BSD_licenses
3. https://urchin.earth.li/~twic/The_Amazing_Disappearing_BSD_License.html
4.
https://svnweb.freebsd.org/base/head/include/ifaddrs.h?revision=62606&view=markup
5. https://directory.fsf.org/wiki/License:BSD-1-Clause

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.