Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880185 - net-mail/mailutils has incorrect LICENSE
Summary: net-mail/mailutils 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: Eray Aslan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-07 10:15 UTC by ganooslashlinus
Modified: 2022-11-09 07:32 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 10:15:48 UTC
All ebuilds: LICENSE="GPL-2 LGPL-2.1"

mailutils --version:
mailutils (GNU Mailutils) 3.15
Copyright (C) 2007-2022 Free Software Foundation, inc.
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.

I inspected 3.14-r1:
COPYING is the GPLv3
COPYING.LESSER is the LGPLv3

I can't find anything that's LGPLv2.1 with grep.

Only these files are GPLv2-or-later: libmailutils/base/md5.c libmailutils/base/sha1.c include/mailutils/md5.h include/mailutils/sha1.h

The rest are either GPLv3-or-later, or LGPLv3-or-later.

Should be: LICENSE="GPL-3+ LGPL-3+"
Comment 1 Larry the Git Cow gentoo-dev 2022-11-09 07:32:51 UTC
The bug has been closed via the following commit(s):

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

commit d63c8d8e02ab41c7eff3554d55ce39a23b2aad8f
Author:     Eray Aslan <eras@gentoo.org>
AuthorDate: 2022-11-09 07:28:03 +0000
Commit:     Eray Aslan <eras@gentoo.org>
CommitDate: 2022-11-09 07:28:03 +0000

    net-mail/mailutils: fix LICENSE
    
    Closes: https://bugs.gentoo.org/880185
    Signed-off-by: Eray Aslan <eras@gentoo.org>

 net-mail/mailutils/mailutils-3.14-r1.ebuild | 2 +-
 net-mail/mailutils/mailutils-3.15.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)