Hi
I have an idea that I can put some time into. Since Leopard, FreeBSD and, of course, Solaris, now all have DTrace, I thought of implementing some simple probes. Function entry/return for starters. However, I'd firstly need to know two things: - would anyone be interested in it? - would it be legal (it wold link with dtrace library, which on Solaris is CDDL).
Regards
On Dec 18, 2007 4:15 AM, Damian Wojsław damian@wojslaw.pl wrote:
- would it be legal (it wold link with dtrace library, which on Solaris
is CDDL).
As long as you are not distributing code licensed under the CDDL and your code is licensed under a LGPL compatible license then there is no reason why you can't link to it.