Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 881587 - app-text/barcode has incorrect LICENSE
Summary: app-text/barcode 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: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-17 04:47 UTC by ganooslashlinus
Modified: 2022-12-31 04:10 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-17 04:47:46 UTC
LICENSE="GPL-2"

barcode --version:
GNU barcode UNKNOWN is a tool to convert text strings to printed bars.

License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Should be: LICENSE="GPL-3+"
Comment 1 Larry the Git Cow gentoo-dev 2022-12-25 21:30:05 UTC
The bug has been closed via the following commit(s):

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

commit 1ce27423a7b514ae523975febe953bec6118076e
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2022-12-25 21:17:38 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2022-12-25 21:29:58 +0000

    app-text/barcode: update LICENSE
    
    Closes: https://bugs.gentoo.org/881587
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 app-text/barcode/barcode-0.99-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 ganooslashlinus 2022-12-31 04:10:47 UTC
LICENSE is still incorrect as it's GPLv3-or-later and not GPLv3-only as far as I am aware.

If it is actually GPLv3-only, please provide details.