From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Andrew Cagney Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [rfc] New file src/gdb/gdb.h Date: Sat, 28 Jul 2001 12:46:00 -0000 Message-id: <3B631692.1020302@cygnus.com> References: <3B60D9D8.1020902@cygnus.com> <2110-Fri27Jul2001115103+0300-eliz@is.elta.co.il> <3B61A645.7080504@cygnus.com> X-SW-Source: 2001-07/msg00697.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. For the moment I'll leave the file as is (the 5.1 branch is comming through). Once we've heard back from the experts I'll fix things. Andrew