From nobody Sat Dec 18 17:52:16 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5A58118E7E87 for ; Sat, 18 Dec 2021 17:52:27 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-ua1-x92d.google.com (mail-ua1-x92d.google.com [IPv6:2607:f8b0:4864:20::92d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JGYMv0fdzz4dNB for ; Sat, 18 Dec 2021 17:52:27 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-ua1-x92d.google.com with SMTP id y23so10239500uay.7 for ; Sat, 18 Dec 2021 09:52:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=o2VFPKFLhTGeJp7snuAAgqgW3oSjN8v4jkbul0ZK9xg=; b=owyc9yVgWcfM95kA+ZYNfw5bl9jqfssUfUDYFq/U7Wh44SLBP0cYllwQZCidBe7Jtx PvpeT1T7buPzVP93DtNp98sZeljBJMm6Ldxh2GI+P0n/2MLv6cHLVXLme5pl/Eyraqo8 8lbfaPRNugNbDZfciKiMtvct11LxSqaM1HC8o7f2q4K4Uj9ai/4eEJ3ugG4FVYzAkMWm LDJOo9sDnHUn4QW4YI0sIw14wdXUe7dV3kOXONi0kplMJksZlPRc7/OfikwTxGAqvNTc qFJQf6OpcbRk1mB6ws3CA5qEr+Oi46vP+fa6tG4l36t+rJI1/mcrWOTrGNgCV2FHdg6A 1fsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=o2VFPKFLhTGeJp7snuAAgqgW3oSjN8v4jkbul0ZK9xg=; b=Q3W0sr5yF30Zn2MkfNBQe/GhrM4veSClhPknLhjEOgYNqBejD2dz4ICLNE4gFC9Lew ponSfnJjCyIyla2uqGuT9uonutVuXmQ5VeR3rKswC1H+WhRV/bh0nwuqSzv+91yP1+/X ravT9uFlCdI2tQEJr4MXiJgJgAqJ9hi43UGUuGfMAdn0WLJaXUfqlPQW7srScOxKqtEn BlpTCFgmApsi8kRqGACC3pxjtip+K7t2zOYbrk7ABerTy+KDzvjwJm79KEdY9n6hcSSw XYGhXIAPxCB26l3W4i3GoMod2S9EPgEd3nlfi/FFTl+SaqvI0PLvlOZaA8iV7oYWsXso eIIQ== X-Gm-Message-State: AOAM531f1Noaeq2Cy3+ZdX5vOcJDyH+28N933a9AW66T4iC5YbYCs5XS PZlH6RJUHDwhmDJOsmWtTIQq8/TMlbSIv9paE6wfSbx+znl9ZQ== X-Google-Smtp-Source: ABdhPJzEW/hE2M8lWnDDSUAawjWvhinwAG1ukjZBAUhhhdyFXToq4IYbYiK25iw5fiYZ8FydkfvLWzhP21HyPRtBJ14= X-Received: by 2002:a9f:2383:: with SMTP id 3mr2840565uao.77.1639849946500; Sat, 18 Dec 2021 09:52:26 -0800 (PST) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Warner Losh Date: Sat, 18 Dec 2021 10:52:16 -0700 Message-ID: Subject: Re: git: 30780c3f584a - stable/13 - README.md: correct GPL expansion To: Ed Maste Cc: Mark Millard , Baptiste Daroussin , freebsd-current , FreeBSD-STABLE Mailing List Content-Type: multipart/alternative; boundary="0000000000008be76505d36f5181" X-Rspamd-Queue-Id: 4JGYMv0fdzz4dNB X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N --0000000000008be76505d36f5181 Content-Type: text/plain; charset="UTF-8" On Sat, Dec 18, 2021, 10:31 AM Ed Maste wrote: > On Fri, 17 Dec 2021 at 11:09, Mark Millard wrote: > > > > I'm confused, beyond just LGPL claims in the (fairly > > current) source code, but GPL more generally: > > > > # grep -rl "SPDX.*GPL" /usr/main-src/ > > You need to exclude the ones with SPDX tags like: > SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 > > but also note that this text in README.md is just documenting the > top-level gnu/ subdirectory. > Yes. Readme.md has never been a comprehensive guide to license compliance. I'm working on revamping the project's license policies to be more in line with current industry practices. Warner > --0000000000008be76505d36f5181 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Sat, Dec 18, 2021, 10:31 AM Ed Maste <emaste@freebsd.org> wrote:
On Fri, 17 Dec 2021 at 11:09, Mark Millard <<= a href=3D"mailto:marklmi@yahoo.com" target=3D"_blank" rel=3D"noreferrer">ma= rklmi@yahoo.com> wrote:
>
> I'm confused, beyond just LGPL claims in the (fairly
> current) source code, but GPL more generally:
>
> # grep -rl "SPDX.*GPL" /usr/main-src/

You need to exclude the ones with SPDX tags like:
SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0

but also note that this text in README.md is just documenting the
top-level gnu/ subdirectory.
=

Yes. Readme.md has = never been a comprehensive guide to license compliance. I'm working on = revamping the project's license policies to be more in line with curren= t industry practices.

Wa= rner
--0000000000008be76505d36f5181--