about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2024-01-01 10:35:28 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2024-01-01 10:53:40 -0800
commit1059defeee95e28c65b266a55eba6d47d852026b (patch)
treec84c74a697e4f4c910ca38f05944baccec8ce2c0 /elf
parentbfe7dd88f10c7ba20c667adf3c36eef90f696a9d (diff)
downloadglibc-1059defeee95e28c65b266a55eba6d47d852026b.tar.gz
glibc-1059defeee95e28c65b266a55eba6d47d852026b.tar.xz
glibc-1059defeee95e28c65b266a55eba6d47d852026b.zip
Update copyright dates not handled by scripts/update-copyrights
I've updated copyright dates in glibc for 2024.  This is the patch for
the changes not generated by scripts/update-copyrights and subsequent
build / regeneration of generated files.
Diffstat (limited to 'elf')
-rw-r--r--elf/ldconfig.c2
-rw-r--r--elf/ldd.bash.in2
-rw-r--r--elf/pldd.c2
-rwxr-xr-xelf/sotruss.sh2
-rw-r--r--elf/sprof.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 6be8a81a95..b64c54b53e 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -233,7 +233,7 @@ print_version (FILE *stream, struct argp_state *state)
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"),
 	   "Andreas Jaeger");
 }
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in
index b6f5e83c53..d6b640df66 100644
--- a/elf/ldd.bash.in
+++ b/elf/ldd.bash.in
@@ -38,7 +38,7 @@ while test $# -gt 0; do
     printf $"Copyright (C) %s Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-" "2023"
+" "2024"
     printf $"Written by %s and %s.
 " "Roland McGrath" "Ulrich Drepper"
     exit 0
diff --git a/elf/pldd.c b/elf/pldd.c
index c323856980..1333a87487 100644
--- a/elf/pldd.c
+++ b/elf/pldd.c
@@ -263,7 +263,7 @@ print_version (FILE *stream, struct argp_state *state)
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/elf/sotruss.sh b/elf/sotruss.sh
index 7454cd1f14..ac1a83984e 100755
--- a/elf/sotruss.sh
+++ b/elf/sotruss.sh
@@ -75,7 +75,7 @@ while test $# -gt 0; do
     printf $"Copyright (C) %s Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-" "2023"
+" "2024"
     printf $"Written by %s.\n" "Ulrich Drepper"
     exit 0
     ;;
diff --git a/elf/sprof.c b/elf/sprof.c
index 1c4831a238..b19aca3292 100644
--- a/elf/sprof.c
+++ b/elf/sprof.c
@@ -390,7 +390,7 @@ Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
 "),
-	   "2023");
+	   "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }