mwrap (Perl version) user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] mymalloc: relicense to LGPL-2.1+
@ 2022-12-21  8:55 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2022-12-21  8:55 UTC (permalink / raw)
  To: mwrap-perl

These non-mwrap-specific pieces are candidates for glibc
integration.  So pick the same license as glibc for these
parts.
---
 mymalloc.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-21  8:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-21  8:55 [PATCH] mymalloc: relicense to LGPL-2.1+ Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mwrap-perl.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).