Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880281 - sci-libs/gsl has incorrect LICENSE
Summary: sci-libs/gsl has incorrect LICENSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-08 03:28 UTC by ganooslashlinus
Modified: 2022-11-08 08:55 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-08 03:28:08 UTC
LICENSE="GPL-3"

README:
GSL - GNU Scientific Library
============================

This is GSL, the GNU Scientific Library, a collection of numerical
routines for scientific computing.

GSL is free software, you can redistribute it and/or modify it under
the terms of the GNU General Public License.
...

Almost all .c and .h files:
 * 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.

It appears that originally it was any version of the GPL, but that has now been changed to: GPLv3-or-later.

scancode-toolkit didn't find anything GPLv3-only.


Therefore, it should be: LICENSE="GPL-3+"
Comment 1 Larry the Git Cow gentoo-dev 2022-11-08 08:55:09 UTC
The bug has been closed via the following commit(s):

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

commit ef86be3ef0dba92c5a0056bf23d5a145f6129aae
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2022-11-08 08:54:33 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-11-08 08:54:37 +0000

    sci-libs/gsl: update LICENSE
    
    Closes: https://bugs.gentoo.org/880281
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 sci-libs/gsl/gsl-2.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)