>>>> "Simon" == Simon Odou
<simon(a)lrde.epita.fr> writes:
| Index: tools/copyrightify
| --- tools/copyrightify (revision 0)
| +++ tools/copyrightify (revision 0)
| @@ -0,0 +1,86 @@
| +#!/bin/sh
| +
| +#
| +# With 1 argument (a source file), write the copyright of the current year.
| +# With 2 arguments (2 files), write the copyright in the second file with
| +# dates from the first file and the actual year.
------
You probably meant ``current'' year, didn't you?