Copyright headers in libgfortran
Paul Brook
paul@codesourcery.com
Fri Apr 23 23:45:00 GMT 2004
On Wednesday 21 April 2004 18:01, Scott Robert Ladd wrote:
> Tobias Schlüter wrote:
> > Hi,
> >
> > while familiarizing myself with the compiler sources, I spotted this:
> > all files in libgfortran/io and some in libgfortran/runtime give their
> > copyright years as "2002-2003". This is both not according to the coding
> > standards, which require "2002, 2003", and it is not accurate as Bud
> > changed most of these file in 2004.
> >
> > I will prepare a patch once my copyright assignment is through, unless
> > someone else fixes it first.
>
> Should all of these be changed to "2002, 2003, 2004"?
Yes. Patches to do this class as "obvious".
> I've asked before about "cosmetic" patches -- we have some problems with
> mixed tabs and spaces, for example. I'm willing to do this quickly, if
> no one objects.
I don't really think it's worth the churn just to correct spaces vs tabs in
existing code, though I could be persuaded if someone feels strongly. We're
definitely no worse than the rest of gcc in this respect.
If you are making big whitespace changes you'd also want to trim trailing
whitespace, and ensure the correct number of blank lines between functions.
We may as well get all the formatting mess out the way at once.
Paul
More information about the Fortran
mailing list