summaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-01-02 09:00:17 +1030
committerAlan Modra <amodra@gmail.com>2022-01-02 12:04:28 +1030
commita2c5833233df078288c791c348a265c96c6182da (patch)
treef5eff10f74757fb7ebde3b831ee7f6b7b937d0a3 /gprof
parent8b91f9ce09bbb53ec103ec91583cea5f42f165c0 (diff)
downloadbinutils-gdb-a2c5833233df078288c791c348a265c96c6182da.tar.gz
Update year range in copyright notice of binutils files
The result of running etc/update-copyright.py --this-year, fixing all the files whose mode is changed by the script, plus a build with --enable-maintainer-mode --enable-cgen-maint=yes, then checking out */po/*.pot which we don't update frequently. The copy of cgen was with commit d1dd5fcc38ead reverted as that commit breaks building of bfp opcodes files.
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog2
-rw-r--r--gprof/MAINTAINERS2
-rw-r--r--gprof/Makefile.am2
-rw-r--r--gprof/Makefile.in2
-rw-r--r--gprof/README2
-rw-r--r--gprof/TODO2
-rw-r--r--gprof/basic_blocks.c2
-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.c2
-rw-r--r--gprof/cg_print.h2
-rw-r--r--gprof/configure.ac2
-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.c2
-rw-r--r--gprof/gmon_io.h2
-rw-r--r--gprof/gmon_out.h2
-rw-r--r--gprof/gprof.texi6
-rw-r--r--gprof/hertz.h2
-rw-r--r--gprof/hist.c2
-rw-r--r--gprof/hist.h2
-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.c2
-rw-r--r--gprof/symtab.h2
-rw-r--r--gprof/utils.h2
39 files changed, 41 insertions, 41 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 499019cf04c..199dc3f471f 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -113,7 +113,7 @@
For older changes see ChangeLog-2020
-Copyright (C) 2021 Free Software Foundation, Inc.
+Copyright (C) 2021-2022 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/MAINTAINERS b/gprof/MAINTAINERS
index e528b7e37fe..a1639da717f 100644
--- a/gprof/MAINTAINERS
+++ b/gprof/MAINTAINERS
@@ -1,6 +1,6 @@
See ../binutils/MAINTAINERS
-Copyright (C) 2012-2021 Free Software Foundation, Inc.
+Copyright (C) 2012-2022 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 c0acf7e4e73..e28fbace22a 100644
--- a/gprof/Makefile.am
+++ b/gprof/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
#
-# Copyright (C) 2012-2021 Free Software Foundation, Inc.
+# Copyright (C) 2012-2022 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/Makefile.in b/gprof/Makefile.in
index 0ad695853e5..5ef5ece74a9 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# Copyright (C) 2012-2021 Free Software Foundation, Inc.
+# Copyright (C) 2012-2022 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 0a479557e76..554b949bb07 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2012-2022 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 2a39f20dc1f..96226a999a8 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2012-2022 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 586833879a2..8ef40106cc6 100644
--- a/gprof/basic_blocks.c
+++ b/gprof/basic_blocks.c
@@ -2,7 +2,7 @@
of basic-block info to/from gmon.out; computing and formatting of
basic-block related statistics.
- Copyright (C) 1999-2021 Free Software Foundation, Inc.
+ Copyright (C) 1999-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/basic_blocks.h b/gprof/basic_blocks.h
index 3524d928ecb..c8da87fc534 100644
--- a/gprof/basic_blocks.h
+++ b/gprof/basic_blocks.h
@@ -1,5 +1,5 @@
/* basic_blocks.h
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 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 a504c805945..f0d4e008e03 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 (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/bbconv.pl b/gprof/bbconv.pl
index 270a80d7964..3ef4a442a0a 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 (C) 2001-2021 Free Software Foundation, Inc.
+# Copyright (C) 2001-2022 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 f2b08908c98..d8cfb7c3985 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2012-2022 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 6d171ea88c0..43ae8d2c63c 100644
--- a/gprof/call_graph.c
+++ b/gprof/call_graph.c
@@ -1,6 +1,6 @@
/* call_graph.c - Create call graphs.
- Copyright (C) 1999-2021 Free Software Foundation, Inc.
+ Copyright (C) 1999-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/call_graph.h b/gprof/call_graph.h
index 3ee7f33779d..39b0b69748d 100644
--- a/gprof/call_graph.h
+++ b/gprof/call_graph.h
@@ -1,6 +1,6 @@
/* call_graph.h
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/cg_arcs.h b/gprof/cg_arcs.h
index b3c0467b824..b04ac8f5e4f 100644
--- a/gprof/cg_arcs.h
+++ b/gprof/cg_arcs.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/cg_dfn.h b/gprof/cg_dfn.h
index d2b911bb84b..733ac12ed6d 100644
--- a/gprof/cg_dfn.h
+++ b/gprof/cg_dfn.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/cg_print.c b/gprof/cg_print.c
index 73b195d9591..ca71ba44aa2 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 (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/cg_print.h b/gprof/cg_print.h
index 38cf3560790..84e19e38cf5 100644
--- a/gprof/cg_print.h
+++ b/gprof/cg_print.h
@@ -1,6 +1,6 @@
/* cg_print.h
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/configure.ac b/gprof/configure.ac
index af07244e733..c3ee9e65d0a 100644
--- a/gprof/configure.ac
+++ b/gprof/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2012-2021 Free Software Foundation, Inc.
+dnl Copyright (C) 2012-2022 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 b5e716dcbf4..2838d49f9d2 100644
--- a/gprof/corefile.c
+++ b/gprof/corefile.c
@@ -1,6 +1,6 @@
/* corefile.c
- Copyright (C) 1999-2021 Free Software Foundation, Inc.
+ Copyright (C) 1999-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/corefile.h b/gprof/corefile.h
index a065d15986b..e4e79543843 100644
--- a/gprof/corefile.h
+++ b/gprof/corefile.h
@@ -1,6 +1,6 @@
/* corefile.h
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/flat_bl.m b/gprof/flat_bl.m
index 93cd49c855b..d6434e25c09 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2012-2022 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 a5677b66c17..bb008b78f03 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2012-2022 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 a800ecbf922..c613809d396 100644
--- a/gprof/gmon_io.c
+++ b/gprof/gmon_io.c
@@ -1,6 +1,6 @@
/* gmon_io.c - Input and output from/to gmon.out files.
- Copyright (C) 1999-2021 Free Software Foundation, Inc.
+ Copyright (C) 1999-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/gmon_io.h b/gprof/gmon_io.h
index cceff953eb6..3beb364b202 100644
--- a/gprof/gmon_io.h
+++ b/gprof/gmon_io.h
@@ -1,6 +1,6 @@
/* gmon_io.h
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/gmon_out.h b/gprof/gmon_out.h
index 64b54daa616..be7c4bb4b34 100644
--- a/gprof/gmon_out.h
+++ b/gprof/gmon_out.h
@@ -1,6 +1,6 @@
/* gmon_out.h
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/gprof.texi b/gprof/gprof.texi
index 5085159bc70..1b6cae93d8f 100644
--- a/gprof/gprof.texi
+++ b/gprof/gprof.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
@setfilename gprof.info
-@c Copyright (C) 1988-2021 Free Software Foundation, Inc.
+@c Copyright (C) 1988-2022 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-2021 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2022 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-2021 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2022 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 c3b2891ee26..28abc8f7920 100644
--- a/gprof/hertz.h
+++ b/gprof/hertz.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/hist.c b/gprof/hist.c
index fd370f682a3..141a962865f 100644
--- a/gprof/hist.c
+++ b/gprof/hist.c
@@ -1,6 +1,6 @@
/* hist.c - Histogram related operations.
- Copyright (C) 1999-2021 Free Software Foundation, Inc.
+ Copyright (C) 1999-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/hist.h b/gprof/hist.h
index 4b53f4cfba6..34aa585ffa6 100644
--- a/gprof/hist.h
+++ b/gprof/hist.h
@@ -1,6 +1,6 @@
/* hist.h
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/po/Make-in b/gprof/po/Make-in
index 8664692551c..8b6a701a9ca 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 (C) 2002-2021 Free Software Foundation, Inc.
+# Copyright (C) 2002-2022 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 ddcd084dbb3..6571385ead8 100644
--- a/gprof/search_list.c
+++ b/gprof/search_list.c
@@ -1,6 +1,6 @@
/* search-list.c
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/search_list.h b/gprof/search_list.h
index 4a417f51ce2..424620bd671 100644
--- a/gprof/search_list.h
+++ b/gprof/search_list.h
@@ -1,6 +1,6 @@
/* search-list.h
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/source.c b/gprof/source.c
index 648276bf376..d4f39438b4f 100644
--- a/gprof/source.c
+++ b/gprof/source.c
@@ -1,6 +1,6 @@
/* source.c - Keep track of source files.
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/source.h b/gprof/source.h
index fb4e9dd72ec..2606581c65f 100644
--- a/gprof/source.h
+++ b/gprof/source.h
@@ -1,6 +1,6 @@
/* source.h
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/sym_ids.c b/gprof/sym_ids.c
index d712d315fa9..12c200cd47a 100644
--- a/gprof/sym_ids.c
+++ b/gprof/sym_ids.c
@@ -1,6 +1,6 @@
/* sym_ids.c
- Copyright (C) 1999-2021 Free Software Foundation, Inc.
+ Copyright (C) 1999-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/sym_ids.h b/gprof/sym_ids.h
index 7d1ecf641d6..7d3a177f7cb 100644
--- a/gprof/sym_ids.h
+++ b/gprof/sym_ids.h
@@ -1,6 +1,6 @@
/* sym_ids.h
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/symtab.c b/gprof/symtab.c
index b750f9c6d1d..ff4c18e6616 100644
--- a/gprof/symtab.c
+++ b/gprof/symtab.c
@@ -1,6 +1,6 @@
/* symtab.c
- Copyright (C) 1999-2021 Free Software Foundation, Inc.
+ Copyright (C) 1999-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/symtab.h b/gprof/symtab.h
index 113440f086b..d691b6ce291 100644
--- a/gprof/symtab.h
+++ b/gprof/symtab.h
@@ -1,6 +1,6 @@
/* symtab.h
- Copyright (C) 2000-2021 Free Software Foundation, Inc.
+ Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.
diff --git a/gprof/utils.h b/gprof/utils.h
index 36a64433b58..0e90965abdc 100644
--- a/gprof/utils.h
+++ b/gprof/utils.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2022 Free Software Foundation, Inc.
This file is part of GNU Binutils.