vote up -1 vote down star

Like the question says the pngfix jquery plugin is GPL'd. I'd like to use it in a commercial way without having to comply with the GPL.

Being that there is no way to do so, I was wondering if there is another alternative to this library that I could use?

The plugin found here does seem to have limitations that affect my usage.

flag

56% accept rate
1  
I don't mean to sound rude, but you should just roll your own. It is something that can be accomplished in < 50 lines of code. – jason Aug 4 at 4:38
not rude at all. very valid suggestion. Thank you – Ryan Fernandes Aug 4 at 4:39
2  
Try contacting the author of the plugin. He may be willing to issue you a license to use it for your project with different terms. – TokenMacGuy Aug 4 at 4:48
@TokenMacGuy: Sounds like a great idea. Will do this - fingers crossed – Ryan Fernandes Aug 4 at 8:28
1  
Not to sound rude, but what is keeping you from using the GPLed version of the plugin? What is the major hurdle with complying with the GPL in this case? If it's a website your javascript will all be visible anyway. And png-fix isn't a required component of any backend code, so (IANAL) you shouldn't have to license any backend code as GPL as a result... – coderjoe Aug 4 at 17:21
show 3 more comments

1 Answer

vote up -1 vote down

Use the GPL version and be sure to read the FAQ properly first.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.