diff options
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/mi-cmd-break.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-break.h | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-catch.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-disas.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-env.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-file.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-info.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-stack.c | 3 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-target.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-var.c | 3 | ||||
-rw-r--r-- | gdb/mi/mi-cmds.c | 3 | ||||
-rw-r--r-- | gdb/mi/mi-cmds.h | 3 | ||||
-rw-r--r-- | gdb/mi/mi-common.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-common.h | 2 | ||||
-rw-r--r-- | gdb/mi/mi-console.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-console.h | 2 | ||||
-rw-r--r-- | gdb/mi/mi-getopt.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-getopt.h | 2 | ||||
-rw-r--r-- | gdb/mi/mi-interp.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-main.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-main.h | 2 | ||||
-rw-r--r-- | gdb/mi/mi-out.c | 3 | ||||
-rw-r--r-- | gdb/mi/mi-out.h | 2 | ||||
-rw-r--r-- | gdb/mi/mi-parse.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-parse.h | 2 | ||||
-rw-r--r-- | gdb/mi/mi-symbol-cmds.c | 2 |
26 files changed, 26 insertions, 31 deletions
diff --git a/gdb/mi/mi-cmd-break.c b/gdb/mi/mi-cmd-break.c index a36e1ef..ebc1e6a 100644 --- a/gdb/mi/mi-cmd-break.c +++ b/gdb/mi/mi-cmd-break.c @@ -1,5 +1,5 @@ /* MI Command Set - breakpoint and watchpoint commands. - Copyright (C) 2000-2002, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmd-break.h b/gdb/mi/mi-cmd-break.h index 8a46754..e58ae70 100644 --- a/gdb/mi/mi-cmd-break.h +++ b/gdb/mi/mi-cmd-break.h @@ -1,5 +1,5 @@ /* MI Command Set - breakpoint and watchpoint commands. - Copyright (C) 2012 Free Software Foundation, Inc. + Copyright (C) 2012-2013 Free Software Foundation, Inc. Contributed by Intel Corporation. diff --git a/gdb/mi/mi-cmd-catch.c b/gdb/mi/mi-cmd-catch.c index a3efa6f..067171b 100644 --- a/gdb/mi/mi-cmd-catch.c +++ b/gdb/mi/mi-cmd-catch.c @@ -1,5 +1,5 @@ /* MI Command Set - catch commands. - Copyright (C) 2012 Free Software Foundation, Inc. + Copyright (C) 2012-2013 Free Software Foundation, Inc. Contributed by Intel Corporation. diff --git a/gdb/mi/mi-cmd-disas.c b/gdb/mi/mi-cmd-disas.c index b6afb08..1519f08 100644 --- a/gdb/mi/mi-cmd-disas.c +++ b/gdb/mi/mi-cmd-disas.c @@ -1,5 +1,5 @@ /* MI Command Set - disassemble commands. - Copyright (C) 2000-2002, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmd-env.c b/gdb/mi/mi-cmd-env.c index ebf4974..e69062b 100644 --- a/gdb/mi/mi-cmd-env.c +++ b/gdb/mi/mi-cmd-env.c @@ -1,5 +1,5 @@ /* MI Command Set - environment commands. - Copyright (C) 2002-2004, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Red Hat Inc. diff --git a/gdb/mi/mi-cmd-file.c b/gdb/mi/mi-cmd-file.c index 018f505..d4261fb 100644 --- a/gdb/mi/mi-cmd-file.c +++ b/gdb/mi/mi-cmd-file.c @@ -1,5 +1,5 @@ /* MI Command Set - file commands. - Copyright (C) 2000-2002, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmd-info.c b/gdb/mi/mi-cmd-info.c index ffda52f..8eb4220 100644 --- a/gdb/mi/mi-cmd-info.c +++ b/gdb/mi/mi-cmd-info.c @@ -1,5 +1,5 @@ /* MI Command Set - information commands. - Copyright (C) 2011-2012 Free Software Foundation, Inc. + Copyright (C) 2011-2013 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mi/mi-cmd-stack.c b/gdb/mi/mi-cmd-stack.c index 32e8c9e..062cd5d 100644 --- a/gdb/mi/mi-cmd-stack.c +++ b/gdb/mi/mi-cmd-stack.c @@ -1,6 +1,5 @@ /* MI Command Set - stack commands. - Copyright (C) 2000, 2002-2005, 2007-2012 Free Software Foundation, - Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmd-target.c b/gdb/mi/mi-cmd-target.c index e6e04a7..67a4335 100644 --- a/gdb/mi/mi-cmd-target.c +++ b/gdb/mi/mi-cmd-target.c @@ -1,5 +1,5 @@ /* MI Command Set - target commands. - Copyright (C) 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mi/mi-cmd-var.c b/gdb/mi/mi-cmd-var.c index 6416d7d..558454e 100644 --- a/gdb/mi/mi-cmd-var.c +++ b/gdb/mi/mi-cmd-var.c @@ -1,6 +1,5 @@ /* MI Command Set - varobj commands. - Copyright (C) 2000, 2002, 2004-2005, 2007-2012 Free Software - Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-cmds.c b/gdb/mi/mi-cmds.c index 0e3cd6c..df173fe 100644 --- a/gdb/mi/mi-cmds.c +++ b/gdb/mi/mi-cmds.c @@ -1,6 +1,5 @@ /* MI Command Set for GDB, the GNU debugger. - Copyright (C) 2000-2001, 2003, 2007-2012 Free Software Foundation, - Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-cmds.h b/gdb/mi/mi-cmds.h index da8df48..3859a40 100644 --- a/gdb/mi/mi-cmds.h +++ b/gdb/mi/mi-cmds.h @@ -1,7 +1,6 @@ /* MI Command Set for GDB, the GNU debugger. - Copyright (C) 2000, 2003-2005, 2007-2012 Free Software Foundation, - Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-common.c b/gdb/mi/mi-common.c index 1a3851e..4fce613 100644 --- a/gdb/mi/mi-common.c +++ b/gdb/mi/mi-common.c @@ -1,5 +1,5 @@ /* Interface for common GDB/MI data - Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mi/mi-common.h b/gdb/mi/mi-common.h index d7f459c..3590897 100644 --- a/gdb/mi/mi-common.h +++ b/gdb/mi/mi-common.h @@ -1,5 +1,5 @@ /* Interface for common GDB/MI data - Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mi/mi-console.c b/gdb/mi/mi-console.c index b04e65c..2c34ced 100644 --- a/gdb/mi/mi-console.c +++ b/gdb/mi/mi-console.c @@ -1,6 +1,6 @@ /* MI Console code. - Copyright (C) 2000-2002, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-console.h b/gdb/mi/mi-console.h index 7e9009f..7d9410b 100644 --- a/gdb/mi/mi-console.h +++ b/gdb/mi/mi-console.h @@ -1,5 +1,5 @@ /* MI Command Set - MI Console. - Copyright (C) 2000, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-getopt.c b/gdb/mi/mi-getopt.c index 3a7c6a3..a1e2ccc 100644 --- a/gdb/mi/mi-getopt.c +++ b/gdb/mi/mi-getopt.c @@ -1,5 +1,5 @@ /* MI Command Set - MI Option Parser. - Copyright (C) 2000-2001, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-getopt.h b/gdb/mi/mi-getopt.h index bfb305d..9600353 100644 --- a/gdb/mi/mi-getopt.h +++ b/gdb/mi/mi-getopt.h @@ -1,5 +1,5 @@ /* MI Option Parser. - Copyright (C) 2000, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-interp.c b/gdb/mi/mi-interp.c index 993f8b0..6617647 100644 --- a/gdb/mi/mi-interp.c +++ b/gdb/mi/mi-interp.c @@ -1,6 +1,6 @@ /* MI Interpreter Definitions and Commands for GDB, the GNU debugger. - Copyright (C) 2002-2005, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2002-2013 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index 1b7d68a..d5e0660 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -1,6 +1,6 @@ /* MI Command Set. - Copyright (C) 2000-2005, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-main.h b/gdb/mi/mi-main.h index a815fbe..d75526a 100644 --- a/gdb/mi/mi-main.h +++ b/gdb/mi/mi-main.h @@ -1,6 +1,6 @@ /* MI Internal Functions for GDB, the GNU debugger. - Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2003-2013 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/mi/mi-out.c b/gdb/mi/mi-out.c index 9f2205c..c96a74e 100644 --- a/gdb/mi/mi-out.c +++ b/gdb/mi/mi-out.c @@ -1,7 +1,6 @@ /* MI Command Set - output generating routines. - Copyright (C) 2000, 2002-2005, 2007-2012 Free Software Foundation, - Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-out.h b/gdb/mi/mi-out.h index d8763ad..f5b8491 100644 --- a/gdb/mi/mi-out.h +++ b/gdb/mi/mi-out.h @@ -1,5 +1,5 @@ /* MI Command Set - MI output generating routines for GDB. - Copyright (C) 2000, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-parse.c b/gdb/mi/mi-parse.c index 02700c4..265d99f 100644 --- a/gdb/mi/mi-parse.c +++ b/gdb/mi/mi-parse.c @@ -1,6 +1,6 @@ /* MI Command Set - MI parser. - Copyright (C) 2000-2002, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). diff --git a/gdb/mi/mi-parse.h b/gdb/mi/mi-parse.h index 9b8e858..0dd1815 100644 --- a/gdb/mi/mi-parse.h +++ b/gdb/mi/mi-parse.h @@ -1,5 +1,5 @@ /* MI Command Set - MI Command Parser. - Copyright (C) 2000, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-symbol-cmds.c b/gdb/mi/mi-symbol-cmds.c index 2fdea91..e4aa83e 100644 --- a/gdb/mi/mi-symbol-cmds.c +++ b/gdb/mi/mi-symbol-cmds.c @@ -1,5 +1,5 @@ /* MI Command Set - symbol commands. - Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2003-2013 Free Software Foundation, Inc. This file is part of GDB. |