Fix copyright - Cygnus is a Red Hat company.
authorAndrew Cagney <cagney@redhat.com>
Wed, 23 Feb 2000 06:19:22 +0000 (06:19 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 23 Feb 2000 06:19:22 +0000 (06:19 +0000)
16 files changed:
gdb/mi/ChangeLog-mi
gdb/mi/mi-cmd-break.c
gdb/mi/mi-cmd-disas.c
gdb/mi/mi-cmd-stack.c
gdb/mi/mi-cmd-var.c
gdb/mi/mi-cmds.c
gdb/mi/mi-cmds.h
gdb/mi/mi-console.c
gdb/mi/mi-console.h
gdb/mi/mi-getopt.c
gdb/mi/mi-getopt.h
gdb/mi/mi-main.c
gdb/mi/mi-out.c
gdb/mi/mi-out.h
gdb/mi/mi-parse.c
gdb/mi/mi-parse.h

index e5a352e..da6d53e 100644 (file)
@@ -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
index d366531..6545cee 100644 (file)
@@ -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.
 
index 1c46610..78e33ab 100644 (file)
@@ -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.
 
index 143054c..48a8b53 100644 (file)
@@ -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.
 
index cf94496..568cb7e 100644 (file)
@@ -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.
 
index f0d4fc8..8cf38a9 100644 (file)
@@ -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.
 
index 3b4f73e..6815a4a 100644 (file)
@@ -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.
 
index 3bf6a73..1506e90 100644 (file)
@@ -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.
 
index 80cfec9..74fcd52 100644 (file)
@@ -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.
 
index 4a3758a..2c5e853 100644 (file)
@@ -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.
 
index d633d43..5a94d85 100644 (file)
@@ -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.
 
index ec7f05e..3fbf7c5 100644 (file)
@@ -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.
 
index c389097..7e3f57a 100644 (file)
@@ -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.
 
index ea2a2c6..75cfad6 100644 (file)
@@ -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.
 
index d86f2ee..d408cdd 100644 (file)
@@ -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.
 
index 8206003..de18e97 100644 (file)
@@ -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.