aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-01 07:32:07 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-01 07:32:07 +0000
commit4c38e0a4fcb69f8586d8db0b9cdb8dbab5980811 (patch)
tree7d90eb7a52e3bcf95ca93628b3dac6e7f8de9447 /gdb/cli
parent6479260d11c8f24a33cea6d0c79778a6beae1f9d (diff)
downloadfsf-binutils-gdb-4c38e0a4fcb69f8586d8db0b9cdb8dbab5980811.zip
fsf-binutils-gdb-4c38e0a4fcb69f8586d8db0b9cdb8dbab5980811.tar.gz
fsf-binutils-gdb-4c38e0a4fcb69f8586d8db0b9cdb8dbab5980811.tar.bz2
Update copyright year in most headers.
Automatic update by copyright.sh.
Diffstat (limited to 'gdb/cli')
-rw-r--r--gdb/cli/cli-cmds.c2
-rw-r--r--gdb/cli/cli-cmds.h2
-rw-r--r--gdb/cli/cli-decode.c2
-rw-r--r--gdb/cli/cli-decode.h3
-rw-r--r--gdb/cli/cli-dump.c3
-rw-r--r--gdb/cli/cli-dump.h3
-rw-r--r--gdb/cli/cli-interp.c3
-rw-r--r--gdb/cli/cli-logging.c3
-rw-r--r--gdb/cli/cli-script.c2
-rw-r--r--gdb/cli/cli-script.h3
-rw-r--r--gdb/cli/cli-setshow.c2
-rw-r--r--gdb/cli/cli-setshow.h3
12 files changed, 19 insertions, 12 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c
index 865623b..33f8d4b 100644
--- a/gdb/cli/cli-cmds.c
+++ b/gdb/cli/cli-cmds.c
@@ -1,6 +1,6 @@
/* GDB CLI commands.
- Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/cli/cli-cmds.h b/gdb/cli/cli-cmds.h
index 3260fe8..14f539e 100644
--- a/gdb/cli/cli-cmds.h
+++ b/gdb/cli/cli-cmds.h
@@ -1,5 +1,5 @@
/* Header file for GDB CLI command implementation library.
- Copyright (c) 2000,2006,2007,2008,2009 Free Software Foundation, Inc.
+ Copyright (c) 2000,2006,2007,2008,2009,2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c
index 41328ff..de261fa 100644
--- a/gdb/cli/cli-decode.c
+++ b/gdb/cli/cli-decode.c
@@ -1,7 +1,7 @@
/* Handle lists of commands, their decoding and documentation, for GDB.
Copyright (c) 1986, 1989, 1990, 1991, 1998, 2000, 2001, 2002, 2004, 2007,
- 2008, 2009 Free Software Foundation, Inc.
+ 2008, 2009, 2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h
index b6475e0..2764d41 100644
--- a/gdb/cli/cli-decode.h
+++ b/gdb/cli/cli-decode.h
@@ -1,6 +1,7 @@
/* Header file for GDB command decoding library.
- Copyright (c) 2000, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (c) 2000, 2003, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gdb/cli/cli-dump.c b/gdb/cli/cli-dump.c
index 5072b29..bce42f3 100644
--- a/gdb/cli/cli-dump.c
+++ b/gdb/cli/cli-dump.c
@@ -1,6 +1,7 @@
/* Dump-to-file commands, for GDB, the GNU debugger.
- Copyright (c) 2002, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (c) 2002, 2005, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/gdb/cli/cli-dump.h b/gdb/cli/cli-dump.h
index 09ca58e..92cef25 100644
--- a/gdb/cli/cli-dump.h
+++ b/gdb/cli/cli-dump.h
@@ -1,6 +1,7 @@
/* Dump-to-file commands, for GDB, the GNU debugger.
- Copyright (c) 2001, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (c) 2001, 2005, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/cli/cli-interp.c b/gdb/cli/cli-interp.c
index 91092ed..7ed465c 100644
--- a/gdb/cli/cli-interp.c
+++ b/gdb/cli/cli-interp.c
@@ -1,6 +1,7 @@
/* CLI Definitions for GDB, the GNU debugger.
- Copyright (c) 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (c) 2002, 2003, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/cli/cli-logging.c b/gdb/cli/cli-logging.c
index bafc913..bb58c3b 100644
--- a/gdb/cli/cli-logging.c
+++ b/gdb/cli/cli-logging.c
@@ -1,6 +1,7 @@
/* Command-line output logging for GDB, the GNU debugger.
- Copyright (c) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (c) 2003, 2004, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/cli/cli-script.c b/gdb/cli/cli-script.c
index 0f8f393..4509cfc 100644
--- a/gdb/cli/cli-script.c
+++ b/gdb/cli/cli-script.c
@@ -2,7 +2,7 @@
Copyright (c) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008,
- 2009 Free Software Foundation, Inc.
+ 2009, 2010 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/cli/cli-script.h b/gdb/cli/cli-script.h
index c65223f..b051a17 100644
--- a/gdb/cli/cli-script.h
+++ b/gdb/cli/cli-script.h
@@ -1,5 +1,6 @@
/* Header file for GDB CLI command implementation library.
- Copyright (c) 2000, 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (c) 2000, 2002, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gdb/cli/cli-setshow.c b/gdb/cli/cli-setshow.c
index ab422a4..c1dafb4 100644
--- a/gdb/cli/cli-setshow.c
+++ b/gdb/cli/cli-setshow.c
@@ -1,6 +1,6 @@
/* Handle set and show GDB commands.
- Copyright (c) 2000, 2001, 2002, 2003, 2007, 2008, 2009
+ Copyright (c) 2000, 2001, 2002, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/gdb/cli/cli-setshow.h b/gdb/cli/cli-setshow.h
index 0fedde7..b168ff8 100644
--- a/gdb/cli/cli-setshow.h
+++ b/gdb/cli/cli-setshow.h
@@ -1,5 +1,6 @@
/* Header file for GDB CLI set and show commands implementation.
- Copyright (c) 2000, 2001, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (c) 2000, 2001, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by