Browse Source

update copyright dates

gdb_7_0-branch
Alan Modra 17 years ago
parent
commit
46b487005a
  1. 2
      include/bfdlink.h
  2. 2
      include/coff/go32exe.h
  3. 2
      include/coff/internal.h
  4. 3
      include/coff/pe.h
  5. 3
      include/coff/ti.h
  6. 4
      include/coff/xcoff.h
  7. 2
      include/demangle.h
  8. 2
      include/elf/bfin.h
  9. 2
      include/elf/i386.h
  10. 3
      include/elf/m68k.h
  11. 2
      include/elf/mep.h
  12. 2
      include/elf/mips.h
  13. 2
      include/elf/spu.h
  14. 2
      include/elf/x86-64.h
  15. 3
      include/hashtab.h
  16. 2
      include/nlm/alpha-ext.h
  17. 2
      include/nlm/common.h
  18. 2
      include/nlm/external.h
  19. 2
      include/nlm/i386-ext.h
  20. 2
      include/nlm/internal.h
  21. 2
      include/nlm/ppc-ext.h
  22. 2
      include/nlm/sparc32-ext.h
  23. 2
      include/opcode/h8300.h
  24. 2
      include/opcode/hppa.h
  25. 2
      include/opcode/i386.h
  26. 2
      include/opcode/mips.h
  27. 2
      include/opcode/tic30.h
  28. 2
      include/opcode/tic54x.h
  29. 3
      include/splay-tree.h

2
include/bfdlink.h

