aboutsummaryrefslogtreecommitdiff
path: root/gmon
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2025-01-01 10:14:45 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2025-01-01 11:22:09 -0800
commit2642002380aafb71a1d3b569b6d7ebeab3284816 (patch)
treeceaca767c6d867076472294164d77b2757b0cf07 /gmon
parentb1da163a2129a6a07037a326c8c514d7a7eab191 (diff)
downloadglibc-2642002380aafb71a1d3b569b6d7ebeab3284816.tar.xz
glibc-2642002380aafb71a1d3b569b6d7ebeab3284816.zip
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'gmon')
-rw-r--r--gmon/Makefile2
-rw-r--r--gmon/profil.c2
-rw-r--r--gmon/sprofil.c2
-rw-r--r--gmon/sys/gmon_out.h2
-rw-r--r--gmon/sys/profil.h2
-rw-r--r--gmon/tst-gmon-gprof.sh2
-rw-r--r--gmon/tst-gmon-static-gprof.sh2
-rw-r--r--gmon/tst-gmon.c2
-rw-r--r--gmon/tst-mcount-overflow-check.sh2
-rw-r--r--gmon/tst-mcount-overflow.c2
-rw-r--r--gmon/tst-sprofil.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/gmon/Makefile b/gmon/Makefile
index db19c205d1..6e39366a0c 100644
--- a/gmon/Makefile
+++ b/gmon/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1995-2024 Free Software Foundation, Inc.
+# Copyright (C) 1995-2025 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 3fdd7bf836..b302b58afe 100644
--- a/gmon/profil.c
+++ b/gmon/profil.c
@@ -1,5 +1,5 @@
/* Low-level statistical profiling support function. Stub version.
- Copyright (C) 1995-2024 Free Software Foundation, Inc.
+ Copyright (C) 1995-2025 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 c8aef1da29..480c9a1d47 100644
--- a/gmon/sprofil.c
+++ b/gmon/sprofil.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2024 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2025 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 2d20d18d7e..efb1b568df 100644
--- a/gmon/sys/gmon_out.h
+++ b/gmon/sys/gmon_out.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2025 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 368e192df2..ee9de5d70d 100644
--- a/gmon/sys/profil.h
+++ b/gmon/sys/profil.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2024 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2025 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 c33d7ad3ea..db91f81062 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-2024 Free Software Foundation, Inc.
+# Copyright (C) 2017-2025 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 21ec377748..031c6a28ab 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-2024 Free Software Foundation, Inc.
+# Copyright (C) 2017-2025 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 eca8246a5c..ccd7e25826 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2017-2025 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 8490819099..b9a4492065 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-2024 Free Software Foundation, Inc.
+# Copyright (C) 2017-2025 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 a681872bf7..9b57e25da2 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2017-2025 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 e28f1affb4..55cf99abf4 100644
--- a/gmon/tst-sprofil.c
+++ b/gmon/tst-sprofil.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2024 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2025 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