commit:     7a5764abf4addbb36583fa4721f755afd435f4f7
Author:     ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Tue Dec  2 17:08:16 2025 +0000
Commit:     Saad Abdullah <ingenarelitems <AT> gmail <DOT> com>
CommitDate: Tue Dec  2 17:08:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a5764ab

*/*: 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
 - 
https://github.com/gentoo/gentoo/blob/aa3e0fb07ee70362b1950d5f97ddb0f90d5184c0/licenses/BSD

Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com>

 app-misc/lf/lf-38.ebuild                     |  2 +-
 app-misc/lf/lf-9999.ebuild                   |  2 +-
 app-misc/superfile/superfile-9999.ebuild     |  2 +-
 dev-util/stripe-cli/stripe-cli-1.32.0.ebuild |  2 +-
 dev-util/stripe-cli/stripe-cli-1.33.0.ebuild |  2 +-
 dev-util/stripe-cli/stripe-cli-9999.ebuild   |  2 +-
 licenses/BSD-3-Clause                        | 26 --------------------------
 media-sound/rmpc/rmpc-0.10.0.ebuild          |  2 +-
 media-sound/rmpc/rmpc-9999.ebuild            |  2 +-
 net-im/discordo/discordo-9999.ebuild         |  2 +-
 10 files changed, 9 insertions(+), 35 deletions(-)

diff --git a/app-misc/lf/lf-38.ebuild b/app-misc/lf/lf-38.ebuild
index e75a7b5d7e..b7554bdde3 100644
--- a/app-misc/lf/lf-38.ebuild
+++ b/app-misc/lf/lf-38.ebuild
@@ -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"
 

diff --git a/app-misc/lf/lf-9999.ebuild b/app-misc/lf/lf-9999.ebuild
index e75a7b5d7e..b7554bdde3 100644
--- a/app-misc/lf/lf-9999.ebuild
+++ b/app-misc/lf/lf-9999.ebuild
@@ -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"
 

diff --git a/app-misc/superfile/superfile-9999.ebuild 
b/app-misc/superfile/superfile-9999.ebuild
index debad0029c..0ab692569f 100644
--- a/app-misc/superfile/superfile-9999.ebuild
+++ b/app-misc/superfile/superfile-9999.ebuild
@@ -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"

diff --git a/dev-util/stripe-cli/stripe-cli-1.32.0.ebuild 
b/dev-util/stripe-cli/stripe-cli-1.32.0.ebuild
index b3ef47fb54..84ca985f1e 100644
--- a/dev-util/stripe-cli/stripe-cli-1.32.0.ebuild
+++ b/dev-util/stripe-cli/stripe-cli-1.32.0.ebuild
@@ -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"
 

diff --git a/dev-util/stripe-cli/stripe-cli-1.33.0.ebuild 
b/dev-util/stripe-cli/stripe-cli-1.33.0.ebuild
index 2b70de7901..5398c8c545 100644
--- a/dev-util/stripe-cli/stripe-cli-1.33.0.ebuild
+++ b/dev-util/stripe-cli/stripe-cli-1.33.0.ebuild
@@ -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"

diff --git a/dev-util/stripe-cli/stripe-cli-9999.ebuild 
b/dev-util/stripe-cli/stripe-cli-9999.ebuild
index 0029d45ba8..5db1486ab7 100644
--- a/dev-util/stripe-cli/stripe-cli-9999.ebuild
+++ b/dev-util/stripe-cli/stripe-cli-9999.ebuild
@@ -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"

diff --git a/licenses/BSD-3-Clause b/licenses/BSD-3-Clause
deleted file mode 100644
index 4ba66fb9d3..0000000000
--- a/licenses/BSD-3-Clause
+++ /dev/null
@@ -1,26 +0,0 @@
-Copyright <YEAR> <COPYRIGHT HOLDER>
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this
-list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice,
-this list of conditions and the following disclaimer in the documentation 
and/or
-other materials provided with the distribution.
-
-3. Neither the name of the copyright holder nor the names of its contributors
-may be used to endorse or promote products derived from this software without
-specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

diff --git a/media-sound/rmpc/rmpc-0.10.0.ebuild 
b/media-sound/rmpc/rmpc-0.10.0.ebuild
index b6dbdef7e4..f31f6cf69b 100644
--- a/media-sound/rmpc/rmpc-0.10.0.ebuild
+++ b/media-sound/rmpc/rmpc-0.10.0.ebuild
@@ -349,7 +349,7 @@ inherit cargo shell-completion
 
 DESCRIPTION="A beautiful and configurable TUI client for MPD"
 HOMEPAGE="https://mierak.github.io/rmpc/";
-LICENSE="BSD-3-Clause"
+LICENSE="BSD"
 
 # Dependent crate licenses
 LICENSE+="

diff --git a/media-sound/rmpc/rmpc-9999.ebuild 
b/media-sound/rmpc/rmpc-9999.ebuild
index 513fbf60da..f032ffa3ca 100644
--- a/media-sound/rmpc/rmpc-9999.ebuild
+++ b/media-sound/rmpc/rmpc-9999.ebuild
@@ -13,7 +13,7 @@ inherit cargo shell-completion
 
 DESCRIPTION="A beautiful and configurable TUI client for MPD"
 HOMEPAGE="https://mierak.github.io/rmpc/";
-LICENSE="BSD-3-Clause"
+LICENSE="BSD"
 
 # Dependent crate licenses
 LICENSE+="

diff --git a/net-im/discordo/discordo-9999.ebuild 
b/net-im/discordo/discordo-9999.ebuild
index bf9d1e7f5d..2f20d5eadc 100644
--- a/net-im/discordo/discordo-9999.ebuild
+++ b/net-im/discordo/discordo-9999.ebuild
@@ -40,7 +40,7 @@ LICENSE="GPL-3"
 # 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 "
+LICENSES+=" Apache-2.0 BSD-2-Clause BSD GPL-3.0 ISC MIT "
 
 SLOT="0"
 BDEPEND="

Reply via email to