Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871321 - sys-apps/gawk has incorrect LICENSE
Summary: sys-apps/gawk 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's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-18 12:17 UTC by ganooslashlinus
Modified: 2022-09-19 03:28 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-09-18 12:17:06 UTC
Both ebuilds: LICENSE="GPL-2"

https://savannah.gnu.org/projects/gawk/ "License: GNU General Public License v3 or later"

awk --version:
GNU Awk 5.1.1, API: 3.1
Copyright (C) 1989, 1991-2021 Free Software Foundation.

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.
Comment 1 Larry the Git Cow gentoo-dev 2022-09-19 03:28:31 UTC
The bug has been closed via the following commit(s):

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

commit d7fa01e0e776f3654f18a7f28433f26e309494d1
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-09-19 03:20:44 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-19 03:28:22 +0000

    sys-apps/gawk: fix LICENSE
    
    Closes: https://bugs.gentoo.org/871321
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/gawk/gawk-5.1.1-r2.ebuild | 2 +-
 sys-apps/gawk/gawk-5.2.0.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)