[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: remove copyright from man/*.x ?
From: |
Pádraig Brady |
Subject: |
Re: remove copyright from man/*.x ? |
Date: |
Tue, 18 Aug 2015 13:08:56 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
On 18/08/15 11:33, Bernhard Voelker wrote:
> On 08/18/2015 04:39 PM, Pádraig Brady wrote:
>> I see that `grep -L` is already used in maint.mk, and is widely
>> available as FreeBSD and OS X use GNU grep or a compat replacement.
>
> Even better!
>
>> Therefore it could be simplified to avoid temp files like:
>>
>> awk ... | xargs grep -L 'Copy...' | grep . && { echo err; exit 1; }
>
> Almost - because if "grep ." fails (because all necessary Copyright notices
> are in place), then the SC rule would fail, too.
>
> Attached v2.
+1
thanks,
Pádraig.
- remove copyright from man/*.x ?, Bernhard Voelker, 2015/08/16
- Re: remove copyright from man/*.x ?, Assaf Gordon, 2015/08/16
- Re: remove copyright from man/*.x ?, Bernhard Voelker, 2015/08/16
- Re: remove copyright from man/*.x ?, Jim Meyering, 2015/08/16
- Re: remove copyright from man/*.x ?, Bernhard Voelker, 2015/08/17
- Re: remove copyright from man/*.x ?, Pádraig Brady, 2015/08/18
- Re: remove copyright from man/*.x ?, Bernhard Voelker, 2015/08/18
- Re: remove copyright from man/*.x ?,
Pádraig Brady <=
- Re: remove copyright from man/*.x ?, Bernhard Voelker, 2015/08/18