From nobody Fri Dec 17 13:42:49 2021 X-Original-To: dev-commits-src-all@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 1646A1905784; Fri, 17 Dec 2021 13:43:16 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f54.google.com (mail-io1-f54.google.com [209.85.166.54]) (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 4JFqtr07M1z3LY2; Fri, 17 Dec 2021 13:43:16 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f54.google.com with SMTP id e128so3010464iof.1; Fri, 17 Dec 2021 05:43:15 -0800 (PST) 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=PXkBc1MGzTQ3w2YOIYyWG6yg91bSz5g1rAluAGVuoMw=; b=lnv1MAYonGyYiu8A+iF+QXEoNRxXSVcCknEU1/Vd68KF5Y76tqSPCUW4atlLAROBed dAYPfmW5DRyNCz8nC0VzUfuI/GftQmJVAL/5LTQ1csF/zUNkx94c3YZ3qX0U1c/no//V m3lIl3aEVBXDBfrjCENuW4DdAzoAfQB5kyiehj+F/7KNzTMhMnpPWlowHg2ZeTjyDbY/ huBkW0YPYPFn5dlwEE7biqdM/fn+KJN1URT1klVIg3DfQQTlYKTKM84EHP7ZEZBAlYPE Q5vqwaPzkFIYgNsmi7C7Z+2oGBAM23HOASVUSQt9AqC9J5/RMXbE6NjvO3mIwZYFQLoe PNcg== X-Gm-Message-State: AOAM530zKHIkbzEdlXbhmMAaQUbT4K7IGAKI267nS7pEUAz/2/2c6KpE vP/7cRqAuK2aaeAGTBfjv4keFMuJYb5L+omPMfnWDTLN X-Google-Smtp-Source: ABdhPJyOT3xYwRQGONtto4YT/PM4xC6JxzwhkBDic0oTAcdUM7BJLuE5nvgOqn22P4uU+SmvDuCGbY+GzD5WgJX9Qe4= X-Received: by 2002:a05:6638:4093:: with SMTP id m19mr1826838jam.171.1639748587801; Fri, 17 Dec 2021 05:43:07 -0800 (PST) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 References: <202112170046.1BH0kB19002331@gitrepo.freebsd.org> <20211217101220.rme3p4s7cxdphih3@aniel.nours.eu> In-Reply-To: <20211217101220.rme3p4s7cxdphih3@aniel.nours.eu> From: Ed Maste Date: Fri, 17 Dec 2021 08:42:49 -0500 Message-ID: Subject: Re: git: 30780c3f584a - stable/13 - README.md: correct GPL expansion To: Baptiste Daroussin Cc: src-committers , "" , dev-commits-src-branches@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4JFqtr07M1z3LY2 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Fri, 17 Dec 2021 at 05:12, Baptiste Daroussin wrote: > > > -gnu Various commands and libraries under the GNU Public License. > > - Please see gnu/COPYING* for more information. > > +gnu Various commands and libraries under the GNU General Public > > + License. Please see gnu/COPYING* for more information. > > Which is wrong ;) > > There no library left under the GNU general public license, only one under LGPL > which will be soon gone. > > As for the commands, various is now a bit overrated, only diff3 is under GPL Good point, in main right now we have LGPL dialog and libdialog, and GPL diff3, with additional ones in the stable branches.