diff options
author | Joseph Myers <joseph@codesourcery.com> | 2019-01-01 00:11:28 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2019-01-01 00:11:28 +0000 |
commit | 04277e02d7f54d3582bebcf8386b317018cd5e1d (patch) | |
tree | 13727789dcfa30b2ba85939f28ff909f4bff4925 /gmon | |
parent | e740e5b1f0d786bdd95898b61c4a81f8f00bb063 (diff) | |
download | glibc-04277e02d7f54d3582bebcf8386b317018cd5e1d.tar.gz glibc-04277e02d7f54d3582bebcf8386b317018cd5e1d.tar.xz glibc-04277e02d7f54d3582bebcf8386b317018cd5e1d.zip |
Update copyright dates with scripts/update-copyrights.
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
Diffstat (limited to 'gmon')
-rw-r--r-- | gmon/Makefile | 2 | ||||
-rw-r--r-- | gmon/profil.c | 2 | ||||
-rw-r--r-- | gmon/sprofil.c | 2 | ||||
-rw-r--r-- | gmon/sys/gmon_out.h | 2 | ||||
-rw-r--r-- | gmon/sys/profil.h | 2 | ||||
-rw-r--r-- | gmon/tst-gmon-gprof.sh | 2 | ||||
-rw-r--r-- | gmon/tst-gmon-static-gprof.sh | 2 | ||||
-rw-r--r-- | gmon/tst-gmon.c | 2 | ||||
-rw-r--r-- | gmon/tst-sprofil.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/gmon/Makefile b/gmon/Makefile index d94593c9d8..178a36be61 100644 --- a/gmon/Makefile +++ b/gmon/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2018 Free Software Foundation, Inc. +# Copyright (C) 1995-2019 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/gmon/profil.c b/gmon/profil.c index f0d138ca34..d4f00ae83e 100644 --- a/gmon/profil.c +++ b/gmon/profil.c @@ -1,5 +1,5 @@ /* Low-level statistical profiling support function. Stub version. - Copyright (C) 1995-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gmon/sprofil.c b/gmon/sprofil.c index 2f8dc23066..8d787e6e7f 100644 --- a/gmon/sprofil.c +++ b/gmon/sprofil.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. This file is part of the GNU C Library. diff --git a/gmon/sys/gmon_out.h b/gmon/sys/gmon_out.h index de21d5559a..417c6c8c04 100644 --- a/gmon/sys/gmon_out.h +++ b/gmon/sys/gmon_out.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2018 Free Software Foundation, Inc. +/* Copyright (C) 1996-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by David Mosberger <davidm@cs.arizona.edu>. diff --git a/gmon/sys/profil.h b/gmon/sys/profil.h index b993a658c5..ba99ac8634 100644 --- a/gmon/sys/profil.h +++ b/gmon/sys/profil.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gmon/tst-gmon-gprof.sh b/gmon/tst-gmon-gprof.sh index 1afec48b0b..fe2d9f2a17 100644 --- a/gmon/tst-gmon-gprof.sh +++ b/gmon/tst-gmon-gprof.sh @@ -1,6 +1,6 @@ #!/bin/sh # Check the output of gprof against a carfully crafted binary. -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/gmon/tst-gmon-static-gprof.sh b/gmon/tst-gmon-static-gprof.sh index 34dd952bf3..a8ab263d1e 100644 --- a/gmon/tst-gmon-static-gprof.sh +++ b/gmon/tst-gmon-static-gprof.sh @@ -1,6 +1,6 @@ #!/bin/sh # Check the output of gprof against a carfully crafted static binary. -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/gmon/tst-gmon.c b/gmon/tst-gmon.c index ea2e55f608..7649e27e20 100644 --- a/gmon/tst-gmon.c +++ b/gmon/tst-gmon.c @@ -1,5 +1,5 @@ /* Test program for profiling information collection (_mcount/gprof). - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gmon/tst-sprofil.c b/gmon/tst-sprofil.c index ac4d1c3f18..3f7f909cba 100644 --- a/gmon/tst-sprofil.c +++ b/gmon/tst-sprofil.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2018 Free Software Foundation, Inc. +/* Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. |