diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2023-01-01 05:31:12 -0500 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2023-01-01 05:31:12 -0500 |
| commit | cae528457cb862dc886a34240c9d4c73035b6659 (patch) | |
| tree | c2742863568820ff9accae8b5eeac77c54926ab7 /lib/malloc.c | |
| parent | b394359261c05fe847fac6a2075aa22f9a0eec2f (diff) | |
; Add 2023 to copyright years.
Diffstat (limited to 'lib/malloc.c')
| -rw-r--r-- | lib/malloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/malloc.c b/lib/malloc.c index f334dd6e96d..92f8c841cd7 100644 --- a/lib/malloc.c +++ b/lib/malloc.c @@ -1,6 +1,7 @@ /* malloc() function that is glibc compatible. - Copyright (C) 1997-1998, 2006-2007, 2009-2022 Free Software Foundation, Inc. + Copyright (C) 1997-1998, 2006-2007, 2009-2023 Free Software + Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as |
