diff options
author | Daniel Jacobowitz <dan@debian.org> | 2007-01-09 17:59:20 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2007-01-09 17:59:20 +0000 |
commit | 3a8345ebaa6ff734d6b36ea3aa5c74e1e7d8f877 (patch) | |
tree | 0298fe0674f8250eb99aa6a65b2235bc569c4688 /gdb/objfiles.c | |
parent | 97f35e0b9c9ce6b2fb5c0861244e5526a16e28a3 (diff) | |
download | gdb-3a8345ebaa6ff734d6b36ea3aa5c74e1e7d8f877.tar.gz |
Copyright updates for 2007.
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index a3af5a41f14..64b2ecc18a1 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -1,7 +1,7 @@ /* GDB routines for manipulating objfiles. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, + 2002, 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by Cygnus Support, using pieces from other GDB modules. |