mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -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="Apache-2.0"
|
||||
# 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 ISC MIT MPL-2.0 Unlicense "
|
||||
LICENSES+=" Apache-2.0 BSD-2-Clause BSD ISC MIT MPL-2.0 Unlicense "
|
||||
SLOT="0"
|
||||
IUSE="bash-completion zsh-completion"
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ LICENSE="Apache-2.0"
|
||||
# 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 ISC MIT MPL-2.0 Unlicense "
|
||||
LICENSES+=" Apache-2.0 BSD-2-Clause BSD ISC MIT MPL-2.0 Unlicense "
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND=">=dev-lang/go-1.24.1"
|
||||
|
||||
@@ -29,7 +29,7 @@ LICENSE="Apache-2.0"
|
||||
# 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 ISC MIT MPL-2.0 Unlicense "
|
||||
LICENSES+=" Apache-2.0 BSD-2-Clause BSD ISC MIT MPL-2.0 Unlicense "
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND=">=dev-lang/go-1.24.1"
|
||||
|
||||
Reference in New Issue
Block a user