summaryrefslogtreecommitdiffstats
path: root/xmalloc.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-05-30 21:15:10 +0200
committerpgen <p.gen.progs@gmail.com>2022-06-02 20:58:52 +0200
commit21484e888c9ad6da1d2354dcbadd2106a9d549c4 (patch)
tree78d155251219adb8badc66151e15ca4a61936402 /xmalloc.c
parent3bbd4a893001f840f127d7ee06a7e0cce1ee1315 (diff)
Switch to Mozilla Public License 2.0
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmalloc.c b/xmalloc.c
index 157cfe7..2f148f5 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -2,6 +2,7 @@
/* Memory management functions. */
/* **************************** */
+/* ***************************************************************** */
/* Created by Kevin Locke (from numerous canonical examples). */
/* */
/* Adapted for use by smenu. */
@@ -9,7 +10,7 @@
/* I hereby place this file in the public domain. It may be freely */
/* reproduced, distributed, used, modified, built upon, or otherwise */
/* employed by anyone for any purpose without restriction. */
-/* """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
+/* ***************************************************************** */
#include <stdio.h>
#include <stdlib.h>