Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880171 - dev-lisp/clisp has incorrect LICENSE
Summary: dev-lisp/clisp 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: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-07 08:54 UTC by ganooslashlinus
Modified: 2023-09-16 14:06 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-07 08:54:05 UTC
LICENSE="GPL-2"

clisp --license:
  i i i i i i i       ooooo    o        ooooooo   ooooo   ooooo
  I I I I I I I      8     8   8           8     8     o  8    8
  I  \ `+' /  I      8         8           8     8        8    8
   \  `-+-'  /       8         8           8      ooooo   8oooo
    `-__|__-'        8         8           8           8  8
        |            8     o   8           8     o     8  8
  ------+------       ooooo    8oooooo  ooo8ooo   ooooo   8

Welcome to GNU CLISP 2.49.92 (2018-02-18) <http://clisp.org/>

Copyright (c) Bruno Haible, Michael Stoll 1992-1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2000
Copyright (c) Sam Steingold, Bruno Haible 2001-2018

Type :h and hit Enter for context help.

GNU CLISP is free software; you can redistribute 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.

GNU CLISP is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU CLISP, see file GNU-GPL.
If not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Distribution of Lisp programs meant to run in GNU CLISP
without sources is possible under certain conditions.
See file COPYRIGHT that came with GNU CLISP for details.



Should be: LICENSE="GPL-2+"
Comment 1 Larry the Git Cow gentoo-dev 2023-09-16 14:06:39 UTC
The bug has been closed via the following commit(s):

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

commit 5ebb70847931586690ca3bc1e34f0b6599b5a1e1
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2023-09-16 14:00:03 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2023-09-16 14:06:33 +0000

    dev-lisp/clisp: Specify LICENSE more precisely, update EAPI to 8
    
    Closes: https://bugs.gentoo.org/880171
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 dev-lisp/clisp/clisp-2.49.92-r1.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)