@ -1,6 +1,6 @@
/* bfdlink.h -- header file for BFD link routines /* bfdlink.h -- header file for BFD link routines
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
Written by Steve Chamberlain and Ian Lance Taylor, Cygnus Support. Written by Steve Chamberlain and Ian Lance Taylor, Cygnus Support.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

2
include/coff/go32exe.h

@ -1,6 +1,6 @@
/* COFF information for PC running go32. /* COFF information for PC running go32.
Copyright 2001 Free Software Foundation, Inc. Copyright 2001, 2005, 2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

2
include/coff/internal.h

@ -1,7 +1,7 @@
/* Internal format of COFF object file data structures, for GNU BFD. /* Internal format of COFF object file data structures, for GNU BFD.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.
Copyright 1999, 2000, 2001, 2002, 2003, 2004. 2005, 2006, 2007 Copyright 1999, 2000, 2001, 2002, 2003, 2004. 2005, 2006, 2007, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

3
include/coff/pe.h

@ -1,6 +1,7 @@
/* pe.h - PE COFF header information /* pe.h - PE COFF header information
Copyright 1999, 2000, 2001, 2003, 2004, 2006 Free Software Foundation, Inc. Copyright 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2009
Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

3
include/coff/ti.h

@ -2,7 +2,8 @@
customized in a target-specific file, and then this file included (see customized in a target-specific file, and then this file included (see
tic54x.h for an example). tic54x.h for an example).
Copyright 2000, 2001, 2002, 2003, 2008 Free Software Foundation, Inc. Copyright 2000, 2001, 2002, 2003, 2005, 2008, 2009
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

4
include/coff/xcoff.h

@ -1,7 +1,7 @@
/* Internal format of XCOFF object file data structures for BFD. /* Internal format of XCOFF object file data structures for BFD.
Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005 Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005,
Free Software Foundation, Inc. 2009 Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>, Cygnus Support. Written by Ian Lance Taylor <ian@cygnus.com>, Cygnus Support.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

2
include/demangle.h

@ -1,6 +1,6 @@
/* Defs for interface to demanglers. /* Defs for interface to demanglers.
Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002,
2003, 2004, 2005, 2007 Free Software Foundation, Inc. 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License modify it under the terms of the GNU Library General Public License

2
include/elf/bfin.h

@ -1,5 +1,5 @@
/* Blackfin ELF support for BFD. /* Blackfin ELF support for BFD.
Copyright (C) 2005 Free Software Foundation, Inc. Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

2
include/elf/i386.h

@ -1,5 +1,5 @@
/* ix86 ELF support for BFD. /* ix86 ELF support for BFD.
Copyright 1998, 1999, 2000, 2002, 2004, 2005, 2006 Copyright 1998, 1999, 2000, 2002, 2004, 2005, 2006, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

3
include/elf/m68k.h

@ -1,5 +1,6 @@
/* MC68k ELF support for BFD. /* MC68k ELF support for BFD.
Copyright 1998, 1999, 2000, 2002, 2005, 2006 Free Software Foundation, Inc. Copyright 1998, 1999, 2000, 2002, 2005, 2006, 2007, 2009
Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

2
include/elf/mep.h

@ -1,5 +1,5 @@
/* Toshiba MeP ELF support for BFD. /* Toshiba MeP ELF support for BFD.
Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc. Copyright (C) 2001, 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

2
include/elf/mips.h

@ -1,6 +1,6 @@
/* MIPS ELF support for BFD. /* MIPS ELF support for BFD.
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2005, 2008 2003, 2004, 2005, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
By Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>, from By Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>, from

2
include/elf/spu.h

@ -1,6 +1,6 @@
/* SPU ELF support for BFD. /* SPU ELF support for BFD.
Copyright 2006, 2007 Free Software Foundation, Inc. Copyright 2006, 2007, 2009 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

2
include/elf/x86-64.h

@ -1,5 +1,5 @@
/* x86_64 ELF support for BFD. /* x86_64 ELF support for BFD.
Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2008 Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Jan Hubicka <jh@suse.cz> Contributed by Jan Hubicka <jh@suse.cz>

3
include/hashtab.h

@ -1,5 +1,6 @@
/* An expandable hash tables datatype. /* An expandable hash tables datatype.
Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2009
Free Software Foundation, Inc.
Contributed by Vladimir Makarov (vmakarov@cygnus.com). Contributed by Vladimir Makarov (vmakarov@cygnus.com).
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

2
include/nlm/alpha-ext.h

@ -1,5 +1,5 @@
/* Alpha NLM (NetWare Loadable Module) support for BFD. /* Alpha NLM (NetWare Loadable Module) support for BFD.
Copyright 1993 Free Software Foundation, Inc. Copyright 1993, 2005 Free Software Foundation, Inc.
By Ian Lance Taylor, Cygnus Support By Ian Lance Taylor, Cygnus Support
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

2
include/nlm/common.h

@ -1,5 +1,5 @@
/* NLM (NetWare Loadable Module) support for BFD. /* NLM (NetWare Loadable Module) support for BFD.
Copyright 1993, 2001 Free Software Foundation, Inc. Copyright 1993, 2001, 2005 Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support Written by Fred Fish @ Cygnus Support

2
include/nlm/external.h

@ -1,5 +1,5 @@
/* NLM (NetWare Loadable Module) support for BFD. /* NLM (NetWare Loadable Module) support for BFD.
Copyright 1993, 1994 Free Software Foundation, Inc. Copyright 1993, 1994, 2005 Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support Written by Fred Fish @ Cygnus Support

2
include/nlm/i386-ext.h

@ -1,5 +1,5 @@
/* i386 NLM (NetWare Loadable Module) support for BFD. /* i386 NLM (NetWare Loadable Module) support for BFD.
Copyright 1993 Free Software Foundation, Inc. Copyright 1993, 2005 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

2
include/nlm/internal.h

@ -1,5 +1,5 @@
/* NLM (NetWare Loadable Module) support for BFD. /* NLM (NetWare Loadable Module) support for BFD.
Copyright 1993, 1994, 2003 Free Software Foundation, Inc. Copyright 1993, 1994, 2003, 2005 Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support. Written by Fred Fish @ Cygnus Support.

2
include/nlm/ppc-ext.h

@ -1,5 +1,5 @@
/* PowerPC NLM (NetWare Loadable Module) support for BFD. /* PowerPC NLM (NetWare Loadable Module) support for BFD.
Copyright (C) 1994 Free Software Foundation, Inc. Copyright (C) 1994, 2005 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

2
include/nlm/sparc32-ext.h

@ -1,5 +1,5 @@
/* SPARC NLM (NetWare Loadable Module) support for BFD. /* SPARC NLM (NetWare Loadable Module) support for BFD.
Copyright 1993 Free Software Foundation, Inc. Copyright 1993, 2005 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

2
include/opcode/h8300.h

@ -1,6 +1,6 @@
/* Opcode table for the H8/300 /* Opcode table for the H8/300
Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000, 2001, 2002, Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000, 2001, 2002,
2003, 2004, 2008 2003, 2004, 2005, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
Written by Steve Chamberlain <sac@cygnus.com>. Written by Steve Chamberlain <sac@cygnus.com>.

2
include/opcode/hppa.h

@ -1,6 +1,6 @@
/* Table of opcodes for the PA-RISC. /* Table of opcodes for the PA-RISC.
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
2001, 2002, 2003, 2004, 2005 2001, 2002, 2003, 2004, 2005, 2006, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by the Center for Software Science at the Contributed by the Center for Software Science at the

2
include/opcode/i386.h

@ -1,6 +1,6 @@
/* opcode/i386.h -- Intel 80386 opcode macros /* opcode/i386.h -- Intel 80386 opcode macros
Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler, and GDB, the GNU Debugger. This file is part of GAS, the GNU Assembler, and GDB, the GNU Debugger.

2
include/opcode/mips.h

@ -1,6 +1,6 @@
/* mips.h. Mips opcode list for GDB, the GNU debugger. /* mips.h. Mips opcode list for GDB, the GNU debugger.
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2005, 2008 2003, 2004, 2005, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Ralph Campbell and OSF Contributed by Ralph Campbell and OSF
Commented and modified by Ian Lance Taylor, Cygnus Support Commented and modified by Ian Lance Taylor, Cygnus Support

2
include/opcode/tic30.h

@ -1,5 +1,5 @@
/* tic30.h -- Header file for TI TMS320C30 opcode table /* tic30.h -- Header file for TI TMS320C30 opcode table
Copyright 1998 Free Software Foundation, Inc. Copyright 1998, 2005, 2009 Free Software Foundation, Inc.
Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au)
This file is part of GDB, GAS, and the GNU binutils. This file is part of GDB, GAS, and the GNU binutils.

2
include/opcode/tic54x.h

@ -1,5 +1,5 @@
/* tic54x.h -- Header file for TI TMS320C54X opcode table /* tic54x.h -- Header file for TI TMS320C54X opcode table
Copyright 1999, 2000, 2001 Free Software Foundation, Inc. Copyright 1999, 2000, 2001, 2005, 2009 Free Software Foundation, Inc.
Written by Timothy Wall (twall@cygnus.com) Written by Timothy Wall (twall@cygnus.com)
This file is part of GDB, GAS, and the GNU binutils. This file is part of GDB, GAS, and the GNU binutils.

3
include/splay-tree.h

@ -1,5 +1,6 @@
/* A splay-tree datatype. /* A splay-tree datatype.
Copyright 1998, 1999, 2000, 2002, 2007 Free Software Foundation, Inc. Copyright 1998, 1999, 2000, 2002, 2005, 2007, 2009
Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com). Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of GCC. This file is part of GCC.

Loading…
Cancel
Save