Re: [PATCH] contrib: add contrib to update-copyright.py script

2022-12-28 Thread Martin Liška
On 12/14/22 14:13, Jakub Jelinek wrote: > s/Filder/Filter/g ? Yep. Pushed with the fix as there hasn't been any comments on this. Martin

Re: [PATCH] contrib: add contrib to update-copyright.py script

2022-12-14 Thread Jakub Jelinek via Gcc-patches
On Wed, Dec 14, 2022 at 02:10:32PM +0100, Martin Liška wrote: > +class ContribFilder(GenericFilter): s/Filder/Filter/g ? > +def __init__ (self): > +GenericFilter.__init__ (self) > + > +self.skip_files |= set ([ > +# A different copyrights. > +'u

[PATCH] contrib: add contrib to update-copyright.py script

2022-12-14 Thread Martin Liška
Hi. I would like to automatically update copyright in contrib folder. The updated version of copyright can be seen in attachment and can be done at the beginning of the next year. Thoughts? Cheers, Martin contrib/ChangeLog: * update-copyright.py: Add contrib folder. --- contrib/update