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 /malloc | |
| parent | cf9481724bcb86ad4a86cca7befed74bb9cc15eb (diff) | |
| download | glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.xz glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.zip | |
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'malloc')
90 files changed, 90 insertions, 90 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index f6cdf7bf0b..c83ade5f10 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2023 Free Software Foundation, Inc. +# Copyright (C) 1991-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/malloc/alloc_buffer_alloc_array.c b/malloc/alloc_buffer_alloc_array.c index 018d07061a..31cb9ec6a4 100644 --- a/malloc/alloc_buffer_alloc_array.c +++ b/malloc/alloc_buffer_alloc_array.c @@ -1,5 +1,5 @@ /* Array allocation from a fixed-size buffer. - 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/malloc/alloc_buffer_allocate.c b/malloc/alloc_buffer_allocate.c index 7f1e083a7c..a121d1d02e 100644 --- a/malloc/alloc_buffer_allocate.c +++ b/malloc/alloc_buffer_allocate.c @@ -1,5 +1,5 @@ /* Allocate a fixed-size allocation buffer using malloc. - 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 |
