]> Savannah Git Hosting - gnulib.git/commitdiff
stdlib: Add a copyright header.
authorBruno Haible <bruno@clisp.org>
Tue, 5 Nov 2024 15:23:41 +0000 (16:23 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 5 Nov 2024 15:23:41 +0000 (16:23 +0100)
* lib/stdlib.c: Add a copyright header.

ChangeLog
lib/stdlib.c

index aca62308e01226c13b1174d99410027dcb5befc3..04edcf39e99a9f439f3aa5c403f7776089e0a52f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2024-11-05  Bruno Haible  <bruno@clisp.org>
 
+       stdlib: Add a copyright header.
+       * lib/stdlib.c: Add a copyright header.
+
        calloc, malloc: Fix a comment.
        * m4/malloc.m4 (gl_FUNC_MALLOC_GNU): Mention that it sets
        HAVE_MALLOC_PTRDIFF.
index be331ffbda3a4136b69305fd847f72b2a63230ce..521d64627dc5da8e6e861fc6005e83ea30e9004d 100644 (file)
@@ -1,3 +1,21 @@
+/* Inline functions for <stdlib.h>.
+
+   Copyright (C) 2024 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
+   published by the Free Software Foundation; either version 2.1 of the
+   License, or (at your option) any later version.
+
+   This file is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
 #include <config.h>
+
 #define _GL_STDLIB_INLINE _GL_EXTERN_INLINE
 #include <stdlib.h>