diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-01-17 14:47:31 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-01-17 14:47:31 +0000 |
commit | 939b2b425df67a530038614d9e4655152391b556 (patch) | |
tree | 430616bd578643046fbef0bc05d9bb27963b29a1 /gdb | |
parent | 891d2f0bc09fc0343fa8f2e28db8c7182e17b385 (diff) | |
download | gdb-939b2b425df67a530038614d9e4655152391b556.zip gdb-939b2b425df67a530038614d9e4655152391b556.tar.gz gdb-939b2b425df67a530038614d9e4655152391b556.tar.bz2 |
* dwarf2read.c, remote-fileio.c, remote.h: Update copyright
notices.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/dwarf2read.c | 2 | ||||
-rw-r--r-- | gdb/remote-fileio.c | 2 | ||||
-rw-r--r-- | gdb/remote.h | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4a42c20..4445010 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com> + * dwarf2read.c, remote-fileio.c, remote.h: Update copyright + notices. + +2006-01-17 Daniel Jacobowitz <dan@codesourcery.com> + * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length) (read_offset): Change BYTES_READ argument to unsigned int. (dwarf2_build_psymtabs_easy, read_comp_unit_head) diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 6f74325..d0e3a73 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -1,7 +1,7 @@ /* DWARF 2 debugging format support for GDB. Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005 + 2004, 2005, 2006 Free Software Foundation, Inc. Adapted by Gary Funck (gary@intrepid.com), Intrepid Technology, diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c index e94b428..7056a34 100644 --- a/gdb/remote-fileio.c +++ b/gdb/remote-fileio.c @@ -1,6 +1,6 @@ /* Remote File-I/O communications - Copyright (C) 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/remote.h b/gdb/remote.h index c457fc6..ee34f63 100644 --- a/gdb/remote.h +++ b/gdb/remote.h @@ -1,5 +1,5 @@ /* Remote target communications for serial-line targets in custom GDB protocol - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GDB. |