Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877735 - sys-apps/less has incorrect LICENSE
Summary: sys-apps/less has incorrect LICENSE
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-20 08:13 UTC by ganooslashlinus
Modified: 2022-10-20 18:11 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-10-20 08:13:41 UTC
All ebuilds: LICENSE="|| ( GPL-3 BSD-2 )"

In README of both ebuilds:
This program is free software.  You may redistribute it and/or
    modify it under the terms of either:

    1. The GNU General Public License, as published by the Free
       Software Foundation; either version 3, or (at your option) any
       later version.  A copy of this license is in the file COPYING.
    or
    2. The Less License, in the file LICENSE.


In LICENSE is the 2 clause BSD license, but it has its own name (yay license proliferation), so maybe it it should be added to under licenses.

Should be: LICENSE="|| ( GPL-3+ BSD-2 )" or LICENSE="|| ( GPL-3+ Less )"