summaryrefslogtreecommitdiff
path: root/lib/atexit.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-06-04 20:55:35 +0200
committerBruno Haible <bruno@clisp.org>2021-06-04 20:55:35 +0200
commitfa5c2532b786e4108163fd6949e48a409eef5daa (patch)
treea3d8d206eb4d9591ac73dd72ed0edb57bf23f204 /lib/atexit.c
parent9f1d86cdf3c7dc96bdc6cf5a1e463c68ee0da6f3 (diff)
downloadgnulib-fa5c2532b786e4108163fd6949e48a409eef5daa.tar.gz
Put public domain notices in source files where appropriate.
* lib/{alloca.c,atexit.c,memmove.c}: Use public domain notice.
Diffstat (limited to 'lib/atexit.c')
-rw-r--r--lib/atexit.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/atexit.c b/lib/atexit.c
index 5ef33e57ee..e47b9fbeaf 100644
--- a/lib/atexit.c
+++ b/lib/atexit.c
@@ -1,5 +1,7 @@
-/* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
-/* This function is in the public domain. --Mike Stump. */
+/* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
+/* This file is in the public domain. */
+
+/* Written by Mike Stump. */
#include <config.h>