summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/dwarf2read.c2
-rw-r--r--gdb/remote-fileio.c2
-rw-r--r--gdb/remote.h2
4 files changed, 8 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4a42c209e1c..44450106084 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 6f743251510..d0e3a73d49d 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 e94b4282cd7..7056a34e51b 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 c457fc6a489..ee34f63d529 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.