Bug 8997: change libreplace GPL source to LGPL
authorDavid Disseldorp <ddiss@samba.org>
Mon, 3 Jun 2013 11:00:31 +0000 (13:00 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 3 Jun 2013 16:06:18 +0000 (18:06 +0200)
commit8a6743e4edcdff1c7860d150720483f19f3b33bb
treeeb2df891a64725387607133142361df448270834
parentb475ef008b1a2d2095c9b2276a55e9fbd38a5ca5
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>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Jun  3 18:06:18 CEST 2013 on sn-devel-104
lib/replace/getifaddrs.c
lib/replace/socket.c
lib/replace/test/getifaddrs.c