> I think the gdbserver ones should be updated as well: > > $ grep "\"Copyright " * -rn > gdbserver/server.c:1258: "Copyright (C) 2007 Free Software Foundation, Inc.\n" > gdbserver/gdbreplay.c:398: "Copyright (C) 2008 Free Software Foundation, Inc.\n" > top.c:1125: fprintf_filtered (stream, "Copyright (C) 2009 Free Software Foundation, Inc.\n"); Right you are. Fixed thusly: 2009-01-06 Joel Brobecker * gdbreplay.c (gdbreplay_version): Update copyright year. * server.c (gdbserver_version): Likewise. A patch to gdbint.texinfo is on the way... -- Joel