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 | ce675a37d58a0175a3008c1f8134da35e7b7f50d (patch) | |
tree | 988dcdb54b6a4618cc38c2549310a617c2233159 /gdb | |
parent | a8bb6e576dd18408f689ea04cfe5f1cfa02a7e42 (diff) | |
download | gdb-ce675a37d58a0175a3008c1f8134da35e7b7f50d.tar.gz |
Fix copyright - Cygnus is a Red Hat company.
Diffstat (limited to 'gdb')
-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 e5a352eb99c..da6d53ed87c 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 d366531bf56..6545cee4039 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 1c46610ddf0..78e33ab7314 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 143054c66c9..48a8b530384 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 cf94496212c..568cb7e2586 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 f0d4fc85d73..8cf38a9adfc 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 3b4f73e7995..6815a4af9e8 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 3bf6a73ede9..1506e90631b 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 80cfec9aeb1..74fcd52f577 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 4a3758a4a6c..2c5e853d181 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 d633d43b3fc..5a94d852755 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 ec7f05edbd3..3fbf7c5d5b6 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 c389097cf6c..7e3f57ad7bc 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 ea2a2c62130..75cfad61476 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 d86f2eebec3..d408cdd27ff 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 8206003ff1c..de18e9776c2 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. |