Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880269 - gnustep-apps/gorm has incorrect LICENSE
Summary: gnustep-apps/gorm 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 Gnustep project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-08 02:31 UTC by ganooslashlinus
Modified: 2022-11-12 00:57 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-08 02:31:02 UTC
All ebuilds: LICENSE="GPL-2"

I inspected gorm-1.2.23 and gorm-1.2.28:
COPYING is a copy of the GPLv3.

News:
...
0.11 Noteworthy changes in version `1.2.2'
==========================================

Requires: gnustep-gui-0.13.0.

   * Moved to GPLv3
...

GormCore/*.m:
...
 * 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.
...

GormLib/*.m
...
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation; either version 2.1 of the License, or
 * (at your option) any later version.
...

Under Documentation/COPYING is the GPLv2, but it looks like such was just forgotten about and so not updated.

Should be: LICENSE="GPL-3+ LGPL-2.1+"
Comment 1 Bernard Cafarelli gentoo-dev 2022-11-12 00:14:33 UTC
Thanks for the report and investigation! Let me update all current ebuilds in tree (as they are well beyond 1.2.2)
Comment 2 Larry the Git Cow gentoo-dev 2022-11-12 00:57:27 UTC
The bug has been closed via the following commit(s):

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

commit 956eebccd8f063d878a6ed0edb72287e93a1d6c7
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2022-11-12 00:15:17 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2022-11-12 00:57:25 +0000

    gnustep-apps/gorm: fix LICENSE
    
    This has moved to GPL3 a while ago and has LGPL-2.1 code
    
    Closes: https://bugs.gentoo.org/880269
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 gnustep-apps/gorm/gorm-1.2.23.ebuild | 4 ++--
 gnustep-apps/gorm/gorm-1.2.24.ebuild | 4 ++--
 gnustep-apps/gorm/gorm-1.2.26.ebuild | 4 ++--
 gnustep-apps/gorm/gorm-1.2.28.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)