summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog15
-rw-r--r--gdb/ax-gdb.c6
-rw-r--r--gdb/c-valprint.c6
-rw-r--r--gdb/charset.c3
-rw-r--r--gdb/cli/cli-decode.h3
-rw-r--r--gdb/config/h8500/tm-h8500.h2
-rw-r--r--gdb/corefile.c6
-rw-r--r--gdb/demangle.c6
-rw-r--r--gdb/disasm.c3
-rw-r--r--gdb/dwarf2cfi.c4
-rw-r--r--gdb/dwarfread.c7
-rw-r--r--gdb/elfread.c7
-rw-r--r--gdb/eval.c7
-rw-r--r--gdb/expprint.c3
-rw-r--r--gdb/expression.h4
-rw-r--r--gdb/f-typeprint.c7
-rw-r--r--gdb/findvar.c7
-rw-r--r--gdb/gcore.c3
-rwxr-xr-xgdb/gdb_mbuild.sh2
-rw-r--r--gdb/gdbtypes.h6
-rw-r--r--gdb/gnu-v2-abi.c4
-rw-r--r--gdb/inferior.h5
-rw-r--r--gdb/inftarg.c7
-rw-r--r--gdb/language.c6
-rw-r--r--gdb/language.h6
-rw-r--r--gdb/m32r-tdep.c4
-rw-r--r--gdb/mi/ChangeLog4
-rw-r--r--gdb/mi/mi-cmd-env.c4
-rw-r--r--gdb/mn10200-tdep.c4
-rw-r--r--gdb/scm-lang.c5
-rw-r--r--gdb/scm-lang.h4
-rw-r--r--gdb/somsolib.c4
-rw-r--r--gdb/somsolib.h5
-rw-r--r--gdb/symfile.c2
-rw-r--r--gdb/symtab.h7
-rw-r--r--gdb/thread-db.c3
-rw-r--r--gdb/typeprint.c5
-rw-r--r--gdb/utils.c5
-rw-r--r--gdb/valarith.c5
-rw-r--r--gdb/values.c5
-rw-r--r--gdb/win32-nat.c2
-rw-r--r--gdb/x86-64-linux-nat.c2
-rw-r--r--gdb/x86-64-linux-tdep.c2
-rw-r--r--gdb/z8k-tdep.c2
44 files changed, 136 insertions, 73 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index eb43b38b4ae..583f98d682a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,18 @@
+2003-01-13 Andrew Cagney <ac131313@redhat.com>
+
+ * 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 <ezannoni@redhat.com>
* stabsread.h (process_later, resolve_cfront_continuation):
diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c
index f2255f56498..e38e67560f5 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 e7c02cc061d..53b07c69072 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 d24eb70dd81..4f5e5b45b68 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 cb54721564e..d8ab67d49f0 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 6b91a718b27..591556554a4 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 b5256569a1e..8a0073a83df 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 3df9684fe89..bcf9b77de51 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 e69458d6e56..4ac22a27a6e 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 8c5d39c9202..79ba41872f5 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 f0c9be8fe59..b48ea932c95 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 9ddf3d489b8..5eaeed02426 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 18b29bdf60d..a456e9cb74c 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 a59a86aee7b..69d45594068 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 72689794c0f..60e61d97f03 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 bd34b93b5ec..44850e39c9a 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 980bb57880e..ccdb18d41dd 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 a2f10d71dbd..5ad17e83f83 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 a108de0bc41..a23ea5e12d3 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 4c754d6ca44..b2d841f3f99 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 8ac78111fe2..cb80c95e9f6 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 <dberlin@redhat.com>
- Copyright 2001 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/inferior.h b/gdb/inferior.h
index 79ca670eebb..67c1170054a 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 e12e8bd529a..629f37d96c7 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 a343290e05f..258152cce13 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 a04bc74b0b0..b786959cdce 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 400f0a9b062..64842347ccf 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 952006d4ccd..57b7fd80290 100644
--- a/gdb/mi/ChangeLog
+++ b/gdb/mi/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-13 Andrew Cagney <ac131313@redhat.com>
+
+ * mi-cmd-env.c: Update copyright.
+
2003-01-13 Elena Zannoni <ezannoni@redhat.com>
* 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 a8b4afd16b5..8fc673fe59b 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 da83eb2b2be..c75bd583dc2 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 4d3f2c18741..4bbcd8e5970 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 e3af0a16768..6e24be56c90 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 3f74dce0a0c..474e2574c15 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 60118b28bf7..0840067d997 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 d2e8dd39031..098b7fed18e 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 1d44aceb9a3..04275d3bc5e 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 08c29ccbad7..fbb018b5b4c 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 43f20ea3304..8e517a06599 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 bb695d51ee7..8d2921afcc0 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 62ebc682e41..dcfd92c9de8 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 5b76d6c0766..a9948622360 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 91d27ae3e72..accd6847321 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/x86-64-linux-nat.c b/gdb/x86-64-linux-nat.c
index 78e9c495af6..867617698a9 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 c593abe88da..932e6d6f01b 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 be7561b0d57..5b309402d16 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.