aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-03-05 22:16:15 +1030
committerAlan Modra <amodra@gmail.com>2014-03-05 22:16:15 +1030
commit4b95cf5c0c75d6efc1b2f96af72317aecca079f1 (patch)
tree665946eb3fd6cfcaac5029a0d44741e7fdc08d3e /gprof
parent45965137bee4946dca3cd99285f2a7afe6b99aeb (diff)
downloadbinutils-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.zip
binutils-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.tar.gz
binutils-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.tar.bz2
Update copyright years
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog4
-rw-r--r--gprof/MAINTAINERS2
-rw-r--r--gprof/Makefile.am2
-rw-r--r--gprof/README2
-rw-r--r--gprof/TODO2
-rw-r--r--gprof/basic_blocks.c3
-rw-r--r--gprof/basic_blocks.h2
-rw-r--r--gprof/bb_exit_func.c2
-rwxr-xr-xgprof/bbconv.pl2
-rw-r--r--gprof/bsd_callg_bl.m2
-rw-r--r--gprof/call_graph.c2
-rw-r--r--gprof/call_graph.h2
-rw-r--r--gprof/cg_arcs.h2
-rw-r--r--gprof/cg_dfn.h2
-rw-r--r--gprof/cg_print.c3
-rw-r--r--gprof/cg_print.h2
-rw-r--r--gprof/configure.in2
-rw-r--r--gprof/corefile.c2
-rw-r--r--gprof/corefile.h2
-rw-r--r--gprof/flat_bl.m2
-rw-r--r--gprof/fsf_callg_bl.m2
-rw-r--r--gprof/gmon_io.c3
-rw-r--r--gprof/gmon_io.h3
-rw-r--r--gprof/gmon_out.h2
-rw-r--r--gprof/gprof.texi6
-rw-r--r--gprof/hertz.h2
-rw-r--r--gprof/hist.c3
-rw-r--r--gprof/hist.h3
-rw-r--r--gprof/po/Make-in2
-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.c3
-rw-r--r--gprof/symtab.h2
-rw-r--r--gprof/utils.h2
38 files changed, 43 insertions, 46 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 7d96c2d..32a8016 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-05 Alan Modra <amodra@gmail.com>
+
+ Update copyright years.
+
2014-02-10 Alan Modra <amodra@gmail.com>
* po/gprof.pot: Regenerate.
diff --git a/gprof/MAINTAINERS b/gprof/MAINTAINERS
index cd933df..360ebd0 100644
--- a/gprof/MAINTAINERS
+++ b/gprof/MAINTAINERS
@@ -1,6 +1,6 @@
See ../binutils/MAINTAINERS
-Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright (C) 2012-2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index cdd69be..1db6951 100644
--- a/gprof/Makefile.am
+++ b/gprof/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
#
-# Copyright 2012 Free Software Foundation
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
#
# This file 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/gprof/README b/gprof/README
index e81992a..f57c5aa 100644
--- a/gprof/README
+++ b/gprof/README
@@ -441,7 +441,7 @@ file in a suitable format. This should be fixed for future releases
of gcc. In the meantime, contact davidm@cs.arizona.edu for a version
of __bb_exit_func() to is appropriate.
-Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright (C) 2012-2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/TODO b/gprof/TODO
index 6519ffe..3a4231e 100644
--- a/gprof/TODO
+++ b/gprof/TODO
@@ -68,7 +68,7 @@
will use the new format for basic-block style profiling but
the old format for regular gpprofiling
-Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright (C) 2012-2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c
index 3946cf294..5d35bdf 100644
--- a/gprof/basic_blocks.c
+++ b/gprof/basic_blocks.c
@@ -2,8 +2,7 @@
of basic-block info to/from gmon.out; computing and formatting of
basic-block related statistics.
- Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2007
- Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/basic_blocks.h b/gprof/basic_blocks.h
index 1c3e975..a2f2be8 100644
--- a/gprof/basic_blocks.h
+++ b/gprof/basic_blocks.h
@@ -1,5 +1,5 @@
/* basic_blocks.h
- Copyright 2000, 2002, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 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 110fc2b..3d416a6 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, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/bbconv.pl b/gprof/bbconv.pl
index 5c7a1e3..123218a 100755
--- a/gprof/bbconv.pl
+++ b/gprof/bbconv.pl
@@ -3,7 +3,7 @@
# This script converts a "bb.out" file into a format
# suitable for processing by gprof
#
-# Copyright 2001, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2001-2014 Free Software Foundation, Inc.
#
# This file is part of GNU Binutils.
#
diff --git a/gprof/bsd_callg_bl.m b/gprof/bsd_callg_bl.m
index 23c4725..d5e7599 100644
--- a/gprof/bsd_callg_bl.m
+++ b/gprof/bsd_callg_bl.m
@@ -106,7 +106,7 @@ index the index of this child in the call graph listing,
the members of the cycle, and their contributions
to the time and call counts of the cycle.
-Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright (C) 2012-2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/call_graph.c b/gprof/call_graph.c
index 93c34b0..d109f0b 100644
--- a/gprof/call_graph.c
+++ b/gprof/call_graph.c
@@ -1,6 +1,6 @@
/* call_graph.c - Create call graphs.
- Copyright 1999, 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/call_graph.h b/gprof/call_graph.h
index f0d80d4..02904d3 100644
--- a/gprof/call_graph.h
+++ b/gprof/call_graph.h
@@ -1,6 +1,6 @@
/* call_graph.h
- Copyright 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/cg_arcs.h b/gprof/cg_arcs.h
index 33b2be5..ad82e44 100644
--- a/gprof/cg_arcs.h
+++ b/gprof/cg_arcs.h
@@ -1,4 +1,4 @@
-/* Copyright 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/cg_dfn.h b/gprof/cg_dfn.h
index 9a1e4c9..a1439bd 100644
--- a/gprof/cg_dfn.h
+++ b/gprof/cg_dfn.h
@@ -1,4 +1,4 @@
-/* Copyright 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/cg_print.c b/gprof/cg_print.c
index 8ff1471..456e510 100644
--- a/gprof/cg_print.c
+++ b/gprof/cg_print.c
@@ -1,7 +1,6 @@
/* cg_print.c - Print routines for displaying call graphs.
- Copyright 2000, 2001, 2002, 2004, 2007, 2009, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/cg_print.h b/gprof/cg_print.h
index 85c9c42..69cf39b 100644
--- a/gprof/cg_print.h
+++ b/gprof/cg_print.h
@@ -1,6 +1,6 @@
/* cg_print.h
- Copyright 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/configure.in b/gprof/configure.in
index 700bd24..20c2a57 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright 2012 Free Software Foundation
+dnl Copyright (C) 2012-2014 Free Software Foundation, Inc.
dnl
dnl This file is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
diff --git a/gprof/corefile.c b/gprof/corefile.c
index 44184dc..45f7431 100644
--- a/gprof/corefile.c
+++ b/gprof/corefile.c
@@ -1,6 +1,6 @@
/* corefile.c
- Copyright 1999-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/corefile.h b/gprof/corefile.h
index d3844f0..7c00038 100644
--- a/gprof/corefile.h
+++ b/gprof/corefile.h
@@ -1,6 +1,6 @@
/* corefile.h
- Copyright 2000, 2001, 2002, 2004, 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/flat_bl.m b/gprof/flat_bl.m
index 82697c7..304e58a 100644
--- a/gprof/flat_bl.m
+++ b/gprof/flat_bl.m
@@ -26,7 +26,7 @@ name the name of the function. This is the minor sort
in parenthesis it shows where it would appear in
the gprof listing if it were to be printed.
-Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright (C) 2012-2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/fsf_callg_bl.m b/gprof/fsf_callg_bl.m
index 9badfa4..1b4c91d 100644
--- a/gprof/fsf_callg_bl.m
+++ b/gprof/fsf_callg_bl.m
@@ -81,7 +81,7 @@
for that member, how many times it was called from other members of
the cycle.
-Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright (C) 2012-2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gprof/gmon_io.c b/gprof/gmon_io.c
index fbb89f5..3eb4c84 100644
--- a/gprof/gmon_io.c
+++ b/gprof/gmon_io.c
@@ -1,7 +1,6 @@
/* gmon_io.c - Input and output from/to gmon.out files.
- Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008
- Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/gmon_io.h b/gprof/gmon_io.h
index 29d608d..b8707e2 100644
--- a/gprof/gmon_io.h
+++ b/gprof/gmon_io.h
@@ -1,7 +1,6 @@
/* gmon_io.h
- Copyright 2000, 2001, 2002, 2004, 2007, 2008
- Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/gmon_out.h b/gprof/gmon_out.h
index ddc437b..55eda38 100644
--- a/gprof/gmon_out.h
+++ b/gprof/gmon_out.h
@@ -1,6 +1,6 @@
/* gmon_out.h
- Copyright 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/gprof.texi b/gprof/gprof.texi
index 3f210b4..4b80008 100644
--- a/gprof/gprof.texi
+++ b/gprof/gprof.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
@setfilename gprof.info
-@c Copyright 1988-2013 Free Software Foundation, Inc.
+@c Copyright (C) 1988-2014 Free Software Foundation, Inc.
@settitle GNU gprof
@setchapternewpage odd
@@ -21,7 +21,7 @@
This file documents the gprof profiler of the GNU system.
@c man begin COPYRIGHT
-Copyright @copyright{} 1988-2013 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
@@ -54,7 +54,7 @@ execute programs. @sc{gnu} @code{gprof} was written by Jay Fenlason.
Eric S. Raymond made some minor corrections and additions in 2003.
@vskip 0pt plus 1filll
-Copyright @copyright{} 1988-2013 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
diff --git a/gprof/hertz.h b/gprof/hertz.h
index a905420..1d22561 100644
--- a/gprof/hertz.h
+++ b/gprof/hertz.h
@@ -1,4 +1,4 @@
-/* Copyright 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/hist.c b/gprof/hist.c
index 91b0000..9043020 100644
--- a/gprof/hist.c
+++ b/gprof/hist.c
@@ -1,7 +1,6 @@
/* hist.c - Histogram related operations.
- Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2007, 2009
- Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/hist.h b/gprof/hist.h
index 0bd5320..e6dd75b 100644
--- a/gprof/hist.h
+++ b/gprof/hist.h
@@ -1,7 +1,6 @@
/* hist.h
- Copyright 2000, 2001, 2002, 2004, 2005, 2007, 2009
- Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/po/Make-in b/gprof/po/Make-in
index 28550bf..4bd00ae 100644
--- a/gprof/po/Make-in
+++ b/gprof/po/Make-in
@@ -1,6 +1,6 @@
# 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, 2006, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2002-2014 Free Software Foundation, Inc.
#
# 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
diff --git a/gprof/search_list.c b/gprof/search_list.c
index 66b5d20..e26a385 100644
--- a/gprof/search_list.c
+++ b/gprof/search_list.c
@@ -1,6 +1,6 @@
/* search-list.c
- Copyright 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/search_list.h b/gprof/search_list.h
index 45745d0..254272b 100644
--- a/gprof/search_list.h
+++ b/gprof/search_list.h
@@ -1,6 +1,6 @@
/* search-list.h
- Copyright 2000, 2001, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/source.c b/gprof/source.c
index 120e51a..8ca4c59 100644
--- a/gprof/source.c
+++ b/gprof/source.c
@@ -1,6 +1,6 @@
/* source.c - Keep track of source files.
- Copyright 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/source.h b/gprof/source.h
index 081eece..1e41505 100644
--- a/gprof/source.h
+++ b/gprof/source.h
@@ -1,6 +1,6 @@
/* source.h
- Copyright 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/sym_ids.c b/gprof/sym_ids.c
index 1b58978..cbd16e6 100644
--- a/gprof/sym_ids.c
+++ b/gprof/sym_ids.c
@@ -1,6 +1,6 @@
/* sym_ids.c
- Copyright 1999, 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/sym_ids.h b/gprof/sym_ids.h
index 731de5c..192666e 100644
--- a/gprof/sym_ids.h
+++ b/gprof/sym_ids.h
@@ -1,6 +1,6 @@
/* sym_ids.h
- Copyright 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/symtab.c b/gprof/symtab.c
index 3436f1b..2482350 100644
--- a/gprof/symtab.c
+++ b/gprof/symtab.c
@@ -1,7 +1,6 @@
/* symtab.c
- Copyright 1999, 2000, 2001, 2002, 2004, 2007, 2008
- Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/symtab.h b/gprof/symtab.h
index 5805506..35a7cb4 100644
--- a/gprof/symtab.h
+++ b/gprof/symtab.h
@@ -1,6 +1,6 @@
/* symtab.h
- Copyright 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/utils.h b/gprof/utils.h
index b4a0a3d..91ac646 100644
--- a/gprof/utils.h
+++ b/gprof/utils.h
@@ -1,4 +1,4 @@
-/* Copyright 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2014 Free Software Foundation, Inc.
This file is part of GNU Binutils.