From ed87db7b7529e607ca5fed6530143a6f38579515 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 21 Dec 2022 08:55:36 +0000 Subject: mymalloc: relicense to LGPL-2.1+ 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 - * License: GPL-2.0+ + * License: LGPL-2.1+ + * + * 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 -- cgit v1.2.3-24-ge0c7