bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: copyright statement


From: Simon Josefsson
Subject: Re: copyright statement
Date: Wed, 27 Jan 2010 17:18:38 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

Jim Meyering <address@hidden> writes:

> Jim Meyering wrote:
>>
>> I've changed the hybrids to be a simple range:
>>
>> git grep -l -E '[0-9]{4}   *Free Software F' \
>>   | xargs perl -pi -e 's/-2009, 2010 +(Free Software)/-2010 $1/'
>>
>> And also changed the two spaces before "Free Software..." to one:
>>
>> grep -l -E '[0-9]{4}   *Free Software F' \
>>   | xargs perl -pi -e 's/  +(Free Software)/ $1/'
>
> Ha!
> Simon beat me to it with the first part, so this makes
> only the latter change:

Thanks.  Sorry about the git racing :-)

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]