*/*: BSD-3-Clause -> BSD

Because the spdx identifier for for BSD-3-Clause is `BSD-3-Clause`, and
gentoo uses `BSD` in their /licenses, there was a misunderstanding by
me, this commit should fix this

sources:
 - https://opensource.org/license/bsd-3-clause
 - aa3e0fb07e/licenses/BSD

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
ingenarel
2025-12-02 23:08:16 +06:00
parent 3ae74d4f00
commit 7a5764abf4
10 changed files with 9 additions and 35 deletions

View File

@@ -29,7 +29,7 @@ LICENSE="MIT"
# go-licenses report ./... 2>/dev/null | awk -F ',' '{ print $NF }' | sort --unique | tr '\n' ' '; echo '"'
# dependency licenses:
LICENSES+=" Apache-2.0 BSD-3-Clause MIT "
LICENSES+=" Apache-2.0 BSD MIT "
SLOT="0"
IUSE="+static"

View File

@@ -29,7 +29,7 @@ LICENSE="MIT"
# go-licenses report ./... 2>/dev/null | awk -F ',' '{ print $NF }' | sort --unique | tr '\n' ' '; echo '"'
# dependency licenses:
LICENSES+=" Apache-2.0 BSD-3-Clause MIT "
LICENSES+=" Apache-2.0 BSD MIT "
SLOT="0"
IUSE="+static"

View File

@@ -26,7 +26,7 @@ LICENSE="MIT"
# go-licenses report ./... 2>/dev/null | awk -F ',' '{ print $NF }' | sort --unique | tr '\n' ' '; echo '"'
# dependency licenses:
LICENSES+=" Apache-2.0 BSD-2-Clause BSD-3-Clause GPL-3.0 ISC MIT MPL-2.0 "
LICENSES+=" Apache-2.0 BSD-2-Clause BSD GPL-3.0 ISC MIT MPL-2.0 "
SLOT="0"
BDEPEND=">=dev-lang/go-1.25.0"