mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
*/*: 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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user