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 eb43b38b4a..583f98d682 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 f2255f5649..e38e67560f 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 e7c02cc061..53b07c6907 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 d24eb70dd8..4f5e5b45b6 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 cb54721564..d8ab67d49f 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 6b91a718b2..591556554a 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 b5256569a1..8a0073a83d 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 3df9684fe8..bcf9b77de5 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 e69458d6e5..4ac22a27a6 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 8c5d39c920..79ba41872f 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 f0c9be8fe5..b48ea932c9 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 9ddf3d489b..5eaeed0242 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 18b29bdf60..a456e9cb74 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 a59a86aee7..69d4559406 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 72689794c0..60e61d97f0 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 bd34b93b5e..44850e39c9 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 980bb57880..ccdb18d41d 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 a2f10d71db..5ad17e83f8 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 a108de0bc4..a23ea5e12d 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 4c754d6ca4..b2d841f3f9 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 8ac78111fe..cb80c95e9f 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 79ca670eeb..67c1170054 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 e12e8bd529..629f37d96c 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 a343290e05..258152cce1 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 a04bc74b0b..b786959cdc 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 400f0a9b06..64842347cc 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 952006d4cc..57b7fd8029 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 a8b4afd16b..8fc673fe59 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 da83eb2b2b..c75bd583dc 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 4d3f2c1874..4bbcd8e597 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 e3af0a1676..6e24be56c9 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 3f74dce0a0..474e2574c1 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 60118b28bf..0840067d99 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 d2e8dd3903..098b7fed18 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 1d44aceb9a..04275d3bc5 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 08c29ccbad..fbb018b5b4 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 43f20ea330..8e517a0659 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 bb695d51ee..8d2921afcc 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 62ebc682e4..dcfd92c9de 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 5b76d6c076..a994862236 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 91d27ae3e7..accd684732 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 91d27ae3e7..accd684732 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 78e9c495af..867617698a 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 c593abe88d..932e6d6f01 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 be7561b0d5..5b309402d1 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.34.1