Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880139 - app-misc/screen has incorrect LICENSE
Summary: app-misc/screen 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: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-07 07:58 UTC by ganooslashlinus
Modified: 2022-11-08 06:04 UTC (History)
1 user (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 2022-11-07 07:58:23 UTC
All ebuilds: LICENSE="GPL-2"

For versions 4.8.0-r3 & 4.9.0:
COPYING is a copy of the GPLv3
Every .c and .h file (except for terminfo/checktc.c and terminfo/tetris.c) notes:
...
 * 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, or (at your option)
 * any later version.
...

A number of scripts, checktc.c and tetris.c don't note the license, but that seems to be sloppiness rather than such files being proprietary.

Should be: LICENSE="GPL-3+"
Comment 1 Larry the Git Cow gentoo-dev 2022-11-08 06:03:52 UTC
The bug has been closed via the following commit(s):

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

commit 8f73930c04b9d1778fbdfbd9f603fab618e2289d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-11-08 06:03:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-11-08 06:03:43 +0000

    app-misc/screen: fix LICENSE
    
    Closes: https://bugs.gentoo.org/880139
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/screen/screen-4.8.0-r3.ebuild | 4 ++--
 app-misc/screen/screen-4.9.0-r1.ebuild | 2 +-
 app-misc/screen/screen-4.9.0.ebuild    | 2 +-
 app-misc/screen/screen-9999.ebuild     | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)