Simon Josefsson <simon <at> josefsson.org> writes: > Most likely a problem I introduced at some point which has been > cut'n'pasted a few time since then...
Nice catch. > build-aux/gnupload | 4 ++-- This is synced from automake; the fix needs to be pushed upstream to remain persistent. > +++ b/build-aux/gnupload > @@ -1,9 +1,9 @@ > #!/bin/sh > # Sign files and upload them. > > -scriptversion=2009-12-21.21; # UTC > +scriptversion=2010-01-27.15; # UTC > > -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation > +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. That, and this created a long line. Wouldn't it be better to rerun the update- copyright script, to get nice line wrapping again? > +++ b/tests/test-arcfour.c > @@ -1,5 +1,5 @@ > /* > - * Copyright (C) 2005 Free Software Foundation > + * Copyright (C) 2005, 2010 Free Software Foundation, Inc. It's kind of late now, but all of these files missed Jim's global 2009 update. I guess it's not worth rectifying, though. > +++ b/tests/test-count-one-bits.c > @@ -1,5 +1,5 @@ > /* > - * Copyright (C) 2007-2009 Free Software Foundation > + * Copyright (C) 2007-2009, 2010 Free Software Foundation, Inc. Another reason to run the update-copyright script - this should either be: 2007, 2008, 2009, 2010 or: 2007-2010 but not the hybrid mix. -- Eric Blake