[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: license: comma or semicolon?
From: |
Mike Frysinger |
Subject: |
Re: license: comma or semicolon? |
Date: |
Tue, 4 Jan 2022 15:56:30 -0500 |
On 04 Jan 2022 00:28, Bernhard Voelker wrote:
> On 1/3/22 01:17, Mike Frysinger wrote:
> > according to gnu.org, it should be a comma.
> > https://www.gnu.org/licenses/gpl-3.0.html#howto
>
> The attached would change it, and shows how the change was done:
>
> Subject: [PATCH] license: fix GPLv3 texts to use a comma instead of
> semicolon.
>
> See: https://www.gnu.org/licenses/gpl-3.0.html#howto
> Run:
> $ git grep -l 'Foundation; either version 3' \
> | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/'
>
> * All files using GPLv3: Adjust via the above command.
>
> I'm reluctant because that will most probably also change files auto-updated
> from other projects.
the situation sucks, and Bruno's right that it shouldn't matter, but i agree
with your point about trying to make it work better for automated checking.
seems unlikely the FSF will adopt SPDX.
-mike
signature.asc
Description: PGP signature
Re: license: comma or semicolon?, Alfred M. Szmidt, 2022/01/05