diff options
Diffstat (limited to 'gl/lib/malloc')
-rw-r--r-- | gl/lib/malloc/dynarray-skeleton.c | 2 | ||||
-rw-r--r-- | gl/lib/malloc/dynarray.h | 2 | ||||
-rw-r--r-- | gl/lib/malloc/dynarray_at_failure.c | 2 | ||||
-rw-r--r-- | gl/lib/malloc/dynarray_emplace_enlarge.c | 2 | ||||
-rw-r--r-- | gl/lib/malloc/dynarray_finalize.c | 2 | ||||
-rw-r--r-- | gl/lib/malloc/dynarray_resize.c | 2 | ||||
-rw-r--r-- | gl/lib/malloc/dynarray_resize_clear.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/gl/lib/malloc/dynarray-skeleton.c b/gl/lib/malloc/dynarray-skeleton.c index 580c278..a95241a 100644 --- a/gl/lib/malloc/dynarray-skeleton.c +++ b/gl/lib/malloc/dynarray-skeleton.c @@ -1,5 +1,5 @@ /* Type-safe arrays which grow dynamically. - 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/gl/lib/malloc/dynarray.h b/gl/lib/malloc/dynarray.h index a9a3b08..3163e27 100644 --- a/gl/lib/malloc/dynarray.h +++ b/gl/lib/malloc/dynarray.h @@ -1,5 +1,5 @@ /* Type-safe arrays which grow dynamically. Shared definitions. - 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/gl/lib/malloc/dynarray_at_failure.c b/gl/lib/malloc/dynarray_at_failure.c index ebc9310..95e34e7 100644 --- a/gl/lib/malloc/dynarray_at_failure.c +++ b/gl/lib/malloc/dynarray_at_failure.c @@ -1,5 +1,5 @@ /* Report an dynamic array index out of bounds condition. - 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/gl/lib/malloc/dynarray_emplace_enlarge.c b/gl/lib/malloc/dynarray_emplace_enlarge.c index 65aabb1..7bdba15 100644 --- a/gl/lib/malloc/dynarray_emplace_enlarge.c +++ b/gl/lib/malloc/dynarray_emplace_enlarge.c @@ -1,5 +1,5 @@ /* Increase the size of a dynamic array in preparation of an emplace operation. - 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/gl/lib/malloc/dynarray_finalize.c b/gl/lib/malloc/dynarray_finalize.c index 673595a..52764f7 100644 --- a/gl/lib/malloc/dynarray_finalize.c +++ b/gl/lib/malloc/dynarray_finalize.c @@ -1,5 +1,5 @@ /* Copy the dynamically-allocated area to an explicitly-sized heap allocation. - 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/gl/lib/malloc/dynarray_resize.c b/gl/lib/malloc/dynarray_resize.c index 014f98c..7323f8e 100644 --- a/gl/lib/malloc/dynarray_resize.c +++ b/gl/lib/malloc/dynarray_resize.c @@ -1,5 +1,5 @@ /* Increase the size of a dynamic array. - 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/gl/lib/malloc/dynarray_resize_clear.c b/gl/lib/malloc/dynarray_resize_clear.c index bb23c52..aa17f74 100644 --- a/gl/lib/malloc/dynarray_resize_clear.c +++ b/gl/lib/malloc/dynarray_resize_clear.c @@ -1,5 +1,5 @@ /* Increase the size of a dynamic array and clear the new part. - 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 |