about summary refs log tree commit homepage
path: root/mymalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mymalloc.h')
-rw-r--r--mymalloc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mymalloc.h b/mymalloc.h
index 518cce3..e781b43 100644
--- a/mymalloc.h
+++ b/mymalloc.h
@@ -1,6 +1,9 @@
 /*
  * Copyright (C) mwrap hackers <mwrap-perl@80x24.org>
- * License: GPL-2.0+ <https://www.gnu.org/licenses/gpl-2.0.txt>
+ * License: LGPL-2.1+ <https://www.gnu.org/licenses/lgpl-2.1.txt>
+ *
+ * Unlike the rest of the project, I'm happy with this being LGPL-2.1+
+ * since the remote_free_* stuff is meant for glibc, anyways.
  *
  * This is a small wrapper on top of dlmalloc (dlmalloc_c.h) which
  * adds wait-free free(3) multi-threading support to avoid contention