about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-12-21 08:55:36 +0000
committerEric Wong <mwrap-perl@80x24.org>2022-12-21 23:23:52 +0000
commited87db7b7529e607ca5fed6530143a6f38579515 (patch)
tree7250b0b7054549459fcaae85c56976b6d0570257
parente2481bba0ccb0ff3ece823ec9b333714ece6ff4f (diff)
downloadmwrap-ed87db7b7529e607ca5fed6530143a6f38579515.tar.gz
These non-mwrap-specific pieces are candidates for glibc
integration.  So pick the same license as glibc for these
parts.
-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