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
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
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