Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728522 - net-misc/curl: Incorrect license
Summary: net-misc/curl: Incorrect license
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL: https://curl.haxx.se/docs/copyright.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-17 03:12 UTC by Peter Levine
Modified: 2020-06-18 16:39 UTC (History)
3 users (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 Peter Levine 2020-06-17 03:12:10 UTC
As stated in https://curl.haxx.se/docs/copyright.html, the curl license is "inspired by MIT/X, but not identical".  Given the differences to similar licenses that are individually included in the Gentoo tree, it would reason that its license should be included and it should be set as the LICENSE of net-misc/curl.
Comment 1 Ulrich Müller gentoo-dev 2020-06-17 08:04:18 UTC
This is similar to the ISC license, but with a slightly different disclaimer and with an additional anti-advertising clause.

Presumably the cleanest solution is to add it as a separate license file (even though there's not much of a practical difference to either of MIT, ISC or BSD).
Comment 2 Anthony Basile gentoo-dev 2020-06-17 15:25:55 UTC
(In reply to Ulrich Müller from comment #1)
> This is similar to the ISC license, but with a slightly different disclaimer
> and with an additional anti-advertising clause.
> 
> Presumably the cleanest solution is to add it as a separate license file
> (even though there's not much of a practical difference to either of MIT,
> ISC or BSD).

Do you suggest I call it license/CURL?
Comment 3 Hanno Böck gentoo-dev 2020-06-17 15:38:32 UTC
Usually we try to use the SPDX name:
https://spdx.org/licenses/curl.html

Would be "curl", in lowercase.
Comment 4 Ulrich Müller gentoo-dev 2020-06-17 15:54:14 UTC
(In reply to Hanno Böck from comment #3)
> Would be "curl", in lowercase.

+1
Comment 5 Anthony Basile gentoo-dev 2020-06-17 16:19:09 UTC
Okay I literally copied COPYING to license/curl.
Comment 6 Alexander Tsoy 2020-06-17 18:50:28 UTC
Shouldn't it be added to some license group which is accepted by default? (@MISC-FREE maybe)
Comment 7 Larry the Git Cow gentoo-dev 2020-06-17 19:14:22 UTC
The bug has been referenced in the following commit(s):

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

commit 29ec427579005b2e0a1b347992cb9ad7269f6c7f
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2020-06-17 19:13:09 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2020-06-17 19:14:14 +0000

    profiles: Add curl to MISC-FREE license group.
    
    Bug: https://bugs.gentoo.org/728522
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 8 Anthony Basile gentoo-dev 2020-06-18 16:39:13 UTC
(In reply to Larry the Git Cow from comment #7)
> The bug has been referenced in the following commit(s):
> 
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=29ec427579005b2e0a1b347992cb9ad7269f6c7f
> 
> commit 29ec427579005b2e0a1b347992cb9ad7269f6c7f
> Author:     Ulrich Müller <ulm@gentoo.org>
> AuthorDate: 2020-06-17 19:13:09 +0000
> Commit:     Ulrich Müller <ulm@gentoo.org>
> CommitDate: 2020-06-17 19:14:14 +0000
> 
>     profiles: Add curl to MISC-FREE license group.
>     
>     Bug: https://bugs.gentoo.org/728522
>     Signed-off-by: Ulrich Müller <ulm@gentoo.org>
> 
>  profiles/license_groups | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

thanks ulm.  I forgot about the license groups.