[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: license: comma or semicolon?
From: |
Bernhard Voelker |
Subject: |
Re: license: comma or semicolon? |
Date: |
Tue, 18 Jan 2022 09:59:16 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 |
On 1/18/22 00:08, Dmitry V. Levin wrote:
> On Tue, Jan 04, 2022 at 12:28:34AM +0100, Bernhard Voelker wrote:
>> 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.
>
> Just for the record, I've applied the following patch to GNU config
> in your name about two weeks ago:
> https://git.savannah.gnu.org/cgit/config.git/commit/?id=03087cbd5161db0ff94e578b02d318d0bba2742d
Sure, thanks for taking that to the upstream project.
Have a nice day,
Berny
Re: license: comma or semicolon?, Alfred M. Szmidt, 2022/01/05