aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gprof/basic_blocks.c3
-rw-r--r--gprof/basic_blocks.h2
-rw-r--r--gprof/bb_exit_func.c2
-rw-r--r--gprof/call_graph.c2
-rw-r--r--gprof/call_graph.h2
-rw-r--r--gprof/cg_print.c2
-rw-r--r--gprof/cg_print.h2
-rw-r--r--gprof/corefile.c3
-rw-r--r--gprof/corefile.h2
-rw-r--r--gprof/gmon_io.c3
-rw-r--r--gprof/gmon_io.h2
-rw-r--r--gprof/gmon_out.h2
-rw-r--r--gprof/gprof.texi2
-rw-r--r--gprof/hist.c3
-rw-r--r--gprof/po/Make-in3
-rw-r--r--gprof/search_list.c2
-rw-r--r--gprof/search_list.h2
-rw-r--r--gprof/source.c2
-rw-r--r--gprof/source.h2
-rw-r--r--gprof/sym_ids.c2
-rw-r--r--gprof/sym_ids.h2
-rw-r--r--gprof/symtab.c2
-rw-r--r--gprof/symtab.h2
23 files changed, 28 insertions, 23 deletions
diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c
index 6fdee5a..ed26cae 100644
--- a/gprof/basic_blocks.c
+++ b/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.
diff --git a/gprof/basic_blocks.h b/gprof/basic_blocks.h
index a6dc66f..a754217 100644
--- a/gprof/basic_blocks.h
+++ b/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.
diff --git a/gprof/bb_exit_func.c b/gprof/bb_exit_func.c
index 70d26ec..f458db2 100644
--- a/gprof/bb_exit_func.c
+++ b/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.
diff --git a/gprof/call_graph.c b/gprof/call_graph.c
index 461b2db..b270c7f 100644
--- a/gprof/call_graph.c
+++ b/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.
diff --git a/gprof/call_graph.h b/gprof/call_graph.h
index 8fd443a..0cb3b6a 100644
--- a/gprof/call_graph.h
+++ b/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.
diff --git a/gprof/cg_print.c b/gprof/cg_print.c
index b951b44..54df4d3 100644
--- a/gprof/cg_print.c
+++ b/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.
diff --git a/gprof/cg_print.h b/gprof/cg_print.h
index 24b4a8d..91bf255 100644
--- a/gprof/cg_print.h
+++ b/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.
diff --git a/gprof/corefile.c b/gprof/corefile.c
index 1619ffa..bd594f5 100644
--- a/gprof/corefile.c
+++ b/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.
diff --git a/gprof/corefile.h b/gprof/corefile.h
index 816f4fc..fb12afc 100644
--- a/gprof/corefile.h
+++ b/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.
diff --git a/gprof/gmon_io.c b/gprof/gmon_io.c
index 83c0e64..7218cee 100644
--- a/gprof/gmon_io.c
+++ b/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.
diff --git a/gprof/gmon_io.h b/gprof/gmon_io.h
index 51f495f..d2dc6cb 100644
--- a/gprof/gmon_io.h
+++ b/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.
diff --git a/gprof/gmon_out.h b/gprof/gmon_out.h
index 25dce59..4ced483 100644
--- a/gprof/gmon_out.h
+++ b/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.
diff --git a/gprof/gprof.texi b/gprof/gprof.texi
index 85a55d4..7c01df8 100644
--- a/gprof/gprof.texi
+++ b/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
diff --git a/gprof/hist.c b/gprof/hist.c
index 1ee40c5..a3f0329 100644
--- a/gprof/hist.c
+++ b/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.
diff --git a/gprof/po/Make-in b/gprof/po/Make-in
index 6176dbf..6d96a2f 100644
--- a/gprof/po/Make-in
+++ b/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.
diff --git a/gprof/search_list.c b/gprof/search_list.c
index fe8ee7c..09ea60a 100644
--- a/gprof/search_list.c
+++ b/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.
diff --git a/gprof/search_list.h b/gprof/search_list.h
index 8ba0d84..672a8aa 100644
--- a/gprof/search_list.h
+++ b/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.
diff --git a/gprof/source.c b/gprof/source.c
index bbfeeb6..b2b3df7 100644
--- a/gprof/source.c
+++ b/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.
diff --git a/gprof/source.h b/gprof/source.h
index 98c003e..736c5a3 100644
--- a/gprof/source.h
+++ b/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.
diff --git a/gprof/sym_ids.c b/gprof/sym_ids.c
index 395f004..72da918 100644
--- a/gprof/sym_ids.c
+++ b/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.
diff --git a/gprof/sym_ids.h b/gprof/sym_ids.h
index 95439f7..c7542c2 100644
--- a/gprof/sym_ids.h
+++ b/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.
diff --git a/gprof/symtab.c b/gprof/symtab.c
index e6df98e..41859c3 100644
--- a/gprof/symtab.c
+++ b/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.
diff --git a/gprof/symtab.h b/gprof/symtab.h
index 93ceb5a..323bab4 100644
--- a/gprof/symtab.h
+++ b/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.