This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add license header in gdb.trace/*.c


On 03/24/2013 11:02 AM, Yao Qi wrote:
> Hi,
> When I am working on the CTF patches, I find some test case *.c in
> gdb.trace don't have the license header.  This patch is to add a
> copyright header for them.  The starting year of the range is got from
> the time the file appeared in the CVS for the first time.  Some files
> may predate the CVS repository, but I didn't check the GDB ancient
> release tar ball about the accurate time these files added into GDB.

I looked at the ancient releases, but there's no need to, actually -- we
have the info right in the testsuite/ChangeLog file:

Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
    ^^^^^^^^^^^^^^^^^^^^
        * config/m68k-emc.exp: New file.
        * lib/<emc-support.exp trace-support.exp}: New files.
        * configure.in: add new test directory gdb.trace.
        * gdb.trace/{configure configure.in Makefile.in}: New files.
        * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
                     ^^^^^^^^^
        * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
                     ^^^^^^
        * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
                     ^^^^^^^^^^^^
        * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
        * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
        * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
        * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.

> Regression tested on native and gdbserver.  Is it OK?

OK with 1998 instead of 1999.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]