diff options
| author | Sean Whitton | 2026-01-01 12:54:34 +0000 |
|---|---|---|
| committer | Sean Whitton | 2026-01-01 12:54:34 +0000 |
| commit | c31f6adc31d48076c63ad82b83b2970e1b0d7b9b (patch) | |
| tree | 33f5b9d12ef31f91b4c417523106e93a7cff7b2b /lib/malloc/dynarray.h | |
| parent | 4771cd2e5835efb6cfbc2efe2287ff58e7b5b6dc (diff) | |
| download | emacs-c31f6adc31d48076c63ad82b83b2970e1b0d7b9b.tar.gz emacs-c31f6adc31d48076c63ad82b83b2970e1b0d7b9b.zip | |
; Add 2026 to copyright years.
Diffstat (limited to 'lib/malloc/dynarray.h')
| -rw-r--r-- | lib/malloc/dynarray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/malloc/dynarray.h b/lib/malloc/dynarray.h index 6cbbe50e51d..e6a998d3b49 100644 --- a/lib/malloc/dynarray.h +++ b/lib/malloc/dynarray.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Type-safe arrays which grow dynamically. Shared definitions. | 1 | /* Type-safe arrays which grow dynamically. Shared definitions. |
| 2 | Copyright (C) 2017-2025 Free Software Foundation, Inc. | 2 | Copyright (C) 2017-2026 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |