diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-23 06:19:22 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-23 06:19:22 +0000 |
commit | ab91fdd5f80265ca7aabee53c9626d393ea8eb86 (patch) | |
tree | 8a5d460d0e5ec49ffc33c5834dca50ebaaf6d87d | |
parent | aa2c4052a27cd12bae50bcf154f62b0708a84e1d (diff) | |
download | gdb-ab91fdd5f80265ca7aabee53c9626d393ea8eb86.zip gdb-ab91fdd5f80265ca7aabee53c9626d393ea8eb86.tar.gz gdb-ab91fdd5f80265ca7aabee53c9626d393ea8eb86.tar.bz2 |
Fix copyright - Cygnus is a Red Hat company.
-rw-r--r-- | gdb/mi/ChangeLog-mi | 7 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-break.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-disas.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-stack.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmd-var.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmds.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-cmds.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-main.c | 2 | ||||
-rw-r--r-- | gdb/mi/mi-out.c | 2 | ||||
-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 |
16 files changed, 22 insertions, 15 deletions
diff --git a/gdb/mi/ChangeLog-mi b/gdb/mi/ChangeLog-mi index e5a352e..da6d53e 100644 --- a/gdb/mi/ChangeLog-mi +++ b/gdb/mi/ChangeLog-mi @@ -1,3 +1,10 @@ +Wed Feb 23 17:09:39 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c, + mi-cmds.c, mi-cmds.h, mi-console.c, mi-console.h, mi-getopt.c, + mi-getopt.h, mi-main.c, mi-out.c, mi-out.h, mi-parse.c, + mi-parse.h: Update copyright information. + Wed Feb 23 13:31:16 2000 Andrew Cagney <cagney@b1.cygnus.com> * mi-cmd-disas.c (gdb_dis_asm_read_memory): Change LEN to unsigned diff --git a/gdb/mi/mi-cmd-break.c b/gdb/mi/mi-cmd-break.c index d366531..6545cee 100644 --- a/gdb/mi/mi-cmd-break.c +++ b/gdb/mi/mi-cmd-break.c @@ -1,6 +1,6 @@ /* MI Command Set - breakpoint and watchpoint commands. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmd-disas.c b/gdb/mi/mi-cmd-disas.c index 1c46610..78e33ab 100644 --- a/gdb/mi/mi-cmd-disas.c +++ b/gdb/mi/mi-cmd-disas.c @@ -1,6 +1,6 @@ /* MI Command Set - disassemble commands. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmd-stack.c b/gdb/mi/mi-cmd-stack.c index 143054c..48a8b53 100644 --- a/gdb/mi/mi-cmd-stack.c +++ b/gdb/mi/mi-cmd-stack.c @@ -1,6 +1,6 @@ /* MI Command Set - stack commands. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmd-var.c b/gdb/mi/mi-cmd-var.c index cf94496..568cb7e 100644 --- a/gdb/mi/mi-cmd-var.c +++ b/gdb/mi/mi-cmd-var.c @@ -1,6 +1,6 @@ /* MI Command Set - varobj commands. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmds.c b/gdb/mi/mi-cmds.c index f0d4fc8..8cf38a9 100644 --- a/gdb/mi/mi-cmds.c +++ b/gdb/mi/mi-cmds.c @@ -1,6 +1,6 @@ /* MI Command Set. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-cmds.h b/gdb/mi/mi-cmds.h index 3b4f73e..6815a4a 100644 --- a/gdb/mi/mi-cmds.h +++ b/gdb/mi/mi-cmds.h @@ -1,6 +1,6 @@ /* MI Command Set. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-console.c b/gdb/mi/mi-console.c index 3bf6a73..1506e90 100644 --- a/gdb/mi/mi-console.c +++ b/gdb/mi/mi-console.c @@ -1,6 +1,6 @@ /* MI Console code. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-console.h b/gdb/mi/mi-console.h index 80cfec9..74fcd52 100644 --- a/gdb/mi/mi-console.h +++ b/gdb/mi/mi-console.h @@ -1,6 +1,6 @@ /* MI Command Set - MI Console. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + 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 4a3758a..2c5e853 100644 --- a/gdb/mi/mi-getopt.c +++ b/gdb/mi/mi-getopt.c @@ -1,6 +1,6 @@ /* MI Command Set - MI Option Parser. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + 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 d633d43..5a94d85 100644 --- a/gdb/mi/mi-getopt.h +++ b/gdb/mi/mi-getopt.h @@ -1,6 +1,6 @@ /* MI Option Parser. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index ec7f05e..3fbf7c5 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -1,6 +1,6 @@ /* MI Command Set. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-out.c b/gdb/mi/mi-out.c index c389097..7e3f57a 100644 --- a/gdb/mi/mi-out.c +++ b/gdb/mi/mi-out.c @@ -1,6 +1,6 @@ /* MI Command Set - output generating routines. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-out.h b/gdb/mi/mi-out.h index ea2a2c6..75cfad6 100644 --- a/gdb/mi/mi-out.h +++ b/gdb/mi/mi-out.h @@ -1,6 +1,6 @@ /* MI Command Set - MI output generating routines for GDB. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + 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 d86f2ee..d408cdd 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, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. diff --git a/gdb/mi/mi-parse.h b/gdb/mi/mi-parse.h index 8206003..de18e97 100644 --- a/gdb/mi/mi-parse.h +++ b/gdb/mi/mi-parse.h @@ -1,6 +1,6 @@ /* MI Command Set - MI Command Parser. Copyright (C) 2000, Free Software Foundation, Inc. - Contributed by Cygnus Solutions. + Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. |