From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) by sourceware.org (Postfix) with ESMTPS id 703BA3858D38 for ; Wed, 12 Oct 2022 22:28:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 703BA3858D38 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id iYeXoc3vbSp39ikDMoquUG; Wed, 12 Oct 2022 22:28:36 +0000 Received: from [10.0.0.5] ([184.64.124.72]) by cmsmtp with ESMTP id ikDMoeStRzeTTikDMoZV6V; Wed, 12 Oct 2022 22:28:36 +0000 X-Authority-Analysis: v=2.4 cv=EY/b/dqC c=1 sm=1 tr=0 ts=63473f94 a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=IkcTkHD0fZMA:10 a=wECf3xPYAAAA:8 a=sX5r9uK9P7PLx0YTxkkA:9 a=QEXdDO2ut3YA:10 a=ccNonjl4-tybilS9-zgM:22 Message-ID: Date: Wed, 12 Oct 2022 16:28:36 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.1 To: cygwin-apps@cygwin.com References: <20221012185943.kucwn4xij7ray7d4@lucy.dinwoodie.org> Subject: Re: LICENSE values for non-standard OSS licenses Reply-To: cygwin-apps@cygwin.com Content-Language: en-CA From: Brian Inglis Organization: Systematic Software In-Reply-To: <20221012185943.kucwn4xij7ray7d4@lucy.dinwoodie.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfHM6THmvo3PupXtjRGUQh0Q6dxEJNFupJJ3ziAcPKCuYjki6Tr7lcrYG8A08A/5BeX9Sc5wmTrsexDHfhkbM3ozLefpFD6NFmrAyvQlsJSlnWFTQglgh KzICHcnfeGkycCxfOdQheTwClWBWWGJis9ulfOXZsvl9KmMIUrB3b8cOFyUF7Qe8/e34stKeC5PVFYyXMrs8n/UWhCwBlNiA4P0= X-Spam-Status: No, score=-1164.3 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2022-10-12 18:59 UTC, Adam Dinwoodie wrote: > On Wed, Oct 12, 2022 at 07:58:56PM +0200, Achim Gratz wrote: >> Adam Dinwoodie writes: >> > ERROR: invalid hints git-filter-repo-2.38.0-1-src.hint >> > ERROR: package 'git-filter-repo': errors in license expression: ['Unknown license key(s): LicenseRef-inherit-git, LicenseRef-inherit-libgit2, LicenseRef-inherit-libgit2-examples'] >> > ERROR: errors while parsing hints for package 'git-filter-repo' >> > ERROR: error parsing /sourceware/cygwin-staging/home/Adam Dinwoodie/noarch/release/git-filter-repo/git-filter-repo-2.38.0-1-src.hint >> > ERROR: error while reading uploaded arch noarch packages from maintainer Adam Dinwoodie >> > SUMMARY: 5 ERROR(s) >> > ``` >> > So it looks like the issue is the way I've encoded the non-standard >> > licensing options. "LicenseRef-"(idstring) seems to be the way to >> > encode this sort scenario, per [1] and [2], but that doesn't seem to be >> > acceptable to calm. >> > [1]: https://spdx.github.io/spdx-spec/v2.3/other-licensing-information-detected/ >> > [2]: https://spdx.github.io/spdx-spec/v2.3/SPDX-license-expressions/ >> As it should, since "inherit-git" or any of the other variations doesn't >> seem to be a valid license expression per the above. > I'm trying to use "LicenseRef-inherit-git" and similar, not just > "inherit-git", to be clear. > From https://spdx.github.io/spdx-spec/v2.3/other-licensing-information-detected/ ... > From https://spdx.github.io/spdx-spec/v2.3/SPDX-license-expressions/ ... > > Both of these seem to say that "LicenseRef-inherit-git" and similar is > exactly the way to describe a license that isn't covered by the SPDX > License List, at least unless I'm grossly misunderstanding how > license-ref is defined in the ABNF and/or what the LICENSE value in the > cygport file is supposed to store. >> > Are there any suggestions about how to resolve this? I don't think I >> > can just use the standard license strings: even if we used GPL-2.0-only >> > in place of LicenseRef-inherit-git -- incorrect as that's the license >> > *currently* used by Git, but the license for git-filter-repo explicitly >> > incorporates any future OSS license Git might use -- that still leaves >> > the problem of LicenseRef-inherit-libgit2, which is currently GPL 2.0 >> > with an exception that's not covered by any of the SPDX standard >> > exceptions. >> Well I think you can, the license explicitely says you can chose any of >> them as you see fit, so you can pick one today and another tomorrow if >> you are so inclined. > Yes, that's true. I'm not a fan of making decisions for sub-licensees > that I don't need to make, though; under the same logic, there would be > no need for the "OR" syntax in SPDX at all... AFAICS git uses BSD-3-Clause-Clear, BSL-1.0, GPL-2.0-or-later, LGPL-2.0-or-later, and MIT, where are the exception and inherit-git/libgit2 from? Does your inherit-git/libgit2 refer to "...under the terms of the 'git' package..." statements, and is that kind of reference really required, rather than just taking the reference to be the explicit licences? For custom exceptions, and from SPDX discussion, I think you could use WITH LicenseRef-cygwin-exception-... or similar wording, whatever is currently preferred. -- La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut -- Antoine de Saint-Exupéry