[sldev] Can I include source licensed under the 3-clause BSD?

Dale Glass dale at daleglass.net
Mon Jul 23 04:26:03 PDT 2007


On Mon, Jul 23, 2007 at 12:51:48PM +0200, Nicholaz Beresford wrote:
> 
> It's Linden-deprecated, but I'd simply use sscanf
> before I'd jump through the licensing hoops (but of
> course I'm pretty old-school :-))
> 
> S32 d,m,y,n;
> n= sscanf(buf, "%d/%d/%d", &m, &d, &y);
> if (n!=3) return FALSE;
> struct tm birth = { 0, 0, 0, d, m-1, y-1900, 0, 0, 0 };

Well, from a LL acceptance POV, I suppose I could do this but without
deprecated functions. Was kinda hoping that there already was something
suitable that I didn't notice though.

Then, I'm not sure this thing is likely to ever get merged anyway :-)
Not with all of its features at least.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.secondlife.com/pipermail/sldev/attachments/20070723/414f302a/attachment.pgp


More information about the SLDev mailing list