Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933469 - media-gfx/blender has incorrect LICENSE
Summary: media-gfx/blender 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: Paul Zander
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-06-03 10:00 UTC by ganooslashlinus
Modified: 2024-06-29 16:51 UTC (History)
4 users (show)

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 2024-06-03 10:00:28 UTC
LICENSE="|| ( GPL-3 BL )"

The "BL" license hasn't been a thing since 2002; https://web.archive.org/web/20160304090101if_/https://www.blender.org/BL/

According to this page, the blender source is GPLv2+, it uses libraries under GPLv3+ and also has one part under Apache 2.0; https://web.archive.org/web/20240530212532if_/https://www.blender.org/about/license/

Should be; LICENSE="GPL-3+ Apache-2.0"
Comment 1 Larry the Git Cow gentoo-dev 2024-06-29 16:51:15 UTC
The bug has been closed via the following commit(s):

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

commit 1b130dadcdfac11ecdceadc872d3a5491992444f
Author:     Paul Zander <negril.nx+gentoo@gmail.com>
AuthorDate: 2024-06-04 15:48:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-29 16:49:13 +0000

    media-gfx/blender: 4.1.1-r1, 9999 fix LICENSE
    
    Blender Cycles is optionally available as Apache 2.0. But all components allow
    for GPL-3+.
    
    Closes: https://bugs.gentoo.org/933469
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 media-gfx/blender/blender-3.3.15.ebuild   | 2 +-
 media-gfx/blender/blender-3.3.8.ebuild    | 2 +-
 media-gfx/blender/blender-3.6.8.ebuild    | 2 +-
 media-gfx/blender/blender-4.0.2-r1.ebuild | 2 +-
 media-gfx/blender/blender-4.1.1-r1.ebuild | 2 +-
 media-gfx/blender/blender-4.1.1.ebuild    | 2 +-
 media-gfx/blender/blender-9999.ebuild     | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)