Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880141 - media-sound/solfege-3.23.4 has incorrect LICENSE
Summary: media-sound/solfege-3.23.4 has incorrect LICENSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: Normal normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-07 08:04 UTC by ganooslashlinus
Modified: 2024-07-30 19:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ganooslashlinus 2022-11-07 08:04:34 UTC
LICENSE="GPL-3"

solfege --warranty:
/usr/share/solfege/solfege/mpd/lexer.py:166: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if notelen is 0:
/usr/share/solfege/solfege/mpd/lexer.py:186: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if skiplen is 0:
GNU Solfege 3.23.4
b'Copyright \xc2\xa9 1999-2008 Tom Cato Amundsen <tca@gnu.org>, and others.'

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


Should be: LICENSE="GPL-3+"
Comment 1 Larry the Git Cow gentoo-dev 2024-07-30 19:01:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00f251de01877dd6892e1c3c3f589564c061c8d

commit a00f251de01877dd6892e1c3c3f589564c061c8d
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2024-07-30 18:21:17 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2024-07-30 19:00:40 +0000

    media-sound/solfege: update LICENSE, fix tc call and add py3.12
    
    Closes: https://bugs.gentoo.org/880141
    Closes: https://bugs.gentoo.org/791601
    Closes: https://bugs.gentoo.org/929669
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 media-sound/solfege/solfege-3.23.4.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)