summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/darwin-nat-info.c2
-rw-r--r--gdb/dbxread.c2
-rw-r--r--gdb/gdbarch.c4
-rw-r--r--gdb/gdbarch.h4
-rwxr-xr-xgdb/gdbarch.sh4
-rw-r--r--gdb/inline-frame.c2
-rw-r--r--gdb/inline-frame.h2
7 files changed, 10 insertions, 10 deletions
diff --git a/gdb/darwin-nat-info.c b/gdb/darwin-nat-info.c
index 60f2e452e7c..1ec64b02d52 100644
--- a/gdb/darwin-nat-info.c
+++ b/gdb/darwin-nat-info.c
@@ -1,5 +1,5 @@
/* Darwin support for GDB, the GNU debugger.
- Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2008
+ Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2008, 2009
Free Software Foundation, Inc.
Contributed by Apple Computer, Inc.
diff --git a/gdb/dbxread.c b/gdb/dbxread.c
index 7cb016ddfed..d5c7ff5f137 100644
--- a/gdb/dbxread.c
+++ b/gdb/dbxread.c
@@ -1,6 +1,6 @@
/* Read dbx symbol tables and convert to internal format, for GDB.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
- 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2008.
+ 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009.
Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c
index 363d003971c..3680dc441b4 100644
--- a/gdb/gdbarch.c
+++ b/gdb/gdbarch.c
@@ -2,8 +2,8 @@
/* Dynamic architecture support for GDB, the GNU debugger.
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
- Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index df42828306d..d392ece7446 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -2,8 +2,8 @@
/* Dynamic architecture support for GDB, the GNU debugger.
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
- Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index 7491cf5884c..b34b27b981c 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -811,8 +811,8 @@ cat <<EOF
/* Dynamic architecture support for GDB, the GNU debugger.
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
- Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/inline-frame.c b/gdb/inline-frame.c
index 0e6dae323fd..9af88f44159 100644
--- a/gdb/inline-frame.c
+++ b/gdb/inline-frame.c
@@ -1,6 +1,6 @@
/* Inline frame unwinder for GDB.
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/inline-frame.h b/gdb/inline-frame.h
index 210d6c3e7b8..daf20cabcd3 100644
--- a/gdb/inline-frame.h
+++ b/gdb/inline-frame.h
@@ -1,6 +1,6 @@
/* Definitions for inline frame support.
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.