Bug 8997: change libreplace GPL source to LGPL
authorDavid Disseldorp <ddiss@samba.org>
Mon, 3 Jun 2013 11:00:31 +0000 (13:00 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 14 Jun 2013 07:03:29 +0000 (09:03 +0200)
commitacae464f7fedd96bbddaed5227756328ea0fe32d
tree580a557a716d2eb73128c6b5c829f538affc0963
parent242cc0b992cc627d6b1730ce089e39125ed7d300
Bug 8997: change libreplace GPL source to LGPL

libreplace currently includes socket.c and getifaddrs.c both of which
are GPL licensed.
Although not required, talloc and tdb build alongside this source,
leading to some ambiguity regarding their LGPL licences.

The following copyright holders have agreed to the GPL->LGPL change:
lib/replace/getifaddrs.c
   Copyright (C) Andrew Tridgell 1998
   Copyright (C) Jeremy Allison 2007
   Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007

lib/replace/test/getifaddrs.c
lib/replace/socket.c
 * Copyright (C) Michael Adam <obnox@samba.org> 2008

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 8a6743e4edcdff1c7860d150720483f19f3b33bb)
lib/replace/getifaddrs.c
lib/replace/socket.c
lib/replace/test/getifaddrs.c