From 1bac305b7206372b7f2266851d6cc1ee2cb9d7ca Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 14 Jan 2003 00:49:06 +0000 Subject: [PATCH] 2003-01-13 Andrew Cagney * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright. * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright. * elfread.c, eval.c, expprint.c, expression.h: Update copyright. * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright. * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright. * language.c, language.h, m32r-tdep.c: Update copyright. * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright. * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright. * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright. * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright. * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright. * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright. Index: mi/ChangeLog 2003-01-13 Andrew Cagney * mi-cmd-env.c: Update copyright. --- gdb/ChangeLog | 15 +++++++++++++++ gdb/ax-gdb.c | 6 ++++-- gdb/c-valprint.c | 6 +++--- gdb/charset.c | 3 ++- gdb/cli/cli-decode.h | 3 ++- gdb/config/h8500/tm-h8500.h | 2 +- gdb/corefile.c | 6 +++--- gdb/demangle.c | 6 ++++-- gdb/disasm.c | 3 ++- gdb/dwarf2cfi.c | 4 +++- gdb/dwarfread.c | 7 ++++--- gdb/elfread.c | 7 ++++--- gdb/eval.c | 7 ++++--- gdb/expprint.c | 3 ++- gdb/expression.h | 4 +++- gdb/f-typeprint.c | 7 ++++--- gdb/findvar.c | 7 ++++--- gdb/gcore.c | 3 ++- gdb/gdb_mbuild.sh | 2 +- gdb/gdbtypes.h | 6 ++++-- gdb/gnu-v2-abi.c | 4 +++- gdb/inferior.h | 5 +++-- gdb/inftarg.c | 7 ++++--- gdb/language.c | 6 ++++-- gdb/language.h | 6 ++++-- gdb/m32r-tdep.c | 4 +++- gdb/mi/ChangeLog | 4 ++++ gdb/mi/mi-cmd-env.c | 4 +++- gdb/mn10200-tdep.c | 4 +++- gdb/scm-lang.c | 5 +++-- gdb/scm-lang.h | 4 +++- gdb/somsolib.c | 4 ++-- gdb/somsolib.h | 5 +++-- gdb/symfile.c | 2 +- gdb/symtab.h | 7 ++++--- gdb/thread-db.c | 3 ++- gdb/typeprint.c | 5 +++-- gdb/utils.c | 5 +++-- gdb/valarith.c | 5 +++-- gdb/values.c | 5 +++-- gdb/win32-nat.c | 2 +- gdb/windows-nat.c | 2 +- gdb/x86-64-linux-nat.c | 2 +- gdb/x86-64-linux-tdep.c | 2 +- gdb/z8k-tdep.c | 2 +- 45 files changed, 137 insertions(+), 74 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eb43b38..583f98d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2003-01-13 Andrew Cagney + + * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright. + * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright. + * elfread.c, eval.c, expprint.c, expression.h: Update copyright. + * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright. + * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright. + * language.c, language.h, m32r-tdep.c: Update copyright. + * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright. + * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright. + * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright. + * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright. + * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright. + * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright. + 2003-01-13 Elena Zannoni * stabsread.h (process_later, resolve_cfront_continuation): diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c index f2255f5..e38e675 100644 --- a/gdb/ax-gdb.c +++ b/gdb/ax-gdb.c @@ -1,5 +1,7 @@ -/* GDB-specific functions for operating on agent expressions - Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +/* GDB-specific functions for operating on agent expressions. + + Copyright 1998, 1999, 2000, 2001, 2003 Free Software Foundation, + Inc. This file is part of GDB. diff --git a/gdb/c-valprint.c b/gdb/c-valprint.c index e7c02cc..53b07c6 100644 --- a/gdb/c-valprint.c +++ b/gdb/c-valprint.c @@ -1,7 +1,7 @@ /* Support for printing C values for GDB, the GNU debugger. - Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001 - Free Software Foundation, Inc. + + Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, + 1997, 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/charset.c b/gdb/charset.c index d24eb70..4f5e5b4 100644 --- a/gdb/charset.c +++ b/gdb/charset.c @@ -1,5 +1,6 @@ /* Character set conversion support for GDB. - Copyright 2001 Free Software Foundation, Inc. + + Copyright 2001, 2003 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h index cb54721..d8ab67d 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -1,5 +1,6 @@ /* Header file for GDB command decoding library. - Copyright 2000 Free Software Foundation, Inc. + + Copyright 2000, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gdb/config/h8500/tm-h8500.h b/gdb/config/h8500/tm-h8500.h index 6b91a71..5915565 100644 --- a/gdb/config/h8500/tm-h8500.h +++ b/gdb/config/h8500/tm-h8500.h @@ -1,6 +1,6 @@ /* Parameters for execution on a H8/500 series machine. - Copyright 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002 Free + Copyright 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/corefile.c b/gdb/corefile.c index b525656..8a0073a 100644 --- a/gdb/corefile.c +++ b/gdb/corefile.c @@ -1,7 +1,7 @@ /* Core dump and executable file functions above target vector, for GDB. - Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1996, 1997, 1998, - 1999, 2000, 2001 - Free Software Foundation, Inc. + + Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1996, 1997, + 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/demangle.c b/gdb/demangle.c index 3df9684..bcf9b77 100644 --- a/gdb/demangle.c +++ b/gdb/demangle.c @@ -1,6 +1,8 @@ /* Basic C++ demangling support for GDB. - Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 - Free Software Foundation, Inc. + + Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, + 2001, 2003 Free Software Foundation, Inc. + Written by Fred Fish at Cygnus Support. This file is part of GDB. diff --git a/gdb/disasm.c b/gdb/disasm.c index e69458d..4ac22a2 100644 --- a/gdb/disasm.c +++ b/gdb/disasm.c @@ -1,5 +1,6 @@ /* Disassemble support for GDB. - Copyright 2000, 2001, 2002 Free Software Foundation, Inc. + + Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dwarf2cfi.c b/gdb/dwarf2cfi.c index 8c5d39c..79ba418 100644 --- a/gdb/dwarf2cfi.c +++ b/gdb/dwarf2cfi.c @@ -1,5 +1,7 @@ /* Stack unwinding code based on dwarf2 frame info for GDB, the GNU debugger. - Copyright 2001, 2002 Free Software Foundation, Inc. + + Copyright 2001, 2002, 2003 Free Software Foundation, Inc. + Contributed by Jiri Smid, SuSE Labs. Based on code written by Daniel Berlin (dan@dberlin.org). diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index f0c9be8..b48ea93 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -1,7 +1,8 @@ /* DWARF debugging format support for GDB. - Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002 - Free Software Foundation, Inc. + + Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Written by Fred Fish at Cygnus Support. Portions based on dbxread.c, mipsread.c, coffread.c, and dwarfread.c from a Data General SVR4 gdb port. diff --git a/gdb/elfread.c b/gdb/elfread.c index 9ddf3d4..5eaeed0 100644 --- a/gdb/elfread.c +++ b/gdb/elfread.c @@ -1,7 +1,8 @@ /* Read ELF (Executable and Linking Format) object files for GDB. - Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002 - Free Software Foundation, Inc. + + Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Written by Fred Fish at Cygnus Support. This file is part of GDB. diff --git a/gdb/eval.c b/gdb/eval.c index 18b29bd..a456e9c 100644 --- a/gdb/eval.c +++ b/gdb/eval.c @@ -1,7 +1,8 @@ /* Evaluate expressions for GDB. - Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002 - Free Software Foundation, Inc. + + Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/expprint.c b/gdb/expprint.c index a59a86a..69d4559 100644 --- a/gdb/expprint.c +++ b/gdb/expprint.c @@ -1,6 +1,7 @@ /* Print in infix form a struct expression. + Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000 Free Software Foundation, Inc. + 1998, 1999, 2000, 2003 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/expression.h b/gdb/expression.h index 7268979..60e61d9 100644 --- a/gdb/expression.h +++ b/gdb/expression.h @@ -1,5 +1,7 @@ /* Definitions for expressions stored in reversed prefix form, for GDB. - Copyright 1986, 1989, 1992, 1994, 2000 Free Software Foundation, Inc. + + Copyright 1986, 1989, 1992, 1994, 2000, 2003 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/f-typeprint.c b/gdb/f-typeprint.c index bd34b93..44850e3 100644 --- a/gdb/f-typeprint.c +++ b/gdb/f-typeprint.c @@ -1,7 +1,8 @@ /* Support for printing Fortran types for GDB, the GNU debugger. - Copyright 1986, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1998, 2000, - 2001, 2002 - Free Software Foundation, Inc. + + Copyright 1986, 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1998, + 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Contributed by Motorola. Adapted from the C version by Farooq Butt (fmbutt@engage.sps.mot.com). diff --git a/gdb/findvar.c b/gdb/findvar.c index 980bb57..ccdb18d 100644 --- a/gdb/findvar.c +++ b/gdb/findvar.c @@ -1,7 +1,8 @@ /* Find a variable's value in memory, for GDB, the GNU debugger. - Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001 - Free Software Foundation, Inc. + + Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/gcore.c b/gdb/gcore.c index a2f10d7..5ad17e8 100644 --- a/gdb/gcore.c +++ b/gdb/gcore.c @@ -1,5 +1,6 @@ /* Generate a core file for the inferior process. - Copyright 2001, 2002 Free Software Foundation, Inc. + + Copyright 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/gdb_mbuild.sh b/gdb/gdb_mbuild.sh index a108de0..a23ea5e 100755 --- a/gdb/gdb_mbuild.sh +++ b/gdb/gdb_mbuild.sh @@ -3,7 +3,7 @@ # Multi-build script for testing compilation of all maintained # configs of GDB. -# Copyright 2002 Free Software Foundation, Inc. +# Copyright 2002, 2003 Free Software Foundation, Inc. # Contributed by Richard Earnshaw (rearnsha@arm.com) diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h index 4c754d6..b2d841f 100644 --- a/gdb/gdbtypes.h +++ b/gdb/gdbtypes.h @@ -1,6 +1,8 @@ /* Internal type definitions for GDB. - Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 - Free Software Foundation, Inc. + + Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, + 2001, 2002, 2003 Free Software Foundation, Inc. + Contributed by Cygnus Support, using pieces from other GDB modules. This file is part of GDB. diff --git a/gdb/gnu-v2-abi.c b/gdb/gnu-v2-abi.c index 8ac7811..cb80c95 100644 --- a/gdb/gnu-v2-abi.c +++ b/gdb/gnu-v2-abi.c @@ -1,6 +1,8 @@ /* Abstraction of GNU v2 abi. + + Copyright 2001, 2003 Free Software Foundation, Inc. + Contributed by Daniel Berlin - Copyright 2001 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/inferior.h b/gdb/inferior.h index 79ca670..67c1170 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -1,7 +1,8 @@ /* Variables that describe the inferior process running under GDB: Where it is, why it stopped, and how to step it. - Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + + Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/inftarg.c b/gdb/inftarg.c index e12e8bd..629f37d 100644 --- a/gdb/inftarg.c +++ b/gdb/inftarg.c @@ -1,7 +1,8 @@ /* Target-vector operations for controlling Unix child processes, for GDB. - Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, - 2000, 2002 - Free Software Foundation, Inc. + + Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, + 2000, 2002, 2003 Free Software Foundation, Inc. + Contributed by Cygnus Support. ## Contains temporary hacks.. diff --git a/gdb/language.c b/gdb/language.c index a343290..258152c 100644 --- a/gdb/language.c +++ b/gdb/language.c @@ -1,6 +1,8 @@ /* Multiple source language support for GDB. - Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 - Free Software Foundation, Inc. + + Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, + 2001, 2002, 2003 Free Software Foundation, Inc. + Contributed by the Department of Computer Science at the State University of New York at Buffalo. diff --git a/gdb/language.h b/gdb/language.h index a04bc74..b786959 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -1,6 +1,8 @@ /* Source-language-related definitions for GDB. - Copyright 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000 - Free Software Foundation, Inc. + + Copyright 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2003 Free + Software Foundation, Inc. + Contributed by the Department of Computer Science at the State University of New York at Buffalo. diff --git a/gdb/m32r-tdep.c b/gdb/m32r-tdep.c index 400f0a9..6484234 100644 --- a/gdb/m32r-tdep.c +++ b/gdb/m32r-tdep.c @@ -1,5 +1,7 @@ /* Target-dependent code for the Mitsubishi m32r for GDB, the GNU debugger. - Copyright 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + + Copyright 1996, 1998, 1999, 2000, 2001, 2003 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 952006d..57b7fd8 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,7 @@ +2003-01-13 Andrew Cagney + + * mi-cmd-env.c: Update copyright. + 2003-01-13 Elena Zannoni * mi-main.c (mi_cmd_exec_return): Use print_stack_frame instead of diff --git a/gdb/mi/mi-cmd-env.c b/gdb/mi/mi-cmd-env.c index a8b4afd..8fc673f 100644 --- a/gdb/mi/mi-cmd-env.c +++ b/gdb/mi/mi-cmd-env.c @@ -1,5 +1,7 @@ /* MI Command Set - environment commands. - Copyright 2002 Free Software Foundation, Inc. + + Copyright 2002, 2003 Free Software Foundation, Inc. + Contributed by Red Hat Inc. This file is part of GDB. diff --git a/gdb/mn10200-tdep.c b/gdb/mn10200-tdep.c index da83eb2..c75bd58 100644 --- a/gdb/mn10200-tdep.c +++ b/gdb/mn10200-tdep.c @@ -1,5 +1,7 @@ /* Target-dependent code for the Matsushita MN10200 for GDB, the GNU debugger. - Copyright 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + + Copyright 1997, 1998, 1999, 2000, 2001, 2003 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/scm-lang.c b/gdb/scm-lang.c index 4d3f2c1..4bbcd8e 100644 --- a/gdb/scm-lang.c +++ b/gdb/scm-lang.c @@ -1,6 +1,7 @@ /* Scheme/Guile language support routines for GDB, the GNU debugger. - Copyright 1995, 1996, 1998, 2000, 2001, 2002 - Free Software Foundation, Inc. + + Copyright 1995, 1996, 1998, 2000, 2001, 2002, 2003 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/scm-lang.h b/gdb/scm-lang.h index e3af0a1..6e24be5 100644 --- a/gdb/scm-lang.h +++ b/gdb/scm-lang.h @@ -1,5 +1,7 @@ /* Scheme/Guile language support routines for GDB, the GNU debugger. - Copyright 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc. + + Copyright 1995, 1996, 1998, 1999, 2000, 2003 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/somsolib.c b/gdb/somsolib.c index 3f74dce..474e257 100644 --- a/gdb/somsolib.c +++ b/gdb/somsolib.c @@ -1,7 +1,7 @@ /* Handle HP SOM shared libraries for GDB, the GNU Debugger. - Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 Free - Software Foundation, Inc. + Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, + 2003 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/somsolib.h b/gdb/somsolib.h index 60118b2..0840067 100644 --- a/gdb/somsolib.h +++ b/gdb/somsolib.h @@ -1,6 +1,7 @@ /* HP SOM Shared library declarations for GDB, the GNU Debugger. - Copyright 1992, 1994, 1995, 1998, 1999, 2000 - Free Software Foundation, Inc. + + Copyright 1992, 1994, 1995, 1998, 1999, 2000, 2003 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/symfile.c b/gdb/symfile.c index d2e8dd3..098b7fe 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -1,7 +1,7 @@ /* Generic symbol file reading for the GNU debugger, GDB. Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Cygnus Support, using pieces from other GDB modules. diff --git a/gdb/symtab.h b/gdb/symtab.h index 1d44ace..04275d3 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1,7 +1,8 @@ /* Symbol table definitions for GDB. - Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002 - Free Software Foundation, Inc. + + Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/thread-db.c b/gdb/thread-db.c index 08c29cc..fbb018b 100644 --- a/gdb/thread-db.c +++ b/gdb/thread-db.c @@ -1,5 +1,6 @@ /* libthread_db assisted debugging support, generic parts. - Copyright 1999, 2000, 2001 Free Software Foundation, Inc. + + Copyright 1999, 2000, 2001, 2003 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/typeprint.c b/gdb/typeprint.c index 43f20ea..8e517a0 100644 --- a/gdb/typeprint.c +++ b/gdb/typeprint.c @@ -1,6 +1,7 @@ /* Language independent support for printing types for GDB, the GNU debugger. - Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1998, 1999, - 2000, 2001 Free Software Foundation, Inc. + + Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1998, + 1999, 2000, 2001, 2003 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/utils.c b/gdb/utils.c index bb695d5..8d2921a 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -1,7 +1,8 @@ /* General utility routines for GDB, the GNU debugger. + Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002 - Free Software Foundation, Inc. + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/valarith.c b/gdb/valarith.c index 62ebc68..dcfd92c 100644 --- a/gdb/valarith.c +++ b/gdb/valarith.c @@ -1,7 +1,8 @@ /* Perform arithmetic and other operations on values, for GDB. + Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002 - Free Software Foundation, Inc. + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/values.c b/gdb/values.c index 5b76d6c..a994862 100644 --- a/gdb/values.c +++ b/gdb/values.c @@ -1,7 +1,8 @@ /* Low level packing and unpacking of values for GDB, the GNU Debugger. + Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2002. - Free Software Foundation, Inc. + 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003 Free Software + Foundation, Inc. This file is part of GDB. diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 91d27ae..accd684 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -1,6 +1,6 @@ /* Target-vector operations for controlling win32 child processes, for GDB. - Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free + Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Cygnus Solutions, A Red Hat Company. diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 91d27ae..accd684 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1,6 +1,6 @@ /* Target-vector operations for controlling win32 child processes, for GDB. - Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free + Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Cygnus Solutions, A Red Hat Company. diff --git a/gdb/x86-64-linux-nat.c b/gdb/x86-64-linux-nat.c index 78e9c49..8676176 100644 --- a/gdb/x86-64-linux-nat.c +++ b/gdb/x86-64-linux-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux x86-64. - Copyright 2001, 2002 Free Software Foundation, Inc. + Copyright 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. diff --git a/gdb/x86-64-linux-tdep.c b/gdb/x86-64-linux-tdep.c index c593abe..932e6d6 100644 --- a/gdb/x86-64-linux-tdep.c +++ b/gdb/x86-64-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux running on x86-64, for GDB. - Copyright 2001 Free Software Foundation, Inc. + Copyright 2001, 2003 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. diff --git a/gdb/z8k-tdep.c b/gdb/z8k-tdep.c index be7561b..5b30940 100644 --- a/gdb/z8k-tdep.c +++ b/gdb/z8k-tdep.c @@ -1,7 +1,7 @@ /* Target-machine dependent code for Zilog Z8000, for GDB. Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, - 2002 Free Software Foundation, Inc. + 2002, 2003 Free Software Foundation, Inc. This file is part of GDB. -- 2.7.4