On Mon, 2009-06-01 at 10:21 -0500, David Teigland wrote: > On Fri, May 29, 2009 at 02:23:06PM -0700, Steven Dake wrote: > > Nice work Dave! > > > > Are you interested in merging into the source tree of corosync? We are > > always looking for more test cases or examples in the source tree. The > > only thing holding this is your permissions and the code licensed under > > the corosync's BSD license (rather then GPL). > > Parts are copied from other GPL code I've written and can't relicense.
Better ask to somebody with more licence experience than me, but it is possible to dual-licence a piece code so that it can be GPL in one project and BSD in another (probably depending on what those 2 projects are). It's very common in the kernel tree as well... linux-2.6$ grep Dual.*BSD.*GPL * -rl | wc -l 121 Fabio _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
