Browse Source

update copyright dates

binutils-csl-arm-2005q1-branch
Alan Modra 21 years ago
parent
commit
d6a3970174
  1. 3
      gprof/basic_blocks.c
  2. 2
      gprof/basic_blocks.h
  3. 2
      gprof/bb_exit_func.c
  4. 2
      gprof/call_graph.c
  5. 2
      gprof/call_graph.h
  6. 2
      gprof/cg_print.c
  7. 2
      gprof/cg_print.h
  8. 3
      gprof/corefile.c
  9. 2
      gprof/corefile.h
  10. 3
      gprof/gmon_io.c
  11. 2
      gprof/gmon_io.h
  12. 2
      gprof/gmon_out.h
  13. 2
      gprof/gprof.texi
  14. 3
      gprof/hist.c
  15. 3
      gprof/po/Make-in
  16. 2
      gprof/search_list.c
  17. 2
      gprof/search_list.h
  18. 2
      gprof/source.c
  19. 2
      gprof/source.h
  20. 2
      gprof/sym_ids.c
  21. 2
      gprof/sym_ids.h
  22. 2
      gprof/symtab.c
  23. 2
      gprof/symtab.h

3
gprof/basic_blocks.c

@ -2,7 +2,8 @@
of basic-block info to/from gmon.out; computing and formatting of
basic-block related statistics.
Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
Copyright 1999, 2000, 2001, 2002, 2004, 2005
Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/basic_blocks.h

@ -1,5 +1,5 @@
/* basic_blocks.h
Copyright 2000, 2002 Free Software Foundation, Inc.
Copyright 2000, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/bb_exit_func.c

@ -1,7 +1,7 @@
/* bb_exit_func.c - dumps all the basic-block statistics linked into
the bb_head chain to .d files.
Copyright 2000, 2001 Free Software Foundation, Inc.
Copyright 2000, 2001, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/call_graph.c

@ -1,6 +1,6 @@
/* call_graph.c - Create call graphs.
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/call_graph.h

@ -1,6 +1,6 @@
/* call_graph.h
Copyright 2000, 2001 Free Software Foundation, Inc.
Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/cg_print.c

@ -1,6 +1,6 @@
/* cg_print.c - Print routines for displaying call graphs.
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/cg_print.h

@ -1,6 +1,6 @@
/* cg_print.h
Copyright 2000, 2001 Free Software Foundation, Inc.
Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

3
gprof/corefile.c

@ -1,6 +1,7 @@
/* corefile.c
Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Copyright 1999, 2000, 2001, 2002, 2003, 2004
Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/corefile.h

@ -1,6 +1,6 @@
/* corefile.h
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

3
gprof/gmon_io.c

@ -1,6 +1,7 @@
/* gmon_io.c - Input and output from/to gmon.out files.
Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/gmon_io.h

@ -1,6 +1,6 @@
/* gmon_io.h
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/gmon_out.h

@ -1,6 +1,6 @@
/* gmon_out.h
Copyright 2000, 2001 Free Software Foundation, Inc.
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/gprof.texi

@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
@setfilename gprof.info
@c Copyright 1988, 1992, 1993, 1998, 1999, 2000, 2001, 2003
@c Copyright 1988, 1992, 1993, 1998, 1999, 2000, 2001, 2002, 2003, 2004
@c Free Software Foundation, Inc.
@settitle GNU gprof
@setchapternewpage odd

3
gprof/hist.c

@ -1,6 +1,7 @@
/* hist.c - Histogram related operations.
Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
Copyright 1999, 2000, 2001, 2002, 2004, 2005
Free Software Foundation, Inc.
This file is part of GNU Binutils.

3
gprof/po/Make-in

@ -1,7 +1,8 @@
# Makefile for program source directory in GNU NLS utilities package.
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
# Copyright 2002, 2003 Free Software Foundation, Inc.
#
# This file file be copied and used freely without restrictions. It can
# This file may be copied and used freely without restrictions. It can
# be used in projects which are not available under the GNU Public License
# but which still want to provide support for the GNU gettext functionality.
# Please note that the actual code is *not* freely available.

2
gprof/search_list.c

@ -1,6 +1,6 @@
/* search-list.c
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/search_list.h

@ -1,6 +1,6 @@
/* search-list.h
Copyright 2000, 2001 Free Software Foundation, Inc.
Copyright 2000, 2001, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/source.c

@ -1,6 +1,6 @@
/* source.c - Keep track of source files.
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/source.h

@ -1,6 +1,6 @@
/* source.h
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/sym_ids.c

@ -1,6 +1,6 @@
/* sym_ids.c
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/sym_ids.h

@ -1,6 +1,6 @@
/* sym_ids.h
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/symtab.c

@ -1,6 +1,6 @@
/* symtab.c
Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
Copyright 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

2
gprof/symtab.h

@ -1,6 +1,6 @@
/* symtab.h
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.

Loading…
Cancel
Save