> Also, Can I in my BSD licensed GO project, link to GPLv2 library ? You may link to the library via cgo if the author has given you permission to do so. Usually this is done via a separate COPYING.LIB file which contains the GNU LGPLv2 text in the library's repository (the COPYING file still contains GPLv2). One example that I can think on top of my head, but it's literally everywhere:
http://procps.cvs.sourceforge.net/procps/procps/ In this case you need to provide sources for the library and full object files to relink the project if someone wants to, or better yet always link dynamically. rabbit hole this way: http://copyleft.org/guide/comprehensive-gpl-guidech11.html#x14-9600010 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.