Originally posted by: drag
ZFS has been ported to FreeBSD for a while. (which is kinda unusual considuring that it's not bsd licensed, but oh well)
http://wiki.freebsd.org/ZFS
I don't know if it's featured in any ready-made NAS stuff.
FreeBSD doesn't have many problems with licenses that are non-BSD.
I believe they consider their source tree to be GPL, but I could be wrong.
Originally posted by: Nothinman
FreeBSD doesn't have many problems with licenses that are non-BSD.
That's because the BSD license doesn't care about additional restrictions in other licenses so there's no way for it to conflict, the GPL says you can't place additional restrictions on the use, distribution, etc of the code or code it's linked with so licenses like the CDDL are incompatible with it.
I believe they consider their source tree to be GPL, but I could be wrong.
The ZFS code is still under the CDDL according to the announcement sent to freebsd-current.
OpenBSD is anti-GPL. FreeBSD is not. That has nothing to do with what the GPL is compatible with.
Is the ZFS code itself in the code tree?