From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [rfc] New file src/gdb/gdb.h Date: Fri, 27 Jul 2001 10:36:00 -0000 Message-id: <3B61A645.7080504@cygnus.com> References: <3B60D9D8.1020902@cygnus.com> <2110-Fri27Jul2001115103+0300-eliz@is.elta.co.il> X-SW-Source: 2001-07/msg00677.html >> Date: Thu, 26 Jul 2001 23:02:48 -0400 >> From: Andrew Cagney >> >> This patch moves the ``libgdb'' library declarations to a separate file >> - gdb.h. > > [...] > >> *** /dev/null Tue May 5 13:32:27 1998 >> --- gdb.h Thu Jul 26 19:59:03 2001 >> *************** >> *** 0 **** >> --- 1,60 ---- >> + /* Library interface into GDB. >> + Copyright 1999, 2001 >> + Free Software Foundation, Inc. > > > I think it's wrong to have years in the copyright notice that predate > the file's creation. This might confuse someone in the future. The ``text'' is definitly (C) 1999, 2001. It is just the location that changed. In fact, if I make zero changes (I deleted some #ifdef's) I can make it ``(C) 1999'' only :-) However, apart from that, I don't know. Andrew