]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 e5a352eb99cbc097f907351e79fcc6f6ef0fe625..da6d53ed87c391d086f88e26deabfcb5e562ca87 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 d366531bf560bfb9845bb7d2757022da01a032b7..6545cee40398286eb0237219a5ba3482bbb7407b 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 1c46610ddf0e8490842a93db0e1cd55e688f353d..78e33ab7314f246fa3dafc59472187ad9d4ffea0 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 143054c66c97a49d5d0acf4399f42a20fe56acac..48a8b5303840f041505f2d93659bfa25f01a04d6 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 cf94496212cc407d7bb674007485b649e6543f9d..568cb7e25860fb8d0c6999d3d4fd3b6656c4635b 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 f0d4fc85d733d947a048f0baf8a39c45b69c799d..8cf38a9adfc2550ae01381ca6c64b585362eaecd 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 3b4f73e79950365c263de1317e7a1fd8f3262488..6815a4af9e882cbbc6fa3b9576c7ac27a150c6d9 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 3bf6a73ede95338f5f73f483670b9d612dcff4aa..1506e90631b283f096e2a139f5f5c589e5151580 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 80cfec9aeb1753148e0833c4eb0abc2b5819afb4..74fcd52f577a35b22a921300ef37b5433d27695e 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 4a3758a4a6c0aaf78cfb315cb8f9f2a9de209c5c..2c5e853d18180c00cc955c2d7a33da514d7a82fa 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 d633d43b3fce08e428d140128be35d1610499a9c..5a94d8527558bad5b19d5a1c907cc1d2c0134f7a 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 ec7f05edbd35f0b98010ee137c136a6a216edb59..3fbf7c5d5b6944ccaa9803b546b429015d53074b 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 c389097cf6cbd19f14a98e9f295fd7ba6d2aa6b7..7e3f57ad7bc236a97559e74be954f1976a59db8a 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 ea2a2c62130abeffa3c5d5339f0db89d3e8b6f64..75cfad6147613dbc05e43afb188a06349bcd2d4d 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 d86f2eebec36e339834763d7823df18cbf4d52dd..d408cdd27ffeffc0d381ae4e8f3e17c2223eeefe 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 8206003ff1c09acb6b940a46ccfba7c0043a374d..de18e9776c23aebd3f814dc7eda03991d1e7c30a 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.