I notice that there are two pieces of GPL-only source code in the core server distribution: the option parsing code in nsd/getopt.c, and an emulation of poll(2) using select(2) in nsd/unix.c.
I think this means you cannot ship a binary under the MPL license as it contains GPL only code. I'm sure there are BSD equivalents around...
