diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-01-03 05:57:49 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-01-03 05:57:49 +0000 |
commit | 74d75581a61c1f96fe0646660eda0f2ef3a65433 (patch) | |
tree | 63686d177a91c902f65461ea246f91975ce4f98d /gdb/cli | |
parent | bb09a377b930d0386f37f9534878e304e6435470 (diff) | |
download | gdb-74d75581a61c1f96fe0646660eda0f2ef3a65433.tar.gz |
Updated copyright notices for most files.
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-cmds.c | 2 | ||||
-rw-r--r-- | gdb/cli/cli-cmds.h | 2 | ||||
-rw-r--r-- | gdb/cli/cli-decode.c | 2 | ||||
-rw-r--r-- | gdb/cli/cli-decode.h | 4 | ||||
-rw-r--r-- | gdb/cli/cli-dump.c | 2 | ||||
-rw-r--r-- | gdb/cli/cli-dump.h | 2 | ||||
-rw-r--r-- | gdb/cli/cli-interp.c | 2 | ||||
-rw-r--r-- | gdb/cli/cli-logging.c | 2 | ||||
-rw-r--r-- | gdb/cli/cli-script.c | 4 | ||||
-rw-r--r-- | gdb/cli/cli-script.h | 2 | ||||
-rw-r--r-- | gdb/cli/cli-setshow.c | 2 | ||||
-rw-r--r-- | gdb/cli/cli-setshow.h | 2 |
12 files changed, 14 insertions, 14 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 21a64a0e951..de35e1a3b05 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 + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 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 f79ddbe826f..5b089361af7 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 Free Software Foundation, Inc. + Copyright (c) 2000,2006,2007,2008,2009 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 f1ef6807d47..b4bc8cf1056 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 Free Software Foundation, Inc. + 2008, 2009 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 9d27f0f73f5..56ea9bf1e8f 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -1,6 +1,6 @@ /* Header file for GDB command decoding library. - Copyright (c) 2000, 2003, 2007, 2008 Free Software Foundation, Inc. + Copyright (c) 2000, 2003, 2007, 2008, 2009 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 @@ -129,7 +129,7 @@ struct cmd_list_element /* Hook for another command to be executed after this command. */ struct cmd_list_element *hook_post; - /* Flag that specifies if this command is already running it's hook. */ + /* Flag that specifies if this command is already running its hook. */ /* Prevents the possibility of hook recursion. */ int hook_in; diff --git a/gdb/cli/cli-dump.c b/gdb/cli/cli-dump.c index d5dbc972df9..ee29f2a77dc 100644 --- a/gdb/cli/cli-dump.c +++ b/gdb/cli/cli-dump.c @@ -1,6 +1,6 @@ /* Dump-to-file commands, for GDB, the GNU debugger. - Copyright (c) 2002, 2005, 2007, 2008 Free Software Foundation, Inc. + Copyright (c) 2002, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/gdb/cli/cli-dump.h b/gdb/cli/cli-dump.h index 8c42aafc559..09ca58e0129 100644 --- a/gdb/cli/cli-dump.h +++ b/gdb/cli/cli-dump.h @@ -1,6 +1,6 @@ /* Dump-to-file commands, for GDB, the GNU debugger. - Copyright (c) 2001, 2005, 2007, 2008 Free Software Foundation, Inc. + Copyright (c) 2001, 2005, 2007, 2008, 2009 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 34a48cb8d75..91092ed4e85 100644 --- a/gdb/cli/cli-interp.c +++ b/gdb/cli/cli-interp.c @@ -1,6 +1,6 @@ /* CLI Definitions for GDB, the GNU debugger. - Copyright (c) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + Copyright (c) 2002, 2003, 2007, 2008, 2009 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 1e941b13d8e..4e7b65577ba 100644 --- a/gdb/cli/cli-logging.c +++ b/gdb/cli/cli-logging.c @@ -1,6 +1,6 @@ /* Command-line output logging for GDB, the GNU debugger. - Copyright (c) 2003, 2004, 2007, 2008 Free Software Foundation, Inc. + Copyright (c) 2003, 2004, 2007, 2008, 2009 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 e65c29e74aa..835d29ca2bd 100644 --- a/gdb/cli/cli-script.c +++ b/gdb/cli/cli-script.c @@ -1,8 +1,8 @@ /* GDB CLI command scripting. Copyright (c) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 - Free Software Foundation, Inc. + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, + 2009 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 50ec1e1f214..dafd3da8fc8 100644 --- a/gdb/cli/cli-script.h +++ b/gdb/cli/cli-script.h @@ -1,5 +1,5 @@ /* Header file for GDB CLI command implementation library. - Copyright (c) 2000, 2002, 2007, 2008 Free Software Foundation, Inc. + Copyright (c) 2000, 2002, 2007, 2008, 2009 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 c5f86fed680..be0581de85f 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 + Copyright (c) 2000, 2001, 2002, 2003, 2007, 2008, 2009 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 c80c36f2f81..0fedde77e32 100644 --- a/gdb/cli/cli-setshow.h +++ b/gdb/cli/cli-setshow.h @@ -1,5 +1,5 @@ /* Header file for GDB CLI set and show commands implementation. - Copyright (c) 2000, 2001, 2007, 2008 Free Software Foundation, Inc. + Copyright (c) 2000, 2001, 2007, 2008, 2009 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 |