This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] MI copyright tweeks


This was lost in the final commit.

	Andrew
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.

Index: mi/mi-cmd-break.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-cmd-break.c,v
retrieving revision 1.1
diff -p -r1.1 mi-cmd-break.c
*** mi-cmd-break.c	2000/02/23 00:25:43	1.1
--- mi-cmd-break.c	2000/02/23 06:11:18
***************
*** 1,6 ****
  /* MI Command Set - breakpoint and watchpoint commands.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set - breakpoint and watchpoint commands.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-cmd-disas.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-cmd-disas.c,v
retrieving revision 1.1
diff -p -r1.1 mi-cmd-disas.c
*** mi-cmd-disas.c	2000/02/23 00:25:43	1.1
--- mi-cmd-disas.c	2000/02/23 06:11:20
***************
*** 1,6 ****
  /* MI Command Set - disassemble commands.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set - disassemble commands.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-cmd-stack.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-cmd-stack.c,v
retrieving revision 1.1
diff -p -r1.1 mi-cmd-stack.c
*** mi-cmd-stack.c	2000/02/23 00:25:43	1.1
--- mi-cmd-stack.c	2000/02/23 06:11:20
***************
*** 1,6 ****
  /* MI Command Set - stack commands.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set - stack commands.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-cmd-var.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-cmd-var.c,v
retrieving revision 1.1
diff -p -r1.1 mi-cmd-var.c
*** mi-cmd-var.c	2000/02/23 00:25:43	1.1
--- mi-cmd-var.c	2000/02/23 06:11:20
***************
*** 1,6 ****
  /* MI Command Set - varobj commands.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set - varobj commands.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-cmds.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-cmds.c,v
retrieving revision 1.1
diff -p -r1.1 mi-cmds.c
*** mi-cmds.c	2000/02/23 00:25:43	1.1
--- mi-cmds.c	2000/02/23 06:11:20
***************
*** 1,6 ****
  /* MI Command Set.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-cmds.h
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-cmds.h,v
retrieving revision 1.1
diff -p -r1.1 mi-cmds.h
*** mi-cmds.h	2000/02/23 00:25:43	1.1
--- mi-cmds.h	2000/02/23 06:11:20
***************
*** 1,6 ****
  /* MI Command Set.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-console.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-console.c,v
retrieving revision 1.1
diff -p -r1.1 mi-console.c
*** mi-console.c	2000/02/23 00:25:43	1.1
--- mi-console.c	2000/02/23 06:11:23
***************
*** 1,6 ****
  /* MI Console code.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Console code.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-console.h
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-console.h,v
retrieving revision 1.1
diff -p -r1.1 mi-console.h
*** mi-console.h	2000/02/23 00:25:43	1.1
--- mi-console.h	2000/02/23 06:11:23
***************
*** 1,6 ****
  /* MI Command Set - MI Console.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set - MI Console.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-getopt.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-getopt.c,v
retrieving revision 1.1
diff -p -r1.1 mi-getopt.c
*** mi-getopt.c	2000/02/23 00:25:43	1.1
--- mi-getopt.c	2000/02/23 06:11:23
***************
*** 1,6 ****
  /* MI Command Set - MI Option Parser.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set - MI Option Parser.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-getopt.h
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-getopt.h,v
retrieving revision 1.1
diff -p -r1.1 mi-getopt.h
*** mi-getopt.h	2000/02/23 00:25:43	1.1
--- mi-getopt.h	2000/02/23 06:11:23
***************
*** 1,6 ****
  /* MI Option Parser.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Option Parser.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-main.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-main.c,v
retrieving revision 1.1
diff -p -r1.1 mi-main.c
*** mi-main.c	2000/02/23 00:25:43	1.1
--- mi-main.c	2000/02/23 06:11:25
***************
*** 1,6 ****
  /* MI Command Set.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-out.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-out.c,v
retrieving revision 1.1
diff -p -r1.1 mi-out.c
*** mi-out.c	2000/02/23 00:25:43	1.1
--- mi-out.c	2000/02/23 06:11:25
***************
*** 1,6 ****
  /* MI Command Set - output generating routines.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set - output generating routines.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-out.h
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-out.h,v
retrieving revision 1.1
diff -p -r1.1 mi-out.h
*** mi-out.h	2000/02/23 00:25:43	1.1
--- mi-out.h	2000/02/23 06:11:25
***************
*** 1,6 ****
  /* MI Command Set - MI output generating routines for GDB.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set - MI output generating routines for GDB.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-parse.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-parse.c,v
retrieving revision 1.1
diff -p -r1.1 mi-parse.c
*** mi-parse.c	2000/02/23 00:25:43	1.1
--- mi-parse.c	2000/02/23 06:11:25
***************
*** 1,6 ****
  /* MI Command Set - MI parser.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set - MI parser.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  
Index: mi/mi-parse.h
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-parse.h,v
retrieving revision 1.1
diff -p -r1.1 mi-parse.h
*** mi-parse.h	2000/02/23 00:25:43	1.1
--- mi-parse.h	2000/02/23 06:11:25
***************
*** 1,6 ****
  /* MI Command Set - MI Command Parser.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions.
  
     This file is part of GDB.
  
--- 1,6 ----
  /* MI Command Set - MI Command Parser.
     Copyright (C) 2000, Free Software Foundation, Inc.
!    Contributed by Cygnus Solutions (a Red Hat company).
  
     This file is part of GDB.
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]