Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 2021 11:12:20 +0100
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Ed Maste <emaste@FreeBSD.org>
Cc:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   Re: git: 30780c3f584a - stable/13 - README.md: correct GPL expansion
Message-ID:  <20211217101220.rme3p4s7cxdphih3@aniel.nours.eu>
In-Reply-To: <202112170046.1BH0kB19002331@gitrepo.freebsd.org>
References:  <202112170046.1BH0kB19002331@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 17, 2021 at 12:46:11AM +0000, Ed Maste wrote:
> The branch stable/13 has been updated by emaste:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=30780c3f584ae2cb0d6a5f7c1698b248e9a85e78
> 
> commit 30780c3f584ae2cb0d6a5f7c1698b248e9a85e78
> Author:     Fabian Keil <fk@fabiankeil.de>
> AuthorDate: 2021-12-14 21:49:44 +0000
> Commit:     Ed Maste <emaste@FreeBSD.org>
> CommitDate: 2021-12-16 16:27:00 +0000
> 
>     README.md: correct GPL expansion
>     
>     PR:             260404
>     MFC after:      3 days
>     
>     (cherry picked from commit 8b9fe05a49d7cd8079e3364f75fd48b2f53bf696)
> ---
>  README | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/README b/README
> index aad363baf9ea..7b6d20803c97 100644
> --- a/README
> +++ b/README
> @@ -35,8 +35,8 @@ crypto		Cryptography stuff (see crypto/README).
>  
>  etc		Template files for /etc.
>  
> -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

Baptiste



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20211217101220.rme3p4s7cxdphih3>