As previously discussed via mail: 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 copyright holders are: 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
I'll check the git blame output for further contributors, as suggested by Simo.
I'm happy for my code in lib/replace/getifaddrs.c to be relicensed under LGPL. Jelmer Vernooij -----BEGIN PGP MESSAGE----- Version: GnuPG v1.4.11 (GNU/Linux) owGbwMvMwCRouz5kkdz7oDLGNZlJzGn5+QEJE2Z7qucqZCQWFFQqpOUXKeRWKiTn p6QqZOYp5GQm6RelFuQkJqfqp6eWZKYlpqQUFeslK5TkKySlKhSl5mQmp+YVp6Yo lOalpBYp+LgH+OhxcXml5uQCeWGpRXn5+ZlZXB1uLAyCTAxsrEwg2xi4OAVgrrh+ jmEO56vZU+1MX9h775H/1Hf44aO9k5h+MczPN/6+ll3s8vS/GXmKeysjGO/3bpsK AA== =fzTY -----END PGP MESSAGE-----
Jeremy and Tridge, can you indicate here about re-licensing this code please?
(In reply to comment #3) > Jeremy and Tridge, can you indicate here about re-licensing this code please? yep, I'm happy for that code to be LGPL Cheers, Tridge
I'm also ok with my code being LGPL. Jeremy.
Michael, could you please comment here regarding the re-licensing of: lib/replace/test/getifaddrs.c lib/replace/socket.c
Michael (obnox), still awaiting your ack to proceed with the change. Matt Kraai (cc'ed) added a type change to lib/replace/getifaddrs.c with a2c95a5d961594f2accbb032cd7e8da9767e2e47. Though I doubt that constitutes anything copyrightable. It'd still be appreciated if Matt could ack the proposed LGPL change.
ACK. I am fine with LGPL for that code. Cheers - Michael
Created attachment 8940 [details] Patch for 3.6 and 4.0 branches, same as is in master
Comment on attachment 8940 [details] Patch for 3.6 and 4.0 branches, same as is in master LGTM
Re-assigning to Karolin for inclusion in 4.0.next and 3.6.next. Jeremy.
Pushed to v3-6-test and autobuild-v4-0-test.
Pushed to v4-0-test. Closing out bug report. Thanks!