diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2024-01-01 10:12:26 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2024-01-01 10:53:40 -0800 |
commit | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 (patch) | |
tree | 09151f6e3abfe04e677d62d685088a16c23e7dcf /gmon | |
parent | cf9481724bcb86ad4a86cca7befed74bb9cc15eb (diff) | |
download | glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.zip glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.gz glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.bz2 |
Update copyright dates with scripts/update-copyrights
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-mcount-overflow-check.sh | 2 | ||||
-rw-r--r-- | gmon/tst-mcount-overflow.c | 2 | ||||
-rw-r--r-- | gmon/tst-sprofil.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/gmon/Makefile b/gmon/Makefile index 213622a..4e1a4a3 100644 --- a/gmon/Makefile +++ b/gmon/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2023 Free Software Foundation, Inc. +# Copyright (C) 1995-2024 Free Software Foundation, Inc. # Copyright The GNU Toolchain Authors. # This file is part of the GNU C Library. diff --git a/gmon/profil.c b/gmon/profil.c index 7e53f93..3fdd7bf 100644 --- a/gmon/profil.c +++ b/gmon/profil.c @@ -1,5 +1,5 @@ /* Low-level statistical profiling support function. Stub version. - Copyright (C) 1995-2023 Free Software Foundation, Inc. + Copyright (C) 1995-2024 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 e1573ef..c8aef1d 100644 --- a/gmon/sprofil.c +++ b/gmon/sprofil.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2023 Free Software Foundation, Inc. +/* Copyright (C) 2001-2024 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/sys/gmon_out.h b/gmon/sys/gmon_out.h index 0c02cb6..2d20d18 100644 --- a/gmon/sys/gmon_out.h +++ b/gmon/sys/gmon_out.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2023 Free Software Foundation, Inc. +/* Copyright (C) 1996-2024 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/sys/profil.h b/gmon/sys/profil.h index a445900..368e192 100644 --- a/gmon/sys/profil.h +++ b/gmon/sys/profil.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2023 Free Software Foundation, Inc. +/* Copyright (C) 2001-2024 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 65e5846..c33d7ad 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-2023 Free Software Foundation, Inc. +# Copyright (C) 2017-2024 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 35aee36..21ec377 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-2023 Free Software Foundation, Inc. +# Copyright (C) 2017-2024 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 654441e..9de4e7f 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-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 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-mcount-overflow-check.sh b/gmon/tst-mcount-overflow-check.sh index 27eb553..8490819 100644 --- a/gmon/tst-mcount-overflow-check.sh +++ b/gmon/tst-mcount-overflow-check.sh @@ -1,6 +1,6 @@ #!/bin/sh # Test expected messages generated when mcount overflows -# Copyright (C) 2017-2023 Free Software Foundation, Inc. +# Copyright (C) 2017-2024 Free Software Foundation, Inc. # Copyright The GNU Toolchain Authors. # This file is part of the GNU C Library. diff --git a/gmon/tst-mcount-overflow.c b/gmon/tst-mcount-overflow.c index 06cc93e..0e60f7e 100644 --- a/gmon/tst-mcount-overflow.c +++ b/gmon/tst-mcount-overflow.c @@ -1,5 +1,5 @@ /* Test program to trigger mcount overflow in profiling collection. - Copyright (C) 2017-2023 Free Software Foundation, Inc. + Copyright (C) 2017-2024 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 bd630de..13a8ed3 100644 --- a/gmon/tst-sprofil.c +++ b/gmon/tst-sprofil.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2023 Free Software Foundation, Inc. +/* Copyright (C) 2001-2024 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 |