about summary refs log tree commit diff
path: root/include/programs
diff options
context:
space:
mode:
Diffstat (limited to 'include/programs')
-rw-r--r--include/programs/xasprintf.h2
-rw-r--r--include/programs/xmalloc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/programs/xasprintf.h b/include/programs/xasprintf.h
index 98dd34001c..090114d454 100644
--- a/include/programs/xasprintf.h
+++ b/include/programs/xasprintf.h
@@ -1,5 +1,5 @@
 /* asprintf with out of memory checking
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
diff --git a/include/programs/xmalloc.h b/include/programs/xmalloc.h
index 4152536db0..961ff5d6fe 100644
--- a/include/programs/xmalloc.h
+++ b/include/programs/xmalloc.h
@@ -1,5 +1,5 @@
 /* Memory related definitions for program modules.
-   Copyright (C) 1998-2022 Free Software Foundation, Inc.
+   Copyright (C) 1998-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify