Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 881639

Summary: sci-calculators/units has incorrect LICENSE
Product: Gentoo Linux Reporter: ganooslashlinus
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description ganooslashlinus 2022-11-17 08:30:03 UTC
LICENSE="FDL-1.3 GPL-3"

units.texinfo:
...
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts.
...

Aside from getopt.h, every .c and .h file has:
...
   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.
...

getopt.h:
...
   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 2, or (at your option) any
   later version.
...

Therefore, should be: LICENSE="GPL-3+ FDL-1.3+"
Comment 1 Larry the Git Cow gentoo-dev 2024-04-21 08:27:08 UTC
The bug has been closed via the following commit(s):

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

commit a29b90354124cbb1cd6aa12eed77303845cea348
Author:     Viorel Munteanu <ceamac@gentoo.org>
AuthorDate: 2024-04-21 07:54:14 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2024-04-21 08:26:53 +0000

    sci-calculators/units: add 2.23
    
    Closes: https://bugs.gentoo.org/929996
    Closes: https://bugs.gentoo.org/929755
    Closes: https://bugs.gentoo.org/881639
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 sci-calculators/units/Manifest          |  1 +
 sci-calculators/units/metadata.xml      | 20 ++++++-----
 sci-calculators/units/units-2.23.ebuild | 59 +++++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+), 8 deletions(-)