[scala] Re: Collections performance
Sean McDirmid wrote:
> Isn't that what GPL is for? Also, you can
> link your applications to a GPL library and still have the application
> be commercial, you just can't modify/create a derivative of the library
> that is closed source.
No you can't. If you link to GPL code your code must be GPLed. Which
doesn't mean you can't sell you program, but that is another discussion.
You're probably thinking of LGPL.