diff options
author | Joel Brobecker <brobecker@adacore.com> | 2009-01-14 10:53:04 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2009-01-14 10:53:04 +0000 |
commit | 4eff98a240c8f061c060eb3d90f867732d0c3dc8 (patch) | |
tree | 49fc4221b0415427672e46e9a98ca4251cfeadf5 /include/gdb/signals.h | |
parent | 8c3efc4901fb372caa0831bc7745acf80587750b (diff) | |
download | cygnal-4eff98a240c8f061c060eb3d90f867732d0c3dc8.tar.gz cygnal-4eff98a240c8f061c060eb3d90f867732d0c3dc8.tar.bz2 cygnal-4eff98a240c8f061c060eb3d90f867732d0c3dc8.zip |
Update the copyright notice of some of the files I missed
in the previous copyright update.
Diffstat (limited to 'include/gdb/signals.h')
-rw-r--r-- | include/gdb/signals.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gdb/signals.h b/include/gdb/signals.h index 3a0f89e7d..1074294ba 100644 --- a/include/gdb/signals.h +++ b/include/gdb/signals.h @@ -1,6 +1,7 @@ /* Target signal numbers for GDB and the GDB remote protocol. Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. + 1998, 1999, 2000, 2001, 2002, 2007, 2008, 2009 + Free Software Foundation, Inc. This file is part of GDB. |